index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/test_kasan: Add test for double-kzfree detection
Marco Elver
2019-07-12
1
-0
/
+17
*
mm/kasan: change kasan_check_{read,write} to return boolean
Marco Elver
2019-07-12
5
-26
/
+47
*
mm/kasan: introduce __kasan_check_{read,write}
Marco Elver
2019-07-12
2
-9
/
+26
*
asm-generic, x86: add bitops instrumentation for KASAN
Marco Elver
2019-07-12
3
-152
/
+302
*
x86: use static_cpu_has in uaccess region to avoid instrumentation
Marco Elver
2019-07-12
2
-2
/
+2
*
lib/test_kasan: add bitops tests
Marco Elver
2019-07-12
1
-3
/
+78
*
mm/kasan: print frame description for stack bugs
Marco Elver
2019-07-12
2
-0
/
+170
*
docs: kmemleak: add more documentation details
André Almeida
2019-07-12
1
-4
/
+44
*
mm/kmemleak.c: change error at _write when kmemleak is disabled
André Almeida
2019-07-12
1
-1
/
+1
*
mm/kmemleak.c: fix check for softirq context
Dmitry Vyukov
2019-07-12
1
-1
/
+1
*
slub: don't panic for memcg kmem cache creation failure
Shakeel Butt
2019-07-12
1
-4
/
+0
*
mm/slub.c: avoid double string traverse in kmem_cache_flags()
Yury Norov
2019-07-12
1
-3
/
+1
*
lkdtm/heap: add tests for freelist hardening
Kees Cook
2019-07-12
3
-0
/
+82
*
mm/slab: sanity-check page type when looking up cache
Kees Cook
2019-07-12
2
-11
/
+22
*
mm/slab: validate cache membership under freelist hardening
Kees Cook
2019-07-12
1
-8
/
+6
*
ocfs2: use kmemdup rather than duplicating its implementation
Fuqian Huang
2019-07-12
2
-9
/
+7
*
fs/ocfs2/dlmglue.c: unneeded variable: "status"
Hariprasad Kelam
2019-07-12
1
-2
/
+1
*
ocfs: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-07-12
13
-261
/
+73
*
ocfs2: add first lock wait time in locking_state
Gang He
2019-07-12
2
-3
/
+30
*
ocfs2: add locking filter debugfs file
Gang He
2019-07-12
2
-0
/
+40
*
ocfs2: add last unlock times in locking_state
Gang He
2019-07-12
2
-3
/
+16
*
ocfs2/dlm: use struct_size() helper
Gustavo A. R. Silva
2019-07-12
1
-5
/
+3
*
fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"
ChenGang
2019-07-12
4
-4
/
+4
*
sh: prevent warnings when using iounmap
Sam Ravnborg
2019-07-12
1
-1
/
+5
*
sh: config: remove left-over BACKLIGHT_LCD_SUPPORT
Krzysztof Kozlowski
2019-07-12
2
-2
/
+0
*
arch/sh/configs/sdk7786_defconfig: remove CONFIG_LOGFS
Kefeng Wang
2019-07-12
1
-1
/
+0
*
scripts/spelling.txt: add more spellings to spelling.txt
Colin Ian King
2019-07-12
1
-0
/
+33
*
scripts/decode_stacktrace: Accept dash/underscore in modules
Evan Green
2019-07-12
1
-1
/
+1
*
scripts/spelling.txt: add spelling fix for prohibited
Chris Paterson
2019-07-12
2
-1
/
+3
*
scripts/spelling.txt: drop "sepc" from the misspelling list
Paul Walmsley
2019-07-12
6
-6
/
+5
*
scripts/decode_stacktrace: look for modules with .ko.debug extension
Nicolas Boichat
2019-07-12
1
-1
/
+1
*
scripts/decode_stacktrace: match basepath using shell prefix operator, not regex
Nicolas Boichat
2019-07-12
1
-1
/
+1
*
include/linux/dmar.h: replace single-char identifiers in macros
Qian Cai
2019-07-12
1
-6
/
+8
*
MAINTAINERS: nilfs2: update email address
Ryusuke Konishi
2019-07-12
1
-1
/
+1
*
nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi header
Masahiro Yamada
2019-07-12
1
-12
/
+12
*
mm/z3fold.c: lock z3fold page before __SetPageMovable()
Henry Burns
2019-07-12
1
-1
/
+11
*
mm/memcontrol: fix wrong statistics in memory.stat
Yafang Shao
2019-07-12
1
-2
/
+3
*
mm/nvdimm: add is_ioremap_addr and use that to check ioremap address
Aneesh Kumar K.V
2019-07-12
3
-1
/
+20
*
mm: vmscan: scan anonymous pages on file refaults
Kuo-Hsin Yang
2019-07-12
1
-3
/
+3
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-07-11
11
-83
/
+90
|
\
|
*
x86/stacktrace: Prevent infinite loop in arch_stack_walk_user()
Eiichi Tsukata
2019-07-11
1
-5
/
+3
|
*
x86/asm: Move native_write_cr0/4() out of line
Thomas Gleixner
2019-07-10
5
-68
/
+61
|
*
x86/pgtable/32: Fix LOWMEM_PAGES constant
Arnd Bergmann
2019-07-10
1
-1
/
+1
|
*
x86/alternatives: Fix int3_emulate_call() selftest stack corruption
Peter Zijlstra
2019-07-09
1
-5
/
+20
|
*
x86/entry/32: Fix ENDPROC of common_spurious
Jiri Slaby
2019-07-09
1
-1
/
+1
|
*
Revert "x86/build: Move _etext to actual end of .text"
Ross Zwisler
2019-07-09
1
-3
/
+3
|
*
x86/ldt: Initialize the context lock for init_mm
Sebastian Andrzej Siewior
2019-07-09
1
-0
/
+1
*
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2019-07-11
2
-6
/
+2
|
\
\
|
*
|
timekeeping/vsyscall: Use __iter_div_u64_rem()
Arnd Bergmann
2019-07-10
1
-5
/
+1
|
*
|
clocksource/drivers/npcm: Fix misuse of GENMASK macro
Joe Perches
2019-07-10
1
-1
/
+1
|
|
/
[next]