summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* filemap: add filemap_get_folios_tag()Vishal Moola (Oracle)2023-02-032-0/+56
* pagemap: add filemap_grab_folio()Vishal Moola (Oracle)2023-02-031-0/+20
* mm: fix khugepaged with shmem_enabled=adviseDavid Stevens2023-02-033-18/+13
* mm: discard __GFP_ATOMICNeilBrown2023-02-038-28/+15
* mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...Mel Gorman2023-02-032-22/+29
* mm/page_alloc: explicitly define what alloc flags deplete min reservesMel Gorman2023-02-032-12/+25
* mm/page_alloc: explicitly record high-order atomic allocations in alloc_flagsMel Gorman2023-02-032-6/+24
* mm/page_alloc: treat RT tasks similar to __GFP_HIGHMel Gorman2023-02-031-1/+1
* mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVEMel Gorman2023-02-032-5/+7
* mm/page_ext: do not allocate space for page_ext->flags if not neededPasha Tatashin2023-02-034-2/+32
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-0331-73/+0
* xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-031-5/+27
* x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bitDavid Hildenbrand2023-02-033-10/+44
* um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-031-2/+35
* sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bitDavid Hildenbrand2023-02-031-3/+35
* sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bitDavid Hildenbrand2023-02-032-12/+29
* sh/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-031-12/+42
* riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-032-5/+27
* powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-037-28/+63
* powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3sDavid Hildenbrand2023-02-031-5/+33
* parisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-031-3/+38
* openrisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-031-5/+36
* nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-032-1/+24
* nios2/mm: refactor swap PTE layoutDavid Hildenbrand2023-02-031-8/+10
* mips/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-033-16/+131
* microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-032-12/+37
* m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-033-9/+104
* m68k/mm: remove dummy __swp definitions for nommuDavid Hildenbrand2023-02-031-6/+0
* loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-032-4/+39
* ia64/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-031-3/+29
* hexagon/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-031-6/+31
* csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-033-11/+39
* arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-033-7/+34
* arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-031-3/+24
* alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-031-4/+37
* mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checksDavid Hildenbrand2023-02-031-1/+24
* mm/khugepaged: convert release_pte_pages() to use foliosVishal Moola (Oracle)2023-02-031-7/+7
* mm/khugepaged: introduce release_pte_folio() to replace release_pte_page()Vishal Moola (Oracle)2023-02-031-5/+10
* kmsan: silence -Wmissing-prototypes warningsAlexander Potapenko2023-02-031-0/+23
* Documentation/mm: update references to __m[un]lock_page() to *_folio()Lorenzo Stoakes2023-02-031-15/+15
* mm: mlock: update the interface to use foliosLorenzo Stoakes2023-02-036-45/+49
* m68k/mm/motorola: specify pmd_page() typeLorenzo Stoakes2023-02-031-1/+1
* mm: mlock: use folios and a folio batch internallyLorenzo Stoakes2023-02-031-122/+124
* mm: pagevec: add folio_batch_reinit()Lorenzo Stoakes2023-02-031-0/+5
* mm: madvise: use vm_normal_folio() in madvise_free_pte_range()Kefeng Wang2023-02-031-4/+2
* shmem: convert shmem_write_end() to use a folioMatthew Wilcox (Oracle)2023-02-031-20/+10
* mm/memory-failure: convert unpoison_memory() to foliosSidhartha Kumar2023-02-031-11/+9
* mm/memory-failure: convert hugetlb_set_page_hwpoison() to foliosSidhartha Kumar2023-02-031-4/+3
* mm/memory-failure: convert __free_raw_hwp_pages() to foliosSidhartha Kumar2023-02-031-4/+3
* mm/memory-failure: convert raw_hwp_list_head() to foliosSidhartha Kumar2023-02-031-7/+9