Age | Commit message (Expand) | Author | Files | Lines |
2019-07-12 | asm-generic, x86: add bitops instrumentation for KASAN | Marco Elver | 3 | -152/+302 |
2019-07-12 | x86: use static_cpu_has in uaccess region to avoid instrumentation | Marco Elver | 2 | -2/+2 |
2019-07-12 | lib/test_kasan: add bitops tests | Marco Elver | 1 | -3/+78 |
2019-07-12 | mm/kasan: print frame description for stack bugs | Marco Elver | 2 | -0/+170 |
2019-07-12 | docs: kmemleak: add more documentation details | André Almeida | 1 | -4/+44 |
2019-07-12 | mm/kmemleak.c: change error at _write when kmemleak is disabled | André Almeida | 1 | -1/+1 |
2019-07-12 | mm/kmemleak.c: fix check for softirq context | Dmitry Vyukov | 1 | -1/+1 |
2019-07-12 | slub: don't panic for memcg kmem cache creation failure | Shakeel Butt | 1 | -4/+0 |
2019-07-12 | mm/slub.c: avoid double string traverse in kmem_cache_flags() | Yury Norov | 1 | -3/+1 |
2019-07-12 | lkdtm/heap: add tests for freelist hardening | Kees Cook | 3 | -0/+82 |
2019-07-12 | mm/slab: sanity-check page type when looking up cache | Kees Cook | 2 | -11/+22 |
2019-07-12 | mm/slab: validate cache membership under freelist hardening | Kees Cook | 1 | -8/+6 |
2019-07-12 | ocfs2: use kmemdup rather than duplicating its implementation | Fuqian Huang | 2 | -9/+7 |
2019-07-12 | fs/ocfs2/dlmglue.c: unneeded variable: "status" | Hariprasad Kelam | 1 | -2/+1 |
2019-07-12 | ocfs: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 13 | -261/+73 |
2019-07-12 | ocfs2: add first lock wait time in locking_state | Gang He | 2 | -3/+30 |
2019-07-12 | ocfs2: add locking filter debugfs file | Gang He | 2 | -0/+40 |
2019-07-12 | ocfs2: add last unlock times in locking_state | Gang He | 2 | -3/+16 |
2019-07-12 | ocfs2/dlm: use struct_size() helper | Gustavo A. R. Silva | 1 | -5/+3 |
2019-07-12 | fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat" | ChenGang | 4 | -4/+4 |
2019-07-12 | sh: prevent warnings when using iounmap | Sam Ravnborg | 1 | -1/+5 |
2019-07-12 | sh: config: remove left-over BACKLIGHT_LCD_SUPPORT | Krzysztof Kozlowski | 2 | -2/+0 |
2019-07-12 | arch/sh/configs/sdk7786_defconfig: remove CONFIG_LOGFS | Kefeng Wang | 1 | -1/+0 |
2019-07-12 | scripts/spelling.txt: add more spellings to spelling.txt | Colin Ian King | 1 | -0/+33 |
2019-07-12 | scripts/decode_stacktrace: Accept dash/underscore in modules | Evan Green | 1 | -1/+1 |
2019-07-12 | scripts/spelling.txt: add spelling fix for prohibited | Chris Paterson | 2 | -1/+3 |
2019-07-12 | scripts/spelling.txt: drop "sepc" from the misspelling list | Paul Walmsley | 6 | -6/+5 |
2019-07-12 | scripts/decode_stacktrace: look for modules with .ko.debug extension | Nicolas Boichat | 1 | -1/+1 |
2019-07-12 | scripts/decode_stacktrace: match basepath using shell prefix operator, not regex | Nicolas Boichat | 1 | -1/+1 |
2019-07-12 | include/linux/dmar.h: replace single-char identifiers in macros | Qian Cai | 1 | -6/+8 |
2019-07-12 | MAINTAINERS: nilfs2: update email address | Ryusuke Konishi | 1 | -1/+1 |
2019-07-12 | nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi header | Masahiro Yamada | 1 | -12/+12 |
2019-07-12 | mm/z3fold.c: lock z3fold page before __SetPageMovable() | Henry Burns | 1 | -1/+11 |
2019-07-12 | mm/memcontrol: fix wrong statistics in memory.stat | Yafang Shao | 1 | -2/+3 |
2019-07-12 | mm/nvdimm: add is_ioremap_addr and use that to check ioremap address | Aneesh Kumar K.V | 3 | -1/+20 |
2019-07-12 | mm: vmscan: scan anonymous pages on file refaults | Kuo-Hsin Yang | 1 | -3/+3 |
2019-07-11 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 11 | -83/+90 |
2019-07-11 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -6/+2 |
2019-07-11 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2019-07-11 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -8/+9 |
2019-07-11 | Merge tag 'acpi-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2 | -9/+17 |
2019-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2056 | -113205/+104686 |
2019-07-11 | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau... | Linus Torvalds | 17 | -41/+218 |
2019-07-11 | x86/stacktrace: Prevent infinite loop in arch_stack_walk_user() | Eiichi Tsukata | 1 | -5/+3 |
2019-07-11 | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 29 | -44/+571 |
2019-07-11 | Merge tag 'm68k-for-v5.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2019-07-11 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg... | Linus Torvalds | 21 | -187/+145 |
2019-07-11 | Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 30 | -256/+1034 |
2019-07-11 | Merge tag 'gfs2-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs... | Linus Torvalds | 23 | -230/+190 |
2019-07-11 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 23 | -234/+483 |