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
/
kasan
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
9
-98
/
+271
2025-10-02
Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Linus Torvalds
1
-1
/
+4
2025-09-29
slab: Introduce kmalloc_nolock() and kfree_nolock().
Alexei Starovoitov
1
-1
/
+4
2025-09-21
kasan: apply write-only mode in kasan kunit testcases
Yeoreum Yun
1
-69
/
+136
2025-09-21
kasan/hw-tags: introduce kasan.write_only option
Yeoreum Yun
2
-2
/
+50
2025-09-21
kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
Sabyrzhan Tasbolatov
7
-24
/
+44
2025-09-21
Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up
Andrew Morton
1
-7
/
+24
2025-09-13
mm/kasan/init.c: remove unnecessary pointer variables
Xichao Zhao
1
-3
/
+1
2025-09-13
kasan: add test for SLAB_TYPESAFE_BY_RCU quarantine skipping
Jann Horn
1
-0
/
+40
2025-09-08
mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc()
Uladzislau Rezki (Sony)
1
-7
/
+24
2025-08-27
mm: introduce and use {pgd,p4d}_populate_kernel()
Harry Yoo
1
-6
/
+6
2025-08-27
mm/kasan: avoid lazy MMU mode hazards
Alexander Gordeev
1
-0
/
+8
2025-08-27
mm/kasan: fix vmalloc shadow memory (de-)population races
Alexander Gordeev
1
-10
/
+8
2025-08-27
kunit: kasan_test: disable fortify string checker on kasan_strings() test
Yeoreum Yun
1
-0
/
+2
2025-08-05
kasan/test: fix protection against compiler elision
Jann Horn
1
-1
/
+1
2025-08-05
Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-7
/
+18
2025-08-02
kasan: skip quarantine if object is still accessible under RCU
Jann Horn
1
-7
/
+18
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+8
2025-07-19
kasan: use vmalloc_dump_obj() for vmalloc error reports
Marco Elver
1
-1
/
+3
2025-07-12
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes which
Andrew Morton
1
-43
/
+2
2025-07-09
mm: unexport globally copy_to_kernel_nofault
Sabyrzhan Tasbolatov
1
-0
/
+8
2025-07-09
kasan: remove kasan_find_vm_area() to prevent possible deadlock
Yeoreum Yun
1
-43
/
+2
2025-05-28
Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-1
/
+2
2025-05-20
kasan: avoid sleepable page allocation from atomic context
Alexander Gordeev
1
-14
/
+78
2025-05-08
kbuild: Switch from -Wvla to -Wvla-larger-than=1
Kees Cook
1
-1
/
+2
2025-04-18
Merge tag 'hardening-v6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-0
/
+20
2025-04-15
kasan: Add strscpy() test to trigger tag fault on arm64
Vincenzo Frascino
1
-0
/
+20
2025-04-11
mm/kasan: add module decription
Arnd Bergmann
1
-0
/
+1
2025-04-01
mm/kasan: use SLAB_NO_MERGE flag instead of an empty constructor
Harry Yoo
1
-4
/
+1
2025-02-17
kasan: don't call find_vm_area() in a PREEMPT_RT kernel
Waiman Long
1
-1
/
+33
2025-01-25
kasan: sw_tags: use str_on_off() helper in kasan_init_sw_tags()
Thorsten Blum
1
-1
/
+2
2025-01-25
kasan: hw_tags: Use str_on_off() helper in kasan_init_hw_tags()
Thorsten Blum
1
-2
/
+3
2025-01-25
kasan: use correct kernel-doc format
Randy Dunlap
1
-9
/
+9
2025-01-13
mm:kasan: fix sparse warnings: Should it be static?
Nihar Chaithanya
1
-2
/
+2
2025-01-13
kasan: make kasan_record_aux_stack_noalloc() the default behaviour
Peter Zijlstra
1
-12
/
+6
2024-12-08
Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-3
/
+3
2024-12-05
kasan: make report_lock a raw spinlock
Jared Kangas
1
-3
/
+3
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-1
/
+2
2024-11-25
Merge tag 'slab-for-6.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Linus Torvalds
1
-2
/
+5
2024-11-11
mm: define general function pXd_init()
Bibo Mao
1
-12
/
+0
2024-11-11
kasan: add kunit tests for kmalloc_track_caller, kmalloc_node_track_caller
Nihar Chaithanya
1
-0
/
+31
2024-11-11
kasan: change kasan_atomics kunit test as KUNIT_CASE_SLOW
Sabyrzhan Tasbolatov
1
-1
/
+1
2024-11-11
kasan: use EXPORT_SYMBOL_IF_KUNIT to export symbols
Sabyrzhan Tasbolatov
3
-11
/
+15
2024-11-11
kasan: delete CONFIG_KASAN_MODULE_TEST
Sabyrzhan Tasbolatov
2
-2
/
+2
2024-11-11
kasan: migrate copy_user_test to kunit
Sabyrzhan Tasbolatov
3
-83
/
+47
2024-11-06
mm, kasan, kmsan: instrument copy_from/to_kernel_nofault
Sabyrzhan Tasbolatov
1
-0
/
+36
2024-11-05
mm/vmalloc: combine all TLB flush operations of KASAN shadow virtual address into one operation
Adrian Huang
1
-4
/
+10
2024-10-30
kasan: remove vmalloc_percpu test
Andrey Konovalov
1
-27
/
+0
2024-10-29
mm/kasan: Don't store metadata inside kmalloc object when slub_debug_orig_size is on
Feng Tang
1
-2
/
+5
[next]