summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-072-9/+0
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-076-5/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-092-2/+2
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-5/+5
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-092-11/+2
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-094-4/+0
* sh: add loglvl to printk_address()Dmitry Safonov2020-06-091-1/+1
* Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds2020-06-068-1323/+7
|\
| * sh: remove sh5 supportArnd Bergmann2020-06-018-1313/+7
* | sh: add support for folded p4d page tablesMike Rapoport2020-06-048-19/+70
* | sh: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport2020-06-041-3/+3
* | sh: fault: modernize printing of kernel messagesGeert Uytterhoeven2020-06-041-20/+18
* | mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
|/
* sh: fix build error in mm/init.cMasahiro Yamada2020-04-211-1/+1
* mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-101-0/+3
* mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-101-2/+2
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* sh/mm: use helper fault_signal_pending()Peter Xu2020-04-021-5/+5
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-9/+8
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-041-3/+1
* Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-281-2/+2
|\
| * sh: remove __iounmapChristoph Hellwig2019-11-111-2/+2
* | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-3/+2
|\ \ | |/ |/|
| * sh: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-3/+2
* | mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-4/+0
* | mm: remove quicklist page table cachesNicholas Piggin2019-09-241-3/+0
* | mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2019-07-181-2/+0
* | mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual2019-07-161-16/+2
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-124-47/+13
|\ \
| * | sh: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-034-47/+13
* | | sh: use the generic get_user_pages_fast codeChristoph Hellwig2019-07-122-278/+1
| |/ |/|
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-7/+4
|\ \ | |/ |/|
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
| * signal/sh: Remove tsk parameter from force_sig_info_faultEric W. Biederman2019-05-291-7/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 211Thomas Gleixner2019-05-309-18/+9
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-143-3/+3
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-8/+3
* mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-3/+3
* init: provide a generic free_initmem implementationMike Rapoport2019-05-141-5/+0
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-5/+6
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-1/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-122-0/+10