aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-16Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds2-108/+88
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-61/+10
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2019-07-01ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUEVineet Gupta1-0/+11
2019-07-01ARC: mm: do_page_fault refactor #8: release mmap_sem soonerVineet Gupta1-4/+3
2019-07-01ARC: mm: do_page_fault refactor #7: fold the various error handlingVineet Gupta1-34/+14
2019-07-01ARC: mm: do_page_fault refactor #6: error handlers to use same patternVineet Gupta1-11/+10
2019-07-01ARC: mm: do_page_fault refactor #5: scoot no_context to endVineet Gupta1-14/+7
2019-07-01ARC: mm: do_page_fault refactor #4: consolidate retry related logicVineet Gupta1-29/+31
2019-07-01ARC: mm: do_page_fault refactor #3: tidyup vma access permission codeVineet Gupta1-18/+21
2019-07-01ARC: mm: do_page_fault refactor #2: remove short lived variableVineet Gupta1-6/+1
2019-07-01ARC: mm: do_page_fault refactor #1: remove label @good_areaVineet Gupta1-7/+5
2019-06-25arc: use the generic remapping allocator for coherent DMA allocationsChristoph Hellwig1-52/+10
2019-06-25arc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig1-15/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner11-45/+11
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-2/+2
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman1-2/+2
2019-05-20ARC: mm: SIGSEGV userspace trying to access kernel virtual memoryEugeniy Paltsev1-6/+3
2019-05-20ARC: fix build warningsVineet Gupta1-5/+8
2019-05-14init: provide a generic free_initmem implementationMike Rapoport1-8/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-7/+0
2019-04-02ARC: PAE40: don't panic and instead turn off hw iocVineet Gupta1-15/+16
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+4
2019-01-17ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while handle_mm_faultVineet Gupta1-4/+9
2019-01-17ARC: adjust memblock_reserve of kernel memoryEugeniy Paltsev1-1/+2
2019-01-04arch/arc/mm/fault.c: remove caller signal_pending_branch predictionsDavidlohr Bueso1-1/+1
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-20/+5
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-2/+2
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-1/+1
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-1/+1
2018-11-26arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli1-20/+5
2018-11-12ARC: mm: fix uninitialised signal code in do_page_faultEugeniy Paltsev1-1/+1
2018-11-12ARC: IOC: panic if kernel was started with previously enabled IOCEugeniy Paltsev1-3/+17
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport1-1/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-15/+5
2018-09-27signal/arc: Use force_sig_fault where appropriateEric W. Biederman1-15/+5
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig1-22/+3
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig1-9/+7
2018-09-04ARC: don't check for HIGHMEM pages in arch_dma_allocEugeniy Paltsev1-18/+14
2018-09-04ARC: IOC: panic if both IOC and ZONE_HIGHMEM enabledEugeniy Paltsev1-0/+13
2018-09-04ARC: dma [IOC] Enable per device io coherencyEugeniy Paltsev2-40/+37
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+3
2018-07-30arc: fix type warnings in arc/mm/cache.cRandy Dunlap1-3/+4
2018-07-30ARC: add SMP_CACHE_BYTES value validateEugeniy Paltsev1-0/+10
2018-07-27ARC: dma [non IOC]: fix arc_dma_sync_single_for_(device|cpu)Eugeniy Paltsev1-2/+47
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+2
2018-05-19arc: use generic dma_noncoherent_opsChristoph Hellwig1-127/+13
2018-05-19arc: fix arc_dma_{map,unmap}_pageChristoph Hellwig1-25/+2