index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
kasan
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-6
/
+6
2026-01-31
kasan: remove unnecessary sync argument from start_report()
Maninder Singh
-4
/
+4
2026-01-31
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,
Andrew Morton
-0
/
+21
2026-01-26
mm/kasan/kunit: extend vmalloc OOB tests to cover vrealloc()
Andrey Ryabinin
-15
/
+35
2026-01-26
mm/kasan: fix KASAN poisoning in vrealloc()
Andrey Ryabinin
-0
/
+21
2026-01-20
mm: introduce generic lazy_mmu helpers
Kevin Brodsky
-4
/
+4
2025-12-23
kasan: unpoison vms[area] addresses with a common tag
Maciej Wieczor-Retman
-3
/
+18
2025-12-23
kasan: refactor pcpu kasan vmalloc unpoison
Maciej Wieczor-Retman
-0
/
+17
2025-12-23
mm/kasan: fix incorrect unpoisoning in vrealloc for KASAN
Jiayuan Chen
-2
/
+4
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-40
/
+9
2025-11-16
kasan: cleanup of kasan_enabled() checks
Sabyrzhan Tasbolatov
-22
/
+4
2025-11-16
kasan: remove __kasan_save_free_info wrapper
Sabyrzhan Tasbolatov
-8
/
+3
2025-11-16
mm/kasan: support non-blocking GFP in kasan_populate_vmalloc()
Uladzislau Rezki (Sony)
-10
/
+2
2025-11-13
kasan: Remove references to folio in __kasan_mempool_poison_object()
Matthew Wilcox (Oracle)
-8
/
+4
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-98
/
+271
2025-10-02
Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
-1
/
+4
2025-09-29
slab: Introduce kmalloc_nolock() and kfree_nolock().
Alexei Starovoitov
-1
/
+4
2025-09-21
kasan: apply write-only mode in kasan kunit testcases
Yeoreum Yun
-69
/
+136
2025-09-21
kasan/hw-tags: introduce kasan.write_only option
Yeoreum Yun
-2
/
+50
2025-09-21
kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
Sabyrzhan Tasbolatov
-24
/
+44
2025-09-21
Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up
Andrew Morton
-7
/
+24
2025-09-13
mm/kasan/init.c: remove unnecessary pointer variables
Xichao Zhao
-3
/
+1
2025-09-13
kasan: add test for SLAB_TYPESAFE_BY_RCU quarantine skipping
Jann Horn
-0
/
+40
2025-09-08
mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc()
Uladzislau Rezki (Sony)
-7
/
+24
2025-08-27
mm: introduce and use {pgd,p4d}_populate_kernel()
Harry Yoo
-6
/
+6
2025-08-27
mm/kasan: avoid lazy MMU mode hazards
Alexander Gordeev
-0
/
+8
2025-08-27
mm/kasan: fix vmalloc shadow memory (de-)population races
Alexander Gordeev
-10
/
+8
2025-08-27
kunit: kasan_test: disable fortify string checker on kasan_strings() test
Yeoreum Yun
-0
/
+2
2025-08-05
kasan/test: fix protection against compiler elision
Jann Horn
-1
/
+1
2025-08-05
Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-7
/
+18
2025-08-02
kasan: skip quarantine if object is still accessible under RCU
Jann Horn
-7
/
+18
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-0
/
+8
2025-07-19
kasan: use vmalloc_dump_obj() for vmalloc error reports
Marco Elver
-1
/
+3
2025-07-12
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes which
Andrew Morton
-43
/
+2
2025-07-09
mm: unexport globally copy_to_kernel_nofault
Sabyrzhan Tasbolatov
-0
/
+8
2025-07-09
kasan: remove kasan_find_vm_area() to prevent possible deadlock
Yeoreum Yun
-43
/
+2
2025-05-28
Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+2
2025-05-20
kasan: avoid sleepable page allocation from atomic context
Alexander Gordeev
-14
/
+78
2025-05-08
kbuild: Switch from -Wvla to -Wvla-larger-than=1
Kees Cook
-1
/
+2
2025-04-18
Merge tag 'hardening-v6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-0
/
+20
2025-04-15
kasan: Add strscpy() test to trigger tag fault on arm64
Vincenzo Frascino
-0
/
+20
2025-04-11
mm/kasan: add module decription
Arnd Bergmann
-0
/
+1
2025-04-01
mm/kasan: use SLAB_NO_MERGE flag instead of an empty constructor
Harry Yoo
-4
/
+1
2025-02-17
kasan: don't call find_vm_area() in a PREEMPT_RT kernel
Waiman Long
-1
/
+33
2025-01-25
kasan: sw_tags: use str_on_off() helper in kasan_init_sw_tags()
Thorsten Blum
-1
/
+2
2025-01-25
kasan: hw_tags: Use str_on_off() helper in kasan_init_hw_tags()
Thorsten Blum
-2
/
+3
2025-01-25
kasan: use correct kernel-doc format
Randy Dunlap
-9
/
+9
2025-01-13
mm:kasan: fix sparse warnings: Should it be static?
Nihar Chaithanya
-2
/
+2
2025-01-13
kasan: make kasan_record_aux_stack_noalloc() the default behaviour
Peter Zijlstra
-12
/
+6
[next]