aboutsummaryrefslogtreecommitdiffstats
path: root/mm/kasan
Commit message (Expand)AuthorAge
* mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-24
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-24
* kasan: add memory corruption identification for software tag-based modeWalter Wu2019-09-24
* mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=yAndrey Ryabinin2019-08-24
* mm/kasan: change kasan_check_{read,write} to return booleanMarco Elver2019-07-12
* mm/kasan: introduce __kasan_check_{read,write}Marco Elver2019-07-12
* mm/kasan: print frame description for stack bugsMarco Elver2019-07-12
* kasan: initialize tag to 0xff in __kasan_kmallocNathan Chancellor2019-06-01
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-06
|\
| * kasan: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe2019-04-09
* | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-06
|\ \
| * | mm/kasan: Simplify stacktrace handlingThomas Gleixner2019-04-29
| * | mm/kasan: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-14
| |/
* / x86/uaccess, kasan: Fix KASAN vs SMAPPeter Zijlstra2019-04-03
|/
* kasan: fix variable 'tag' set but not used warningQian Cai2019-03-29
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-12
* kasan: fix coccinelle warnings in kasan_p*_tableAndrey Konovalov2019-03-06
* kasan: fix kasan_check_read/write definitionsArnd Bergmann2019-03-06
* kasan: remove use after scope bugs detection.Andrey Ryabinin2019-03-06
* kasan: prevent tracing of tags.cAndrey Konovalov2019-02-21
* kasan: fix random seed generation for tag-based modeAndrey Konovalov2019-02-21
* kasan: fix assigning tags twiceAndrey Konovalov2019-02-21
* kasan: mark file common so ftrace doesn't trace itAnders Roxell2019-02-01
* kasan: fix krealloc handling for tag-based modeAndrey Konovalov2019-01-08
* kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligningAndrey Konovalov2019-01-08
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-04
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-28
* kasan: add SPDX-License-Identifier mark to source filesAndrey Konovalov2018-12-28
* kasan: add __must_check annotations to kasan hooksAndrey Konovalov2018-12-28
* kasan, mm, arm64: tag non slab memory allocated via pageallocAndrey Konovalov2018-12-28
* kasan: add hooks implementation for tag-based modeAndrey Konovalov2018-12-28
* kasan: add bug reporting routines for tag-based modeAndrey Konovalov2018-12-28
* kasan: split out generic_report.c from report.cAndrey Konovalov2018-12-28
* kasan: add tag related helper functionsAndrey Konovalov2018-12-28
* kasan: initialize shadow to 0xff for tag-based modeAndrey Konovalov2018-12-28
* kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2018-12-28
* kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-28
* kasan: rename source files to reflect the new naming schemeAndrey Konovalov2018-12-28
* kasan: move common generic and tag-based code to common.cAndrey Konovalov2018-12-28
* kasan, mm: change hooks signaturesAndrey Konovalov2018-12-28
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
* memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-31
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-31
* mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_tClark Williams2018-10-26
* kernel/memremap, kasan: make ZONE_DEVICE with work with KASANAndrey Ryabinin2018-08-17
* kasan: fix shadow_size calculation error in kasan_module_allocZhen Lei2018-07-03
* kasan: fix memory hotplug during bootDavid Hildenbrand2018-05-25
* kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand2018-05-25
* mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin2018-05-25
* slab, slub: skip unnecessary kasan_cache_shutdown()Shakeel Butt2018-04-06