- 6e48a96 mm/kasan: Convert to struct folio and struct slab by Matthew Wilcox (Oracle) · 3 years, 3 months ago
- 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 7594b34 kasan: common: provide can_alloc in kasan_save_stack() by Marco Elver · 3 years, 2 months ago
- 2d27e58 kasan: Extend KASAN mode kernel parameter by Vincenzo Frascino · 3 years, 3 months ago
- f5627ec kasan: Remove duplicate of kasan_flag_async by Vincenzo Frascino · 3 years, 3 months ago
- 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
- c9d1af2 mm/kasan: move kasan.fault to mm/kasan/report.c by Woody Lin · 3 years, 4 months ago
- 7672150 arm64: kasan: mte: remove redundant mte_report_once logic by Mark Rutland · 3 years, 6 months ago
- 8286824 arm64: kasan: mte: use a constant kernel GCR_EL1 value by Mark Rutland · 3 years, 6 months ago
- 77a63c6 kasan: add memzero init for unaligned size at DEBUG by Yee Lee · 3 years, 6 months ago
- 7a22bdc kasan: add memory corruption identification support for hardware tag-based mode by Kuan-Ying Lee · 3 years, 7 months ago
- f06f78a kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFY by Kuan-Ying Lee · 3 years, 7 months ago
- af3751f3 kasan: allow architectures to provide an outline readiness check by Daniel Axtens · 3 years, 7 months ago
- f0953a1 mm: fix typos in comments by Ingo Molnar · 3 years, 8 months ago
- 23f61f0 kasan: record task_work_add() call stack by Walter Wu · 3 years, 9 months ago
- aa5c219 kasan: init memory in kasan_(un)poison for HW_TAGS by Andrey Konovalov · 3 years, 9 months ago
- d9b6f90 arm64: kasan: allow to init memory when setting tags by Andrey Konovalov · 3 years, 9 months ago
- bfcfe37 kasan: fix kasan_byte_accessible() to be consistent with actual checks by Peter Collingbourne · 3 years, 9 months ago
- 31a24ae Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 9 months ago
- 02c5877 kasan: remove redundant config option by Walter Wu · 3 years, 9 months ago
- e80a76a kasan, arm64: tests supports for HW_TAGS async mode by Andrey Konovalov · 3 years, 10 months ago
- 8f7b505 kasan: Add report for async mode by Vincenzo Frascino · 3 years, 10 months ago
- 2603f8a kasan: Add KASAN mode kernel parameter by Vincenzo Frascino · 3 years, 10 months ago
- cde8a7e kasan: ensure poisoning size alignment by Andrey Konovalov · 3 years, 11 months ago
- e2db1a9 kasan, mm: optimize kmalloc poisoning by Andrey Konovalov · 3 years, 11 months ago
- 2b83052 kfence, kasan: make KFENCE compatible with KASAN by Alexander Potapenko · 3 years, 11 months ago
- 611806b kasan: fix bug detection via ksize for HW_TAGS mode by Andrey Konovalov · 3 years, 11 months ago
- f05842c kasan, arm64: allow using KUnit tests with HW_TAGS mode by Andrey Konovalov · 3 years, 11 months ago
- 573a480 kasan: add match-all tag tests by Andrey Konovalov · 3 years, 11 months ago
- f00748b kasan: prefix global functions with kasan_ by Andrey Konovalov · 3 years, 11 months ago
- b99acdc kasan: make addr_has_metadata() return true for valid addresses by Vincenzo Frascino · 4 years ago
- 97593ca kasan: sanitize objects when metadata doesn't fit by Andrey Konovalov · 4 years, 1 month ago
- 8028caa kasan: add and integrate kasan boot parameters by Andrey Konovalov · 4 years, 1 month ago
- 57345fa kasan: inline (un)poison_range and check_invalid_free by Andrey Konovalov · 4 years, 1 month ago
- d8dd397 kasan: inline random_tag for HW_TAGS by Andrey Konovalov · 4 years, 1 month ago
- c0054c5 kasan: inline kasan_reset_tag for tag-based modes by Andrey Konovalov · 4 years, 1 month ago
- 6476792 kasan: rename get_alloc/free_info by Andrey Konovalov · 4 years, 1 month ago
- c696de9 kasan: simplify quarantine_put call site by Andrey Konovalov · 4 years, 1 month ago
- 2e903b9 kasan, arm64: implement HW_TAGS runtime by Andrey Konovalov · 4 years, 1 month ago
- 6c6a04f kasan: define KASAN_GRANULE_SIZE for HW_TAGS by Andrey Konovalov · 4 years, 1 month ago
- ccbe2aa arm64: kasan: add arch layer for memory tagging helpers by Andrey Konovalov · 4 years, 1 month ago
- 96e0279 kasan: separate metadata_fetch_row for each mode by Andrey Konovalov · 4 years, 1 month ago
- 6882464 kasan: rename addr_has_shadow to addr_has_metadata by Andrey Konovalov · 4 years, 1 month ago
- 97fc712 kasan: decode stack frame only with KASAN_STACK_ENABLE by Andrey Konovalov · 4 years, 1 month ago
- 2cdbed6 kasan: hide invalid free check implementation by Andrey Konovalov · 4 years, 1 month ago
- affc3f0 kasan: define KASAN_MEMORY_PER_SHADOW_PAGE by Andrey Konovalov · 4 years, 1 month ago
- 1f60062 kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_* by Andrey Konovalov · 4 years, 1 month ago
- cebd0eb kasan: rename (un)poison_shadow to (un)poison_range by Andrey Konovalov · 4 years, 1 month ago
- e4b7818 kasan: record and print the free track by Walter Wu · 4 years, 5 months ago
- 26e760c rcu: kasan: record and print call_rcu() call stack by Walter Wu · 4 years, 5 months ago
- 13cf048 kasan: add missing functions declarations to kasan.h by Andrey Konovalov · 4 years, 8 months ago
- 8cceeff kasan: detect negative size in memory operation function by Walter Wu · 4 years, 10 months ago
- 3c5c3cf kasan: support backing vmalloc space with real shadow memory by Daniel Axtens · 5 years ago
- ae8f06b kasan: add memory corruption identification for software tag-based mode by Walter Wu · 5 years ago
- b5f6e0f mm/kasan: change kasan_check_{read,write} to return boolean by Marco Elver · 6 years ago
- e896921 mm/kasan: print frame description for stack bugs by Marco Elver · 6 years ago
- c412a76 kasan: fix variable 'tag' set but not used warning by Qian Cai · 6 years ago
- 7771bdb kasan: remove use after scope bugs detection. by Andrey Ryabinin · 6 years ago
- 7f94ffb kasan: add hooks implementation for tag-based mode by Andrey Konovalov · 6 years ago
- 121e8f8 kasan: add bug reporting routines for tag-based mode by Andrey Konovalov · 6 years ago
- 11cd3cd kasan: split out generic_report.c from report.c by Andrey Konovalov · 6 years ago
- 3c9e3aa kasan: add tag related helper functions by Andrey Konovalov · 6 years ago
- 2bd926b kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS by Andrey Konovalov · 6 years ago
- bffa986 kasan: move common generic and tag-based code to common.c by Andrey Konovalov · 6 years ago
- ee3ce77 kasan: don't use __builtin_return_address(1) by Dmitry Vyukov · 7 years ago
- 47adccc kasan: detect invalid frees for large objects by Dmitry Vyukov · 7 years ago
- d321599 kasan: add functions for unpoisoning stack variables by Alexander Potapenko · 7 years ago
- 342061e kasan: support alloca() poisoning by Paul Lawrence · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 5ab6d91 kasan: improve double-free report format by Andrey Konovalov · 8 years ago
- b0845ce kasan: report only the first error by default by Mark Rutland · 8 years ago
- 828347f kasan: support use-after-scope detection by Dmitry Vyukov · 8 years ago
- 045d599 kasan: update kasan_global for gcc 7 by Dmitry Vyukov · 8 years ago
- 7e08897 kasan: improve double-free reports by Andrey Ryabinin · 8 years ago
- b3cbd9b mm/kasan: get rid of ->state in struct kasan_alloc_meta by Andrey Ryabinin · 8 years ago
- 47b5c2a mm/kasan: get rid of ->alloc_size in struct kasan_alloc_meta by Andrey Ryabinin · 8 years ago
- 80a9201 mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB by Alexander Potapenko · 8 years ago
- 9725759 mm: kasan: remove unused 'reserved' field from struct kasan_alloc_meta by Andrey Ryabinin · 9 years ago
- 55834c5 mm: kasan: initial memory quarantine implementation by Alexander Potapenko · 9 years ago
- cd11016 mm, kasan: stackdepot implementation. Enable stackdepot for SLAB by Alexander Potapenko · 9 years ago
- 7ed2f9e mm, kasan: SLAB support by Alexander Potapenko · 9 years ago
- e9121076 kasan: update reported bug types for not user nor kernel memory accesses by Andrey Konovalov · 9 years ago
- 0ba8663 mm/kasan: rename kasan_enabled() to kasan_report_enabled() by Aneesh Kumar K.V · 9 years ago
- bffacb9 kasan: remove duplicate definition of the macro KASAN_FREE_PAGE by Wang Long · 10 years ago
- bebf56a kasan: enable instrumentation of global variables by Andrey Ryabinin · 10 years ago
- c420f16 kasan: enable stack instrumentation by Andrey Ryabinin · 10 years ago
- 0316bec mm: slub: add kernel address sanitizer support for slub allocator by Andrey Ryabinin · 10 years ago
- b8c73fc mm: page_alloc: add kasan hooks on alloc and free paths by Andrey Ryabinin · 10 years ago
- 0b24bec kasan: add kernel address sanitizer infrastructure by Andrey Ryabinin · 10 years ago