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
dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}
Christoph Hellwig
25
-569
/
+70
2015-09-10
mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd()
Kirill A. Shutemov
1
-2
/
+2
2015-09-10
mm: make sure all file VMAs have ->vm_ops set
Kirill A. Shutemov
1
-0
/
+8
2015-09-10
mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()
Oleg Nesterov
4
-61
/
+31
2015-09-10
mm: mark most vm_operations_struct const
Kirill A. Shutemov
17
-18
/
+18
2015-09-10
namei: fix warning while make xmldocs caused by namei.c
Masanari Iida
1
-1
/
+1
2015-09-10
ipc: convert invalid scenarios to use WARN_ON
Davidlohr Bueso
2
-3
/
+3
2015-09-10
zlib_deflate/deftree: remove bi_reverse()
yalin wang
2
-19
/
+3
2015-09-10
lib/decompress_unlzma: Do a NULL check for pointer
Fabio Estevam
1
-1
/
+1
2015-09-10
lib/decompressors: use real out buf size for gunzip with kernel
Yinghai Lu
14
-27
/
+70
2015-09-10
fs/affs: make root lookup from blkdev logical size
Pranay Kr. Srivastava
1
-3
/
+5
2015-09-10
sysctl: fix int -> unsigned long assignments in INT_MIN case
Ilya Dryomov
1
-5
/
+5
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
[prev]
[next]