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