index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
kasan
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-08
Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...
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...
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 ...
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_siz...
Feng Tang
1
-2
/
+5
2024-10-21
LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel space
Bibo Mao
1
-1
/
+7
2024-10-15
rust: treewide: switch to the kernel `Vec` type
Danilo Krummrich
1
-1
/
+1
2024-10-07
rust: enable `clippy::undocumented_unsafe_blocks` lint
Miguel Ojeda
1
-0
/
+1
2024-09-25
Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
4
-1
/
+45
2024-09-16
kasan: rust: Add KASAN smoke test via UAF
Matthew Maurer
4
-1
/
+45
2024-08-27
slub: Introduce CONFIG_SLUB_RCU_DEBUG
Jann Horn
2
-5
/
+52
2024-08-27
kasan: catch invalid free before SLUB reinitializes the object
Jann Horn
1
-25
/
+36
2024-06-24
kasan: fix bad call to unpoison_slab_object
Andrey Konovalov
1
-1
/
+1
2024-04-25
fix missing vmalloc.h includes
Kent Overstreet
1
-0
/
+1
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
5
-14
/
+87
2024-03-12
Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
1
-16
/
+6
2024-03-06
mm/kasan: use pXd_leaf() in shadow_mapped()
Peter Xu
1
-9
/
+2
2024-03-04
kasan: fix a2 allocation and remove explicit cast in atomic tests
Paul Heidekrüger
1
-3
/
+3
2024-02-26
mm, slab, kasan: replace kasan_never_merge() with SLAB_NO_MERGE
Vlastimil Babka
1
-16
/
+6
2024-02-23
merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changes
Andrew Morton
4
-77
/
+14
2024-02-23
kasan: revert eviction of stack traces in generic mode
Marco Elver
4
-77
/
+14
2024-02-22
kasan: increase the number of bits to shift when recording extra timestamps
Juntong Deng
2
-2
/
+2
2024-02-22
kasan/test: avoid gcc warning for intentional overflow
Arnd Bergmann
1
-1
/
+2
2024-02-22
kasan: rename test_kasan_module_init to kasan_test_module_init
Tiezhu Yang
1
-2
/
+2
2024-02-22
kasan: add atomic tests
Paul Heidekrüger
1
-0
/
+79
2024-02-20
kasan: guard release_free_meta() shadow access with kasan_arch_is_ready()
Benjamin Gray
1
-0
/
+3
2024-01-12
kasan: avoid resetting aux_lock
Andrey Konovalov
1
-2
/
+8
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
11
-459
/
+1023
2024-01-09
Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
4
-20
/
+4
2024-01-05
kasan: stop leaking stack trace handles
Andrey Konovalov
5
-41
/
+97
2023-12-29
kasan: simplify kasan_complete_mode_report_info for tag-based modes
Andrey Konovalov
1
-19
/
+4
2023-12-29
kasan: simplify saving extra info into tracks
Andrey Konovalov
4
-21
/
+15
2023-12-29
kasan: reuse kasan_track in kasan_stack_ring_entry
Andrey Konovalov
3
-18
/
+13
2023-12-29
kasan: clean up kasan_cache_create
Andrey Konovalov
1
-28
/
+39
2023-12-29
kasan: speed up match_all_mem_tag test for SW_TAGS
Andrey Konovalov
1
-0
/
+8
2023-12-29
kasan: remove SLUB checks for page_alloc fallbacks in tests
Andrey Konovalov
1
-24
/
+2
2023-12-29
kasan: export kasan_poison as GPL
Andrey Konovalov
1
-1
/
+1
2023-12-29
kasan: check kasan_vmalloc_enabled in vmalloc tests
Andrey Konovalov
3
-1
/
+16
2023-12-29
kasan: respect CONFIG_KASAN_VMALLOC for kasan_flag_vmalloc
Andrey Konovalov
2
-0
/
+8
2023-12-29
kasan: clean up is_kfence_address checks
Andrey Konovalov
3
-35
/
+19
[next]