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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-05
mm: rename VMA flag helpers to be more readable
Lorenzo Stoakes (Oracle)
16
-70
/
+72
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: change PAGE_REPORTING_ORDER_UNSPECIFIED to -1
Yuvraj Sakshith
1
-1
/
+1
2026-04-05
hv_balloon: set unspecified page reporting order
Yuvraj Sakshith
1
-1
/
+1
2026-04-05
virtio_balloon: set unspecified page reporting order
Yuvraj Sakshith
1
-0
/
+2
2026-04-05
mm/page_reporting: add PAGE_REPORTING_ORDER_UNSPECIFIED
Yuvraj Sakshith
2
-1
/
+3
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
arm64: mm: implement the architecture-specific test_and_clear_young_ptes()
Baolin Wang
1
-6
/
+12
2026-04-05
mm: support batched checking of the young flag for MGLRU
Baolin Wang
4
-33
/
+49
2026-04-05
mm: add a batched helper to clear the young flag for large folios
Baolin Wang
2
-5
/
+48
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
2
-54
/
+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)
7
-18
/
+16
2026-04-05
mm: rename zap_page_range_single() to zap_vma_range()
David Hildenbrand (Arm)
10
-22
/
+22
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)
5
-5
/
+9
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)
2
-4
/
+10
2026-04-05
mm/memory: convert details->even_cows into details->skip_cows
David Hildenbrand (Arm)
3
-8
/
+7
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
2026-04-05
mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()
David Hildenbrand (Arm)
1
-1
/
+1
2026-04-05
mm/memory: simplify calculation in unmap_mapping_range_tree()
David Hildenbrand (Arm)
3
-12
/
+10
2026-04-05
mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()
David Hildenbrand (Arm)
1
-16
/
+7
2026-04-05
mm/memory: remove "zap_details" parameter from zap_page_range_single()
David Hildenbrand (Arm)
9
-22
/
+20
2026-04-05
mm/madvise: drop range checks in madvise_free_single_vma()
David Hildenbrand (Arm)
1
-9
/
+4
2026-04-05
kasan: docs: SLUB is the only remaining slab implementation
David Hildenbrand (Arm)
1
-3
/
+0
2026-04-05
vmalloc: support __GFP_RETRY_MAYFAIL and __GFP_NORETRY
Michal Hocko
1
-5
/
+12
2026-04-05
mm/vmalloc: fix incorrect size reporting on allocation failure
Uladzislau Rezki (Sony)
1
-1
/
+1
2026-04-05
Documentation: fix a hugetlbfs reservation statement
Jane Chu
1
-1
/
+1
2026-04-05
mm: make ref_unless functions unless_zero only
Gladyshev Ilya
2
-7
/
+7
2026-04-05
mm/page_alloc: remove pcpu_spin_* wrappers
Vlastimil Babka
1
-15
/
+9
2026-04-05
mm/page_alloc: remove IRQ saving/restoring from pcp locking
Vlastimil Babka
1
-30
/
+16
2026-04-05
mm/page_alloc: effectively disable pcp with CONFIG_SMP=n
Vlastimil Babka
1
-58
/
+34
2026-04-05
mm/damon/test/core-kunit: add damon_apply_min_nr_regions() test
SeongJae Park
1
-0
/
+52
2026-04-05
mm/damon/vaddr: do not split regions for min_nr_regions
SeongJae Park
2
-144
/
+2
2026-04-05
mm/damon/core: split regions for min_nr_regions
SeongJae Park
1
-6
/
+39
2026-04-05
mm/kasan: fix double free for kasan pXds
Ritesh Harjani (IBM)
1
-4
/
+4
2026-04-05
mm: replace READ_ONCE() in pud_trans_unstable()
Anshuman Khandual
1
-1
/
+1
2026-04-05
mm/debug_vm_pgtable: replace WRITE_ONCE() with pxd_clear()
Anshuman Khandual
1
-2
/
+2
[prev]
[next]