aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand1-3/+1
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-2/+2
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-3/+2
2019-11-11sh: remove __iounmapChristoph Hellwig1-2/+2
2019-10-18sh: Use pr_warn instead of pr_warningKefeng Wang1-3/+2
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-4/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-3/+0
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand1-2/+0
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual1-16/+2
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-47/+13
2019-07-12sh: use the generic get_user_pages_fast codeChristoph Hellwig2-278/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-7/+4
2019-06-03sh: no need to check return value of debugfs_create functionsGreg Kroah-Hartman4-47/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 211Thomas Gleixner9-18/+9
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-29signal/sh: Remove tsk parameter from force_sig_info_faultEric W. Biederman1-7/+4
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada3-3/+3
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand1-8/+3
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko1-3/+3
2019-05-14init: provide a generic free_initmem implementationMike Rapoport1-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-7/+0
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-5/+6
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2-0/+10
2019-03-07sh: prefer memblock APIs returning virtual addressMike Rapoport2-16/+7
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+1
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-3/+2
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport1-2/+2
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-2/+2
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+0
2018-08-02sh: split arch/sh/mm/consistent.cChristoph Hellwig1-80/+0
2018-08-02sh: introduce a sh_cacheop_vaddr helperChristoph Hellwig1-5/+1
2018-08-02sh: simplify get_arch_dma_opsChristoph Hellwig2-13/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig1-2/+0
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-8/+1
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-9/+0
2018-05-11sh: switch to NO_BOOTMEMRob Herring2-81/+6
2018-05-08dma-debug: move initialization to common codeChristoph Hellwig1-9/+0
2018-05-05sh: mm: Fix unprotected access to struct deviceJacopo Mondi1-3/+8
2018-04-25signal/sh: Use force_sig_fault where appropriateEric W. Biederman1-9/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2018-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2018-04-13mm/gup.c: document return valueMichael S. Tsirkin1-0/+2
2018-04-13Merge tag 'sh-for-4.17' of git://git.libc.org/linux-shLinus Torvalds1-2/+2
2018-04-12arch/sh: make the DMA mapping operations observe dev->dma_pfn_offsetThomas Petazzoni1-2/+2
2018-04-05mm: fix races between swapoff and flush dcacheHuang Ying2-2/+2
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig1-2/+2