1. 2e7d317 mm/kasan/common.c: fix compile error by zhong jiang · 5 years ago
  2. 3c5c3cf kasan: support backing vmalloc space with real shadow memory by Daniel Axtens · 5 years ago
  3. d8c6546 mm: introduce compound_nr() by Matthew Wilcox (Oracle) · 5 years ago
  4. a50b854 mm: introduce page_size() by Matthew Wilcox (Oracle) · 5 years ago
  5. ae8f06b kasan: add memory corruption identification for software tag-based mode by Walter Wu · 5 years ago
  6. 00fb24a mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=y by Andrey Ryabinin · 5 years ago
  7. b5f6e0f mm/kasan: change kasan_check_{read,write} to return boolean by Marco Elver · 5 years ago
  8. 7d8ad89 mm/kasan: introduce __kasan_check_{read,write} by Marco Elver · 5 years ago
  9. e896921 mm/kasan: print frame description for stack bugs by Marco Elver · 5 years ago
  10. 0600597 kasan: initialize tag to 0xff in __kasan_kmalloc by Nathan Chancellor · 6 years ago
  11. c620f7b Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  12. 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
  13. 880e049 mm/kasan: Simplify stacktrace handling by Thomas Gleixner · 6 years ago
  14. ead97a4 mm/kasan: Remove the ULONG_MAX stack trace hackery by Thomas Gleixner · 6 years ago
  15. e209274 kasan: Makefile: Replace -pg with CC_FLAGS_FTRACE by Torsten Duwe · 6 years ago
  16. 57b78a62 x86/uaccess, kasan: Fix KASAN vs SMAP by Peter Zijlstra · 6 years ago
  17. c412a76 kasan: fix variable 'tag' set but not used warning by Qian Cai · 6 years ago
  18. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  19. 5c0198b kasan: fix coccinelle warnings in kasan_p*_table by Andrey Konovalov · 6 years ago
  20. bcf6f55 kasan: fix kasan_check_read/write definitions by Arnd Bergmann · 6 years ago
  21. 7771bdb kasan: remove use after scope bugs detection. by Andrey Ryabinin · 6 years ago
  22. dc15a8a kasan: prevent tracing of tags.c by Andrey Konovalov · 6 years ago
  23. 3f41b60 kasan: fix random seed generation for tag-based mode by Andrey Konovalov · 6 years ago
  24. e1db95b kasan: fix assigning tags twice by Andrey Konovalov · 6 years ago
  25. 0d0c8de kasan: mark file common so ftrace doesn't trace it by Anders Roxell · 6 years ago
  26. a3fe7cd kasan: fix krealloc handling for tag-based mode by Andrey Konovalov · 6 years ago
  27. eb214f2 kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning by Andrey Konovalov · 6 years ago
  28. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  29. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  30. e886bf9 kasan: add SPDX-License-Identifier mark to source files by Andrey Konovalov · 6 years ago
  31. 66afc7f kasan: add __must_check annotations to kasan hooks by Andrey Konovalov · 6 years ago
  32. 2813b9c kasan, mm, arm64: tag non slab memory allocated via pagealloc by Andrey Konovalov · 6 years ago
  33. 7f94ffb kasan: add hooks implementation for tag-based mode by Andrey Konovalov · 6 years ago
  34. 121e8f8 kasan: add bug reporting routines for tag-based mode by Andrey Konovalov · 6 years ago
  35. 11cd3cd kasan: split out generic_report.c from report.c by Andrey Konovalov · 6 years ago
  36. 3c9e3aa kasan: add tag related helper functions by Andrey Konovalov · 6 years ago
  37. 080eb83 kasan: initialize shadow to 0xff for tag-based mode by Andrey Konovalov · 6 years ago
  38. 9577dd7 kasan: rename kasan_zero_page to kasan_early_shadow_page by Andrey Konovalov · 6 years ago
  39. 2bd926b kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS by Andrey Konovalov · 6 years ago
  40. b938fcf4 kasan: rename source files to reflect the new naming scheme by Andrey Konovalov · 6 years ago
  41. bffa986 kasan: move common generic and tag-based code to common.c by Andrey Konovalov · 6 years ago
  42. 0116523 kasan, mm: change hooks signatures by Andrey Konovalov · 6 years ago
  43. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  44. 97ad108 memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants by Mike Rapoport · 6 years ago
  45. eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
  46. 026d1ea mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_t by Clark Williams · 6 years ago
  47. 0207df4 kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN by Andrey Ryabinin · 6 years ago
  48. 1e8e18f kasan: fix shadow_size calculation error in kasan_module_alloc by Zhen Lei · 6 years ago
  49. 3f19597 kasan: fix memory hotplug during boot by David Hildenbrand · 7 years ago
  50. ed1596f kasan: free allocated shadow memory on MEM_CANCEL_ONLINE by David Hildenbrand · 7 years ago
  51. 0f901dc mm/kasan: don't vfree() nonexistent vm_area by Andrey Ryabinin · 7 years ago
  52. f9e13c0 slab, slub: skip unnecessary kasan_cache_shutdown() by Shakeel Butt · 7 years ago
  53. be4a798 kasan: make kasan_cache_create() work with 32-bit slab cache sizes by Alexey Dobriyan · 7 years ago
  54. c65e774 x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variable by Kirill A. Shutemov · 7 years ago
  55. 5f21f3a kasan: fix prototype author email address by Andrey Konovalov · 7 years ago
  56. b1d5728 kasan: detect invalid frees by Dmitry Vyukov · 7 years ago
  57. 1db0e0f kasan: unify code between kasan_slab_free() and kasan_poison_kfree() by Dmitry Vyukov · 7 years ago
  58. 6860f63 kasan: detect invalid frees for large mempool objects by Dmitry Vyukov · 7 years ago
  59. ee3ce77 kasan: don't use __builtin_return_address(1) by Dmitry Vyukov · 7 years ago
  60. 47adccc kasan: detect invalid frees for large objects by Dmitry Vyukov · 7 years ago
  61. d321599 kasan: add functions for unpoisoning stack variables by Alexander Potapenko · 7 years ago
  62. 342061e kasan: support alloca() poisoning by Paul Lawrence · 7 years ago
  63. 6424f6b kasan: use %px to print addresses instead of %p by Tobin C. Harding · 7 years ago
  64. d50112e slab, slub, slob: add slab_flags_t by Alexey Dobriyan · 7 years ago
  65. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  66. 388f8e1 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  67. e770155 kasan: avoid -Wmaybe-uninitialized warning by Arnd Bergmann · 7 years ago
  68. f06e8c5 kasan: Allow kasan_check_read/write() to accept pointers to volatiles by Dmitry Vyukov · 8 years ago
  69. 822d5ec kasan: make get_wild_bug_type() static by Colin Ian King · 7 years ago
  70. f5bd62c mm/kasan/kasan.c: rename XXX_is_zero to XXX_is_nonzero by Joonsoo Kim · 7 years ago
  71. fa69b59 mm/kasan: add support for memory hotplug by Andrey Ryabinin · 7 years ago
  72. c634d80 mm/kasan: get rid of speculative shadow checks by Andrey Ryabinin · 7 years ago
  73. 458f792 mm/kasan/kasan_init.c: use kasan_zero_pud for p4d table by Joonsoo Kim · 7 years ago
  74. 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
  75. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
  76. b193859 kasan: separate report parts by empty lines by Andrey Konovalov · 8 years ago
  77. 5ab6d91 kasan: improve double-free report format by Andrey Konovalov · 8 years ago
  78. 430a05f kasan: print page description after stacks by Andrey Konovalov · 8 years ago
  79. 0c06f1f kasan: improve slab object description by Andrey Konovalov · 8 years ago
  80. 7f0a84c kasan: change report header by Andrey Konovalov · 8 years ago
  81. db429f1 kasan: simplify address description logic by Andrey Konovalov · 8 years ago
  82. b6b72f4 kasan: change allocation and freeing stack traces headers by Andrey Konovalov · 8 years ago
  83. 7d418f7 kasan: unify report headers by Andrey Konovalov · 8 years ago
  84. 5e82cd1 kasan: introduce helper functions for determining bug type by Andrey Konovalov · 8 years ago
  85. 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
  86. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  87. b0845ce kasan: report only the first error by default by Mark Rutland · 8 years ago
  88. baeedc71 Merge branch 'prep-for-5level' by Linus Torvalds · 8 years ago
  89. ce5bec5 kasan: fix races in quarantine_remove_cache() by Dmitry Vyukov · 8 years ago
  90. 68fd814 kasan: resched in quarantine_remove_cache() by Dmitry Vyukov · 8 years ago
  91. c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
  92. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  93. af8601a kasan, sched/headers: Uninline kasan_enable/disable_current() by Ingo Molnar · 8 years ago
  94. f9fa1d9 kasan: drain quarantine of memcg slab objects by Greg Thelen · 8 years ago
  95. ca78d31 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  96. 4f40c6e kasan: respect /proc/sys/kernel/traceoff_on_warning by Peter Zijlstra · 8 years ago
  97. 5c6a84a mm/kasan: Switch to using __pa_symbol and lm_alias by Laura Abbott · 8 years ago
  98. 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
  99. 64abdcb kasan: eliminate long stalls during quarantine reduction by Dmitry Vyukov · 8 years ago
  100. 5c5c1f3 kasan: support panic_on_warn by Dmitry Vyukov · 8 years ago