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
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-25
bpf: permit multiple bpf attachments for a single perf event
Yonghong Song
6
-44
/
+188
2017-10-25
bpf: use the same condition in perf event set/free bpf handler
Yonghong Song
1
-3
/
+3
2017-10-24
bpf: cpumap fix potential lost wake-up problem
Jesper Dangaard Brouer
1
-4
/
+8
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
20
-201
/
+308
2017-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-32
/
+77
2017-10-22
bpf: fix pattern matches for direct packet access
Daniel Borkmann
1
-0
/
+24
2017-10-22
bpf: fix off by one for range markings with L{T, E} patterns
Daniel Borkmann
1
-12
/
+21
2017-10-22
bpf: devmap fix arithmetic overflow in bitmap_size calculation
John Fastabend
1
-1
/
+1
2017-10-20
waitid(): Avoid unbalanced user_access_end() on access_ok() error
Kees Cook
1
-2
/
+2
2017-10-20
selinux: bpf: Add addtional check for bpf object file receive
Chenbo Feng
1
-2
/
+2
2017-10-20
security: bpf: Add LSM hooks for bpf object related syscall
Chenbo Feng
1
-2
/
+32
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
8
-22
/
+110
2017-10-20
bpf: require CAP_NET_ADMIN when using devmap
John Fastabend
1
-0
/
+3
2017-10-20
bpf: require CAP_NET_ADMIN when using sockmap maps
John Fastabend
1
-0
/
+3
2017-10-20
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
1
-10
/
+9
2017-10-20
bpf: enforce TCP only support for sockmap
John Fastabend
1
-0
/
+6
2017-10-19
doc: Fix various RCU docbook comment-header problems
Paul E. McKenney
3
-12
/
+17
2017-10-19
membarrier: Provide register expedited private command
Mathieu Desnoyers
1
-4
/
+30
2017-10-19
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
Daniel Borkmann
2
-5
/
+1
2017-10-19
bpf: fix splat for illegal devmap percpu allocation
Daniel Borkmann
1
-2
/
+3
2017-10-18
bpf: move knowledge about post-translation offsets out of verifier
Jakub Kicinski
1
-39
/
+16
2017-10-18
bpf: remove the verifier ops from program structure
Jakub Kicinski
2
-16
/
+17
2017-10-18
bpf: split verifier and program ops
Jakub Kicinski
3
-12
/
+31
2017-10-18
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
1
-2
/
+6
2017-10-18
bpf: cpumap add tracepoints
Jesper Dangaard Brouer
1
-5
/
+19
2017-10-18
bpf: cpumap xdp_buff to skb conversion and allocation
Jesper Dangaard Brouer
1
-22
/
+130
2017-10-18
bpf: XDP_REDIRECT enable use of cpumap
Jesper Dangaard Brouer
2
-2
/
+23
2017-10-18
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
Jesper Dangaard Brouer
4
-1
/
+573
2017-10-16
tracing: bpf: Hide bpf trace events when they are not used
Steven Rostedt (VMware)
1
-0
/
+3
2017-10-14
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-94
/
+49
2017-10-14
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+9
2017-10-14
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-28
/
+20
2017-10-14
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-2
/
+45
2017-10-14
bpf: verifier: set reg_type on context accesses in second pass
Jakub Kicinski
1
-6
/
+37
2017-10-13
kmemleak: clear stale pointers from task stacks
Konstantin Khlebnikov
1
-0
/
+4
2017-10-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-23
/
+37
2017-10-12
Merge branch 'waitid-fix'
Linus Torvalds
1
-0
/
+6
2017-10-11
bpf: remove redundant variable old_flags
Colin Ian King
1
-2
/
+0
2017-10-11
livepatch: unpatch all klp_objects if klp_module_coming fails
Joe Lawrence
1
-23
/
+37
2017-10-10
Revert "net: defer call to cgroup_sk_alloc()"
Eric Dumazet
1
-0
/
+11
2017-10-10
Merge tag 'seccomp-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2017-10-10
bpf: write back the verifier log buffer as it gets filled
Jakub Kicinski
1
-22
/
+19
2017-10-10
bpf: move instruction printing into a separate file
Jakub Kicinski
4
-198
/
+251
2017-10-10
bpf: move global verifier log into verifier environment
Jakub Kicinski
1
-232
/
+259
2017-10-10
bpf: encapsulate verifier log state into a structure
Jakub Kicinski
1
-27
/
+30
2017-10-10
seccomp: make function __get_seccomp_filter static
Colin Ian King
1
-1
/
+1
2017-10-10
sched/core: Ensure load_balance() respects the active_mask
Peter Zijlstra
1
-0
/
+7
2017-10-10
sched/core: Address more wake_affine() regressions
Peter Zijlstra
2
-0
/
+43
2017-10-10
sched/core: Fix wake_affine() performance regression
Peter Zijlstra
2
-111
/
+16
2017-10-10
perf/core: Fix cgroup time when scheduling descendants
leilei.lin
1
-1
/
+1
[next]