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-16
mm: allow guard regions in file-backed and read-only mappings
Lorenzo Stoakes
1
-7
/
+1
2025-03-16
mm/mm_init.c: use round_up() to calculate usermap size
Wei Yang
1
-3
/
+3
2025-03-16
mm/mm_init.c: only align start of ZONE_MOVABLE on nodes with memory
Wei Yang
1
-1
/
+1
2025-03-16
mm/damon/sysfs-schemes: add files for setting damos_filter->sz_range
Usama Arif
1
-0
/
+54
2025-03-16
mm/damon: introduce DAMOS filter type hugepage_size
Usama Arif
3
-0
/
+10
2025-03-16
mm/mmu_gather: update comment on RCU freeing
Brendan Jackman
1
-2
/
+10
2025-03-16
mm: provide mapping_wrprotect_range() function
Lorenzo Stoakes
1
-0
/
+74
2025-03-16
mm: refactor rmap_walk_file() to separate out traversal logic
Lorenzo Stoakes
1
-26
/
+53
2025-03-16
mm: remove the access_ok() call from gup_fast_fallback()
David Laight
1
-3
/
+1
2025-03-16
vmscan, cleanup: add for_each_managed_zone_pgdat macro
Bertrand Wlodarczyk
1
-51
/
+32
2025-03-16
mm/damon/core: do damos walking in entire regions granularity
SeongJae Park
1
-6
/
+3
2025-03-16
mm/damon/core: do not call damos_walk_control->walk() if walk is completed
SeongJae Park
1
-0
/
+3
2025-03-16
mm/damon/core: unset damos->walk_completed after confimed set
SeongJae Park
1
-0
/
+3
2025-03-16
mm/mm_init.c: use round_up() to align movable range
Wei Yang
1
-2
/
+2
2025-03-16
mm: use READ/WRITE_ONCE() for vma->vm_flags on migrate, mprotect
Lorenzo Stoakes
2
-4
/
+4
2025-03-16
mm/damon: avoid applying DAMOS action to same entity multiple times
SeongJae Park
2
-12
/
+28
2025-03-16
mm/damon/ops: have damon_get_folio return folio even for tail pages
Usama Arif
2
-7
/
+19
2025-03-16
mm: kmemleak: add support for dumping physical and __percpu object info
Catalin Marinas
1
-13
/
+39
2025-03-16
mm, percpu: do not consider sleepable allocations atomic
Michal Hocko
1
-1
/
+7
2025-03-16
mm/swapfile.c: open code cluster_alloc_swap()
Baoquan He
1
-28
/
+10
2025-03-16
mm/swapfile.c: remove the incorrect code comment
Baoquan He
1
-1
/
+0
2025-03-16
mm/swap: rename swap_swapcount() to swap_entry_swapped()
Baoquan He
2
-4
/
+4
2025-03-16
mm/swapfile.c: remove the unneeded checking
Baoquan He
1
-3
/
+0
2025-03-16
mm/swap_state.c: remove the meaningless code comment
Baoquan He
1
-4
/
+0
2025-03-16
mm/swapfile.c: optimize code in setup_clusters()
Baoquan He
1
-10
/
+9
2025-03-16
mm/swapfile.c: update the code comment above swap_count_continued()
Baoquan He
1
-2
/
+2
2025-03-16
mm/swap: rename swap_is_has_cache() to swap_only_has_cache()
Baoquan He
1
-3
/
+3
2025-03-16
mm/swap: skip scanning cluster range if it's empty cluster
Baoquan He
1
-0
/
+3
2025-03-16
mm/swap: remove SWAP_FLAG_PRIO_SHIFT
Baoquan He
1
-2
/
+1
2025-03-16
mm/swap_state.c: optimize the code in clear_shadow_from_swap_cache()
Baoquan He
1
-3
/
+1
2025-03-16
mm/swap_state.c: fix the obsolete code comment
Baoquan He
1
-1
/
+1
2025-03-16
mm/memfd: fix spelling and grammatical issues
Liu Ye
1
-2
/
+2
2025-03-16
mm/madvise: remove redundant mmap_lock operations from process_madvise()
SeongJae Park
1
-3
/
+25
2025-03-16
mm/madvise: split out madvise() behavior execution
SeongJae Park
1
-23
/
+30
2025-03-16
mm/madvise: split out madvise input validity check
SeongJae Park
1
-10
/
+22
2025-03-16
mm/madvise: split out mmap locking operations for madvise()
SeongJae Park
1
-13
/
+49
2025-03-16
alloc_tag: uninline code gated by mem_alloc_profiling_key in page allocator
Suren Baghdasaryan
1
-0
/
+78
2025-03-16
alloc_tag: uninline code gated by mem_alloc_profiling_key in slab allocator
Suren Baghdasaryan
1
-19
/
+32
2025-03-16
mm: avoid extra mem_alloc_profiling_enabled() checks
Suren Baghdasaryan
1
-2
/
+1
2025-03-16
mm: completely abstract unnecessary adj_start calculation
Lorenzo Stoakes
2
-65
/
+53
2025-03-16
mm: make vmg->target consistent and further simplify commit_merge()
Lorenzo Stoakes
2
-63
/
+62
2025-03-16
mm: eliminate adj_start parameter from commit_merge()
Lorenzo Stoakes
3
-22
/
+46
2025-03-16
mm: further refactor commit_merge()
Lorenzo Stoakes
3
-65
/
+80
2025-03-16
mm: simplify vma merge structure and expand comments
Lorenzo Stoakes
4
-95
/
+133
2025-03-16
mm: zbud: remove zbud
Yosry Ahmed
4
-476
/
+2
2025-03-16
mm: z3fold: remove z3fold
Yosry Ahmed
3
-1477
/
+0
2025-03-16
mm/vmscan: extract calculated pressure balance as a function
Hao Zhang
1
-30
/
+38
2025-03-16
mm/rmap: avoid -EBUSY from make_device_exclusive()
David Hildenbrand
1
-3
/
+6
2025-03-16
mm/rmap: keep mapcount untouched for device-exclusive entries
David Hildenbrand
2
-23
/
+1
2025-03-16
mm/damon: handle device-exclusive entries correctly in damon_folio_mkold_one()
David Hildenbrand
1
-2
/
+21
[prev]
[next]