summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/test_kasan: Add test for double-kzfree detectionMarco Elver2019-07-121-0/+17
* mm/kasan: change kasan_check_{read,write} to return booleanMarco Elver2019-07-125-26/+47
* mm/kasan: introduce __kasan_check_{read,write}Marco Elver2019-07-122-9/+26
* asm-generic, x86: add bitops instrumentation for KASANMarco Elver2019-07-123-152/+302
* x86: use static_cpu_has in uaccess region to avoid instrumentationMarco Elver2019-07-122-2/+2
* lib/test_kasan: add bitops testsMarco Elver2019-07-121-3/+78
* mm/kasan: print frame description for stack bugsMarco Elver2019-07-122-0/+170
* docs: kmemleak: add more documentation detailsAndré Almeida2019-07-121-4/+44
* mm/kmemleak.c: change error at _write when kmemleak is disabledAndré Almeida2019-07-121-1/+1
* mm/kmemleak.c: fix check for softirq contextDmitry Vyukov2019-07-121-1/+1
* slub: don't panic for memcg kmem cache creation failureShakeel Butt2019-07-121-4/+0
* mm/slub.c: avoid double string traverse in kmem_cache_flags()Yury Norov2019-07-121-3/+1
* lkdtm/heap: add tests for freelist hardeningKees Cook2019-07-123-0/+82
* mm/slab: sanity-check page type when looking up cacheKees Cook2019-07-122-11/+22
* mm/slab: validate cache membership under freelist hardeningKees Cook2019-07-121-8/+6
* ocfs2: use kmemdup rather than duplicating its implementationFuqian Huang2019-07-122-9/+7
* fs/ocfs2/dlmglue.c: unneeded variable: "status"Hariprasad Kelam2019-07-121-2/+1
* ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-1213-261/+73
* ocfs2: add first lock wait time in locking_stateGang He2019-07-122-3/+30
* ocfs2: add locking filter debugfs fileGang He2019-07-122-0/+40
* ocfs2: add last unlock times in locking_stateGang He2019-07-122-3/+16
* ocfs2/dlm: use struct_size() helperGustavo A. R. Silva2019-07-121-5/+3
* fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"ChenGang2019-07-124-4/+4
* sh: prevent warnings when using iounmapSam Ravnborg2019-07-121-1/+5
* sh: config: remove left-over BACKLIGHT_LCD_SUPPORTKrzysztof Kozlowski2019-07-122-2/+0
* arch/sh/configs/sdk7786_defconfig: remove CONFIG_LOGFSKefeng Wang2019-07-121-1/+0
* scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2019-07-121-0/+33
* scripts/decode_stacktrace: Accept dash/underscore in modulesEvan Green2019-07-121-1/+1
* scripts/spelling.txt: add spelling fix for prohibitedChris Paterson2019-07-122-1/+3
* scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley2019-07-126-6/+5
* scripts/decode_stacktrace: look for modules with .ko.debug extensionNicolas Boichat2019-07-121-1/+1
* scripts/decode_stacktrace: match basepath using shell prefix operator, not regexNicolas Boichat2019-07-121-1/+1
* include/linux/dmar.h: replace single-char identifiers in macrosQian Cai2019-07-121-6/+8
* MAINTAINERS: nilfs2: update email addressRyusuke Konishi2019-07-121-1/+1
* nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi headerMasahiro Yamada2019-07-121-12/+12
* mm/z3fold.c: lock z3fold page before __SetPageMovable()Henry Burns2019-07-121-1/+11
* mm/memcontrol: fix wrong statistics in memory.statYafang Shao2019-07-121-2/+3
* mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V2019-07-123-1/+20
* mm: vmscan: scan anonymous pages on file refaultsKuo-Hsin Yang2019-07-121-3/+3
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-1111-83/+90
|\
| * x86/stacktrace: Prevent infinite loop in arch_stack_walk_user()Eiichi Tsukata2019-07-111-5/+3
| * x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner2019-07-105-68/+61
| * x86/pgtable/32: Fix LOWMEM_PAGES constantArnd Bergmann2019-07-101-1/+1
| * x86/alternatives: Fix int3_emulate_call() selftest stack corruptionPeter Zijlstra2019-07-091-5/+20
| * x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby2019-07-091-1/+1
| * Revert "x86/build: Move _etext to actual end of .text"Ross Zwisler2019-07-091-3/+3
| * x86/ldt: Initialize the context lock for init_mmSebastian Andrzej Siewior2019-07-091-0/+1
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-07-112-6/+2
|\ \
| * | timekeeping/vsyscall: Use __iter_div_u64_rem()Arnd Bergmann2019-07-101-5/+1
| * | clocksource/drivers/npcm: Fix misuse of GENMASK macroJoe Perches2019-07-101-1/+1
| |/