aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-28mm/mempool: avoid KASAN marking mempool poison checks as use-after-freev4.1/topic/KASANMatthew Dawson
2016-06-28kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko
2016-06-28tracing, kasan: Silence Kasan warning in check_stack of stack_tracerYang Shi
2016-06-28arm64: disable kasan when accessing frame->fp in unwind_frameYang Shi
2016-06-28x86: Fix KASAN false positives in thread_saved_pc()Dmitry Vyukov
2016-06-28mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin
2016-06-28lib: test_kasan: add some testcasesWang Long
2016-06-28x86, kasan: Fix build failure on KASAN=y && KMEMCHECK=y kernelsAndrey Ryabinin
2016-06-28lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyWang Long
2016-06-28lib/test_kasan.c: fix a typoWang Long
2016-06-28x86/kasan: Move KASAN_SHADOW_OFFSET to the arch KconfigAndrey Ryabinin
2016-06-28arm64/kasan: add the conflict in "arm64: add KASAN support"Xishi Qiu
2016-06-28arm64/efi: fix libstub build under CONFIG_MODVERSIONSArd Biesheuvel
2016-06-28arm64/efi: isolate EFI stub from the kernel properArd Biesheuvel
2016-06-27arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT propertyArd Biesheuvel
2016-06-27x86, efi, kasan: Fix build failure on !KASAN && KMEMCHECK=y kernelsAndrey Ryabinin
2016-06-27x86, efi, kasan: #undef memset/memcpy/memmove per archAndrey Ryabinin
2016-06-27scripts/dtc: Update to upstream version 9d3649bd3be245c9Rob Herring
2016-05-25sched/kasan: remove stale KASAN poison after hotplugMark Rutland
2016-05-25arm64: kasan: clear stale stack poisonMark Rutland
2016-05-25kasan: add functions to clear stack poisonMark Rutland
2016-04-20mm/early_ioremap: add explicit #include of asm/early_ioremap.hArd Biesheuvel
2016-04-20arm64: Don't relocate non-existent initrdMark Rutland
2016-04-13include/linux/compiler-gcc.h: improve __visible documentationAndrew Morton
2016-04-13include/linux/compiler-gcc.h: hide assume_aligned attribute from sparseRasmus Villemoes
2016-04-13compiler.h: add support for function attribute assume_alignedRasmus Villemoes
2016-04-13compiler, atomics, kasan: Provide READ_ONCE_NOCHECK()Andrey Ryabinin
2016-04-13compiler-gcc: integrate the various compiler-gcc[345].h filesJoe Perches
2016-04-11kasan: fix kmemleak false-positive in kasan_module_alloc()Andrey Ryabinin
2016-04-11kasan: always taint kernel on reportAndrey Ryabinin
2016-04-11kasan: use IS_ALIGNED in memory_is_poisoned_8()Xishi Qiu
2016-04-11kasan: fix last shadow judgement in memory_is_poisoned_16()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-11x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()Andrey Ryabinin
2016-04-11x86/kasan: Define KASAN_SHADOW_OFFSET per architectureAndrey Ryabinin
2016-04-11kasan: remove duplicate definition of the macro KASAN_FREE_PAGEWang Long
2016-04-08arm64: KASAN depends on !(ARM64_16K_PAGES && ARM64_VA_BITS_48)Andrey Ryabinin
2016-04-08arm64: kasan: fix issues reported by sparseWill Deacon
2016-04-08ARM64: kasan: print memory assignmentLinus Walleij
2016-04-08arm64: add KASAN supportAlex Shi
2016-04-08arm64: introduce VA_START macro - the first kernel virtual address.Andrey Ryabinin