1. 7169487 kasan: clarify that only first bug is reported in HW_TAGS by Andrey Konovalov · 3 years, 11 months ago
  2. c80a036 kasan: inline HW_TAGS helper functions by Andrey Konovalov · 3 years, 11 months ago
  3. cde8a7e kasan: ensure poisoning size alignment by Andrey Konovalov · 3 years, 11 months ago
  4. d12d9ad kasan, mm: optimize krealloc poisoning by Andrey Konovalov · 3 years, 11 months ago
  5. 200072c kasan: unify large kfree checks by Andrey Konovalov · 3 years, 11 months ago
  6. df54b38 kasan: clean up setting free info in kasan_slab_free by Andrey Konovalov · 3 years, 11 months ago
  7. 43a219c kasan: optimize large kmalloc poisoning by Andrey Konovalov · 3 years, 11 months ago
  8. e2db1a9 kasan, mm: optimize kmalloc poisoning by Andrey Konovalov · 3 years, 11 months ago
  9. 9285013 kasan, mm: don't save alloc stacks twice by Andrey Konovalov · 3 years, 11 months ago
  10. d3a61f7 kasan: use error_report_end tracepoint by Alexander Potapenko · 3 years, 11 months ago
  11. 2b83052 kfence, kasan: make KFENCE compatible with KASAN by Alexander Potapenko · 3 years, 11 months ago
  12. 611806b kasan: fix bug detection via ksize for HW_TAGS mode by Andrey Konovalov · 3 years, 11 months ago
  13. 2e4bde6 kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL by Andrey Konovalov · 3 years, 11 months ago
  14. f05842c kasan, arm64: allow using KUnit tests with HW_TAGS mode by Andrey Konovalov · 3 years, 11 months ago
  15. 573a480 kasan: add match-all tag tests by Andrey Konovalov · 3 years, 11 months ago
  16. f00748b kasan: prefix global functions with kasan_ by Andrey Konovalov · 3 years, 11 months ago
  17. 1cc4cdb kasan: fix stack traces dependency for HW_TAGS by Andrey Konovalov · 4 years ago
  18. b99acdc kasan: make addr_has_metadata() return true for valid addresses by Vincenzo Frascino · 4 years ago
  19. 76bc99e kasan: fix HW_TAGS boot parameters by Andrey Konovalov · 4 years ago
  20. 5dabd17 kasan: fix incorrect arguments passing in kasan_add_zero_shadow by Lecopzer Chen · 4 years ago
  21. a11a496 kasan: fix unaligned address is unhandled in kasan_remove_zero_shadow by Lecopzer Chen · 4 years ago
  22. 29970dc arm/kasan: fix the array size of kasan_early_shadow_pte[] by Hailong Liu · 4 years ago
  23. 13384f6 kasan: fix null pointer dereference in kasan_record_aux_stack by Walter Wu · 4 years, 1 month ago
  24. e86f8b09 kasan, mm: allow cache merging with no metadata by Andrey Konovalov · 4 years, 1 month ago
  25. 97593ca kasan: sanitize objects when metadata doesn't fit by Andrey Konovalov · 4 years, 1 month ago
  26. 3933c17 kasan: clarify comment in __kasan_kfree_large by Andrey Konovalov · 4 years, 1 month ago
  27. 1ef3133 kasan: simplify assign_tag and set_tag calls by Andrey Konovalov · 4 years, 1 month ago
  28. d99f6a1 kasan: don't round_up too much by Andrey Konovalov · 4 years, 1 month ago
  29. eeb3160 kasan, mm: rename kasan_poison_kfree by Andrey Konovalov · 4 years, 1 month ago
  30. 3430324 kasan, mm: check kasan_enabled in annotations by Andrey Konovalov · 4 years, 1 month ago
  31. 8028caa kasan: add and integrate kasan boot parameters by Andrey Konovalov · 4 years, 1 month ago
  32. 57345fa kasan: inline (un)poison_range and check_invalid_free by Andrey Konovalov · 4 years, 1 month ago
  33. d8dd397 kasan: inline random_tag for HW_TAGS by Andrey Konovalov · 4 years, 1 month ago
  34. c0054c5 kasan: inline kasan_reset_tag for tag-based modes by Andrey Konovalov · 4 years, 1 month ago
  35. 77f57c9 kasan: remove __kasan_unpoison_stack by Andrey Konovalov · 4 years, 1 month ago
  36. d56a9ef kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK by Andrey Konovalov · 4 years, 1 month ago
  37. 8bb0009 kasan: introduce set_alloc_info by Andrey Konovalov · 4 years, 1 month ago
  38. 6476792 kasan: rename get_alloc/free_info by Andrey Konovalov · 4 years, 1 month ago
  39. c696de9 kasan: simplify quarantine_put call site by Andrey Konovalov · 4 years, 1 month ago
  40. 4291e9e kasan, arm64: print report from tag fault handler by Andrey Konovalov · 4 years, 1 month ago
  41. 2e903b9 kasan, arm64: implement HW_TAGS runtime by Andrey Konovalov · 4 years, 1 month ago
  42. 6c6a04f kasan: define KASAN_GRANULE_SIZE for HW_TAGS by Andrey Konovalov · 4 years, 1 month ago
  43. ccbe2aa arm64: kasan: add arch layer for memory tagging helpers by Andrey Konovalov · 4 years, 1 month ago
  44. 96e0279 kasan: separate metadata_fetch_row for each mode by Andrey Konovalov · 4 years, 1 month ago
  45. 88b8659 kasan: rename SHADOW layout macros to META by Andrey Konovalov · 4 years, 1 month ago
  46. db3de8f kasan: rename print_shadow_for_address to print_memory_metadata by Andrey Konovalov · 4 years, 1 month ago
  47. 6882464 kasan: rename addr_has_shadow to addr_has_metadata by Andrey Konovalov · 4 years, 1 month ago
  48. 60a3a5f kasan, arm64: rename kasan_init_tags and mark as __init by Andrey Konovalov · 4 years, 1 month ago
  49. 28ab358 kasan, arm64: move initialization message by Andrey Konovalov · 4 years, 1 month ago
  50. d73b493 kasan, arm64: only use kasan_depth for software modes by Andrey Konovalov · 4 years, 1 month ago
  51. 97fc712 kasan: decode stack frame only with KASAN_STACK_ENABLE by Andrey Konovalov · 4 years, 1 month ago
  52. 2cdbed6 kasan: hide invalid free check implementation by Andrey Konovalov · 4 years, 1 month ago
  53. 59fd51b kasan: rename report and tags files by Andrey Konovalov · 4 years, 1 month ago
  54. affc3f0 kasan: define KASAN_MEMORY_PER_SHADOW_PAGE by Andrey Konovalov · 4 years, 1 month ago
  55. bb359db kasan: split out shadow.c from common.c by Andrey Konovalov · 4 years, 1 month ago
  56. b266e8f kasan: only build init.c for software modes by Andrey Konovalov · 4 years, 1 month ago
  57. 1f60062 kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_* by Andrey Konovalov · 4 years, 1 month ago
  58. cebd0eb kasan: rename (un)poison_shadow to (un)poison_range by Andrey Konovalov · 4 years, 1 month ago
  59. 3b1a4a8 kasan: group vmalloc code by Andrey Konovalov · 4 years, 1 month ago
  60. 11f094e kasan: drop unnecessary GPL text from comment headers by Andrey Konovalov · 4 years, 1 month ago
  61. ef13346 kasan: print workqueue stack by Walter Wu · 4 years, 1 month ago
  62. 6c82d45 kasan: fix object remaining in offline per-cpu quarantine by Kuan-Ying Lee · 4 years, 1 month ago
  63. be4f1ae mm: kasan: do not panic if both panic_on_warn and kasan_multishot set by David Gow · 4 years, 3 months ago
  64. 83c4e7a KUnit: KASAN Integration by Patricia Alfonso · 4 years, 3 months ago
  65. fc80c51 Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
  66. c0e16ab kasan: remove kasan_unpoison_stack_above_sp_to() by Vincenzo Frascino · 4 years, 5 months ago
  67. e4b7818 kasan: record and print the free track by Walter Wu · 4 years, 5 months ago
  68. 26e760c rcu: kasan: record and print call_rcu() call stack by Walter Wu · 4 years, 5 months ago
  69. 893ab004 kbuild: remove cc-option test of -fno-stack-protector by Masahiro Yamada · 4 years, 7 months ago
  70. f089dcc mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h by Mike Rapoport · 4 years, 8 months ago
  71. 4fba375 kasan: move kasan_report() into report.c by Andrey Konovalov · 4 years, 8 months ago
  72. ca734cc kasan: fix clang compilation warning due to stack protector by Andrey Konovalov · 4 years, 8 months ago
  73. 33cd65e kasan: disable branch tracing for core runtime by Marco Elver · 4 years, 8 months ago
  74. 13cf048 kasan: add missing functions declarations to kasan.h by Andrey Konovalov · 4 years, 8 months ago
  75. 8a16c09 kasan: consistently disable debugging features by Andrey Konovalov · 4 years, 8 months ago
  76. 1d2252f kasan: unset panic_on_warn before calling panic() by Kees Cook · 4 years, 9 months ago
  77. 505a0ef kasan: stackdepot: move filter_irq_stacks() to stackdepot.c by Alexander Potapenko · 4 years, 9 months ago
  78. 8cceeff kasan: detect negative size in memory operation function by Walter Wu · 4 years, 10 months ago
  79. a108454 Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  80. 57ee58e kasan: No KASAN's memmove check if archs don't have it. by Nick Hu · 5 years ago
  81. 2f004ee x86/kasan: Print original address on #GP by Jann Horn · 5 years ago
  82. e218f1c kasan: use apply_to_existing_page_range() for releasing vmalloc shadow by Daniel Axtens · 5 years ago
  83. d98c9e8 kasan: fix crashes on access to memory mapped by vm_map_ram() by Andrey Ryabinin · 5 years ago
  84. 2e7d317 mm/kasan/common.c: fix compile error by zhong jiang · 5 years ago
  85. 3c5c3cf kasan: support backing vmalloc space with real shadow memory by Daniel Axtens · 5 years ago
  86. d8c6546 mm: introduce compound_nr() by Matthew Wilcox (Oracle) · 5 years ago
  87. a50b854 mm: introduce page_size() by Matthew Wilcox (Oracle) · 5 years ago
  88. ae8f06b kasan: add memory corruption identification for software tag-based mode by Walter Wu · 5 years ago
  89. 00fb24a mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=y by Andrey Ryabinin · 5 years ago
  90. b5f6e0f mm/kasan: change kasan_check_{read,write} to return boolean by Marco Elver · 6 years ago
  91. 7d8ad89 mm/kasan: introduce __kasan_check_{read,write} by Marco Elver · 6 years ago
  92. e896921 mm/kasan: print frame description for stack bugs by Marco Elver · 6 years ago
  93. 0600597 kasan: initialize tag to 0xff in __kasan_kmalloc by Nathan Chancellor · 6 years ago
  94. c620f7b Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  95. 2c6a392 Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  96. 880e049 mm/kasan: Simplify stacktrace handling by Thomas Gleixner · 6 years ago
  97. ead97a4 mm/kasan: Remove the ULONG_MAX stack trace hackery by Thomas Gleixner · 6 years ago
  98. e209274 kasan: Makefile: Replace -pg with CC_FLAGS_FTRACE by Torsten Duwe · 6 years ago
  99. 57b78a62 x86/uaccess, kasan: Fix KASAN vs SMAP by Peter Zijlstra · 6 years ago
  100. c412a76 kasan: fix variable 'tag' set but not used warning by Qian Cai · 6 years ago