aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/mm
Commit message (Expand)AuthorAge
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-19
|\
| * dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig2019-08-29
* | ARC: fix typo in setup_dma_ops log messageEugeniy Paltsev2019-08-05
|/
* Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2019-07-16
|\
| * ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUEVineet Gupta2019-07-01
| * ARC: mm: do_page_fault refactor #8: release mmap_sem soonerVineet Gupta2019-07-01
| * ARC: mm: do_page_fault refactor #7: fold the various error handlingVineet Gupta2019-07-01
| * ARC: mm: do_page_fault refactor #6: error handlers to use same patternVineet Gupta2019-07-01
| * ARC: mm: do_page_fault refactor #5: scoot no_context to endVineet Gupta2019-07-01
| * ARC: mm: do_page_fault refactor #4: consolidate retry related logicVineet Gupta2019-07-01
| * ARC: mm: do_page_fault refactor #3: tidyup vma access permission codeVineet Gupta2019-07-01
| * ARC: mm: do_page_fault refactor #2: remove short lived variableVineet Gupta2019-07-01
| * ARC: mm: do_page_fault refactor #1: remove label @good_areaVineet Gupta2019-07-01
* | Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-12
|\ \
| * | arc: use the generic remapping allocator for coherent DMA allocationsChristoph Hellwig2019-06-25
| * | arc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig2019-06-25
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-09
|\ \ \ | |_|/ |/| |
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-29
| * | signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-29
| |/
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-19
* | ARC: mm: SIGSEGV userspace trying to access kernel virtual memoryEugeniy Paltsev2019-05-20
* | ARC: fix build warningsVineet Gupta2019-05-20
|/
* init: provide a generic free_initmem implementationMike Rapoport2019-05-14
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-14
* ARC: PAE40: don't panic and instead turn off hw iocVineet Gupta2019-04-02
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-12
* ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while ...Vineet Gupta2019-01-17
* ARC: adjust memblock_reserve of kernel memoryEugeniy Paltsev2019-01-17
* arch/arc/mm/fault.c: remove caller signal_pending_branch predictionsDavidlohr Bueso2019-01-04
* Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-28
|\
| * arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli2018-11-26
* | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-28
|\ \
| * | dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-20
| * | dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-13
| |/
* | ARC: mm: fix uninitialised signal code in do_page_faultEugeniy Paltsev2018-11-12
* | ARC: IOC: panic if kernel was started with previously enabled IOCEugeniy Paltsev2018-11-12
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-31
* memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport2018-10-31
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-24
|\
| * signal/arc: Use force_sig_fault where appropriateEric W. Biederman2018-09-27
* | dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-20
* | dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-20
* | ARC: don't check for HIGHMEM pages in arch_dma_allocEugeniy Paltsev2018-09-04
* | ARC: IOC: panic if both IOC and ZONE_HIGHMEM enabledEugeniy Paltsev2018-09-04
* | ARC: dma [IOC] Enable per device io coherencyEugeniy Paltsev2018-09-04
|/
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-17
* arc: fix type warnings in arc/mm/cache.cRandy Dunlap2018-07-30
* ARC: add SMP_CACHE_BYTES value validateEugeniy Paltsev2018-07-30
* ARC: dma [non IOC]: fix arc_dma_sync_single_for_(device|cpu)Eugeniy Paltsev2018-07-27