summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-04trace-vmscan-postprocess: sync with tracepoints updatesVlastimil Babka1-23/+17
2023-10-04buffer: remove __getblk_gfp()Matthew Wilcox (Oracle)2-27/+11
2023-10-04ext4: call bdev_getblk() from sb_getblk_gfp()Matthew Wilcox (Oracle)2-5/+11
2023-10-04buffer: convert sb_getblk() to call __getblk()Matthew Wilcox (Oracle)1-4/+3
2023-10-04buffer: convert getblk_unmovable() and __getblk() to use bdev_getblk()Matthew Wilcox (Oracle)1-14/+22
2023-10-04buffer: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)1-1/+3
2023-10-04ext4: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)1-1/+2
2023-10-04buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()Matthew Wilcox (Oracle)2-21/+42
2023-10-04buffer: pass GFP flags to folio_alloc_buffers()Matthew Wilcox (Oracle)2-9/+10
2023-10-04Docs/admin-guide/mm/damon/usage: document damos_before_apply tracepointSeongJae Park1-7/+30
2023-10-04mm/damon/core: add a tracepoint for damos apply target regionsSeongJae Park2-1/+70
2023-10-04mm: migrate: remove isolated variable in add_page_for_migration()Kefeng Wang1-7/+4
2023-10-04mm: migrate: remove PageHead() check for HugeTLB in add_page_for_migration()Kefeng Wang1-4/+2
2023-10-04mm: migrate: use a folio in add_page_for_migration()Kefeng Wang1-21/+19
2023-10-04mm: migrate: use __folio_test_movable()Kefeng Wang1-7/+7
2023-10-04mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio()Kefeng Wang4-22/+25
2023-10-04mm: migrate: convert numamigrate_isolate_page() to numamigrate_isolate_folio()Kefeng Wang1-10/+10
2023-10-04mm: migrate: remove THP mapcount check in numamigrate_isolate_page()Kefeng Wang1-4/+0
2023-10-04mm: migrate: remove PageTransHuge check in numamigrate_isolate_page()Kefeng Wang1-2/+0
2023-10-04mm/rmap: pass folio to hugepage_add_anon_rmap()David Hildenbrand3-7/+5
2023-10-04mm/rmap: simplify PageAnonExclusive sanity checks when adding anon rmapDavid Hildenbrand1-8/+8
2023-10-04mm/rmap: warn on new PTE-mapped folios in page_add_anon_rmap()David Hildenbrand1-0/+7
2023-10-04mm/rmap: move folio_test_anon() check out of __folio_set_anon()David Hildenbrand1-15/+8
2023-10-04mm/rmap: move SetPageAnonExclusive out of __page_set_anon_rmap()David Hildenbrand1-20/+21
2023-10-04mm/rmap: drop stale comment in page_add_anon_rmap and hugepage_add_anon_rmap()David Hildenbrand1-2/+0
2023-10-04mm: memcg: add THP swap out info for anonymous reclaimXin Hao4-4/+16
2023-10-04mm: vmscan: modify an easily misunderstood function nameliujinlong1-2/+2
2023-10-04mm: shrinker: convert shrinker_rwsem to mutexQi Zheng4-24/+24
2023-10-04mm: shrinker: hold write lock to reparent shrinker nr_deferredQi Zheng1-2/+2
2023-10-04mm: shrinker: make memcg slab shrink locklessQi Zheng1-19/+66
2023-10-04mm: shrinker: make global slab shrink locklessQi Zheng2-21/+92
2023-10-04mm: shrinker: rename {prealloc|unregister}_memcg_shrinker() to shrinker_memcg...Qi Zheng1-6/+6
2023-10-04mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}Qi Zheng3-107/+172
2023-10-04mm: shrinker: remove old APIsQi Zheng2-151/+0
2023-10-04fs: super: dynamically allocate the s_shrinkQi Zheng5-19/+22
2023-10-04zsmalloc: dynamically allocate the mm-zspool shrinkerQi Zheng1-12/+15
2023-10-04xfs: dynamically allocate the xfs-qm shrinkerQi Zheng2-14/+15
2023-10-04xfs: dynamically allocate the xfs-inodegc shrinkerQi Zheng3-14/+18
2023-10-04xfs: dynamically allocate the xfs-buf shrinkerQi Zheng2-12/+14
2023-10-04nfsd: dynamically allocate the nfsd-reply shrinkerQi Zheng2-16/+17
2023-10-04nfsd: dynamically allocate the nfsd-client shrinkerQi Zheng2-9/+12
2023-10-04jbd2,ext4: dynamically allocate the jbd2-journal shrinkerQi Zheng2-12/+19
2023-10-04ext4: dynamically allocate the ext4-es shrinkerQi Zheng2-11/+14
2023-10-04mbcache: dynamically allocate the mbcache shrinkerQi Zheng1-10/+12
2023-10-04virtio_balloon: dynamically allocate the virtio-balloon shrinkerQi Zheng1-10/+14
2023-10-04vmw_balloon: dynamically allocate the vmw-balloon shrinkerQi Zheng1-26/+12
2023-10-04bcache: dynamically allocate the md-bcache shrinkerQi Zheng3-13/+19
2023-10-04md/raid5: dynamically allocate the md-raid5 shrinkerQi Zheng2-12/+16
2023-10-04dm zoned: dynamically allocate the dm-zoned-meta shrinkerQi Zheng1-12/+16
2023-10-04dm: dynamically allocate the dm-bufio shrinkerQi Zheng1-11/+17