1. 07d9bf0 mm/mempool: avoid KASAN marking mempool poison checks as use-after-free by Matthew Dawson · 9 years ago v4.1/topic/KASAN
  2. 94a1cb5 kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2 by Alexander Potapenko · 9 years ago
  3. 076bdfc tracing, kasan: Silence Kasan warning in check_stack of stack_tracer by Yang Shi · 9 years ago
  4. a1a4aac arm64: disable kasan when accessing frame->fp in unwind_frame by Yang Shi · 9 years ago
  5. e352627 x86: Fix KASAN false positives in thread_saved_pc() by Dmitry Vyukov · 9 years ago
  6. 39c0cd9 mm, slub, kasan: enable user tracking by default with KASAN=y by Andrey Ryabinin · 9 years ago
  7. 79578cb lib: test_kasan: add some testcases by Wang Long · 9 years ago
  8. 834619f x86, kasan: Fix build failure on KASAN=y && KMEMCHECK=y kernels by Andrey Ryabinin · 9 years ago
  9. af10fc0 lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctly by Wang Long · 9 years ago
  10. f0969c1 lib/test_kasan.c: fix a typo by Wang Long · 9 years ago
  11. 63a3aef x86/kasan: Move KASAN_SHADOW_OFFSET to the arch Kconfig by Andrey Ryabinin · 9 years ago
  12. 374c08c arm64/kasan: add the conflict in "arm64: add KASAN support" by Xishi Qiu · 9 years ago
  13. bbc51cb arm64/efi: fix libstub build under CONFIG_MODVERSIONS by Ard Biesheuvel · 9 years ago
  14. db21e7a arm64/efi: isolate EFI stub from the kernel proper by Ard Biesheuvel · 9 years ago
  15. f73035e arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT property by Ard Biesheuvel · 9 years ago
  16. 20e63ac x86, efi, kasan: Fix build failure on !KASAN && KMEMCHECK=y kernels by Andrey Ryabinin · 9 years ago
  17. d4ab981 x86, efi, kasan: #undef memset/memcpy/memmove per arch by Andrey Ryabinin · 9 years ago
  18. 4684adf scripts/dtc: Update to upstream version 9d3649bd3be245c9 by Rob Herring · 9 years ago
  19. e31e939 sched/kasan: remove stale KASAN poison after hotplug by Mark Rutland · 9 years ago
  20. 207348b arm64: kasan: clear stale stack poison by Mark Rutland · 9 years ago
  21. 040a66e kasan: add functions to clear stack poison by Mark Rutland · 9 years ago
  22. d67f9e0 mm/early_ioremap: add explicit #include of asm/early_ioremap.h by Ard Biesheuvel · 10 years ago
  23. ceaeeef arm64: Don't relocate non-existent initrd by Mark Rutland · 10 years ago
  24. 25a70e0 include/linux/compiler-gcc.h: improve __visible documentation by Andrew Morton · 10 years ago
  25. 88e5f33 include/linux/compiler-gcc.h: hide assume_aligned attribute from sparse by Rasmus Villemoes · 10 years ago
  26. cf21721 compiler.h: add support for function attribute assume_aligned by Rasmus Villemoes · 10 years ago
  27. cd5cc28 compiler, atomics, kasan: Provide READ_ONCE_NOCHECK() by Andrey Ryabinin · 10 years ago
  28. ec69f0a compiler-gcc: integrate the various compiler-gcc[345].h files by Joe Perches · 10 years ago
  29. 542228c kasan: fix kmemleak false-positive in kasan_module_alloc() by Andrey Ryabinin · 10 years ago
  30. 6545f4b kasan: always taint kernel on report by Andrey Ryabinin · 10 years ago
  31. 9060ab1 kasan: use IS_ALIGNED in memory_is_poisoned_8() by Xishi Qiu · 10 years ago
  32. 9c937a3 kasan: fix last shadow judgement in memory_is_poisoned_16() by Xishi Qiu · 10 years ago
  33. 6352e4f kasan: Fix a type conversion error by Wang Long · 10 years ago
  34. 92cf09a kasan: update reference to kasan prototype repo by Andrey Konovalov · 10 years ago
  35. 277f8c7 kasan: update log messages by Andrey Konovalov · 10 years ago
  36. b5e1943 kasan: accurately determine the type of the bad access by Andrey Konovalov · 10 years ago
  37. deb5ced kasan: update reported bug types for kernel memory accesses by Andrey Konovalov · 10 years ago
  38. 1d0a2b7 kasan: update reported bug types for not user nor kernel memory accesses by Andrey Konovalov · 10 years ago
  39. cd7f6c67 mm/kasan: prevent deadlock in kasan reporting by Aneesh Kumar K.V · 10 years ago
  40. 6c337e5 mm/kasan: don't use kasan shadow pointer in generic functions by Aneesh Kumar K.V · 10 years ago
  41. ca928eb mm/kasan: MODULE_VADDR is not available on all archs by Aneesh Kumar K.V · 10 years ago
  42. 6383489 mm/kasan: rename kasan_enabled() to kasan_report_enabled() by Aneesh Kumar K.V · 10 years ago
  43. 63f9ce8 x86/kasan, mm: Introduce generic kasan_populate_zero_shadow() by Andrey Ryabinin · 10 years ago
  44. b37e9cf x86/kasan: Define KASAN_SHADOW_OFFSET per architecture by Andrey Ryabinin · 10 years ago
  45. 2d6bbb4 kasan: remove duplicate definition of the macro KASAN_FREE_PAGE by Wang Long · 10 years ago
  46. 2d8b0e8 arm64: KASAN depends on !(ARM64_16K_PAGES && ARM64_VA_BITS_48) by Andrey Ryabinin · 10 years ago
  47. 649c07a arm64: kasan: fix issues reported by sparse by Will Deacon · 10 years ago
  48. 66650d3 ARM64: kasan: print memory assignment by Linus Walleij · 10 years ago
  49. 9e150ac arm64: add KASAN support by Alex Shi · 9 years ago
  50. c64d65e arm64: introduce VA_START macro - the first kernel virtual address. by Andrey Ryabinin · 10 years ago
  51. 666598b arm64: support initrd outside kernel linear map by Mark Salter · 10 years ago
  52. 90e69b3 mm: add utility for early copy from unmapped ram by Mark Salter · 10 years ago
  53. b0bd13e arm64: Change memcpy in kernel to use the copy template file by Feng Kan · 10 years ago
  54. ddb5d8e arm64: move PGD_SIZE definition to pgalloc.h by Andrey Ryabinin · 10 years ago
  55. 1f62369 arm64: use ENDPIPROC() to annotate position independent assembler routines by Ard Biesheuvel · 10 years ago
  56. 206f91a Linux 4.1.21 by Sasha Levin · 9 years ago
  57. 919e67a perf/core: Fix perf_sched_count derailment by Alexander Shishkin · 9 years ago
  58. 882f862 perf: Cure event->pending_disable race by Peter Zijlstra · 9 years ago
  59. 5709e7b perf: Do not double free by Peter Zijlstra · 9 years ago
  60. 143cf26 arm64: replace read_lock to rcu lock in call_step_hook by Yang Shi · 9 years ago
  61. 1a138f3 arm64: replace read_lock to rcu lock in call_break_hook by Yang Shi · 9 years ago
  62. f2b1325 ext4: fix races of writeback with punch hole and zero range by Jan Kara · 10 years ago
  63. 181aaeb ext4: fix races between buffered IO and collapse / insert range by Jan Kara · 10 years ago
  64. 9621787 ext4: move unlocked dio protection from ext4_alloc_file_blocks() by Jan Kara · 10 years ago
  65. 248766f ext4: fix races between page faults and hole punching by Jan Kara · 10 years ago
  66. 14b4d14 MIPS: Fix build error when SMP is used without GIC by Hauke Mehrtens · 9 years ago
  67. 7c196e5 MIPS: Kconfig: Disable MIPS MT and SMP implementations for R6 by Markos Chandras · 10 years ago
  68. e652be4 Revert "MIPS: Kconfig: Disable SMP/CPS for 64-bit" by Markos Chandras · 10 years ago
  69. c839d6e ld-version: Fix awk regex compile failure by James Hogan · 9 years ago
  70. c7d4bd1 dmaengine: at_xdmac: fix residue computation by Ludovic Desroches · 9 years ago
  71. eac52550 KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo by Paolo Bonzini · 9 years ago
  72. 09b4fd2 s390/mm: four page table levels vs. fork by Martin Schwidefsky · 9 years ago
  73. 1b3ce90 tracing: Fix check for cpu online when event is disabled by Steven Rostedt (Red Hat) · 9 years ago
  74. 3b9f928 Revert "drm/radeon/pm: adjust display configuration after powerstate" by Alex Deucher · 9 years ago
  75. 8fc3813 drm/radeon/dp: add back special handling for NUTMEG by Alex Deucher · 9 years ago
  76. fddbe6c drm/radeon: fix dp link rate selection (v2) by Alex Deucher · 10 years ago
  77. 7dac6e4 drm/radeon: make dpcd parameters const by Alex Deucher · 10 years ago
  78. eb34a64 KVM: VMX: disable PEBS before a guest entry by Radim Krčmář · 9 years ago
  79. c62aada jffs2: reduce the breakage on recovery from halfway failed rename() by Al Viro · 9 years ago
  80. 906e5a6 ncpfs: fix a braino in OOM handling in ncp_fill_cache() by Al Viro · 9 years ago
  81. 6d44ac3 KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit by Paul Mackerras · 9 years ago
  82. 0d00dbe ARM: dts: dra7: do not gate cpsw clock due to errata i877 by Mugunthan V N · 9 years ago
  83. a7029eb ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property by Lokesh Vutla · 9 years ago
  84. 6991aaf ARM: OMAP2+: hwmod: Add hwmod flag for HWMOD_OPT_CLKS_NEEDED by Peter Ujfalusi · 10 years ago
  85. bde1cccf target: Drop incorrect ABORT_TASK put for completed commands by Nicholas Bellinger · 9 years ago
  86. 546a8b3 ovl: copy new uid/gid into overlayfs runtime inode by Konstantin Khlebnikov · 9 years ago
  87. 091baa9 ovl: ignore lower entries when checking purity of non-directory entries by Konstantin Khlebnikov · 9 years ago
  88. e786702 ovl: fix getcwd() failure after unsuccessful rmdir by Rui Wang · 10 years ago
  89. 7ce08a0 mac80211: Fix Public Action frame RX in AP mode by Jouni Malinen · 9 years ago
  90. 87e0016 mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs by Johannes Berg · 9 years ago
  91. a60ebc3 ASoC: wm_adsp: Fix enum ctl accesses in a wrong type by Takashi Iwai · 9 years ago
  92. f4d57e4 ASoC: wm8994: Fix enum ctl accesses in a wrong type by Takashi Iwai · 9 years ago
  93. 58de29e ASoC: wm8958: Fix enum ctl accesses in a wrong type by Takashi Iwai · 9 years ago
  94. 33824bb ASoC: dapm: Fix ctl value accesses in a wrong type by Takashi Iwai · 9 years ago
  95. 01ff3a0 can: gs_usb: fixed disconnect bug by removing erroneous use of kfree() by Maximilain Schneider · 9 years ago
  96. 870be7d mac80211: minstrel_ht: set default tx aggregation timeout to 0 by Felix Fietkau · 9 years ago
  97. ea46df7 ASoC: samsung: Use IRQ safe spin lock calls by Charles Keepax · 9 years ago
  98. 7e62b96 iwlwifi: mvm: inc pending frames counter also when txing non-sta by Liad Kaufman · 9 years ago
  99. 60ca001 mac80211: minstrel: Change expected throughput unit back to Kbps by Sven Eckelmann · 9 years ago
  100. d5bb89f mac80211: fix use of uninitialised values in RX aggregation by Chris Bainbridge · 9 years ago