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