aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-07-12mm/memory.c: trivial clean up in insert_page()Miklos Szeredi1-2/+0
2019-07-12mm/gup.c: make follow_page_mask() staticBharath Vedartham1-1/+1
2019-07-12sparc: remove ARCH_SELECT_MEMORY_MODELMike Rapoport1-3/+0
2019-07-12s390: remove ARCH_SELECT_MEMORY_MODELMike Rapoport1-3/+0
2019-07-12arm: remove ARCH_SELECT_MEMORY_MODELMike Rapoport1-3/+0
2019-07-12include/linux/pfn_t.h: remove pfn_t_to_virt()Andrew Morton1-7/+0
2019-07-12mm/kasan: add object validation in ksize()Marco Elver2-3/+26
2019-07-12mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver5-31/+36
2019-07-12lib/test_kasan: Add test for double-kzfree detectionMarco Elver1-0/+17
2019-07-12mm/kasan: change kasan_check_{read,write} to return booleanMarco Elver5-26/+47
2019-07-12mm/kasan: introduce __kasan_check_{read,write}Marco Elver2-9/+26
2019-07-12asm-generic, x86: add bitops instrumentation for KASANMarco Elver3-152/+302
2019-07-12x86: use static_cpu_has in uaccess region to avoid instrumentationMarco Elver2-2/+2
2019-07-12lib/test_kasan: add bitops testsMarco Elver1-3/+78
2019-07-12mm/kasan: print frame description for stack bugsMarco Elver2-0/+170
2019-07-12docs: kmemleak: add more documentation detailsAndré Almeida1-4/+44
2019-07-12mm/kmemleak.c: change error at _write when kmemleak is disabledAndré Almeida1-1/+1
2019-07-12mm/kmemleak.c: fix check for softirq contextDmitry Vyukov1-1/+1
2019-07-12slub: don't panic for memcg kmem cache creation failureShakeel Butt1-4/+0
2019-07-12mm/slub.c: avoid double string traverse in kmem_cache_flags()Yury Norov1-3/+1
2019-07-12lkdtm/heap: add tests for freelist hardeningKees Cook3-0/+82
2019-07-12mm/slab: sanity-check page type when looking up cacheKees Cook2-11/+22
2019-07-12mm/slab: validate cache membership under freelist hardeningKees Cook1-8/+6
2019-07-12ocfs2: use kmemdup rather than duplicating its implementationFuqian Huang2-9/+7
2019-07-12fs/ocfs2/dlmglue.c: unneeded variable: "status"Hariprasad Kelam1-2/+1
2019-07-12ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman13-261/+73
2019-07-12ocfs2: add first lock wait time in locking_stateGang He2-3/+30
2019-07-12ocfs2: add locking filter debugfs fileGang He2-0/+40
2019-07-12ocfs2: add last unlock times in locking_stateGang He2-3/+16
2019-07-12ocfs2/dlm: use struct_size() helperGustavo A. R. Silva1-5/+3
2019-07-12fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"ChenGang4-4/+4
2019-07-12sh: prevent warnings when using iounmapSam Ravnborg1-1/+5
2019-07-12sh: config: remove left-over BACKLIGHT_LCD_SUPPORTKrzysztof Kozlowski2-2/+0
2019-07-12arch/sh/configs/sdk7786_defconfig: remove CONFIG_LOGFSKefeng Wang1-1/+0
2019-07-12scripts/spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+33
2019-07-12scripts/decode_stacktrace: Accept dash/underscore in modulesEvan Green1-1/+1
2019-07-12scripts/spelling.txt: add spelling fix for prohibitedChris Paterson2-1/+3
2019-07-12scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley6-6/+5
2019-07-12scripts/decode_stacktrace: look for modules with .ko.debug extensionNicolas Boichat1-1/+1
2019-07-12scripts/decode_stacktrace: match basepath using shell prefix operator, not regexNicolas Boichat1-1/+1
2019-07-12include/linux/dmar.h: replace single-char identifiers in macrosQian Cai1-6/+8
2019-07-12MAINTAINERS: nilfs2: update email addressRyusuke Konishi1-1/+1
2019-07-12nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi headerMasahiro Yamada1-12/+12
2019-07-12mm/z3fold.c: lock z3fold page before __SetPageMovable()Henry Burns1-1/+11
2019-07-12mm/memcontrol: fix wrong statistics in memory.statYafang Shao1-2/+3
2019-07-12mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V3-1/+20
2019-07-12mm: vmscan: scan anonymous pages on file refaultsKuo-Hsin Yang1-3/+3
2019-07-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-83/+90
2019-07-11Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+2
2019-07-11Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1