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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm...
Linus Torvalds
2017-12-01
6
-6
/
+6
|
\
|
*
move libgcc.h to include/linux
Christoph Hellwig
2017-12-01
6
-6
/
+6
*
|
vsprintf: don't use 'restricted_pointer()' when not restricting
Linus Torvalds
2017-11-29
1
-0
/
+2
*
|
vsprintf: add printk specifier %px
Tobin C. Harding
2017-11-29
1
-0
/
+18
*
|
printk: hash addresses printed with %p
Tobin C. Harding
2017-11-29
2
-45
/
+144
*
|
vsprintf: refactor %pK code out of pointer()
Tobin C. Harding
2017-11-29
1
-43
/
+54
|
/
*
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-11-25
1
-2
/
+2
|
\
|
*
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
Kees Cook
2017-11-21
1
-2
/
+2
*
|
Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd
Linus Torvalds
2017-11-22
1
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
kconfig: kill off GENERIC_IO option
Rob Herring
2017-11-13
1
-4
/
+0
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-17
17
-173
/
+374
|
\
\
|
*
|
Makefile: support flag -fsanitizer-coverage=trace-cmp
Victor Chibotaru
2017-11-17
1
-0
/
+10
|
*
|
lib: test module for find_*_bit() functions
Yury Norov
2017-11-17
3
-0
/
+154
|
*
|
lib/rbtree-test: lower default params
Davidlohr Bueso
2017-11-17
2
-3
/
+3
|
*
|
lib/nmi_backtrace.c: fix kernel text address leak
Liu, Changcheng
2017-11-17
1
-2
/
+2
|
*
|
lib/genalloc.c: make the avail variable an atomic_long_t
Stephen Bates
2017-11-17
1
-5
/
+5
|
*
|
lib/int_sqrt: adjust comments
Peter Zijlstra
2017-11-17
1
-2
/
+2
|
*
|
lib/int_sqrt: optimize initial value compute
Peter Zijlstra
2017-11-17
1
-4
/
+2
|
*
|
lib/int_sqrt: optimize small argument
Peter Zijlstra
2017-11-17
1
-0
/
+3
|
*
|
lib/test: delete five error messages for failed memory allocations
Markus Elfring
2017-11-17
3
-15
/
+7
|
*
|
lib: add module support to string tests
Geert Uytterhoeven
2017-11-17
4
-142
/
+143
|
*
|
dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...
Randy Dunlap
2017-11-17
1
-0
/
+4
|
*
|
bug: define the "cut here" string in a single place
Kees Cook
2017-11-17
1
-1
/
+1
|
*
|
kernel debug: support resetting WARN_ONCE for all architectures
Andi Kleen
2017-11-17
1
-0
/
+23
|
*
|
lib/dma-debug.c: fix incorrect pfn calculation
Miles Chen
2017-11-17
1
-2
/
+18
*
|
|
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-11-17
1
-0
/
+22
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
new primitive: iov_iter_for_each_range()
Al Viro
2017-10-11
1
-0
/
+22
*
|
|
Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-11-16
1
-1
/
+0
|
\
\
\
|
*
|
|
debugfs: purge obsolete SRCU based removal protection
Nicolai Stange
2017-11-07
1
-1
/
+0
*
|
|
|
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2017-11-15
1
-27
/
+68
|
\
\
\
\
|
*
\
\
\
Backmerge tag 'v4.14-rc7' into drm-next
Dave Airlie
2017-11-02
10
-123
/
+148
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge drm-upstream/drm-next into drm-intel-next-queued
Jani Nikula
2017-09-28
54
-165
/
+14674
|
|
\
\
\
\
|
*
|
|
|
|
lib/scatterlist: Introduce and export __sg_alloc_table_from_pages
Tvrtko Ursulin
2017-09-07
1
-17
/
+49
|
*
|
|
|
|
lib/scatterlist: Avoid potential scatterlist entry overflow
Tvrtko Ursulin
2017-09-07
1
-11
/
+20
|
*
|
|
|
|
lib/scatterlist: Fix offset type in sg_alloc_table_from_pages
Tvrtko Ursulin
2017-09-07
1
-1
/
+1
*
|
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-15
4
-116
/
+16
|
\
\
\
\
\
\
|
*
|
|
|
|
|
mm, truncate: do not check mapping for every page being truncated
Mel Gorman
2017-11-15
2
-18
/
+14
|
*
|
|
|
|
|
kmemcheck: rip it out
Levin, Alexander (Sasha Levin)
2017-11-15
2
-98
/
+2
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-11-15
5
-75
/
+342
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
net: netlink: Update attr validation to require exact length for some types
David Ahern
2017-11-11
1
-3
/
+16
|
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-10
1
-2
/
+2
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
92
-0
/
+94
|
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-02
1
-0
/
+1
|
|
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-30
1
-34
/
+17
|
|
\
\
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
5
-76
/
+83
|
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
dql: make dql_init return void
Stephen Hemminger
2017-10-19
1
-2
/
+1
|
*
|
|
|
|
|
|
|
|
|
once: switch to new jump label API
Eric Biggers
2017-10-09
1
-4
/
+4
|
*
|
|
|
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-05
4
-13
/
+48
|
|
\
\
\
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-09-23
3
-7
/
+11
|
|
\
\
\
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
test_rhashtable: remove initdata annotation
Florian Westphal
2017-09-21
1
-1
/
+1
[next]