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
2026-04-05
mm: prevent droppable mappings from being locked
Anthony Yznaga
3
-7
/
+17
2026-04-05
mm: move vma_mmu_pagesize() from hugetlb to vma.c
David Hildenbrand (Arm)
2
-11
/
+21
2026-04-05
mm: move vma_kernel_pagesize() from hugetlb to mm.h
David Hildenbrand (Arm)
1
-17
/
+0
2026-04-05
mm/damon/core: clarify damon_set_attrs() usages
SeongJae Park
1
-2
/
+10
2026-04-05
mm/damon/tests/core-kunit: add a test for damon_is_last_region()
SeongJae Park
1
-0
/
+23
2026-04-05
mm/damon/core: use mult_frac()
SeongJae Park
1
-10
/
+10
2026-04-05
mm/damon/core: use time_after_eq() in kdamond_fn()
SeongJae Park
1
-5
/
+9
2026-04-05
mm/damon/core: use time_before() for next_apply_sis
SeongJae Park
1
-3
/
+3
2026-04-05
mm/damon/core: remove damos_set_next_apply_sis() duplicates
SeongJae Park
1
-9
/
+2
2026-04-05
mm/damon/tests/core-kunit: add a test for damon_commit_ctx()
SeongJae Park
1
-0
/
+22
2026-04-05
mm/damon/tests/.kunitconifg: enable DAMON_DEBUG_SANITY
SeongJae Park
1
-0
/
+3
2026-04-05
mm/damon/core: add damon_reset_aggregated() debug_sanity check
SeongJae Park
1
-0
/
+18
2026-04-05
mm/damon/core: add damon_split_region_at() debug_sanity check
SeongJae Park
1
-0
/
+16
2026-04-05
mm/damon/core: add damon_merge_regions_of() debug_sanity check
SeongJae Park
1
-0
/
+15
2026-04-05
mm/damon/core: add damon_merge_two_regions() debug_sanity check
SeongJae Park
1
-0
/
+16
2026-04-05
mm/damon/core: add damon_nr_regions() debug_sanity check
SeongJae Park
1
-0
/
+19
2026-04-05
mm/damon/core: add damon_del_region() debug_sanity check
SeongJae Park
1
-0
/
+13
2026-04-05
mm/damon/core: add damon_new_region() debug_sanity check
SeongJae Park
1
-0
/
+12
2026-04-05
mm/damon: add CONFIG_DAMON_DEBUG_SANITY
SeongJae Park
1
-0
/
+11
2026-04-05
mm/migrate_device: document folio_get requirement before frozen PMD split
Usama Arif
1
-0
/
+4
2026-04-05
mm: introduce a new page type for page pool in page type
Byungchul Park
1
-4
/
+9
2026-04-05
mm: reintroduce vma_desc_test() as a singular flag test
Lorenzo Stoakes (Oracle)
1
-6
/
+6
2026-04-05
mm: reintroduce vma_flags_test() as a singular flag test
Lorenzo Stoakes (Oracle)
2
-3
/
+3
2026-04-05
mm: rename VMA flag helpers to be more readable
Lorenzo Stoakes (Oracle)
4
-11
/
+11
2026-04-05
kasan: fix bug type classification for SW_TAGS mode
Andrey Ryabinin
1
-4
/
+9
2026-04-05
mm/vmscan: fix unintended mtc->nmask mutation in alloc_demote_folio()
Bing Jiao
1
-9
/
+5
2026-04-05
mm/oom_kill.c: simpilfy rcu call with guard(rcu)
Maninder Singh
1
-6
/
+3
2026-04-05
mm/page_reporting: change page_reporting_order to PAGE_REPORTING_ORDER_UNSPECIFIED
Yuvraj Sakshith
1
-2
/
+2
2026-04-05
mm/page_reporting: add PAGE_REPORTING_ORDER_UNSPECIFIED
Yuvraj Sakshith
1
-1
/
+2
2026-04-05
mm: memcg: separate slab stat accounting from objcg charge cache
Johannes Weiner
1
-39
/
+61
2026-04-05
mm: memcontrol: use __account_obj_stock() in the !locked path
Johannes Weiner
1
-1
/
+5
2026-04-05
mm: memcontrol: split out __obj_cgroup_charge()
Johannes Weiner
1
-5
/
+16
2026-04-05
mm: memcg: simplify objcg charge size and stock remainder math
Johannes Weiner
1
-10
/
+6
2026-04-05
mm: memcg: factor out trylock_stock() and unlock_stock()
Johannes Weiner
1
-6
/
+19
2026-04-05
mm: support batched checking of the young flag for MGLRU
Baolin Wang
3
-31
/
+46
2026-04-05
mm: add a batched helper to clear the young flag for large folios
Baolin Wang
1
-5
/
+11
2026-04-05
mm: rmap: add a ZONE_DEVICE folio warning in folio_referenced()
Baolin Wang
1
-0
/
+1
2026-04-05
mm: rename ptep/pmdp_clear_young_notify() to ptep/pmdp_test_and_clear_young_notify()
Baolin Wang
2
-8
/
+8
2026-04-05
mm: use inline helper functions instead of ugly macros
Baolin Wang
1
-0
/
+52
2026-04-05
mm/memory: support VM_MIXEDMAP in zap_special_vma_range()
David Hildenbrand (Arm)
1
-2
/
+2
2026-04-05
mm: rename zap_vma_ptes() to zap_special_vma_range()
David Hildenbrand (Arm)
1
-9
/
+7
2026-04-05
mm: rename zap_page_range_single() to zap_vma_range()
David Hildenbrand (Arm)
2
-9
/
+9
2026-04-05
mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
David Hildenbrand (Arm)
3
-14
/
+16
2026-04-05
mm: rename zap_vma_pages() to zap_vma()
David Hildenbrand (Arm)
1
-1
/
+1
2026-04-05
mm/memory: inline unmap_page_range() into __zap_vma_range()
David Hildenbrand (Arm)
1
-20
/
+12
2026-04-05
mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
David Hildenbrand (Arm)
1
-4
/
+9
2026-04-05
mm/memory: convert details->even_cows into details->skip_cows
David Hildenbrand (Arm)
2
-7
/
+6
2026-04-05
mm/memory: move adjusting of address range to unmap_vmas()
David Hildenbrand (Arm)
1
-35
/
+23
2026-04-05
mm/memory: rename unmap_single_vma() to __zap_vma_range()
David Hildenbrand (Arm)
1
-3
/
+3
2026-04-05
mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
David Hildenbrand (Arm)
3
-22
/
+34
[prev]
[next]