- c620f7b Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
- 2c6a392 Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 880e049 mm/kasan: Simplify stacktrace handling by Thomas Gleixner · 6 years ago
- ead97a4 mm/kasan: Remove the ULONG_MAX stack trace hackery by Thomas Gleixner · 6 years ago
- e209274 kasan: Makefile: Replace -pg with CC_FLAGS_FTRACE by Torsten Duwe · 6 years ago
- 57b78a62 x86/uaccess, kasan: Fix KASAN vs SMAP by Peter Zijlstra · 6 years ago
- c412a76 kasan: fix variable 'tag' set but not used warning by Qian Cai · 6 years ago
- 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
- 5c0198b kasan: fix coccinelle warnings in kasan_p*_table by Andrey Konovalov · 6 years ago
- bcf6f55 kasan: fix kasan_check_read/write definitions by Arnd Bergmann · 6 years ago
- 7771bdb kasan: remove use after scope bugs detection. by Andrey Ryabinin · 6 years ago
- dc15a8a kasan: prevent tracing of tags.c by Andrey Konovalov · 6 years ago
- 3f41b60 kasan: fix random seed generation for tag-based mode by Andrey Konovalov · 6 years ago
- e1db95b kasan: fix assigning tags twice by Andrey Konovalov · 6 years ago
- 0d0c8de kasan: mark file common so ftrace doesn't trace it by Anders Roxell · 6 years ago
- a3fe7cd kasan: fix krealloc handling for tag-based mode by Andrey Konovalov · 6 years ago
- eb214f2 kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning by Andrey Konovalov · 6 years ago
- 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
- ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
- e886bf9 kasan: add SPDX-License-Identifier mark to source files by Andrey Konovalov · 6 years ago
- 66afc7f kasan: add __must_check annotations to kasan hooks by Andrey Konovalov · 6 years ago
- 2813b9c kasan, mm, arm64: tag non slab memory allocated via pagealloc by Andrey Konovalov · 6 years ago
- 7f94ffb kasan: add hooks implementation for tag-based mode by Andrey Konovalov · 6 years ago
- 121e8f8 kasan: add bug reporting routines for tag-based mode by Andrey Konovalov · 6 years ago
- 11cd3cd kasan: split out generic_report.c from report.c by Andrey Konovalov · 6 years ago
- 3c9e3aa kasan: add tag related helper functions by Andrey Konovalov · 6 years ago
- 080eb83 kasan: initialize shadow to 0xff for tag-based mode by Andrey Konovalov · 6 years ago
- 9577dd7 kasan: rename kasan_zero_page to kasan_early_shadow_page by Andrey Konovalov · 6 years ago
- 2bd926b kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS by Andrey Konovalov · 6 years ago
- b938fcf4 kasan: rename source files to reflect the new naming scheme by Andrey Konovalov · 6 years ago
- bffa986 kasan: move common generic and tag-based code to common.c by Andrey Konovalov · 6 years ago
- 0116523 kasan, mm: change hooks signatures by Andrey Konovalov · 6 years ago
- 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
- 97ad108 memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants by Mike Rapoport · 6 years ago
- eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
- 026d1ea mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_t by Clark Williams · 6 years ago
- 0207df4 kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN by Andrey Ryabinin · 6 years ago
- 1e8e18f kasan: fix shadow_size calculation error in kasan_module_alloc by Zhen Lei · 6 years ago
- 3f19597 kasan: fix memory hotplug during boot by David Hildenbrand · 7 years ago
- ed1596f kasan: free allocated shadow memory on MEM_CANCEL_ONLINE by David Hildenbrand · 7 years ago
- 0f901dc mm/kasan: don't vfree() nonexistent vm_area by Andrey Ryabinin · 7 years ago
- f9e13c0 slab, slub: skip unnecessary kasan_cache_shutdown() by Shakeel Butt · 7 years ago
- be4a798 kasan: make kasan_cache_create() work with 32-bit slab cache sizes by Alexey Dobriyan · 7 years ago
- c65e774 x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable by Kirill A. Shutemov · 7 years ago
- 5f21f3a kasan: fix prototype author email address by Andrey Konovalov · 7 years ago
- b1d5728 kasan: detect invalid frees by Dmitry Vyukov · 7 years ago
- 1db0e0f kasan: unify code between kasan_slab_free() and kasan_poison_kfree() by Dmitry Vyukov · 7 years ago
- 6860f63 kasan: detect invalid frees for large mempool objects by Dmitry Vyukov · 7 years ago
- ee3ce77 kasan: don't use __builtin_return_address(1) by Dmitry Vyukov · 7 years ago
- 47adccc kasan: detect invalid frees for large objects by Dmitry Vyukov · 7 years ago
- d321599 kasan: add functions for unpoisoning stack variables by Alexander Potapenko · 7 years ago
- 342061e kasan: support alloca() poisoning by Paul Lawrence · 7 years ago
- 6424f6b kasan: use %px to print addresses instead of %p by Tobin C. Harding · 7 years ago
- d50112e slab, slub, slob: add slab_flags_t by Alexey Dobriyan · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 388f8e1 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
- e770155 kasan: avoid -Wmaybe-uninitialized warning by Arnd Bergmann · 7 years ago
- f06e8c5 kasan: Allow kasan_check_read/write() to accept pointers to volatiles by Dmitry Vyukov · 8 years ago
- 822d5ec kasan: make get_wild_bug_type() static by Colin Ian King · 7 years ago
- f5bd62c mm/kasan/kasan.c: rename XXX_is_zero to XXX_is_nonzero by Joonsoo Kim · 7 years ago
- fa69b59 mm/kasan: add support for memory hotplug by Andrey Ryabinin · 7 years ago
- c634d80 mm/kasan: get rid of speculative shadow checks by Andrey Ryabinin · 7 years ago
- 458f792 mm/kasan/kasan_init.c: use kasan_zero_pud for p4d table by Joonsoo Kim · 7 years ago
- de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
- b193859 kasan: separate report parts by empty lines by Andrey Konovalov · 8 years ago
- 5ab6d91 kasan: improve double-free report format by Andrey Konovalov · 8 years ago
- 430a05f kasan: print page description after stacks by Andrey Konovalov · 8 years ago
- 0c06f1f kasan: improve slab object description by Andrey Konovalov · 8 years ago
- 7f0a84c kasan: change report header by Andrey Konovalov · 8 years ago
- db429f1 kasan: simplify address description logic by Andrey Konovalov · 8 years ago
- b6b72f4 kasan: change allocation and freeing stack traces headers by Andrey Konovalov · 8 years ago
- 7d418f7 kasan: unify report headers by Andrey Konovalov · 8 years ago
- 5e82cd1 kasan: introduce helper functions for determining bug type by Andrey Konovalov · 8 years ago
- 58d30c3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
- 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
- b0845ce kasan: report only the first error by default by Mark Rutland · 8 years ago
- baeedc71 Merge branch 'prep-for-5level' by Linus Torvalds · 8 years ago
- ce5bec5 kasan: fix races in quarantine_remove_cache() by Dmitry Vyukov · 8 years ago
- 68fd814 kasan: resched in quarantine_remove_cache() by Dmitry Vyukov · 8 years ago
- c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
- 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
- af8601a kasan, sched/headers: Uninline kasan_enable/disable_current() by Ingo Molnar · 8 years ago
- f9fa1d9 kasan: drain quarantine of memcg slab objects by Greg Thelen · 8 years ago
- ca78d31 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
- 4f40c6e kasan: respect /proc/sys/kernel/traceoff_on_warning by Peter Zijlstra · 8 years ago
- 5c6a84a mm/kasan: Switch to using __pa_symbol and lm_alias by Laura Abbott · 8 years ago
- 7b9dc3f Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
- 64abdcb kasan: eliminate long stalls during quarantine reduction by Dmitry Vyukov · 8 years ago
- 5c5c1f3 kasan: support panic_on_warn by Dmitry Vyukov · 8 years ago
- 631ddab Merge branches 'pm-sleep' and 'powercap' by Rafael J. Wysocki · 8 years ago
- b53f40d x86/suspend: fix false positive KASAN warning on suspend/resume by Josh Poimboeuf · 8 years ago
- 828347f kasan: support use-after-scope detection by Dmitry Vyukov · 8 years ago
- 045d599 kasan: update kasan_global for gcc 7 by Dmitry Vyukov · 8 years ago
- 9f7d416 kprobes: Unpoison stack in jprobe_return() for KASAN by Dmitry Vyukov · 8 years ago
- bcbf0d5 kasan: remove the unnecessary WARN_ONCE from quarantine.c by Alexander Potapenko · 8 years ago
- c3cee37 kasan: avoid overflowing quarantine size on low memory systems by Alexander Potapenko · 8 years ago
- 7e08897 kasan: improve double-free reports by Andrey Ryabinin · 8 years ago
- b3cbd9b mm/kasan: get rid of ->state in struct kasan_alloc_meta by Andrey Ryabinin · 8 years ago
- 47b5c2a mm/kasan: get rid of ->alloc_size in struct kasan_alloc_meta by Andrey Ryabinin · 8 years ago