1. 5f21f3a kasan: fix prototype author email address by Andrey Konovalov · 7 years ago
  2. b1d5728 kasan: detect invalid frees by Dmitry Vyukov · 7 years ago
  3. 1db0e0f kasan: unify code between kasan_slab_free() and kasan_poison_kfree() by Dmitry Vyukov · 7 years ago
  4. 6860f63 kasan: detect invalid frees for large mempool objects by Dmitry Vyukov · 7 years ago
  5. ee3ce77 kasan: don't use __builtin_return_address(1) by Dmitry Vyukov · 7 years ago
  6. 47adccc kasan: detect invalid frees for large objects by Dmitry Vyukov · 7 years ago
  7. d321599 kasan: add functions for unpoisoning stack variables by Alexander Potapenko · 7 years ago
  8. 342061e kasan: support alloca() poisoning by Paul Lawrence · 7 years ago
  9. 6424f6b kasan: use %px to print addresses instead of %p by Tobin C. Harding · 7 years ago
  10. d50112e slab, slub, slob: add slab_flags_t by Alexey Dobriyan · 7 years ago
  11. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  12. 388f8e1 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  13. e770155 kasan: avoid -Wmaybe-uninitialized warning by Arnd Bergmann · 8 years ago
  14. f06e8c5 kasan: Allow kasan_check_read/write() to accept pointers to volatiles by Dmitry Vyukov · 8 years ago
  15. 822d5ec kasan: make get_wild_bug_type() static by Colin Ian King · 8 years ago
  16. f5bd62c mm/kasan/kasan.c: rename XXX_is_zero to XXX_is_nonzero by Joonsoo Kim · 8 years ago
  17. fa69b59 mm/kasan: add support for memory hotplug by Andrey Ryabinin · 8 years ago
  18. c634d80 mm/kasan: get rid of speculative shadow checks by Andrey Ryabinin · 8 years ago
  19. 458f792 mm/kasan/kasan_init.c: use kasan_zero_pud for p4d table by Joonsoo Kim · 8 years ago
  20. 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
  21. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
  22. b193859 kasan: separate report parts by empty lines by Andrey Konovalov · 8 years ago
  23. 5ab6d91 kasan: improve double-free report format by Andrey Konovalov · 8 years ago
  24. 430a05f kasan: print page description after stacks by Andrey Konovalov · 8 years ago
  25. 0c06f1f kasan: improve slab object description by Andrey Konovalov · 8 years ago
  26. 7f0a84c kasan: change report header by Andrey Konovalov · 8 years ago
  27. db429f1 kasan: simplify address description logic by Andrey Konovalov · 8 years ago
  28. b6b72f4 kasan: change allocation and freeing stack traces headers by Andrey Konovalov · 8 years ago
  29. 7d418f7 kasan: unify report headers by Andrey Konovalov · 8 years ago
  30. 5e82cd1 kasan: introduce helper functions for determining bug type by Andrey Konovalov · 8 years ago
  31. 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
  32. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  33. b0845ce kasan: report only the first error by default by Mark Rutland · 8 years ago
  34. baeedc71 Merge branch 'prep-for-5level' by Linus Torvalds · 8 years ago
  35. ce5bec5 kasan: fix races in quarantine_remove_cache() by Dmitry Vyukov · 8 years ago
  36. 68fd814 kasan: resched in quarantine_remove_cache() by Dmitry Vyukov · 8 years ago
  37. c2febaf mm: convert generic code to 5-level paging by Kirill A. Shutemov · 8 years ago
  38. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  39. af8601a kasan, sched/headers: Uninline kasan_enable/disable_current() by Ingo Molnar · 8 years ago
  40. f9fa1d9 kasan: drain quarantine of memcg slab objects by Greg Thelen · 8 years ago
  41. ca78d31 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  42. 4f40c6e kasan: respect /proc/sys/kernel/traceoff_on_warning by Peter Zijlstra · 8 years ago
  43. 5c6a84a mm/kasan: Switch to using __pa_symbol and lm_alias by Laura Abbott · 8 years ago
  44. 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
  45. 64abdcb kasan: eliminate long stalls during quarantine reduction by Dmitry Vyukov · 8 years ago
  46. 5c5c1f3 kasan: support panic_on_warn by Dmitry Vyukov · 8 years ago
  47. 631ddab Merge branches 'pm-sleep' and 'powercap' by Rafael J. Wysocki · 8 years ago
  48. b53f40d x86/suspend: fix false positive KASAN warning on suspend/resume by Josh Poimboeuf · 8 years ago
  49. 828347f kasan: support use-after-scope detection by Dmitry Vyukov · 8 years ago
  50. 045d599 kasan: update kasan_global for gcc 7 by Dmitry Vyukov · 8 years ago
  51. 9f7d416 kprobes: Unpoison stack in jprobe_return() for KASAN by Dmitry Vyukov · 8 years ago
  52. bcbf0d5 kasan: remove the unnecessary WARN_ONCE from quarantine.c by Alexander Potapenko · 9 years ago
  53. c3cee37 kasan: avoid overflowing quarantine size on low memory systems by Alexander Potapenko · 9 years ago
  54. 7e08897 kasan: improve double-free reports by Andrey Ryabinin · 9 years ago
  55. b3cbd9b mm/kasan: get rid of ->state in struct kasan_alloc_meta by Andrey Ryabinin · 9 years ago
  56. 47b5c2a mm/kasan: get rid of ->alloc_size in struct kasan_alloc_meta by Andrey Ryabinin · 9 years ago
  57. f7376ae mm/kasan, slub: don't disable interrupts when object leaves quarantine by Andrey Ryabinin · 9 years ago
  58. 4b3ec5a mm/kasan: don't reduce quarantine in atomic contexts by Andrey Ryabinin · 9 years ago
  59. 4a3d308 mm/kasan: fix corruptions and false positive reports by Andrey Ryabinin · 9 years ago
  60. 80a9201 mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB by Alexander Potapenko · 9 years ago
  61. 0ab686d kasan/quarantine: fix bugs on qlist_move_cache() by Joonsoo Kim · 9 years ago
  62. 9b75a86 mm: mempool: kasan: don't poot mempool objects in quarantine by Andrey Ryabinin · 9 years ago
  63. 91a4c27 kasan: change memory hot-add error messages to info messages by Shuah Khan · 9 years ago
  64. 9725759 mm: kasan: remove unused 'reserved' field from struct kasan_alloc_meta