| Commit message (Expand) | Author | Age | Files | Lines |
* | kasan: rename source files to reflect the new naming scheme | Andrey Konovalov | 2018-12-28 | 1 | -343/+0 |
* | kasan: move common generic and tag-based code to common.c | Andrey Konovalov | 2018-12-28 | 1 | -568/+2 |
* | kasan, mm: change hooks signatures | Andrey Konovalov | 2018-12-28 | 1 | -12/+18 |
* | kasan: fix shadow_size calculation error in kasan_module_alloc | Zhen Lei | 2018-07-03 | 1 | -2/+3 |
* | kasan: fix memory hotplug during boot | David Hildenbrand | 2018-05-25 | 1 | -1/+1 |
* | kasan: free allocated shadow memory on MEM_CANCEL_ONLINE | David Hildenbrand | 2018-05-25 | 1 | -0/+1 |
* | mm/kasan: don't vfree() nonexistent vm_area | Andrey Ryabinin | 2018-05-25 | 1 | -2/+61 |
* | slab, slub: skip unnecessary kasan_cache_shutdown() | Shakeel Butt | 2018-04-05 | 1 | -1/+2 |
* | kasan: make kasan_cache_create() work with 32-bit slab cache sizes | Alexey Dobriyan | 2018-04-05 | 1 | -6/+6 |
* | kasan: fix prototype author email address | Andrey Konovalov | 2018-02-06 | 1 | -1/+1 |
* | kasan: detect invalid frees | Dmitry Vyukov | 2018-02-06 | 1 | -0/+6 |
* | kasan: unify code between kasan_slab_free() and kasan_poison_kfree() | Dmitry Vyukov | 2018-02-06 | 1 | -16/+12 |
* | kasan: detect invalid frees for large mempool objects | Dmitry Vyukov | 2018-02-06 | 1 | -3/+8 |
* | kasan: don't use __builtin_return_address(1) | Dmitry Vyukov | 2018-02-06 | 1 | -4/+4 |
* | kasan: detect invalid frees for large objects | Dmitry Vyukov | 2018-02-06 | 1 | -7/+5 |
* | kasan: add functions for unpoisoning stack variables | Alexander Potapenko | 2018-02-06 | 1 | -0/+15 |
* | kasan: support alloca() poisoning | Paul Lawrence | 2018-02-06 | 1 | -0/+34 |
* | slab, slub, slob: add slab_flags_t | Alexey Dobriyan | 2017-11-15 | 1 | -1/+1 |
* | kasan: Allow kasan_check_read/write() to accept pointers to volatiles | Dmitry Vyukov | 2017-07-26 | 1 | -2/+2 |
* | mm/kasan/kasan.c: rename XXX_is_zero to XXX_is_nonzero | Joonsoo Kim | 2017-07-10 | 1 | -7/+7 |
* | mm/kasan: add support for memory hotplug | Andrey Ryabinin | 2017-07-10 | 1 | -5/+35 |
* | mm/kasan: get rid of speculative shadow checks | Andrey Ryabinin | 2017-07-10 | 1 | -82/+16 |
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-10 | 1 | -3/+3 |
|\ |
|
| * | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU | Paul E. McKenney | 2017-04-18 | 1 | -3/+3 |
* | | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko | 2017-05-08 | 1 | -1/+1 |
* | | kasan: improve double-free report format | Andrey Konovalov | 2017-05-03 | 1 | -1/+2 |
|/ |
|
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | kasan, sched/headers: Uninline kasan_enable/disable_current() | Ingo Molnar | 2017-03-02 | 1 | -0/+10 |
* | kasan: drain quarantine of memcg slab objects | Greg Thelen | 2017-02-24 | 1 | -1/+1 |
*-. | Merge branches 'pm-sleep' and 'powercap' | Rafael J. Wysocki | 2016-12-12 | 1 | -1/+8 |
|\ \ |
|
| * | | x86/suspend: fix false positive KASAN warning on suspend/resume | Josh Poimboeuf | 2016-12-06 | 1 | -1/+8 |
| |/ |
|
* / | kasan: support use-after-scope detection | Dmitry Vyukov | 2016-11-30 | 1 | -0/+19 |
|/ |
|
* | kprobes: Unpoison stack in jprobe_return() for KASAN | Dmitry Vyukov | 2016-10-16 | 1 | -3/+19 |
* | kasan: improve double-free reports | Andrey Ryabinin | 2016-08-02 | 1 | -2/+1 |
* | mm/kasan: get rid of ->state in struct kasan_alloc_meta | Andrey Ryabinin | 2016-08-02 | 1 | -33/+28 |
* | mm/kasan: get rid of ->alloc_size in struct kasan_alloc_meta | Andrey Ryabinin | 2016-08-02 | 1 | -1/+0 |
* | mm/kasan: don't reduce quarantine in atomic contexts | Andrey Ryabinin | 2016-08-02 | 1 | -2/+2 |
* | mm/kasan: fix corruptions and false positive reports | Andrey Ryabinin | 2016-08-02 | 1 | -1/+1 |
* | mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB | Alexander Potapenko | 2016-07-28 | 1 | -31/+32 |
* | mm: mempool: kasan: don't poot mempool objects in quarantine | Andrey Ryabinin | 2016-06-24 | 1 | -3/+3 |
* | kasan: change memory hot-add error messages to info messages | Shuah Khan | 2016-06-09 | 1 | -2/+2 |
* | mm/kasan: add API to check memory regions | Andrey Ryabinin | 2016-05-20 | 1 | -0/+12 |
* | mm/kasan: print name of mem[set,cpy,move]() caller in report | Andrey Ryabinin | 2016-05-20 | 1 | -30/+34 |
* | mm: kasan: initial memory quarantine implementation | Alexander Potapenko | 2016-05-20 | 1 | -8/+49 |
* | mm, kasan: fix compilation for CONFIG_SLAB | Alexander Potapenko | 2016-04-01 | 1 | -1/+1 |
* | mm, kasan: stackdepot implementation. Enable stackdepot for SLAB | Alexander Potapenko | 2016-03-25 | 1 | -6/+49 |
* | mm, kasan: add GFP flags to KASAN API | Alexander Potapenko | 2016-03-25 | 1 | -7/+8 |
* | mm, kasan: SLAB support | Alexander Potapenko | 2016-03-25 | 1 | -0/+102 |
* | kasan: add functions to clear stack poison | Mark Rutland | 2016-03-09 | 1 | -0/+20 |
* | kasan: fix kmemleak false-positive in kasan_module_alloc() | Andrey Ryabinin | 2015-11-20 | 1 | -0/+2 |