summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-04drm/panfrost: dynamically allocate the drm-panfrost shrinkerQi Zheng4-15/+24
2023-10-04drm/msm: dynamically allocate the drm-msm_gem shrinkerQi Zheng3-16/+25
2023-10-04drm/i915: dynamically allocate the i915_gem_mm shrinkerQi Zheng2-14/+17
2023-10-04mm: workingset: dynamically allocate the mm-shadow shrinkerQi Zheng1-13/+16
2023-10-04sunrpc: dynamically allocate the sunrpc_cred shrinkerQi Zheng1-8/+12
2023-10-04mm: thp: dynamically allocate the thp-related shrinkersQi Zheng1-24/+43
2023-10-04rcu: dynamically allocate the rcu-kfree shrinkerQi Zheng1-9/+12
2023-10-04rcu: dynamically allocate the rcu-lazy shrinkerQi Zheng1-9/+10
2023-10-04ubifs: dynamically allocate the ubifs-slab shrinkerQi Zheng1-10/+11
2023-10-04quota: dynamically allocate the dquota-cache shrinkerQi Zheng1-8/+9
2023-10-04nfsd: dynamically allocate the nfsd-filecache shrinkerQi Zheng1-10/+13
2023-10-04nfs: dynamically allocate the nfs-acl shrinkerQi Zheng1-8/+13
2023-10-04NFSv4.2: dynamically allocate the nfs-xattr shrinkersQi Zheng1-43/+44
2023-10-04gfs2: dynamically allocate the gfs2-qd shrinkerQi Zheng3-10/+24
2023-10-04gfs2: dynamically allocate the gfs2-glock shrinkerQi Zheng1-9/+10
2023-10-04f2fs: dynamically allocate the f2fs-shrinkerQi Zheng1-8/+23
2023-10-04erofs: dynamically allocate the erofs-shrinkerQi Zheng1-7/+12
2023-10-04xenbus/backend: dynamically allocate the xen-backend shrinkerQi Zheng1-7/+10
2023-10-04drm/ttm: dynamically allocate the drm-ttm_pool shrinkerQi Zheng1-8/+15
2023-10-04binder: dynamically allocate the android-binder shrinkerQi Zheng1-12/+18
2023-10-04kvm: mmu: dynamically allocate the x86-mmu shrinkerQi Zheng1-8/+10
2023-10-04mm: shrinker: add infrastructure for dynamically allocating shrinkerQi Zheng4-8/+142
2023-10-04drm/ttm: introduce pool_shrink_rwsemQi Zheng3-17/+16