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
2015-09-10
kexec: export KERNEL_IMAGE_SIZE to vmcoreinfo
Baoquan He
1
-0
/
+3
2015-09-10
kexec: align crash_notes allocation to make it be inside one physical page
Baoquan He
1
-1
/
+22
2015-09-10
kexec: remove unnecessary test in kimage_alloc_crash_control_pages()
Minfei Huang
1
-2
/
+1
2015-09-10
kexec: split kexec_load syscall from kexec core code
Dave Young
32
-1527
/
+1560
2015-09-10
kexec: split kexec_file syscall code to kexec_file.c
Dave Young
5
-1045
/
+1090
2015-09-10
drivers/net/wireless/ath/wil6210: use seq_hex_dump() to dump buffers
Andy Shevchenko
1
-28
/
+7
2015-09-10
kmemleak: use seq_hex_dump() to dump buffers
Andy Shevchenko
1
-15
/
+6
2015-09-10
drivers/s390/crypto/zcrypt_api.c: use seq_hex_dump() to dump buffers
Andy Shevchenko
1
-9
/
+1
2015-09-10
parisc: use seq_hex_dump() to dump buffers
Andy Shevchenko
2
-17
/
+5
2015-09-10
drivers/crypto/qat: use seq_hex_dump() to dump buffers
Andy Shevchenko
1
-14
/
+2
2015-09-10
seq_file: provide an analogue of print_hex_dump()
Andy Shevchenko
2
-0
/
+46
2015-09-10
fs: Don't dump core if the corefile would become world-readable.
Jann Horn
1
-2
/
+6
2015-09-10
fs: if a coredump already exists, unlink and recreate with O_EXCL
Jann Horn
1
-6
/
+32
2015-09-10
kmod: handle UMH_WAIT_PROC from system unbound workqueue
Frederic Weisbecker
1
-24
/
+20
2015-09-10
kmod: use system_unbound_wq instead of khelper
Frederic Weisbecker
3
-26
/
+17
2015-09-10
kmod: add up-to-date explanations on the purpose of each asynchronous levels
Frederic Weisbecker
1
-8
/
+24
2015-09-10
kmod: remove unecessary explicit wide CPU affinity setting
Frederic Weisbecker
1
-3
/
+0
2015-09-10
kmod: bunch of internal functions renames
Frederic Weisbecker
1
-13
/
+17
2015-09-10
kmod: correct documentation of return status of request_module
NeilBrown
1
-4
/
+5
2015-09-10
hfs: fix B-tree corruption after insertion at position 0
Hin-Tak Leung
1
-9
/
+11
2015-09-10
hfs,hfsplus: cache pages correctly between bnode_create and bnode_free
Hin-Tak Leung
2
-8
/
+4
2015-09-10
fs/coda: fix readlink buffer overflow
Jan Harkes
1
-3
/
+3
2015-09-10
checkpatch: add constant comparison on left side test
Joe Perches
1
-0
/
+29
2015-09-10
checkpatch: add __pmem to $Sparse annotations
Joe Perches
1
-0
/
+1
2015-09-10
checkpatch: fix left brace warning
Eddie Kovsky
1
-4
/
+4
2015-09-10
checkpatch: avoid some commit message long line warnings
Joe Perches
1
-3
/
+27
2015-09-10
checkpatch: emit an error on formats with 0x%<decimal>
Joe Perches
1
-2
/
+6
2015-09-10
checkpatch: make --strict the default for drivers/staging files and patches
Joe Perches
1
-1
/
+1
2015-09-10
checkpatch: always check block comment styles
Joe Perches
1
-8
/
+11
2015-09-10
checkpatch: report the right line # when using --emacs and --file
Joe Perches
1
-1
/
+5
2015-09-10
checkpatch: add some <foo>_destroy functions to NEEDLESS_IF tests
Joe Perches
1
-4
/
+28
2015-09-10
checkpatch: Allow longer declaration macros
Joe Perches
1
-1
/
+1
2015-09-10
checkpatch: improve SUSPECT_CODE_INDENT test
Joe Perches
1
-6
/
+15
2015-09-10
checkpatch: add warning on BUG/BUG_ON use
Joe Perches
1
-6
/
+8
2015-09-10
checkpatch: warn on bare SHA-1 commit IDs in commit logs
Joe Perches
1
-3
/
+12
2015-09-10
lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctly
Wang Long
1
-1
/
+1
2015-09-10
lib/test_kasan.c: fix a typo
Wang Long
1
-2
/
+2
2015-09-10
lib/string_helpers: rename "esc" arg to "only"
Kees Cook
2
-14
/
+14
2015-09-10
lib/string_helpers: clarify esc arg in string_escape_mem
Kees Cook
1
-4
/
+6
2015-09-10
hexdump: do not print debug dumps for !CONFIG_DEBUG
Linus Walleij
1
-2
/
+8
2015-09-10
lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or ...
Pan Xinhui
1
-14
/
+18
2015-09-10
lib/bitmap.c: fix a special string handling bug in __bitmap_parselist
Pan Xinhui
1
-0
/
+4
2015-09-10
lib/bitmap.c: correct a code style and do some, optimization
Pan Xinhui
1
-3
/
+4
2015-09-10
proc: convert to kstrto*()/kstrto*_from_user()
Alexey Dobriyan
1
-49
/
+21
2015-09-10
kstrto*: accept "-0" for signed conversion
Alexey Dobriyan
2
-6
/
+2
2015-09-10
MAINTAINERS/CREDITS: mark MaxRAID as Orphan, move Anil Ravindranath to CREDITS
Joe Perches
2
-2
/
+5
2015-09-10
include/linux/printk.h: include pr_fmt in pr_debug_ratelimited
Jason A. Donenfeld
1
-2
/
+2
2015-09-10
kernel/cred.c: remove unnecessary kdebug atomic reads
Joe Perches
1
-4
/
+9
2015-09-10
kernel/extable.c: remove duplicated include
Wei Yongjun
1
-1
/
+0
2015-09-10
include/linux/poison.h: remove not-used poison pointer macros
Vasily Kulikov
1
-7
/
+0
[next]