index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
snmp.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-04
trace-vmscan-postprocess: sync with tracepoints updates
Vlastimil Babka
1
-23
/
+17
2023-10-04
buffer: remove __getblk_gfp()
Matthew Wilcox (Oracle)
2
-27
/
+11
2023-10-04
ext4: call bdev_getblk() from sb_getblk_gfp()
Matthew Wilcox (Oracle)
2
-5
/
+11
2023-10-04
buffer: convert sb_getblk() to call __getblk()
Matthew Wilcox (Oracle)
1
-4
/
+3
2023-10-04
buffer: convert getblk_unmovable() and __getblk() to use bdev_getblk()
Matthew Wilcox (Oracle)
1
-14
/
+22
2023-10-04
buffer: use bdev_getblk() to avoid memory reclaim in readahead path
Matthew Wilcox (Oracle)
1
-1
/
+3
2023-10-04
ext4: use bdev_getblk() to avoid memory reclaim in readahead path
Matthew Wilcox (Oracle)
1
-1
/
+2
2023-10-04
buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()
Matthew Wilcox (Oracle)
2
-21
/
+42
2023-10-04
buffer: pass GFP flags to folio_alloc_buffers()
Matthew Wilcox (Oracle)
2
-9
/
+10
2023-10-04
Docs/admin-guide/mm/damon/usage: document damos_before_apply tracepoint
SeongJae Park
1
-7
/
+30
2023-10-04
mm/damon/core: add a tracepoint for damos apply target regions
SeongJae Park
2
-1
/
+70
2023-10-04
mm: migrate: remove isolated variable in add_page_for_migration()
Kefeng Wang
1
-7
/
+4
2023-10-04
mm: migrate: remove PageHead() check for HugeTLB in add_page_for_migration()
Kefeng Wang
1
-4
/
+2
2023-10-04
mm: migrate: use a folio in add_page_for_migration()
Kefeng Wang
1
-21
/
+19
2023-10-04
mm: migrate: use __folio_test_movable()
Kefeng Wang
1
-7
/
+7
2023-10-04
mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio()
Kefeng Wang
4
-22
/
+25
2023-10-04
mm: migrate: convert numamigrate_isolate_page() to numamigrate_isolate_folio()
Kefeng Wang
1
-10
/
+10
2023-10-04
mm: migrate: remove THP mapcount check in numamigrate_isolate_page()
Kefeng Wang
1
-4
/
+0
2023-10-04
mm: migrate: remove PageTransHuge check in numamigrate_isolate_page()
Kefeng Wang
1
-2
/
+0
2023-10-04
mm/rmap: pass folio to hugepage_add_anon_rmap()
David Hildenbrand
3
-7
/
+5
2023-10-04
mm/rmap: simplify PageAnonExclusive sanity checks when adding anon rmap
David Hildenbrand
1
-8
/
+8
2023-10-04
mm/rmap: warn on new PTE-mapped folios in page_add_anon_rmap()
David Hildenbrand
1
-0
/
+7
2023-10-04
mm/rmap: move folio_test_anon() check out of __folio_set_anon()
David Hildenbrand
1
-15
/
+8
2023-10-04
mm/rmap: move SetPageAnonExclusive out of __page_set_anon_rmap()
David Hildenbrand
1
-20
/
+21
2023-10-04
mm/rmap: drop stale comment in page_add_anon_rmap and hugepage_add_anon_rmap()
David Hildenbrand
1
-2
/
+0
2023-10-04
mm: memcg: add THP swap out info for anonymous reclaim
Xin Hao
4
-4
/
+16
2023-10-04
mm: vmscan: modify an easily misunderstood function name
liujinlong
1
-2
/
+2
2023-10-04
mm: shrinker: convert shrinker_rwsem to mutex
Qi Zheng
4
-24
/
+24
2023-10-04
mm: shrinker: hold write lock to reparent shrinker nr_deferred
Qi Zheng
1
-2
/
+2
2023-10-04
mm: shrinker: make memcg slab shrink lockless
Qi Zheng
1
-19
/
+66
2023-10-04
mm: shrinker: make global slab shrink lockless
Qi Zheng
2
-21
/
+92
2023-10-04
mm: shrinker: rename {prealloc|unregister}_memcg_shrinker() to shrinker_memcg...
Qi Zheng
1
-6
/
+6
2023-10-04
mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
Qi Zheng
3
-107
/
+172
2023-10-04
mm: shrinker: remove old APIs
Qi Zheng
2
-151
/
+0
2023-10-04
fs: super: dynamically allocate the s_shrink
Qi Zheng
5
-19
/
+22
2023-10-04
zsmalloc: dynamically allocate the mm-zspool shrinker
Qi Zheng
1
-12
/
+15
2023-10-04
xfs: dynamically allocate the xfs-qm shrinker
Qi Zheng
2
-14
/
+15
2023-10-04
xfs: dynamically allocate the xfs-inodegc shrinker
Qi Zheng
3
-14
/
+18
2023-10-04
xfs: dynamically allocate the xfs-buf shrinker
Qi Zheng
2
-12
/
+14
2023-10-04
nfsd: dynamically allocate the nfsd-reply shrinker
Qi Zheng
2
-16
/
+17
2023-10-04
nfsd: dynamically allocate the nfsd-client shrinker
Qi Zheng
2
-9
/
+12
2023-10-04
jbd2,ext4: dynamically allocate the jbd2-journal shrinker
Qi Zheng
2
-12
/
+19
2023-10-04
ext4: dynamically allocate the ext4-es shrinker
Qi Zheng
2
-11
/
+14
2023-10-04
mbcache: dynamically allocate the mbcache shrinker
Qi Zheng
1
-10
/
+12
2023-10-04
virtio_balloon: dynamically allocate the virtio-balloon shrinker
Qi Zheng
1
-10
/
+14
2023-10-04
vmw_balloon: dynamically allocate the vmw-balloon shrinker
Qi Zheng
1
-26
/
+12
2023-10-04
bcache: dynamically allocate the md-bcache shrinker
Qi Zheng
3
-13
/
+19
2023-10-04
md/raid5: dynamically allocate the md-raid5 shrinker
Qi Zheng
2
-12
/
+16
2023-10-04
dm zoned: dynamically allocate the dm-zoned-meta shrinker
Qi Zheng
1
-12
/
+16
2023-10-04
dm: dynamically allocate the dm-bufio shrinker
Qi Zheng
1
-11
/
+17
[next]