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