index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
mm
/
vmscan.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-17
mm: vmscan: fix kswapd exit condition in defrag_mode
Johannes Weiner
1
-1
/
+7
2025-04-17
mm: vmscan: restore high-cpu watermark safety in kswapd
Johannes Weiner
1
-2
/
+19
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-112
/
+140
2025-03-21
mm/vmscan: don't try to reclaim hwpoison folio
Jinjiang Tu
1
-0
/
+7
2025-03-21
mm: vmscan: split proactive reclaim statistics from direct reclaim statistics
Hao Jia
1
-15
/
+20
2025-03-17
mm: page_alloc: defrag_mode kswapd/kcompactd watermarks
Johannes Weiner
1
-1
/
+14
2025-03-17
mm: compaction: push watermark into compaction_suitable() callers
Johannes Weiner
1
-12
/
+14
2025-03-17
mm: lock PGDAT_RECLAIM_LOCKED with acquire memory ordering
Mathieu Desnoyers
1
-1
/
+1
2025-03-17
mm: add missing release barrier on PGDAT_RECLAIM_LOCKED unlock
Mathieu Desnoyers
1
-1
/
+1
2025-03-16
mm, swap: simplify folio swap allocation
Kairui Song
1
-2
/
+14
2025-03-16
vmscan, cleanup: add for_each_managed_zone_pgdat macro
Bertrand Wlodarczyk
1
-51
/
+32
2025-03-16
mm/vmscan: extract calculated pressure balance as a function
Hao Zhang
1
-30
/
+38
2025-03-16
mm: memcontrol: move memsw charge callbacks to v1
Johannes Weiner
1
-1
/
+1
2025-02-07
mm: vmscan: move vmscan sysctls to mm/vmscan.c
Kaixiong Yu
1
-0
/
+23
2025-02-01
mm/vmscan: accumulate nr_demoted for accurate demotion statistics
Li Zhijian
1
-3
/
+4
2025-02-01
mm/vmscan: fix hard LOCKUP in function isolate_lru_folios
liuye
1
-1
/
+5
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-250
/
+257
2025-01-25
mm/mglru: fix PTE-mapped large folios
Yu Zhao
1
-37
/
+71
2025-01-25
mm/mglru: rework workingset protection
Yu Zhao
1
-58
/
+85
2025-01-25
mm/mglru: rework type selection
Yu Zhao
1
-56
/
+26
2025-01-25
mm/mglru: rework aging feedback
Yu Zhao
1
-115
/
+91
2025-01-21
Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks
Linus Torvalds
1
-5
/
+3
2025-01-12
mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled.
Donet Tom
1
-0
/
+3
2025-01-08
mm: Create/affine kswapd to its preferred node
Frederic Weisbecker
1
-5
/
+3
2024-12-30
mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim()
Seiji Nishikawa
1
-1
/
+8
2024-11-07
mm/vmscan: wake up flushers conditionally to avoid cgroup OOM
Zeng Jingxiang
1
-3
/
+22
2024-11-06
memcg-v1: no need for memcg locking for MGLRU
Shakeel Butt
1
-15
/
+1
2024-11-06
mm/mglru: reset page lru tier bits when activating
Wei Xu
1
-4
/
+4
2024-11-06
vmscan: add a vmscan event for reclaim_pages
Jaewon Kim
1
-2
/
+3
2024-11-06
mm: swap: make some count_mthp_stat() call-sites be THP-agnostic.
Kanchana P Sridhar
1
-1
/
+1
2024-11-05
mm: multi-gen LRU: walk_pte_range() use pte_offset_map_rw_nolock()
Qi Zheng
1
-1
/
+8
2024-11-05
mm: fix shrink nr.unqueued_dirty counter issue
Zhiguo Jiang
1
-1
/
+2
2024-11-05
mm/thp: fix deferred split unqueue naming and locking
Hugh Dickins
1
-2
/
+2
2024-11-03
mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()
Yu Zhao
1
-39
/
+49
2024-11-03
mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL stats
Yu Zhao
1
-9
/
+5
2024-10-17
mm/mglru: only clear kswapd_failures if reclaimable
Wei Xu
1
-2
/
+2
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-21
/
+46
2024-09-09
mm: introduce a pageflag for partially mapped folios
Usama Arif
1
-1
/
+2
2024-09-09
mm: vmscan.c: fix OOM on swap stress test
Chris Li
1
-1
/
+1
2024-09-03
mm,memcg: provide per-cgroup counters for NUMA balancing operations
Kaiyang Zhao
1
-4
/
+4
2024-09-03
mm: shmem: support large folio swap out
Baolin Wang
1
-7
/
+23
2024-09-01
memcg: use ratelimited stats flush in the reclaim
Shakeel Butt
1
-3
/
+4
2024-09-01
mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=true
Yuanchu Xie
1
-2
/
+2
2024-09-01
mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walk
David Hildenbrand
1
-1
/
+1
2024-09-01
mm: create promo_wmark_pages and clean up open-coded sites
Kaiyang Zhao
1
-1
/
+1
2024-09-01
mm: shrink skip folio mapped by an exiting process
Zhiguo Jiang
1
-1
/
+6
2024-09-01
mm: add node_reclaim successes to VM event counters
Matthew Cassell
1
-1
/
+3
2024-09-01
Revert "mm: skip CMA pages when they are not available"
Usama Arif
1
-22
/
+2
2024-07-24
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random
Linus Torvalds
1
-9
/
+0
2024-07-19
mm: add MAP_DROPPABLE for designating always lazily freeable mappings
Jason A. Donenfeld
1
-9
/
+0
[next]