index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-11
exec: pass stack rlimit into mm layout functions
Kees Cook
11
-58
/
+81
2018-04-11
seq_file: account everything to kmemcg
Alexey Dobriyan
1
-4
/
+4
2018-04-11
seq_file: allocate seq_file from kmem_cache
Alexey Dobriyan
3
-2
/
+12
2018-04-11
fs/reiserfs/journal.c: add missing resierfs_warning() arg
Andrew Morton
1
-1
/
+1
2018-04-11
autofs4: use wait_event_killable
Matthew Wilcox
1
-27
/
+2
2018-04-11
init/ramdisk: use pr_cont() at the end of ramdisk loading
Aaro Koskinen
1
-2
/
+2
2018-04-11
checkpatch: whinge about bool bitfields
Joe Perches
1
-0
/
+6
2018-04-11
checkpatch: allow space between colon and bracket
Heinrich Schuchardt
1
-1
/
+1
2018-04-11
checkpatch: add test for assignment at start of line
Joe Perches
1
-0
/
+6
2018-04-11
checkpatch: test SYMBOLIC_PERMS multiple times per line
Joe Perches
1
-1
/
+1
2018-04-11
checkpatch: two spelling fixes
Claudio Fontana
1
-1
/
+1
2018-04-11
checkpatch: improve get_quoted_string for TRACE_EVENT macros
Joe Perches
1
-1
/
+2
2018-04-11
checkpatch: warn for use of %px
Tobin C. Harding
1
-16
/
+32
2018-04-11
checkpatch: add sub routine get_stat_here()
Tobin C. Harding
1
-32
/
+20
2018-04-11
checkpatch: remove unused variable declarations
Tobin C. Harding
1
-2
/
+0
2018-04-11
checkpatch: add sub routine get_stat_real()
Tobin C. Harding
1
-16
/
+16
2018-04-11
checkpatch: add Crypto ON_STACK to declaration_macros
Gilad Ben-Yossef
1
-1
/
+2
2018-04-11
checkpatch.pl: add SPDX license tag check
Rob Herring
1
-0
/
+27
2018-04-11
checkpatch: improve parse_email signature checking
Joe Perches
1
-1
/
+1
2018-04-11
lib/list_debug.c: print unmangled addresses
Matthew Wilcox
1
-7
/
+7
2018-04-11
lib/test_ubsan.c: make test_ubsan_misaligned_access() static
Colin Ian King
1
-1
/
+1
2018-04-11
lib: add testing module for UBSAN
Jinbum Park
3
-0
/
+153
2018-04-11
lib/test_bitmap.c: do not accidentally use stack VLA
Kees Cook
1
-4
/
+6
2018-04-11
lib/Kconfig.debug: Debug Lockups and Hangs: keep SOFTLOCKUP options together
Randy Dunlap
1
-24
/
+24
2018-04-11
MAINTAINERS: update email address for Alexandre Bounine
Alexandre Bounine
1
-1
/
+1
2018-04-11
task_struct: only use anon struct under randstruct plugin
Kees Cook
2
-12
/
+3
2018-04-11
clang-format: add configuration file
Miguel Ojeda
5
-0
/
+629
2018-04-11
uts: create "struct uts_namespace" from kmem_cache
Alexey Dobriyan
3
-4
/
+24
2018-04-11
taint: add taint for randstruct
Kees Cook
3
-2
/
+6
2018-04-11
taint: consolidate documentation
Kees Cook
2
-45
/
+31
2018-04-11
taint: convert to indexed initialization
Kees Cook
2
-17
/
+20
2018-04-11
proc: selftests: test /proc/uptime
Alexey Dobriyan
5
-0
/
+202
2018-04-11
proc: use slower rb_first()
Alexey Dobriyan
4
-19
/
+17
2018-04-11
proc: selftests: shotgun testing of read/readdir/readlink/write
Alexey Dobriyan
3
-0
/
+149
2018-04-11
proc: switch struct proc_dir_entry::count to refcount
Alexey Dobriyan
3
-5
/
+6
2018-04-11
proc: reject "." and ".." as filenames
Alexey Dobriyan
1
-0
/
+8
2018-04-11
proc: add selftest for last field of /proc/loadavg
Alexey Dobriyan
3
-0
/
+85
2018-04-11
proc: do mmput ASAP for /proc/*/map_files
Alexey Dobriyan
1
-1
/
+1
2018-04-11
proc: faster /proc/cmdline
Alexey Dobriyan
1
-1
/
+2
2018-04-11
proc: register filesystem last
Alexey Dobriyan
1
-6
/
+2
2018-04-11
proc: fix /proc/*/map_files lookup some more
Alexey Dobriyan
5
-1
/
+176
2018-04-11
proc: move "struct proc_dir_entry" into kmem cache
Alexey Dobriyan
5
-23
/
+52
2018-04-11
proc: test /proc/self/syscall
Alexey Dobriyan
3
-1
/
+48
2018-04-11
proc: test /proc/self/wchan
Alexey Dobriyan
5
-0
/
+34
2018-04-11
fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()
Danilo Krummrich
1
-6
/
+3
2018-04-11
fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table
Danilo Krummrich
1
-0
/
+3
2018-04-11
proc: use set_puts() at /proc/*/wchan
Alexey Dobriyan
1
-1
/
+1
2018-04-11
proc: check permissions earlier for /proc/*/wchan
Alexey Dobriyan
1
-5
/
+8
2018-04-11
proc: replace seq_printf by seq_put_smth to speed up /proc/pid/status
Andrei Vagin
1
-5
/
+11
2018-04-11
proc: optimize single-symbol delimiters to spead up seq_put_decimal_ull
Andrei Vagin
1
-12
/
+12
[next]