summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6 days4-16/+6
|\
| * sh/mm/cache: use folio_mapped() in copy_from_user_page()David Hildenbrand2024-05-051-1/+1
| * treewide: use initializer for struct vm_unmapped_area_infoRick Edgecombe2024-04-251-3/+2
| * sh: remove use of PG_arch_1 on individual pagesMatthew Wilcox (Oracle)2024-04-251-2/+3
| * mm/treewide: remove pXd_huge()Peter Xu2024-04-251-10/+0
* | sh: cache: Move forward declarations to <asm/cacheflush.h>Geert Uytterhoeven2024-05-023-16/+1
* | sh: nommu: Add missing #include <asm/cacheflush.h>Geert Uytterhoeven2024-05-021-0/+2
* | sh: tlb: Add missing forward declaration for handle_tlbmiss()Geert Uytterhoeven2024-05-021-0/+1
* | sh: pgtable: Fix missing prototypesGeert Uytterhoeven2024-05-021-1/+3
|/
* arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann2024-03-061-30/+12
* mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
* sh: mm: re-add lost __ref to ioremap_prot() to fix modpost warningGeert Uytterhoeven2023-09-191-2/+2
* sh: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-245-43/+68
* sh: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-181-54/+11
* Merge branch 'expand-stack'Linus Torvalds2023-06-281-15/+2
|\
| * mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-241-15/+2
* | sh/hugetlb: pte_alloc_huge() pte_offset_huge()Hugh Dickins2023-06-191-2/+2
|/
* sh: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)2023-04-181-3/+0
* sh: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)2023-04-181-7/+9
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-10/+7
* sh: initialize max_mapnrMike Rapoport (IBM)2023-02-161-0/+1
* arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan2022-09-111-1/+1
* sh/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-0/+20
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-1/+1
* kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-221-1/+1
* mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-11/+9
* Merge tag 'sh-for-5.16' of git://git.libc.org/linux-shLinus Torvalds2021-11-141-2/+2
|\
| * sh: fix trivial misannotationsAl Viro2021-09-171-2/+2
* | exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman2021-10-201-2/+0
|/
* mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand2021-09-081-2/+1
* mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-292-2/+2
* mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual2021-05-051-8/+0
* hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2021-05-051-1/+1
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)2021-04-302-0/+2
* sh: mm: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2021-01-063-39/+6
* arch/sh: hyphenate Non-Uniform in Kconfig promptRandy Dunlap2021-01-061-1/+1
* sh/highmem: Remove all traces of unused cruftThomas Gleixner2020-11-061-8/+0
* arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport2020-10-131-6/+3
* Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-158-10/+84
|\
| * sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig2020-08-141-0/+1
| * sh: move the ioremap implementation out of lineChristoph Hellwig2020-08-141-0/+53
| * sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig2020-08-144-0/+26
| * sh: remove -Werror from MakefilesChristoph Hellwig2020-08-141-2/+0
| * Revert "sh: add loglvl to printk_address()"Geert Uytterhoeven2020-08-141-1/+1
| * sh: fault: Fix duplicate printing of "PC:"Geert Uytterhoeven2020-08-141-1/+0
| * sh: remove call to memset after dma_alloc_coherentChen Zhou2020-08-141-2/+0
| * sh: Fix unneeded constructor in page table allocationMatthew Wilcox (Oracle)2020-08-141-4/+3
* | mm/sh: use general page fault accountingPeter Xu2020-08-121-10/+1