summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-04mm/memcg: use order instead of nr in split_page_memcg()Zi Yan
2024-03-04mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)
2024-03-04mm/huge_memory: only split PMD mapping when necessary in unmap_folio()Zi Yan
2024-03-04mm: enumerate all gfp flagsSuren Baghdasaryan
2024-03-04mm: madvise: pageout: ignore references rather than clearing youngBarry Song
2024-03-04arm64/mm: improve comment in contpte_ptep_get_lockless()Ryan Roberts
2024-03-04arm64/mm: export contpte symbols only to GPL usersRyan Roberts
2024-03-04Docs/mm/damon/design: remove the details for pageout as paddr doesn't use MAD...Barry Song
2024-03-04kasan: fix a2 allocation and remove explicit cast in atomic testsPaul Heidekrüger
2024-03-04lib/stackdepot: off by one in depot_fetch_stack()Dan Carpenter
2024-03-04zram: zcomp: remove zcomp_set_max_streams() declarationKefeng Wang
2024-03-04mm: update mark_victim tracepoints fieldsCarlos Galo
2024-03-04selftests: damon: add access_memory to .gitignoreJavier Carrasco
2024-03-04selftest: damon: fix minor typos in test logsVincenzo Mezzela
2024-03-04hugetlb: allow faults to be handled under the VMA lockVishal Moola (Oracle)
2024-03-04hugetlb: use vmf_anon_prepare() instead of anon_vma_prepare()Vishal Moola (Oracle)
2024-03-04hugetlb: pass struct vm_fault through to hugetlb_handle_userfault()Vishal Moola (Oracle)
2024-03-04hugetlb: move vm_fault declaration to the top of hugetlb_fault()Vishal Moola (Oracle)
2024-03-04mm/memory: change vmf_anon_prepare() to be non-staticVishal Moola (Oracle)
2024-03-04mm/page_alloc: make check_new_page() return boolHao Ge
2024-03-04x86/mm: always pass NULL as the first argument of switch_mm_irqs_off()Yosry Ahmed
2024-03-04x86/mm: further clarify switch_mm_irqs_off() documentationYosry Ahmed
2024-03-04mm/util.c: add byte count to __vm_enough_memory failure warningMatthew Cassell
2024-03-04sched/numa, mm: do not try to migrate memory to memoryless nodesByungchul Park
2024-03-04mm/zswap: change zswap_pool kref to percpu_refChengming Zhou
2024-03-04mm/zswap: global lru and shrinker shared by all zswap_poolsChengming Zhou
2024-02-23writeback: remove a use of write_cache_pages() from do_writepages()Matthew Wilcox (Oracle)
2024-02-23writeback: add a writeback iteratorChristoph Hellwig
2024-02-23writeback: move the folio_prepare_writeback loop out of write_cache_pages()Matthew Wilcox (Oracle)
2024-02-23writeback: use the folio_batch queue iteratorMatthew Wilcox (Oracle)
2024-02-23pagevec: add ability to iterate a queueMatthew Wilcox (Oracle)
2024-02-23writeback: simplify the loops in write_cache_pages()Matthew Wilcox (Oracle)
2024-02-23writeback: factor writeback_get_batch() out of write_cache_pages()Matthew Wilcox (Oracle)
2024-02-23writeback: factor folio_prepare_writeback() out of write_cache_pages()Matthew Wilcox (Oracle)
2024-02-23writeback: rework the loop termination condition in write_cache_pagesChristoph Hellwig
2024-02-23writeback: only update ->writeback_index for range_cyclic writebackChristoph Hellwig
2024-02-23writeback: also update wbc->nr_to_write on writeback failureChristoph Hellwig
2024-02-23writeback: fix done_index when hitting the wbc->nr_to_writeChristoph Hellwig
2024-02-23writeback: remove a duplicate prototype for tag_pages_for_writebackMatthew Wilcox (Oracle)
2024-02-23writeback: don't call mapping_set_error on AOP_WRITEPAGE_ACTIVATEChristoph Hellwig
2024-02-23mm/page_alloc: make bad_range() return boolHao Ge
2024-02-23madvise:madvise_cold_or_pageout_pte_range(): allow split while folio_estimate...Barry Song
2024-02-23mm/swapfile:__swap_duplicate: drop redundant WRITE_ONCE on swap_map for err c...Barry Song
2024-02-23shmem: properly report quota mount optionsJan Kara
2024-02-23mm/compaction: optimize >0 order folio compaction with free page split.Zi Yan
2024-02-23mm/compaction: add support for >0 order folio memory compaction.Zi Yan
2024-02-23mm/compaction: enable compacting >0 order folios.Zi Yan
2024-02-23mm/page_alloc: remove unused fpi_flags in free_pages_prepare()Zi Yan
2024-02-23MAINTAINERS: add Chengming Zhou as a zswap reviewerChengming Zhou
2024-02-23mm/zsmalloc: remove get_zspage_mapping()Chengming Zhou