| Commit message (Expand) | Author | Age | Files | Lines |
* | kasan: avoid -Wmaybe-uninitialized warning | Arnd Bergmann | 2017-08-03 | 1 | -0/+1 |
* | kasan: make get_wild_bug_type() static | Colin Ian King | 2017-07-11 | 1 | -1/+1 |
* | mm/kasan/kasan.c: rename XXX_is_zero to XXX_is_nonzero | Joonsoo Kim | 2017-07-11 | 1 | -7/+7 |
* | mm/kasan: add support for memory hotplug | Andrey Ryabinin | 2017-07-11 | 1 | -5/+35 |
* | mm/kasan: get rid of speculative shadow checks | Andrey Ryabinin | 2017-07-11 | 1 | -82/+16 |
* | mm/kasan/kasan_init.c: use kasan_zero_pud for p4d table | Joonsoo Kim | 2017-07-11 | 1 | -0/+12 |
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-10 | 1 | -3/+3 |
|\ |
|
| * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2017-04-23 | 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-09 | 1 | -1/+1 |
* | | | kasan: separate report parts by empty lines | Andrey Konovalov | 2017-05-04 | 1 | -0/+7 |
* | | | kasan: improve double-free report format | Andrey Konovalov | 2017-05-04 | 3 | -18/+17 |
* | | | kasan: print page description after stacks | Andrey Konovalov | 2017-05-04 | 1 | -6/+8 |
* | | | kasan: improve slab object description | Andrey Konovalov | 2017-05-04 | 1 | -11/+42 |
* | | | kasan: change report header | Andrey Konovalov | 2017-05-04 | 1 | -4/+4 |
* | | | kasan: simplify address description logic | Andrey Konovalov | 2017-05-04 | 1 | -16/+21 |
* | | | kasan: change allocation and freeing stack traces headers | Andrey Konovalov | 2017-05-04 | 1 | -6/+4 |
* | | | kasan: unify report headers | Andrey Konovalov | 2017-05-04 | 1 | -13/+13 |
* | | | kasan: introduce helper functions for determining bug type | Andrey Konovalov | 2017-05-04 | 1 | -10/+30 |
|/ / |
|
* / | kasan: report only the first error by default | Mark Rutland | 2017-04-01 | 2 | -5/+36 |
|/ |
|
* | Merge branch 'prep-for-5level' | Linus Torvalds | 2017-03-10 | 1 | -5/+39 |
|\ |
|
| * | mm: convert generic code to 5-level paging | Kirill A. Shutemov | 2017-03-09 | 1 | -5/+39 |
* | | kasan: fix races in quarantine_remove_cache() | Dmitry Vyukov | 2017-03-10 | 1 | -6/+36 |
* | | kasan: resched in quarantine_remove_cache() | Dmitry Vyukov | 2017-03-10 | 1 | -1/+8 |
|/ |
|
* | 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-25 | 2 | -1/+2 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-02-22 | 1 | -7/+8 |
|\ |
|
| * | mm/kasan: Switch to using __pa_symbol and lm_alias | Laura Abbott | 2017-01-11 | 1 | -7/+8 |
* | | kasan: respect /proc/sys/kernel/traceoff_on_warning | Peter Zijlstra | 2017-02-03 | 1 | -0/+3 |
|/ |
|
* | Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2016-12-13 | 1 | -1/+8 |
|\ |
|
| *-. | 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: eliminate long stalls during quarantine reduction | Dmitry Vyukov | 2016-12-13 | 1 | -46/+48 |
* | | | kasan: support panic_on_warn | Dmitry Vyukov | 2016-12-13 | 1 | -0/+2 |
|/ / |
|
* | | kasan: support use-after-scope detection | Dmitry Vyukov | 2016-12-01 | 3 | -0/+23 |
* | | kasan: update kasan_global for gcc 7 | Dmitry Vyukov | 2016-12-01 | 1 | -0/+3 |
|/ |
|
* | kprobes: Unpoison stack in jprobe_return() for KASAN | Dmitry Vyukov | 2016-10-16 | 1 | -3/+19 |
* | kasan: remove the unnecessary WARN_ONCE from quarantine.c | Alexander Potapenko | 2016-08-12 | 1 | -5/+2 |
* | kasan: avoid overflowing quarantine size on low memory systems | Alexander Potapenko | 2016-08-02 | 1 | -2/+7 |
* | kasan: improve double-free reports | Andrey Ryabinin | 2016-08-02 | 3 | -18/+41 |
* | mm/kasan: get rid of ->state in struct kasan_alloc_meta | Andrey Ryabinin | 2016-08-02 | 4 | -63/+35 |
* | mm/kasan: get rid of ->alloc_size in struct kasan_alloc_meta | Andrey Ryabinin | 2016-08-02 | 3 | -8/+4 |
* | mm/kasan, slub: don't disable interrupts when object leaves quarantine | Andrey Ryabinin | 2016-08-02 | 1 | -2/+6 |
* | 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-29 | 4 | -40/+37 |
* | kasan/quarantine: fix bugs on qlist_move_cache() | Joonsoo Kim | 2016-07-15 | 1 | -18/+11 |
* | mm: mempool: kasan: don't poot mempool objects in quarantine | Andrey Ryabinin | 2016-06-25 | 1 | -3/+3 |
* | kasan: change memory hot-add error messages to info messages | Shuah Khan | 2016-06-09 | 1 | -2/+2 |