summaryrefslogtreecommitdiff
path: root/arch/sh/mm
AgeCommit message (Expand)Author
2018-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-13mm/gup.c: document return valueMichael S. Tsirkin
2018-04-13Merge tag 'sh-for-4.17' of git://git.libc.org/linux-shLinus Torvalds
2018-04-12arch/sh: make the DMA mapping operations observe dev->dma_pfn_offsetThomas Petazzoni
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig
2018-01-08mm: don't export arch_add_memoryChristoph Hellwig
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-19sh: make dma_cache_sync a no-opChristoph Hellwig
2017-07-12sh: move inline before return typeJoe Perches
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer
2017-07-06mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins
2017-03-03sched/headers: Remove <asm/ptrace.h> from <linux/sched.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-01-24sh: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes
2016-08-06Merge tag 'sh-for-4.8' of git://git.libc.org/linux-shLinus Torvalds
2016-08-05sh: do not perform IPI-based cache flush except on boards that need itRich Felker
2016-08-05sh: add support for J-Core J2 processorRich Felker
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-07-31sh: make mm/asids-debugfs explicitly non-modularPaul Gortmaker
2016-07-31sh: disable aliased page logic on NOMMU modelsRich Felker
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-06-24sh: get rid of superfluous __GFP_REPEATMichal Hocko
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-19Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-shLinus Torvalds
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov
2016-03-17sched/preempt, sh: kmap_coherent relies on disabled preemptionDavid Hildenbrand
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-09-04sh: use PFN_DOWN macroAlexander Kuleshov
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams
2015-06-24mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi