aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-04-11kasan: add functions to clear stack poisonMark Rutland
2016-04-11kasan: fix kmemleak false-positive in kasan_module_alloc()Andrey Ryabinin
2016-04-11kasan: always taint kernel on reportAndrey Ryabinin
2016-04-11mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin
2016-04-11kasan: use IS_ALIGNED in memory_is_poisoned_8()Xishi Qiu
2016-04-11kasan: Fix a type conversion errorWang Long
2016-04-11kasan: update reference to kasan prototype repoAndrey Konovalov
2016-04-11kasan: update log messagesAndrey Konovalov
2016-04-11kasan: accurately determine the type of the bad accessAndrey Konovalov
2016-04-11kasan: update reported bug types for kernel memory accessesAndrey Konovalov
2016-04-11kasan: update reported bug types for not user nor kernel memory accessesAndrey Konovalov
2016-04-11mm/kasan: prevent deadlock in kasan reportingAneesh Kumar K.V
2016-04-11mm/kasan: don't use kasan shadow pointer in generic functionsAneesh Kumar K.V
2016-04-11mm/kasan: MODULE_VADDR is not available on all archsAneesh Kumar K.V
2016-04-11mm/kasan: rename kasan_enabled() to kasan_report_enabled()Aneesh Kumar K.V
2016-04-11arm64: add KASAN supportAndrey Ryabinin
2016-04-11kasan: fix last shadow judgement in memory_is_poisoned_16()Xishi Qiu
2016-04-11mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin
2016-04-11mm/mempool: avoid KASAN marking mempool poison checks as use-after-freeMatthew Dawson
2016-04-11mm/mempool: allow NULL `pool' pointer in mempool_destroy()Sergey Senozhatsky
2016-04-11mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin
2016-04-11mm, mempool: poison elements backed by slab allocatorDavid Rientjes
2016-04-11mm, mempool: disallow mempools based on slab caches with constructorsDavid Rientjes
2016-04-11mm, mempool: do not allow atomic resizingDavid Rientjes
2016-04-11x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()Andrey Ryabinin
2016-04-11kasan: remove duplicate definition of the macro KASAN_FREE_PAGEWang Long
2016-04-11kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin
2016-04-11kasan: enable instrumentation of global variablesAndrey Ryabinin
2016-04-11mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin
2016-04-11mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin
2016-04-11kasan: enable stack instrumentationAndrey Ryabinin
2016-04-11x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin
2016-04-11kmemleak: disable kasan instrumentation for kmemleakAndrey Ryabinin
2016-04-11mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin
2016-04-11mm: slub: introduce metadata_access_enable()/metadata_access_disable()Andrey Ryabinin
2016-04-11mm: slub: share object_err functionAndrey Ryabinin
2016-04-11mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin
2016-04-11kasan: disable memory hotplugAndrey Ryabinin
2016-04-11kasan: add kernel address sanitizer infrastructureAndrey Ryabinin
2016-04-11mm: add utility for early copy from unmapped ramMark Salter
2016-03-11mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli
2016-02-15mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov
2016-02-09memcg: only free spare array when readers are doneMartijn Coenen
2016-02-09mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi
2016-02-09virtio_balloon: fix race between migration and ballooningMinchan Kim
2015-11-15mm: make sendfile(2) killableJan Kara
2015-10-27mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim
2015-10-27mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman
2015-10-07vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim
2015-09-15mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li