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
tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
Lorenzo Stoakes (Oracle)
1
-9
/
+54
2026-04-05
mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
Lorenzo Stoakes (Oracle)
4
-6
/
+73
2026-04-05
tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
Lorenzo Stoakes (Oracle)
1
-6
/
+13
2026-04-05
mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
Lorenzo Stoakes (Oracle)
3
-34
/
+88
2026-04-05
tools/testing/vma: test that legacy flag helpers work correctly
Lorenzo Stoakes (Oracle)
1
-0
/
+6
2026-04-05
mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
Lorenzo Stoakes (Oracle)
2
-4
/
+58
2026-04-05
mm/vma: introduce vma_flags_same[_mask/_pair]()
Lorenzo Stoakes (Oracle)
3
-11
/
+49
2026-04-05
mm: unexport vm_brk_flags() and eliminate vm_flags parameter
Lorenzo Stoakes (Oracle)
3
-14
/
+9
2026-04-05
tools/testing/vma: add simple test for append_vma_flags()
Lorenzo Stoakes (Oracle)
2
-0
/
+28
2026-04-05
mm/vma: add append_vma_flags() helper
Lorenzo Stoakes (Oracle)
2
-13
/
+21
2026-04-05
tools/testing/vma: fix VMA flag tests
Lorenzo Stoakes (Oracle)
3
-36
/
+92
2026-04-05
mm/vma: use new VMA flags for sticky flags logic
Lorenzo Stoakes (Oracle)
4
-32
/
+62
2026-04-05
tools/testing/vma: convert bulk of test code to vma_flags_t
Lorenzo Stoakes (Oracle)
6
-163
/
+186
2026-04-05
mm/vma: add further vma_flags_t unions
Lorenzo Stoakes (Oracle)
3
-3
/
+14
2026-04-05
tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
Lorenzo Stoakes (Oracle)
3
-0
/
+167
2026-04-05
mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
Lorenzo Stoakes (Oracle)
5
-10
/
+117
2026-04-05
mm/mseal: update VMA end correctly on merge
Lorenzo Stoakes (Oracle)
1
-2
/
+1
2026-04-05
bug: avoid format attribute warning for clang as well
Arnd Bergmann
1
-5
/
+2
2026-04-05
mm/pagewalk: fix race between concurrent split and refault
Max Boone
1
-3
/
+22
2026-04-05
mm/memory: fix PMD/PUD checks in follow_pfnmap_start()
David Hildenbrand (Arm)
1
-3
/
+15
2026-04-05
mm/damon/sysfs: check contexts->nr in repeat_call_fn
Josh Law
1
-0
/
+3
2026-04-05
mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]
Josh Law
1
-0
/
+3
2026-04-05
mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
Josh Law
1
-1
/
+3
2026-04-05
mm/swap: fix swap cache memcg accounting
Alexandre Ghiti
1
-5
/
+4
2026-04-05
MAINTAINERS, mailmap: update email address for Harry Yoo
Harry Yoo (Oracle)
2
-2
/
+3
2026-04-05
mm/huge_memory: fix folio isn't locked in softleaf_to_folio()
Jinjiang Tu
1
-11
/
+21
2026-04-05
selftests/mm: add folio_split() and filemap_get_entry() race test
Zi Yan
4
-0
/
+301
2026-04-05
mm: remove unused page_is_file_lru() function
Ye Liu
1
-5
/
+0
2026-04-05
drivers/base/memory: fix stale reference to memory_block_add_nid()
Kexin Sun
1
-1
/
+1
2026-04-05
mm/page_alloc: don't increase highatomic reserve after pcp alloc
Frank van der Linden
1
-7
/
+23
2026-04-05
mm/memcontrol: fix reclaim_options leak in try_charge_memcg()
Bing Jiao
1
-1
/
+2
2026-04-05
mm: change to return bool for the MMU notifier's young flag check
Baolin Wang
4
-80
/
+66
2026-04-05
mm: change to return bool for pudp_test_and_clear_young()
Baolin Wang
5
-14
/
+14
2026-04-05
mm: change to return bool for pmdp_clear_flush_young()
Baolin Wang
5
-15
/
+16
2026-04-05
mm: change to return bool for pmdp_test_and_clear_young()
Baolin Wang
8
-29
/
+27
2026-04-05
mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()
Baolin Wang
11
-34
/
+33
2026-04-05
mm: change to return bool for ptep_test_and_clear_young()
Baolin Wang
14
-50
/
+46
2026-04-05
mm: update outdated comments for removed scan_swap_map_slots()
Kexin Sun
2
-3
/
+3
2026-04-05
mm: vmalloc: update outdated comment for renamed vread()
Kexin Sun
2
-6
/
+6
2026-04-05
mm: mark early-init static variables with __meminitdata
Kaitao Cheng
2
-2
/
+2
2026-04-05
mm/zsmalloc: copy KMSAN metadata in zs_page_migrate()
Shigeru Yoshida
1
-0
/
+1
2026-04-05
mm/execmem: make the populate and alloc atomic
Hubert Mazur
1
-26
/
+29
2026-04-05
Docs/mm/damon: document min_nr_regions constraint and rationale
Liew Rui Yan
3
-0
/
+15
2026-04-05
mm/damon/core: document damos_commit_dests() failure semantics
Josh Law
1
-0
/
+17
2026-04-05
mm/mglru: fix cgroup OOM during MGLRU state switching
Leno Hou
3
-10
/
+41
2026-04-05
zsmalloc: return -EBUSY for zspage migration lock contention
teawater
1
-1
/
+13
2026-04-05
mm: introduce CONFIG_NUMA_MIGRATION and simplify CONFIG_MIGRATION
David Hildenbrand (Arm)
6
-24
/
+23
2026-04-05
mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE
David Hildenbrand (Arm)
7
-12
/
+3
2026-04-05
mm/sparse: move memory hotplug bits to sparse-vmemmap.c
David Hildenbrand (Arm)
4
-309
/
+310
2026-04-05
mm/sparse: move __section_mark_present() to internal.h
David Hildenbrand (Arm)
2
-8
/
+9
[prev]
[next]