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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-21
memcg: move do_memsw_account() to CONFIG_MEMCG_V1
Shakeel Butt
1
-6
/
+7
2025-03-21
memcg: avoid refill_stock for root memcg
Shakeel Butt
1
-1
/
+2
2025-03-21
mm/mm_init: rename init_reserved_page to init_deferred_page
Mike Rapoport (Microsoft)
1
-3
/
+3
2025-03-21
mm/mm_init: rename __init_reserved_page_zone to __init_page_from_nid
Mike Rapoport (Microsoft)
3
-4
/
+4
2025-03-21
mm/cma: using per-CMA locks to improve concurrent allocation performance
Ge Yang
2
-3
/
+5
2025-03-20
Merge branch 'slab/for-6.15/kfree_rcu_tiny' into slab/for-next
Vlastimil Babka
4
-6
/
+79
2025-03-19
Merge tag 'v6.14-rc7' into x86/core, to pick up fixes
Ingo Molnar
20
-225
/
+242
2025-03-17
Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
10
-30
/
+77
2025-03-17
mm: page_alloc: defrag_mode kswapd/kcompactd watermarks
Johannes Weiner
5
-15
/
+72
2025-03-17
mm: page_alloc: defrag_mode kswapd/kcompactd assistance
Johannes Weiner
1
-4
/
+10
2025-03-17
mm: page_alloc: defrag_mode
Johannes Weiner
1
-2
/
+25
2025-03-17
mm: page_alloc: trace type pollution from compaction capturing
Johannes Weiner
1
-0
/
+4
2025-03-17
mm: compaction: push watermark into compaction_suitable() callers
Johannes Weiner
2
-36
/
+42
2025-03-17
mm: convert lru_add_page_tail() to lru_add_split_folio()
Matthew Wilcox (Oracle)
1
-9
/
+9
2025-03-17
mm/debug: add line breaks
Liu Ye
1
-1
/
+1
2025-03-17
mm: memory-failure: enhance comments for return value of memory_failure()
Shuai Xue
1
-3
/
+7
2025-03-17
mm/hwpoison: do not send SIGBUS to processes with recovered clean pages
Shuai Xue
1
-3
/
+8
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-17
mm/madvise: remove len parameter of madvise_do_behavior()
SeongJae Park
1
-6
/
+4
2025-03-17
mm/madvise: deduplicate madvise_do_behavior() skip case handlings
SeongJae Park
1
-23
/
+34
2025-03-17
mm/madvise: split out populate behavior check logic
SeongJae Park
1
-7
/
+13
2025-03-17
mm/madvise: use is_memory_failure() from madvise_do_behavior()
SeongJae Park
1
-22
/
+27
2025-03-17
mm/page_alloc: add trace event for totalreserve_pages calculation
Martin Liu
1
-0
/
+1
2025-03-17
mm/page_alloc: add trace event for per-zone lowmem reserve setup
Martin Liu
1
-0
/
+2
2025-03-17
mm/page_alloc: add trace event for per-zone watermark setup
Martin Liu
1
-0
/
+1
2025-03-17
mm/shmem: fix functions documentation
Enrico Bravi
1
-3
/
+3
2025-03-17
mm: use ptep_get() instead of directly dereferencing pte_t*
Ryan Roberts
1
-1
/
+1
2025-03-17
drivers/base/memory: improve add_boot_memory_block()
Gavin Shan
1
-5
/
+0
2025-03-17
mm/damon/sysfs-schemes: avoid Wformat-security warning on damon_sysfs_access_pattern_add_range_dir()
SeongJae Park
1
-1
/
+1
2025-03-17
mm/shmem: use xas_try_split() in shmem_split_large_entry()
Zi Yan
1
-31
/
+28
2025-03-17
mm/filemap: use xas_try_split() in __filemap_add_folio()
Zi Yan
1
-27
/
+18
2025-03-17
mm/truncate: use folio_split() in truncate operation
Zi Yan
2
-4
/
+39
2025-03-17
mm/huge_memory: add folio_split() to debugfs testing interface
Zi Yan
1
-13
/
+34
2025-03-17
mm/huge_memory: remove the old, unused __split_huge_page()
Zi Yan
1
-215
/
+0
2025-03-17
mm/huge_memory: add buddy allocator like (non-uniform) folio_split()
Zi Yan
1
-42
/
+128
2025-03-17
mm/huge_memory: move folio split common code to __folio_split()
Zi Yan
1
-50
/
+62
2025-03-17
mm/huge_memory: add two new (not yet used) functions for folio_split()
Zi Yan
1
-1
/
+353
2025-03-17
mm: swap_cgroup: remove double initialization of locals
Johannes Weiner
1
-2
/
+1
2025-03-17
mm/vmalloc: refactor __vmalloc_node_range_noprof()
Liu Ye
1
-12
/
+8
2025-03-17
mm: page_owner: use new iteration API
Luiz Capitulino
1
-45
/
+39
2025-03-17
mm: page_table_check: use new iteration API
Luiz Capitulino
1
-27
/
+12
2025-03-17
mm: page_ext: add an iteration API for page extensions
Luiz Capitulino
1
-0
/
+13
2025-03-17
mm: remove redundant return in set_huge_zero_folio()
Dev Jain
1
-2
/
+0
2025-03-17
mm/damon: remove damon_operations->reset_aggregated
SeongJae Park
3
-4
/
+0
2025-03-17
mm/damon: remove damon_callback->before_damos_apply
SeongJae Park
1
-9
/
+4
2025-03-17
mm/damon: remove damon_callback->after_sampling
SeongJae Park
1
-3
/
+0
2025-03-17
mm/damon: remove ->before_start of damon_callback
SeongJae Park
1
-2
/
+0
2025-03-17
mm/damon/sysfs-schemes: remove obsolete comment for damon_sysfs_schemes_clear_regions()
SeongJae Park
1
-1
/
+0
2025-03-17
mm/damon/sysfs: remove damon_sysfs_cmd_request and its readers
SeongJae Park
1
-23
/
+1
[prev]
[next]