aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bitDavid Hildenbrand
2023-02-02um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bitDavid Hildenbrand
2023-02-02sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bitDavid Hildenbrand
2023-02-02sh/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3sDavid Hildenbrand
2023-02-02parisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02openrisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02nios2/mm: refactor swap PTE layoutDavid Hildenbrand
2023-02-02mips/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02m68k/mm: remove dummy __swp definitions for nommuDavid Hildenbrand
2023-02-02loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02ia64/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02hexagon/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checksDavid Hildenbrand
2023-02-02mm/khugepaged: convert release_pte_pages() to use foliosVishal Moola (Oracle)
2023-02-02mm/khugepaged: introduce release_pte_folio() to replace release_pte_page()Vishal Moola (Oracle)
2023-02-02kmsan: silence -Wmissing-prototypes warningsAlexander Potapenko
2023-02-02Documentation/mm: update references to __m[un]lock_page() to *_folio()Lorenzo Stoakes
2023-02-02mm: mlock: update the interface to use foliosLorenzo Stoakes
2023-02-02m68k/mm/motorola: specify pmd_page() typeLorenzo Stoakes
2023-02-02mm: mlock: use folios and a folio batch internallyLorenzo Stoakes
2023-02-02mm: pagevec: add folio_batch_reinit()Lorenzo Stoakes
2023-02-02mm: madvise: use vm_normal_folio() in madvise_free_pte_range()Kefeng Wang
2023-02-02shmem: convert shmem_write_end() to use a folioMatthew Wilcox (Oracle)
2023-02-02mm/memory-failure: convert unpoison_memory() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert hugetlb_set_page_hwpoison() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert __free_raw_hwp_pages() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert raw_hwp_list_head() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert free_raw_hwp_pages() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert hugetlb_clear_page_hwpoison to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert try_memory_failure_hugetlb() to foliosSidhartha Kumar
2023-02-02mm/memory-failure: convert __get_huge_page_for_hwpoison() to foliosSidhartha Kumar
2023-02-02Revert "x86: kmsan: sync metadata pages on page fault"Alexander Potapenko
2023-02-02mm/mmap: fix comment of unmapped_area{_topdown}Vernon Yang
2023-02-02maple_tree: fix comment of mte_destroy_walkVernon Yang
2023-02-02mm: remove the hugetlb field from struct pageSidhartha Kumar
2023-02-02mm: convert deferred_split_huge_page() to deferred_split_folio()Matthew Wilcox (Oracle)
2023-02-02mm/huge_memory: convert get_deferred_split_queue() to take a folioMatthew Wilcox (Oracle)