aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/mm
AgeCommit message (Expand)AuthorFilesLines
2024-05-02sh: nommu: Add missing #include <asm/cacheflush.h>Gravatar Geert Uytterhoeven 1-0/+2
2024-05-02sh: tlb: Add missing forward declaration for handle_tlbmiss()Gravatar Geert Uytterhoeven 1-0/+1
2024-05-02sh: pgtable: Fix missing prototypesGravatar Geert Uytterhoeven 1-1/+3
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsGravatar Arnd Bergmann 1-30/+12
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERGravatar Kirill A. Shutemov 1-1/+1
2023-09-19sh: mm: re-add lost __ref to ioremap_prot() to fix modpost warningGravatar Geert Uytterhoeven 1-2/+2
2023-08-24sh: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 5-43/+68
2023-08-18sh: mm: convert to GENERIC_IOREMAPGravatar Baoquan He 1-54/+11
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 1-15/+2
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Gravatar Linus Torvalds 1-15/+2
2023-06-19sh/hugetlb: pte_alloc_huge() pte_offset_huge()Gravatar Hugh Dickins 1-2/+2
2023-04-18sh: drop ranges for definition of ARCH_FORCE_MAX_ORDERGravatar Mike Rapoport (IBM) 1-3/+0
2023-04-18sh: reword ARCH_FORCE_MAX_ORDER prompt and help textGravatar Mike Rapoport (IBM) 1-7/+9
2023-04-05mm, treewide: redefine MAX_ORDER sanelyGravatar Kirill A. Shutemov 1-10/+7
2023-02-16sh: initialize max_mapnrGravatar Mike Rapoport (IBM) 1-0/+1
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERGravatar Zi Yan 1-1/+1
2022-07-17sh/mm: enable ARCH_HAS_VM_GET_PAGE_PROTGravatar Anshuman Khandual 1-0/+20
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesGravatar Peter Xu 1-0/+4
2022-01-22proc: remove PDE_DATA() completelyGravatar Muchun Song 1-1/+1
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Gravatar Luis Chamberlain 1-1/+1
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitGravatar Qi Zheng 1-11/+9
2021-11-14Merge tag 'sh-for-5.16' of git://git.libc.org/linux-shGravatar Linus Torvalds 1-2/+2
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieGravatar Eric W. Biederman 1-2/+0
2021-09-17sh: fix trivial misannotationsGravatar Al Viro 1-2/+2
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()Gravatar David Hildenbrand 1-2/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAGravatar Mike Rapoport 2-2/+2
2021-05-05mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Gravatar Anshuman Khandual 1-8/+0
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Gravatar Peter Xu 1-1/+1
2021-04-30mm: move mem_init_print_info() into mm_init()Gravatar Kefeng Wang 1-1/+0
2021-04-30mm: move page_mapping_file to pagemap.hGravatar Matthew Wilcox (Oracle) 2-0/+2
2021-01-06sh: mm: Convert to DEFINE_SHOW_ATTRIBUTEGravatar Qinglang Miao 3-39/+6
2021-01-06arch/sh: hyphenate Non-Uniform in Kconfig promptGravatar Randy Dunlap 1-1/+1
2020-11-06sh/highmem: Remove all traces of unused cruftGravatar Thomas Gleixner 1-8/+0
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Gravatar Mike Rapoport 1-6/+3
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shGravatar Linus Torvalds 8-10/+84
2020-08-14sh: don't include <asm/io_trapped.h> in <asm/io.h>Gravatar Christoph Hellwig 1-0/+1
2020-08-14sh: move the ioremap implementation out of lineGravatar Christoph Hellwig 1-0/+53
2020-08-14sh: move ioremap_fixed details out of <asm/io.h>Gravatar Christoph Hellwig 4-0/+26
2020-08-14sh: remove -Werror from MakefilesGravatar Christoph Hellwig 1-2/+0
2020-08-14Revert "sh: add loglvl to printk_address()"Gravatar Geert Uytterhoeven 1-1/+1
2020-08-14sh: fault: Fix duplicate printing of "PC:"Gravatar Geert Uytterhoeven 1-1/+0
2020-08-14sh: remove call to memset after dma_alloc_coherentGravatar Chen Zhou 1-2/+0
2020-08-14sh: Fix unneeded constructor in page table allocationGravatar Matthew Wilcox (Oracle) 1-4/+3
2020-08-12mm/sh: use general page fault accountingGravatar Peter Xu 1-10/+1
2020-08-12mm: do page fault accounting in handle_mm_faultGravatar Peter Xu 1-1/+1
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Gravatar Jia He 1-9/+0
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Gravatar Mike Rapoport 2-9/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 6-5/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 2-2/+2