index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
kmod: use system_unbound_wq instead of khelper
Frederic Weisbecker
2015-09-10
3
-26
/
+17
*
kmod: add up-to-date explanations on the purpose of each asynchronous levels
Frederic Weisbecker
2015-09-10
1
-8
/
+24
*
kmod: remove unecessary explicit wide CPU affinity setting
Frederic Weisbecker
2015-09-10
1
-3
/
+0
*
kmod: bunch of internal functions renames
Frederic Weisbecker
2015-09-10
1
-13
/
+17
*
kmod: correct documentation of return status of request_module
NeilBrown
2015-09-10
1
-4
/
+5
*
hfs: fix B-tree corruption after insertion at position 0
Hin-Tak Leung
2015-09-10
1
-9
/
+11
*
hfs,hfsplus: cache pages correctly between bnode_create and bnode_free
Hin-Tak Leung
2015-09-10
2
-8
/
+4
*
fs/coda: fix readlink buffer overflow
Jan Harkes
2015-09-10
1
-3
/
+3
*
checkpatch: add constant comparison on left side test
Joe Perches
2015-09-10
1
-0
/
+29
*
checkpatch: add __pmem to $Sparse annotations
Joe Perches
2015-09-10
1
-0
/
+1
*
checkpatch: fix left brace warning
Eddie Kovsky
2015-09-10
1
-4
/
+4
*
checkpatch: avoid some commit message long line warnings
Joe Perches
2015-09-10
1
-3
/
+27
*
checkpatch: emit an error on formats with 0x%<decimal>
Joe Perches
2015-09-10
1
-2
/
+6
*
checkpatch: make --strict the default for drivers/staging files and patches
Joe Perches
2015-09-10
1
-1
/
+1
*
checkpatch: always check block comment styles
Joe Perches
2015-09-10
1
-8
/
+11
*
checkpatch: report the right line # when using --emacs and --file
Joe Perches
2015-09-10
1
-1
/
+5
*
checkpatch: add some <foo>_destroy functions to NEEDLESS_IF tests
Joe Perches
2015-09-10
1
-4
/
+28
*
checkpatch: Allow longer declaration macros
Joe Perches
2015-09-10
1
-1
/
+1
*
checkpatch: improve SUSPECT_CODE_INDENT test
Joe Perches
2015-09-10
1
-6
/
+15
*
checkpatch: add warning on BUG/BUG_ON use
Joe Perches
2015-09-10
1
-6
/
+8
*
checkpatch: warn on bare SHA-1 commit IDs in commit logs
Joe Perches
2015-09-10
1
-3
/
+12
*
lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctly
Wang Long
2015-09-10
1
-1
/
+1
*
lib/test_kasan.c: fix a typo
Wang Long
2015-09-10
1
-2
/
+2
*
lib/string_helpers: rename "esc" arg to "only"
Kees Cook
2015-09-10
2
-14
/
+14
*
lib/string_helpers: clarify esc arg in string_escape_mem
Kees Cook
2015-09-10
1
-4
/
+6
*
hexdump: do not print debug dumps for !CONFIG_DEBUG
Linus Walleij
2015-09-10
1
-2
/
+8
*
lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or ...
Pan Xinhui
2015-09-10
1
-14
/
+18
*
lib/bitmap.c: fix a special string handling bug in __bitmap_parselist
Pan Xinhui
2015-09-10
1
-0
/
+4
*
lib/bitmap.c: correct a code style and do some, optimization
Pan Xinhui
2015-09-10
1
-3
/
+4
*
proc: convert to kstrto*()/kstrto*_from_user()
Alexey Dobriyan
2015-09-10
1
-49
/
+21
*
kstrto*: accept "-0" for signed conversion
Alexey Dobriyan
2015-09-10
2
-6
/
+2
*
MAINTAINERS/CREDITS: mark MaxRAID as Orphan, move Anil Ravindranath to CREDITS
Joe Perches
2015-09-10
2
-2
/
+5
*
include/linux/printk.h: include pr_fmt in pr_debug_ratelimited
Jason A. Donenfeld
2015-09-10
1
-2
/
+2
*
kernel/cred.c: remove unnecessary kdebug atomic reads
Joe Perches
2015-09-10
1
-4
/
+9
*
kernel/extable.c: remove duplicated include
Wei Yongjun
2015-09-10
1
-1
/
+0
*
include/linux/poison.h: remove not-used poison pointer macros
Vasily Kulikov
2015-09-10
1
-7
/
+0
*
include/linux/poison.h: fix LIST_POISON{1,2} offset
Vasily Kulikov
2015-09-10
1
-2
/
+2
*
proc: change proc_subdir_lock to a rwlock
Waiman Long
2015-09-10
1
-22
/
+22
*
procfs: always expose /proc/<pid>/map_files/ and make it readable
Calvin Owens
2015-09-10
1
-19
/
+24
*
proc: add cond_resched to /proc/kpage* read/write loop
Vladimir Davydov
2015-09-10
1
-0
/
+6
*
proc: export idle flag via kpageflags
Vladimir Davydov
2015-09-10
3
-0
/
+11
*
mm: introduce idle page tracking
Vladimir Davydov
2015-09-10
17
-3
/
+512
*
mmu-notifier: add clear_young callback
Vladimir Davydov
2015-09-10
3
-0
/
+92
*
proc: add kpagecgroup file
Vladimir Davydov
2015-09-10
2
-1
/
+58
*
memcg: zap try_get_mem_cgroup_from_page
Vladimir Davydov
2015-09-10
2
-44
/
+13
*
hwpoison: use page_cgroup_ino for filtering by memcg
Vladimir Davydov
2015-09-10
2
-18
/
+3
*
memcg: add page_cgroup_ino helper
Vladimir Davydov
2015-09-10
2
-0
/
+29
*
zswap: update docs for runtime-changeable attributes
Dan Streetman
2015-09-10
1
-8
/
+28
*
zswap: change zpool/compressor at runtime
Dan Streetman
2015-09-10
1
-13
/
+129
*
zswap: dynamic pool creation
Dan Streetman
2015-09-10
1
-143
/
+405
[next]