summaryrefslogtreecommitdiff
path: root/mm/kasan/kasan.c
AgeCommit message (Expand)Author
2016-08-02kasan: improve double-free reportsAndrey Ryabinin
2016-08-02mm/kasan: get rid of ->state in struct kasan_alloc_metaAndrey Ryabinin
2016-08-02mm/kasan: get rid of ->alloc_size in struct kasan_alloc_metaAndrey Ryabinin
2016-08-02mm/kasan: don't reduce quarantine in atomic contextsAndrey Ryabinin
2016-08-02mm/kasan: fix corruptions and false positive reportsAndrey Ryabinin
2016-07-28mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko
2016-06-24mm: mempool: kasan: don't poot mempool objects in quarantineAndrey Ryabinin
2016-06-09kasan: change memory hot-add error messages to info messagesShuah Khan
2016-05-20mm/kasan: add API to check memory regionsAndrey Ryabinin
2016-05-20mm/kasan: print name of mem[set,cpy,move]() caller in reportAndrey Ryabinin
2016-05-20mm: kasan: initial memory quarantine implementationAlexander Potapenko
2016-04-01mm, kasan: fix compilation for CONFIG_SLABAlexander Potapenko
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko
2016-03-25mm, kasan: SLAB supportAlexander Potapenko
2016-03-09kasan: add functions to clear stack poisonMark Rutland
2015-11-20kasan: fix kmemleak false-positive in kasan_module_alloc()Andrey Ryabinin
2015-11-05kasan: use IS_ALIGNED in memory_is_poisoned_8()Xishi Qiu
2015-11-05kasan: Fix a type conversion errorWang Long
2015-11-05kasan: update reference to kasan prototype repoAndrey Konovalov
2015-11-05kasan: update log messagesAndrey Konovalov
2015-11-05kasan: update reported bug types for not user nor kernel memory accessesAndrey Konovalov
2015-09-17kasan: fix last shadow judgement in memory_is_poisoned_16()Xishi Qiu
2015-08-14.mailmap: Andrey Ryabinin has movedAndrey Ryabinin
2015-04-15mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin
2015-02-13kasan: disable memory hotplugAndrey Ryabinin
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin