| Commit message (Expand) | Author | Age | Files | Lines |
* | kasan: Add (pmd|pud)_init for LoongArch zero_(pud|p4d)_populate process | Qing Zhang | 2023-09-06 | 1 | -4/+14 |
* | kasan: Add __HAVE_ARCH_SHADOW_MAP to support arch specific mapping | Qing Zhang | 2023-09-06 | 1 | -0/+6 |
* | kasan, slub: fix HW_TAGS zeroing with slub_debug | Andrey Konovalov | 2023-07-08 | 1 | -12/+0 |
* | kasan: fix type cast in memory_is_poisoned_n | Andrey Konovalov | 2023-07-08 | 1 | -1/+2 |
* | kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsan | Tetsuo Handa | 2023-06-23 | 2 | -3/+3 |
* | kasan: add support for kasan.fault=panic_on_write | Marco Elver | 2023-06-19 | 1 | -5/+26 |
* | mm: ptep_get() conversion | Ryan Roberts | 2023-06-19 | 2 | -8/+11 |
* | kasan: use internal prototypes matching gcc-13 builtins | Arnd Bergmann | 2023-06-09 | 9 | -162/+161 |
* | kasan: add kasan_tag_mismatch prototype | Arnd Bergmann | 2023-06-09 | 1 | -0/+3 |
* | kasan: hw_tags: avoid invalid virt_to_page() | Mark Rutland | 2023-05-02 | 1 | -2/+2 |
* | kasan: fix lockdep report invalid wait context | Zqiang | 2023-04-21 | 1 | -26/+8 |
* | printk: export console trace point for kcsan/kasan/kfence/kmsan | Pavankumar Kondeti | 2023-04-18 | 1 | -20/+2 |
* | kasan: suppress recursive reports for HW_TAGS | Andrey Konovalov | 2023-04-05 | 1 | -11/+48 |
* | kasan, arm64: add arch_suppress_tag_checks_start/stop | Andrey Konovalov | 2023-04-05 | 1 | -0/+2 |
* | kasan, arm64: rename tagging-related routines | Andrey Konovalov | 2023-04-05 | 3 | -12/+12 |
* | kasan: drop empty tagging-related defines | Andrey Konovalov | 2023-04-05 | 1 | -26/+0 |
* | kasan: remove PG_skip_kasan_poison flag | Peter Collingbourne | 2023-03-28 | 1 | -1/+1 |
* | kasan: test: fix test for new meminstrinsic instrumentation | Marco Elver | 2023-03-02 | 2 | -1/+37 |
* | kasan: treat meminstrinsic as builtins in uninstrumented files | Marco Elver | 2023-03-02 | 1 | -1/+4 |
* | kasan: emit different calls for instrumentable memintrinsics | Marco Elver | 2023-03-02 | 2 | -0/+15 |
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-23 | 10 | -33/+226 |
|\ |
|
| * | kasan: mark addr_has_metadata __always_inline | Arnd Bergmann | 2023-02-20 | 1 | -2/+2 |
| * | lib/stacktrace, kasan, kmsan: rework extra_bits interface | Andrey Konovalov | 2023-02-16 | 1 | -1/+1 |
| * | Merge branch 'mm-hotfixes-stable' into mm-stable | Andrew Morton | 2023-02-10 | 3 | -1/+21 |
| |\ |
|
| * | | kasan: infer allocation size by scanning metadata | Kuan-Ying Lee | 2023-02-09 | 8 | -21/+127 |
| * | | mm/kasan: simplify and refine kasan_cache code | Feng Tang | 2023-01-18 | 1 | -7/+2 |
| * | | kasan: allow sampling page_alloc allocations for HW_TAGS | Andrey Konovalov | 2023-01-18 | 3 | -2/+94 |
* | | | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-02-20 | 2 | -0/+42 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge tag 'v6.2-rc6' into sched/core, to pick up fixes | Ingo Molnar | 2023-01-31 | 1 | -1/+1 |
| |\| |
|
| * | | entry, kasan, x86: Disallow overriding mem*() functions | Peter Zijlstra | 2023-01-13 | 2 | -0/+42 |
* | | | kasan: fix Oops due to missing calls to kasan_arch_is_ready() | Christophe Leroy | 2023-02-09 | 3 | -1/+21 |
| |/
|/| |
|
* | | kasan: mark kasan_kunit_executing as static | Andrey Konovalov | 2023-01-11 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-12-14 | 2 | -8/+15 |
|\ |
|
| * | panic: Consolidate open-coded panic_on_warn checks | Kees Cook | 2022-12-02 | 1 | -2/+2 |
| * | mm: Make ksize() a reporting-only function | Kees Cook | 2022-12-01 | 1 | -6/+13 |
* | | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-12-13 | 5 | -113/+185 |
|\ \ |
|
| * | | kasan: fail non-kasan KUnit tests on KASAN reports | Andrey Konovalov | 2022-12-11 | 3 | -0/+69 |
| * | | memory: move hotplug memory notifier priority to same file for easy sorting | Liu Shixin | 2022-11-08 | 1 | -1/+1 |
| * | | kasan: migrate workqueue_uaf test to kunit | Andrey Konovalov | 2022-11-08 | 2 | -37/+33 |
| * | | kasan: migrate kasan_rcu_uaf test to kunit | Andrey Konovalov | 2022-11-08 | 2 | -30/+37 |
| * | | kasan: switch kunit tests to console tracepoints | Andrey Konovalov | 2022-11-08 | 3 | -62/+62 |
| |/ |
|
* | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-12-12 | 1 | -3/+3 |
|\ \ |
|
| * | | treewide: use get_random_u32_inclusive() when possible | Jason A. Donenfeld | 2022-11-18 | 1 | -3/+3 |
| * | | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2022-11-18 | 1 | -3/+3 |
| |/ |
|
* / | mm: kasan: Extend kasan_metadata_size() to also cover in-object size | Feng Tang | 2022-11-10 | 1 | -6/+13 |
|/ |
|
* | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-10-16 | 1 | -3/+3 |
|\ |
|
| * | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-11 | 1 | -3/+3 |
* | | kasan: fix array-bounds warnings in tests | Andrey Konovalov | 2022-10-12 | 1 | -1/+8 |
|/ |
|
* | stackdepot: reserve 5 extra bits in depot_stack_handle_t | Alexander Potapenko | 2022-10-03 | 1 | -1/+1 |
* | kasan: better invalid/double-free report header | Andrey Konovalov | 2022-10-03 | 3 | -9/+19 |