summaryrefslogtreecommitdiff
path: root/arch/sh/mm
AgeCommit message (Expand)Author
2023-08-24sh: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-18sh: mm: convert to GENERIC_IOREMAPBaoquan He
2023-06-28Merge branch 'expand-stack'Linus Torvalds
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds
2023-06-19sh/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins
2023-04-18sh: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)
2023-04-18sh: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-02-16sh: initialize max_mapnrMike Rapoport (IBM)
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan
2022-07-17sh/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2021-11-14Merge tag 'sh-for-5.16' of git://git.libc.org/linux-shLinus Torvalds
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman
2021-09-17sh: fix trivial misannotationsAl Viro
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-05-05mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-30mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)
2021-01-06sh: mm: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao
2021-01-06arch/sh: hyphenate Non-Uniform in Kconfig promptRandy Dunlap
2020-11-06sh/highmem: Remove all traces of unused cruftThomas Gleixner
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds
2020-08-14sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig
2020-08-14sh: move the ioremap implementation out of lineChristoph Hellwig
2020-08-14sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig
2020-08-14sh: remove -Werror from MakefilesChristoph Hellwig
2020-08-14Revert "sh: add loglvl to printk_address()"Geert Uytterhoeven
2020-08-14sh: fault: Fix duplicate printing of "PC:"Geert Uytterhoeven
2020-08-14sh: remove call to memset after dma_alloc_coherentChen Zhou
2020-08-14sh: Fix unneeded constructor in page table allocationMatthew Wilcox (Oracle)
2020-08-12mm/sh: use general page fault accountingPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
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