summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-05mm: use __page_cache_release() in folios_put()Matthew Wilcox (Oracle)2-41/+37
2024-03-05mm: use free_unref_folios() in put_pages_list()Matthew Wilcox (Oracle)1-7/+10
2024-03-05mm: remove use of folio list from folios_put()Matthew Wilcox (Oracle)1-7/+12
2024-03-05memcg: add mem_cgroup_uncharge_folios()Matthew Wilcox (Oracle)2-2/+25
2024-03-05mm: use folios_put() in __folio_batch_release()Matthew Wilcox (Oracle)1-2/+1
2024-03-05mm: add free_unref_folios()Matthew Wilcox (Oracle)2-25/+39
2024-03-05mm: convert free_unref_page_list() to use foliosMatthew Wilcox (Oracle)1-18/+20
2024-03-05mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)3-49/+70
2024-03-05mm/khugepaged: keep mm in mm_slot without MMF_DISABLE_THP checkLance Yang1-3/+3
2024-03-05lib/test_vmalloc.c: use unsigned long constantMartin Kaiser1-1/+1
2024-03-05lib/test_vmalloc.c: drop empty exit functionMartin Kaiser1-5/+0
2024-03-05lib/test_vmalloc.c: fix typo in function nameMartin Kaiser1-2/+2
2024-03-05mm: remove total_mapcount()David Hildenbrand1-8/+1
2024-03-05mm/memfd: refactor memfd_tag_pins() and memfd_wait_for_pins()David Hildenbrand1-29/+18
2024-03-05mm: huge_memory: enable debugfs to split huge pages to any orderZi Yan3-19/+205
2024-03-05mm: thp: split huge page to any lower order pagesZi Yan2-32/+96
2024-03-05mm: page_owner: add support for splitting to any order in split page_ownerZi Yan4-12/+14
2024-03-05mm: memcg: make memcg huge page split support any order splitZi Yan4-10/+11
2024-03-05mm/page_owner: use order instead of nr in split_page_owner()Zi Yan4-9/+9
2024-03-05mm/memcg: use order instead of nr in split_page_memcg()Zi Yan4-7/+9
2024-03-05mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)4-11/+16
2024-03-05mm/huge_memory: only split PMD mapping when necessary in unmap_folio()Zi Yan1-2/+5
2024-03-05mm: enumerate all gfp flagsSuren Baghdasaryan1-28/+62
2024-03-05mm: madvise: pageout: ignore references rather than clearing youngBarry Song4-11/+13
2024-03-05arm64/mm: improve comment in contpte_ptep_get_lockless()Ryan Roberts1-10/+14
2024-03-05arm64/mm: export contpte symbols only to GPL usersRyan Roberts1-11/+11
2024-03-05Docs/mm/damon/design: remove the details for pageout as paddr doesn't use MAD...Barry Song1-1/+1
2024-03-05kasan: fix a2 allocation and remove explicit cast in atomic testsPaul Heidekrüger1-3/+3
2024-03-05lib/stackdepot: off by one in depot_fetch_stack()Dan Carpenter1-1/+1
2024-03-05zram: zcomp: remove zcomp_set_max_streams() declarationKefeng Wang1-1/+0
2024-03-05mm: update mark_victim tracepoints fieldsCarlos Galo2-5/+37
2024-03-05selftests: damon: add access_memory to .gitignoreJavier Carrasco1-0/+1
2024-03-05selftest: damon: fix minor typos in test logsVincenzo Mezzela2-2/+2
2024-03-05hugetlb: allow faults to be handled under the VMA lockVishal Moola (Oracle)1-6/+0
2024-03-05hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()Vishal Moola (Oracle)1-9/+9
2024-03-05hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()Vishal Moola (Oracle)1-29/+9
2024-03-05hugetlb: move vm_fault declaration to the top of hugetlb_fault()Vishal Moola (Oracle)1-13/+19
2024-03-05mm/memory: change vmf_anon_prepare() to be non-staticVishal Moola (Oracle)2-1/+2
2024-03-05mm/page_alloc: make check_new_page() return boolHao Ge1-3/+3
2024-03-05x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()Yosry Ahmed1-1/+1
2024-03-05x86/mm: further clarify switch_mm_irqs_off() documentationYosry Ahmed1-4/+4
2024-03-05mm/util.c: add byte count to __vm_enough_memory failure warningMatthew Cassell1-2/+4
2024-03-05sched/numa, mm: do not try to migrate memory to memoryless nodesByungchul Park1-0/+6
2024-03-05mm/zswap: change zswap_pool kref to percpu_refChengming Zhou1-15/+33
2024-03-05mm/zswap: global lru and shrinker shared by all zswap_poolsChengming Zhou1-105/+66
2024-02-24writeback: remove a use of write_cache_pages() from do_writepages()Matthew Wilcox (Oracle)1-13/+18
2024-02-24writeback: add a writeback iteratorChristoph Hellwig2-78/+118
2024-02-24writeback: move the folio_prepare_writeback loop out of write_cache_pages()Matthew Wilcox (Oracle)1-8/+10
2024-02-24writeback: use the folio_batch queue iteratorMatthew Wilcox (Oracle)1-13/+15
2024-02-24pagevec: add ability to iterate a queueMatthew Wilcox (Oracle)1-0/+18