summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
AgeCommit message (Expand)Author
2020-08-21sh: fault: Fix duplicate printing of "PC:"Geert Uytterhoeven
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-09sh: add loglvl to printk_address()Dmitry Safonov
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds
2020-06-04sh: add support for folded p4d page tablesMike Rapoport
2020-06-04sh: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport
2020-06-04sh: fault: modernize printing of kernel messagesGeert Uytterhoeven
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport
2020-06-01sh: remove sh5 supportArnd Bergmann
2020-04-21sh: fix build error in mm/init.cMasahiro Yamada
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu
2020-04-02sh/mm: use helper fault_signal_pending()Peter Xu
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-11sh: remove __iounmapChristoph Hellwig
2019-10-18sh: Use pr_warn instead of pr_warningKefeng Wang
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-12sh: use the generic get_user_pages_fast codeChristoph Hellwig
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-03sh: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 211Thomas Gleixner
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-29signal/sh: Remove tsk parameter from force_sig_info_faultEric W. Biederman
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko
2019-05-14init: provide a generic free_initmem implementationMike Rapoport
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-07sh: prefer memblock APIs returning virtual addressMike Rapoport