Age | Commit message (Expand) | Author |
2017-05-10 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2017-05-08 | mm, vmalloc: use __GFP_HIGHMEM implicitly | Michal Hocko |
2017-05-03 | kasan: improve double-free report format | Andrey Konovalov |
2017-04-18 | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU | Paul E. McKenney |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | kasan, sched/headers: Uninline kasan_enable/disable_current() | Ingo Molnar |
2017-02-24 | kasan: drain quarantine of memcg slab objects | Greg Thelen |
2016-12-12 | Merge branches 'pm-sleep' and 'powercap' | Rafael J. Wysocki |
2016-12-06 | x86/suspend: fix false positive KASAN warning on suspend/resume | Josh Poimboeuf |
2016-11-30 | kasan: support use-after-scope detection | Dmitry Vyukov |
2016-10-16 | kprobes: Unpoison stack in jprobe_return() for KASAN | Dmitry Vyukov |
2016-08-02 | kasan: improve double-free reports | Andrey Ryabinin |
2016-08-02 | mm/kasan: get rid of ->state in struct kasan_alloc_meta | Andrey Ryabinin |
2016-08-02 | mm/kasan: get rid of ->alloc_size in struct kasan_alloc_meta | Andrey Ryabinin |
2016-08-02 | mm/kasan: don't reduce quarantine in atomic contexts | Andrey Ryabinin |
2016-08-02 | mm/kasan: fix corruptions and false positive reports | Andrey Ryabinin |
2016-07-28 | mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB | Alexander Potapenko |
2016-06-24 | mm: mempool: kasan: don't poot mempool objects in quarantine | Andrey Ryabinin |
2016-06-09 | kasan: change memory hot-add error messages to info messages | Shuah Khan |
2016-05-20 | mm/kasan: add API to check memory regions | Andrey Ryabinin |
2016-05-20 | mm/kasan: print name of mem[set,cpy,move]() caller in report | Andrey Ryabinin |
2016-05-20 | mm: kasan: initial memory quarantine implementation | Alexander Potapenko |
2016-04-01 | mm, kasan: fix compilation for CONFIG_SLAB | Alexander Potapenko |
2016-03-25 | mm, kasan: stackdepot implementation. Enable stackdepot for SLAB | Alexander Potapenko |
2016-03-25 | mm, kasan: add GFP flags to KASAN API | Alexander Potapenko |
2016-03-25 | mm, kasan: SLAB support | Alexander Potapenko |
2016-03-09 | kasan: add functions to clear stack poison | Mark Rutland |
2015-11-20 | kasan: fix kmemleak false-positive in kasan_module_alloc() | Andrey Ryabinin |
2015-11-05 | kasan: use IS_ALIGNED in memory_is_poisoned_8() | Xishi Qiu |
2015-11-05 | kasan: Fix a type conversion error | Wang Long |
2015-11-05 | kasan: update reference to kasan prototype repo | Andrey Konovalov |
2015-11-05 | kasan: update log messages | Andrey Konovalov |
2015-11-05 | kasan: update reported bug types for not user nor kernel memory accesses | Andrey Konovalov |
2015-09-17 | kasan: fix last shadow judgement in memory_is_poisoned_16() | Xishi Qiu |
2015-08-14 | .mailmap: Andrey Ryabinin has moved | Andrey Ryabinin |
2015-04-15 | mm/mempool.c: kasan: poison mempool elements | Andrey Ryabinin |
2015-03-12 | kasan, module, vmalloc: rework shadow allocation for modules | Andrey Ryabinin |
2015-02-13 | kasan: enable instrumentation of global variables | Andrey Ryabinin |
2015-02-13 | x86_64: kasan: add interceptors for memset/memmove/memcpy functions | Andrey Ryabinin |
2015-02-13 | mm: slub: add kernel address sanitizer support for slub allocator | Andrey Ryabinin |
2015-02-13 | mm: page_alloc: add kasan hooks on alloc and free paths | Andrey Ryabinin |
2015-02-13 | kasan: disable memory hotplug | Andrey Ryabinin |
2015-02-13 | kasan: add kernel address sanitizer infrastructure | Andrey Ryabinin |