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
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-07-04
8
-152
/
+612
|
\
|
*
bpf: fix precision tracking
Alexei Starovoitov
2019-07-03
1
-14
/
+107
|
*
devmap: Allow map lookups from eBPF
Toke Høiland-Jørgensen
2019-06-29
2
-5
/
+7
|
*
devmap/cpumap: Use flush list instead of bitmap
Toke Høiland-Jørgensen
2019-06-29
2
-117
/
+95
|
*
xskmap: Move non-standard list manipulation to helper
Toke Høiland-Jørgensen
2019-06-29
1
-2
/
+1
|
*
bpf: implement getsockopt and setsockopt hooks
Stanislav Fomichev
2019-06-27
4
-0
/
+369
|
*
bpf: fix cgroup bpf release synchronization
Roman Gushchin
2019-06-27
1
-1
/
+18
|
*
bpf: fix compiler warning with CONFIG_MODULES=n
Yonghong Song
2019-06-26
1
-13
/
+14
|
*
xdp: Add tracepoint for bulk XDP_TX
Toshiaki Makita
2019-06-25
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-27
1
-40
/
+18
|
\
\
|
|
/
|
/
|
|
*
copy_process(): don't use ksys_close() on cleanups
Al Viro
2019-06-27
1
-28
/
+18
|
*
fork: don't check parent_tidptr with CLONE_PIDFD
Dmitry V. Levin
2019-06-24
1
-12
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-22
12
-42
/
+12
|
\
|
|
*
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-21
12
-42
/
+12
|
|
\
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
3
-12
/
+3
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451
Thomas Gleixner
2019-06-19
4
-16
/
+4
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248
Thomas Gleixner
2019-06-19
1
-2
/
+1
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
Thomas Gleixner
2019-06-19
4
-12
/
+4
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-20
4
-71
/
+734
|
\
\
\
|
*
|
|
bpf: precise scalar_value tracking
Alexei Starovoitov
2019-06-19
1
-11
/
+480
|
*
|
|
bpf: fix callees pruning callers
Alexei Starovoitov
2019-06-19
1
-5
/
+6
|
*
|
|
bpf: introduce bounded loops
Alexei Starovoitov
2019-06-19
1
-12
/
+131
|
*
|
|
bpf: extend is_branch_taken to registers
Alexei Starovoitov
2019-06-19
1
-15
/
+19
|
*
|
|
bpf: track spill/fill of constants
Alexei Starovoitov
2019-06-19
1
-25
/
+65
|
*
|
|
bpf: silence warning messages in core
Valdis Klētnieks
2019-06-12
1
-0
/
+1
|
*
|
|
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
2019-06-10
2
-2
/
+31
|
*
|
|
bpf: remove redundant assignment to err
Colin Ian King
2019-06-04
2
-2
/
+2
*
|
|
|
xdp: page_pool related fix to cpumap
Jesper Dangaard Brouer
2019-06-19
1
-0
/
+3
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
50
-302
/
+385
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-06-17
7
-46
/
+137
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-06-15
3
-20
/
+98
|
|
|
\
\
|
|
|
*
|
bpf: fix nested bpf tracepoints with per-cpu data
Matt Mullins
2019-06-15
1
-16
/
+84
|
|
|
*
|
bpf, devmap: Add missing RCU read lock on flush
Toshiaki Makita
2019-06-15
1
-0
/
+4
|
|
|
*
|
bpf, devmap: Add missing bulk queue free
Toshiaki Makita
2019-06-15
1
-0
/
+1
|
|
|
*
|
bpf, devmap: Fix premature entry free on destroying map
Toshiaki Makita
2019-06-15
1
-2
/
+2
|
|
|
*
|
bpf: lpm_trie: check left child of last leftmost node for NULL
Jonathan Lemon
2019-06-11
1
-2
/
+7
|
|
*
|
|
sysctl: define proc_do_static_key()
Eric Dumazet
2019-06-14
2
-22
/
+23
|
|
|
/
/
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-06-07
2
-4
/
+16
|
|
|
\
\
|
|
|
*
|
bpf: fix unconnected udp hooks
Daniel Borkmann
2019-06-06
2
-4
/
+16
|
*
|
|
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2019-06-16
1
-2
/
+3
|
|
\
\
\
\
|
|
*
|
|
|
timekeeping: Repair ktime_get_coarse*() granularity
Thomas Gleixner
2019-06-14
1
-2
/
+3
|
*
|
|
|
|
Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2019-06-15
5
-14
/
+35
|
|
\
\
\
\
\
|
|
*
|
|
|
|
ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()
Wei Li
2019-06-14
1
-2
/
+5
|
|
*
|
|
|
|
module: Fix livepatch/ftrace module text permissions race
Josh Poimboeuf
2019-06-14
2
-1
/
+15
|
|
*
|
|
|
|
tracing/uprobe: Fix obsolete comment on trace_uprobe_create()
Eiichi Tsukata
2019-06-14
1
-2
/
+0
|
|
*
|
|
|
|
tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()
Eiichi Tsukata
2019-06-14
1
-3
/
+10
|
|
*
|
|
|
|
tracing: Make two symbols static
YueHaibing
2019-06-14
1
-2
/
+2
|
|
*
|
|
|
|
tracing: avoid build warning with HAVE_NOP_MCOUNT
Vasily Gorbik
2019-06-14
1
-3
/
+2
|
|
*
|
|
|
|
tracing: Fix out-of-range read in trace_stack_print()
Eiichi Tsukata
2019-06-14
1
-1
/
+1
|
*
|
|
|
|
|
Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-06-14
3
-32
/
+91
|
|
\
\
\
\
\
\
[next]