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
...
*
|
|
|
|
|
bpf: remove tail_call and get_stackid helper declarations from bpf.h
Gianluca Borello
2017-10-27
1
-0
/
+2
*
|
|
|
|
|
bpf: permit multiple bpf attachments for a single perf event
Yonghong Song
2017-10-25
6
-44
/
+188
*
|
|
|
|
|
bpf: use the same condition in perf event set/free bpf handler
Yonghong Song
2017-10-25
1
-3
/
+3
*
|
|
|
|
|
bpf: cpumap fix potential lost wake-up problem
Jesper Dangaard Brouer
2017-10-24
1
-4
/
+8
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
20
-201
/
+308
|
\
|
|
|
|
|
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-10-21
5
-32
/
+77
|
|
\
\
\
\
\
|
|
*
|
|
|
|
bpf: fix pattern matches for direct packet access
Daniel Borkmann
2017-10-22
1
-0
/
+24
|
|
*
|
|
|
|
bpf: fix off by one for range markings with L{T, E} patterns
Daniel Borkmann
2017-10-22
1
-12
/
+21
|
|
*
|
|
|
|
bpf: devmap fix arithmetic overflow in bitmap_size calculation
John Fastabend
2017-10-22
1
-1
/
+1
|
|
*
|
|
|
|
bpf: require CAP_NET_ADMIN when using devmap
John Fastabend
2017-10-20
1
-0
/
+3
|
|
*
|
|
|
|
bpf: require CAP_NET_ADMIN when using sockmap maps
John Fastabend
2017-10-20
1
-0
/
+3
|
|
*
|
|
|
|
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
2017-10-20
1
-10
/
+9
|
|
*
|
|
|
|
bpf: enforce TCP only support for sockmap
John Fastabend
2017-10-20
1
-0
/
+6
|
|
*
|
|
|
|
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
Daniel Borkmann
2017-10-19
2
-5
/
+1
|
|
*
|
|
|
|
bpf: fix splat for illegal devmap percpu allocation
Daniel Borkmann
2017-10-19
1
-2
/
+3
|
|
*
|
|
|
|
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
2017-10-18
1
-2
/
+6
|
|
*
|
|
|
|
Revert "net: defer call to cgroup_sk_alloc()"
Eric Dumazet
2017-10-10
1
-0
/
+11
|
|
*
|
|
|
|
net: defer call to cgroup_sk_alloc()
Eric Dumazet
2017-10-09
1
-11
/
+0
|
*
|
|
|
|
|
waitid(): Avoid unbalanced user_access_end() on access_ok() error
Kees Cook
2017-10-20
1
-2
/
+2
|
*
|
|
|
|
|
doc: Fix various RCU docbook comment-header problems
Paul E. McKenney
2017-10-19
3
-12
/
+17
|
*
|
|
|
|
|
membarrier: Provide register expedited private command
Mathieu Desnoyers
2017-10-19
1
-4
/
+30
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-10-14
2
-94
/
+49
|
|
\
\
\
\
\
|
|
*
|
|
|
|
sched/core: Ensure load_balance() respects the active_mask
Peter Zijlstra
2017-10-10
1
-0
/
+7
|
|
*
|
|
|
|
sched/core: Address more wake_affine() regressions
Peter Zijlstra
2017-10-10
2
-0
/
+43
|
|
*
|
|
|
|
sched/core: Fix wake_affine() performance regression
Peter Zijlstra
2017-10-10
2
-111
/
+16
|
|
|
/
/
/
/
|
*
|
|
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-10-14
1
-1
/
+9
|
|
\
\
\
\
\
|
|
*
|
|
|
|
perf/core: Fix cgroup time when scheduling descendants
leilei.lin
2017-10-10
1
-1
/
+1
|
|
*
|
|
|
|
perf/core: Avoid freeing static PMU contexts when PMU is unregistered
Will Deacon
2017-10-10
1
-0
/
+8
|
*
|
|
|
|
|
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2017-10-14
1
-28
/
+20
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
locking/lockdep: Fix stacktrace mess
Peter Zijlstra
2017-10-10
1
-28
/
+20
|
|
|
|
/
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-10-14
3
-2
/
+45
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
genirq/cpuhotplug: Enforce affinity setting on startup of managed irqs
Thomas Gleixner
2017-10-09
2
-1
/
+4
|
|
*
|
|
|
|
|
genirq/cpuhotplug: Add sanity check for effective affinity mask
Thomas Gleixner
2017-10-09
1
-1
/
+27
|
|
*
|
|
|
|
|
genirq: Warn when effective affinity is not updated
Thomas Gleixner
2017-10-09
1
-0
/
+14
|
*
|
|
|
|
|
|
kmemleak: clear stale pointers from task stacks
Konstantin Khlebnikov
2017-10-13
1
-0
/
+4
|
*
|
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2017-10-12
1
-23
/
+37
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
livepatch: unpatch all klp_objects if klp_module_coming fails
Joe Lawrence
2017-10-11
1
-23
/
+37
|
*
|
|
|
|
|
|
|
Merge branch 'waitid-fix'
Linus Torvalds
2017-10-12
1
-0
/
+6
|
|
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
waitid(): Add missing access_ok() checks
Kees Cook
2017-10-09
1
-0
/
+6
|
|
|
|
_
|
/
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge tag 'seccomp-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-10-10
1
-1
/
+1
|
|
\
\
\
\
\
\
\
\
|
|
|
/
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
seccomp: make function __get_seccomp_filter static
Colin Ian King
2017-10-10
1
-1
/
+1
*
|
|
|
|
|
|
|
|
selinux: bpf: Add addtional check for bpf object file receive
Chenbo Feng
2017-10-20
1
-2
/
+2
*
|
|
|
|
|
|
|
|
security: bpf: Add LSM hooks for bpf object related syscall
Chenbo Feng
2017-10-20
1
-2
/
+32
*
|
|
|
|
|
|
|
|
bpf: Add file mode configuration into bpf maps
Chenbo Feng
2017-10-20
8
-22
/
+110
*
|
|
|
|
|
|
|
|
bpf: move knowledge about post-translation offsets out of verifier
Jakub Kicinski
2017-10-18
1
-39
/
+16
*
|
|
|
|
|
|
|
|
bpf: remove the verifier ops from program structure
Jakub Kicinski
2017-10-18
2
-16
/
+17
*
|
|
|
|
|
|
|
|
bpf: split verifier and program ops
Jakub Kicinski
2017-10-18
3
-12
/
+31
*
|
|
|
|
|
|
|
|
bpf: cpumap add tracepoints
Jesper Dangaard Brouer
2017-10-18
1
-5
/
+19
*
|
|
|
|
|
|
|
|
bpf: cpumap xdp_buff to skb conversion and allocation
Jesper Dangaard Brouer
2017-10-18
1
-22
/
+130
*
|
|
|
|
|
|
|
|
bpf: XDP_REDIRECT enable use of cpumap
Jesper Dangaard Brouer
2017-10-18
2
-2
/
+23
[prev]
[next]