index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kasan
Age
Commit message (
Expand
)
Author
2025-09-08
mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc()
Uladzislau Rezki (Sony)
2025-08-27
mm: introduce and use {pgd,p4d}_populate_kernel()
Harry Yoo
2025-08-27
mm/kasan: avoid lazy MMU mode hazards
Alexander Gordeev
2025-08-27
mm/kasan: fix vmalloc shadow memory (de-)population races
Alexander Gordeev
2025-08-27
kunit: kasan_test: disable fortify string checker on kasan_strings() test
Yeoreum Yun
2025-08-05
kasan/test: fix protection against compiler elision
Jann Horn
2025-08-05
Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-08-02
kasan: skip quarantine if object is still accessible under RCU
Jann Horn
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-07-19
kasan: use vmalloc_dump_obj() for vmalloc error reports
Marco Elver
2025-07-12
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes which
Andrew Morton
2025-07-09
mm: unexport globally copy_to_kernel_nofault
Sabyrzhan Tasbolatov
2025-07-09
kasan: remove kasan_find_vm_area() to prevent possible deadlock
Yeoreum Yun
2025-05-28
Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-05-20
kasan: avoid sleepable page allocation from atomic context
Alexander Gordeev
2025-05-08
kbuild: Switch from -Wvla to -Wvla-larger-than=1
Kees Cook
2025-04-18
Merge tag 'hardening-v6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-04-15
kasan: Add strscpy() test to trigger tag fault on arm64
Vincenzo Frascino
2025-04-11
mm/kasan: add module decription
Arnd Bergmann
2025-04-01
mm/kasan: use SLAB_NO_MERGE flag instead of an empty constructor
Harry Yoo
2025-02-17
kasan: don't call find_vm_area() in a PREEMPT_RT kernel
Waiman Long
2025-01-25
kasan: sw_tags: use str_on_off() helper in kasan_init_sw_tags()
Thorsten Blum
2025-01-25
kasan: hw_tags: Use str_on_off() helper in kasan_init_hw_tags()
Thorsten Blum
2025-01-25
kasan: use correct kernel-doc format
Randy Dunlap
2025-01-13
mm:kasan: fix sparse warnings: Should it be static?
Nihar Chaithanya
2025-01-13
kasan: make kasan_record_aux_stack_noalloc() the default behaviour
Peter Zijlstra
2024-12-08
Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-12-05
kasan: make report_lock a raw spinlock
Jared Kangas
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-11-26
Merge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-11-25
Merge tag 'slab-for-6.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-11-11
mm: define general function pXd_init()
Bibo Mao
2024-11-11
kasan: add kunit tests for kmalloc_track_caller, kmalloc_node_track_caller
Nihar Chaithanya
2024-11-11
kasan: change kasan_atomics kunit test as KUNIT_CASE_SLOW
Sabyrzhan Tasbolatov
2024-11-11
kasan: use EXPORT_SYMBOL_IF_KUNIT to export symbols
Sabyrzhan Tasbolatov
2024-11-11
kasan: delete CONFIG_KASAN_MODULE_TEST
Sabyrzhan Tasbolatov
2024-11-11
kasan: migrate copy_user_test to kunit
Sabyrzhan Tasbolatov
2024-11-06
mm, kasan, kmsan: instrument copy_from/to_kernel_nofault
Sabyrzhan Tasbolatov
2024-11-05
mm/vmalloc: combine all TLB flush operations of KASAN shadow virtual address ...
Adrian Huang
2024-10-30
kasan: remove vmalloc_percpu test
Andrey Konovalov
2024-10-29
mm/kasan: Don't store metadata inside kmalloc object when slub_debug_orig_siz...
Feng Tang
2024-10-21
LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel space
Bibo Mao
2024-10-15
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
2024-09-25
Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2024-09-16
kasan: rust: Add KASAN smoke test via UAF
Matthew Maurer
2024-08-27
slub: Introduce CONFIG_SLUB_RCU_DEBUG
Jann Horn
2024-08-27
kasan: catch invalid free before SLUB reinitializes the object
Jann Horn
2024-06-24
kasan: fix bad call to unpoison_slab_object
Andrey Konovalov
2024-04-25
fix missing vmalloc.h includes
Kent Overstreet
[next]