| Commit message (Expand) | Author | Age | Files | Lines |
* | kasan: report only the first error by default | Mark Rutland | 2017-03-31 | 1 | -0/+3 |
* | kasan: add a prototype of task_struct to avoid warning | Masami Hiramatsu | 2017-03-16 | 1 | -0/+1 |
* | mm: convert generic code to 5-level paging | Kirill A. Shutemov | 2017-03-09 | 1 | -0/+1 |
* | kasan, sched/headers: Remove <linux/sched.h> from <linux/kasan.h> | Ingo Molnar | 2017-03-03 | 1 | -1/+0 |
* | kasan, sched/headers: Uninline kasan_enable/disable_current() | Ingo Molnar | 2017-03-02 | 1 | -8/+2 |
* | kasan: drain quarantine of memcg slab objects | Greg Thelen | 2017-02-24 | 1 | -2/+2 |
* | kprobes: Unpoison stack in jprobe_return() for KASAN | Dmitry Vyukov | 2016-10-16 | 1 | -0/+2 |
* | mm/kasan: get rid of ->state in struct kasan_alloc_meta | Andrey Ryabinin | 2016-08-02 | 1 | -0/+3 |
* | mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB | Alexander Potapenko | 2016-07-28 | 1 | -0/+2 |
* | mm: mempool: kasan: don't poot mempool objects in quarantine | Andrey Ryabinin | 2016-06-24 | 1 | -4/+7 |
* | mm: kasan: initial memory quarantine implementation | Alexander Potapenko | 2016-05-20 | 1 | -2/+11 |
* | mm, kasan: add GFP flags to KASAN API | Alexander Potapenko | 2016-03-25 | 1 | -8/+11 |
* | mm, kasan: SLAB support | Alexander Potapenko | 2016-03-25 | 1 | -0/+12 |
* | kasan: add functions to clear stack poison | Mark Rutland | 2016-03-09 | 1 | -1/+5 |
* | x86/kasan, mm: Introduce generic kasan_populate_zero_shadow() | Andrey Ryabinin | 2015-08-22 | 1 | -0/+9 |
* | x86/kasan: Define KASAN_SHADOW_OFFSET per architecture | Andrey Ryabinin | 2015-08-22 | 1 | -1/+0 |
* | mm/mempool.c: kasan: poison mempool elements | Andrey Ryabinin | 2015-04-15 | 1 | -0/+2 |
* | kasan, module: move MODULE_ALIGN macro into <linux/moduleloader.h> | Andrey Ryabinin | 2015-03-12 | 1 | -4/+0 |
* | kasan, module, vmalloc: rework shadow allocation for modules | Andrey Ryabinin | 2015-03-12 | 1 | -2/+3 |
* | kasan: enable instrumentation of global variables | Andrey Ryabinin | 2015-02-13 | 1 | -0/+10 |
* | mm: slub: add kernel address sanitizer support for slub allocator | Andrey Ryabinin | 2015-02-13 | 1 | -0/+27 |
* | mm: page_alloc: add kasan hooks on alloc and free paths | Andrey Ryabinin | 2015-02-13 | 1 | -0/+6 |
* | kasan: add kernel address sanitizer infrastructure | Andrey Ryabinin | 2015-02-13 | 1 | -0/+46 |