summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-8/+1
|\
| * signal/sh: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-9/+1
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-9/+0
|\ \
| * | dma-debug: move initialization to common codeChristoph Hellwig2018-05-081-9/+0
| |/
* | sh: switch to NO_BOOTMEMRob Herring2018-05-112-81/+6
* | sh: mm: Fix unprotected access to struct deviceJacopo Mondi2018-05-051-3/+8
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-141-0/+2
|\
| * mm/gup.c: document return valueMichael S. Tsirkin2018-04-131-0/+2
* | Merge tag 'sh-for-4.17' of git://git.libc.org/linux-shLinus Torvalds2018-04-131-2/+2
|\ \ | |/ |/|
| * arch/sh: make the DMA mapping operations observe dev->dma_pfn_offsetThomas Petazzoni2018-04-121-2/+2
* | mm: fix races between swapoff and flush dcacheHuang Ying2018-04-052-2/+2
|/
* mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig2018-01-081-2/+2
* mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig2018-01-081-2/+3
* mm: don't export arch_add_memoryChristoph Hellwig2018-01-081-1/+0
* Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-3/+3
|\
| * sh: make dma_cache_sync a no-opChristoph Hellwig2017-10-191-3/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-029-0/+9
|/
* sh: move inline before return typeJoe Perches2017-07-121-1/+1
* lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2017-07-101-16/+18
* mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-061-1/+2
* mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2017-07-061-2/+2
* mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-061-7/+1
* mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-061-1/+1
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-191-2/+2
* sched/headers: Remove <asm/ptrace.h> from <linux/sched.h>Ingo Molnar2017-03-031-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+3
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* | sh: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-242-2/+2
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2411-11/+11
* mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-181-1/+2
* Merge tag 'sh-for-4.8' of git://git.libc.org/linux-shLinus Torvalds2016-08-064-6/+80
|\
| * sh: do not perform IPI-based cache flush except on boards that need itRich Felker2016-08-051-0/+3
| * sh: add support for J-Core J2 processorRich Felker2016-08-053-2/+72
| * sh: make mm/asids-debugfs explicitly non-modularPaul Gortmaker2016-07-311-4/+1
| * sh: disable aliased page logic on NOMMU modelsRich Felker2016-07-311-0/+4
* | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-2/+2
* | treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
|/
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* sh: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-1/+1
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-1/+1
|\
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-1/+1
* | Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-shLinus Torvalds2016-03-191-0/+2
|\ \
| * | sched/preempt, sh: kmap_coherent relies on disabled preemptionDavid Hildenbrand2016-03-171-0/+2
| |/
* | mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
|/
* mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov2016-01-152-5/+5
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-2/+3
|\
OpenPOWER on IntegriCloud