summaryrefslogtreecommitdiffstats
path: root/mm/kasan
Commit message (Expand)AuthorAgeFilesLines
* kasan: fix variable 'tag' set but not used warningQian Cai2019-05-041-1/+4
* kasan: fix kasan_check_read/write definitionsArnd Bergmann2019-04-051-0/+2
* kasan: prevent tracing of tags.cAndrey Konovalov2019-02-211-0/+2
* kasan: fix random seed generation for tag-based modeAndrey Konovalov2019-02-211-1/+1
* kasan: fix assigning tags twiceAndrey Konovalov2019-02-211-12/+17
* kasan: mark file common so ftrace doesn't trace itAnders Roxell2019-02-011-0/+1
* kasan: fix krealloc handling for tag-based modeAndrey Konovalov2019-01-081-20/+43
* kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligningAndrey Konovalov2019-01-081-2/+0
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-1/+1
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* kasan: add SPDX-License-Identifier mark to source filesAndrey Konovalov2018-12-288-0/+8
* kasan: add __must_check annotations to kasan hooksAndrey Konovalov2018-12-281-6/+9
* kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov2018-12-281-2/+13
* kasan: add hooks implementation for tag-based modeAndrey Konovalov2018-12-283-19/+153
* kasan: add bug reporting routines for tag-based modeAndrey Konovalov2018-12-284-37/+59
* kasan: split out generic_report.c from report.cAndrey Konovalov2018-12-285-185/+257
* kasan: add tag related helper functionsAndrey Konovalov2018-12-282-0/+68
* kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov2018-12-281-1/+2
* kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2018-12-281-30/+40
* kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-284-3/+83
* kasan: rename source files to reflect the new naming schemeAndrey Konovalov2018-12-283-4/+4
* kasan: move common generic and tag-based code to common.cAndrey Konovalov2018-12-284-569/+614
* kasan, mm: change hooks signaturesAndrey Konovalov2018-12-281-12/+18
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_tClark Williams2018-10-261-9/+9
* kernel/memremap, kasan: make ZONE_DEVICE with work with KASANAndrey Ryabinin2018-08-171-13/+303
* kasan: fix shadow_size calculation error in kasan_module_allocZhen Lei2018-07-031-2/+3
* kasan: fix memory hotplug during bootDavid Hildenbrand2018-05-251-1/+1
* kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand2018-05-251-0/+1
* mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin2018-05-251-2/+61
* slab, slub: skip unnecessary kasan_cache_shutdown()Shakeel Butt2018-04-051-1/+2
* kasan: make kasan_cache_create() work with 32-bit slab cache sizesAlexey Dobriyan2018-04-051-6/+6
* x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-141-1/+1
* kasan: fix prototype author email addressAndrey Konovalov2018-02-062-2/+2
* kasan: detect invalid freesDmitry Vyukov2018-02-061-0/+6
* kasan: unify code between kasan_slab_free() and kasan_poison_kfree()Dmitry Vyukov2018-02-061-16/+12
* kasan: detect invalid frees for large mempool objectsDmitry Vyukov2018-02-061-3/+8
* kasan: don't use __builtin_return_address(1)Dmitry Vyukov2018-02-063-7/+7
* kasan: detect invalid frees for large objectsDmitry Vyukov2018-02-063-11/+7
* kasan: add functions for unpoisoning stack variablesAlexander Potapenko2018-02-062-0/+59
* kasan: support alloca() poisoningPaul Lawrence2018-02-063-0/+46
* kasan: use %px to print addresses instead of %pTobin C. Harding2017-11-291-4/+4
* slab, slub, slob: add slab_flags_tAlexey Dobriyan2017-11-151-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-101-0/+1
|\
| * kasan: avoid -Wmaybe-uninitialized warningArnd Bergmann2017-08-021-0/+1
* | kasan: Allow kasan_check_read/write() to accept pointers to volatilesDmitry Vyukov2017-07-261-2/+2
|/
* kasan: make get_wild_bug_type() staticColin Ian King2017-07-101-1/+1