summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-04mm: shrinker: remove redundant shrinker_rwsem in debugfs operationsQi Zheng1-15/+1
2023-10-04mm: vmscan: move shrinker-related code into a separate fileQi Zheng4-703/+713
2023-10-04mm: move some shrinker-related function declarations to mm/internal.hQi Zheng3-19/+28
2023-10-04proc/kcore: do not try to access unaccepted memoryAdrian Hunter1-1/+2
2023-10-04efi/unaccepted: do not let /proc/vmcore try to access unaccepted memoryAdrian Hunter2-0/+27
2023-10-04kmsan: introduce test_memcpy_initialized_gap()Alexander Potapenko1-0/+53
2023-10-04kmsan: merge test_memcpy_aligned_to_unaligned{,2}() togetherAlexander Potapenko1-24/+13
2023-10-04kmsan: prevent optimizations in memcpy testsAlexander Potapenko1-25/+16