Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
dcbefc30fbc2c1926bcecdd62579e3e107653d82
/
kernel
5beca08
bpf: also improve pattern matches for meta access
by Daniel Borkmann
· 7 years ago
b06723d
bpf: minor cleanups after merge
by Daniel Borkmann
· 7 years ago
03c4cc3
bpf: cpumap micro-optimization in cpu_map_enqueue
by Jesper Dangaard Brouer
· 7 years ago
ed29668
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
3a99df9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
c3aff08
signal: Fix name of SIGEMT in #if defined() check
by Andrew Clayton
· 7 years ago
1969db4
bpf: fix verifier memory leaks
by Alexei Starovoitov
· 7 years ago
07c41a2
bpf: avoid rcu_dereference inside bpf_event_mutex lock region
by Yonghong Song
· 7 years ago
04686ef
bpf: remove SK_REDIRECT from UAPI
by John Fastabend
· 7 years ago
638f5b9
bpf: reduce verifier memory consumption
by Alexei Starovoitov
· 7 years ago
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
19e1219
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
bfa64075
bpf: rename sk_actions to align with bpf infrastructure
by John Fastabend
· 7 years ago
8108a77
bpf: bpf_compute_data uses incorrect cb structure
by John Fastabend
· 7 years ago
035226b
bpf: remove tail_call and get_stackid helper declarations from bpf.h
by Gianluca Borello
· 7 years ago
e87c6bc
bpf: permit multiple bpf attachments for a single perf event
by Yonghong Song
· 7 years ago
0b4c684
bpf: use the same condition in perf event set/free bpf handler
by Yonghong Song
· 7 years ago
3174946
bpf: cpumap fix potential lost wake-up problem
by Jesper Dangaard Brouer
· 7 years ago
06987da
Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 7 years ago
f8ddadc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
5670a84
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
4f184d7
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
b5ac3be
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
0fd4759
bpf: fix pattern matches for direct packet access
by Daniel Borkmann
· 7 years ago
fb2a311
bpf: fix off by one for range markings with L{T, E} patterns
by Daniel Borkmann
· 7 years ago
8695a53
bpf: devmap fix arithmetic overflow in bitmap_size calculation
by John Fastabend
· 7 years ago
1f7c70d
cpu/hotplug: Reset node state after operation
by Thomas Gleixner
· 7 years ago
1c9fec4
waitid(): Avoid unbalanced user_access_end() on access_ok() error
by Kees Cook
· 7 years ago
f66e448
selinux: bpf: Add addtional check for bpf object file receive
by Chenbo Feng
· 7 years ago
afdb09c
security: bpf: Add LSM hooks for bpf object related syscall
by Chenbo Feng
· 7 years ago
6e71b04
bpf: Add file mode configuration into bpf maps
by Chenbo Feng
· 7 years ago
9ef2a8c
bpf: require CAP_NET_ADMIN when using devmap
by John Fastabend
· 7 years ago
fb50df8
bpf: require CAP_NET_ADMIN when using sockmap maps
by John Fastabend
· 7 years ago
34f79502
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
by John Fastabend
· 7 years ago
435bf0d
bpf: enforce TCP only support for sockmap
by John Fastabend
· 7 years ago
27fdb35
doc: Fix various RCU docbook comment-header problems
by Paul E. McKenney
· 7 years ago
a961e40
membarrier: Provide register expedited private command
by Mathieu Desnoyers
· 7 years ago
bc6d503
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
by Daniel Borkmann
· 7 years ago
82f8dd2
bpf: fix splat for illegal devmap percpu allocation
by Daniel Borkmann
· 7 years ago
4f9218a
bpf: move knowledge about post-translation offsets out of verifier
by Jakub Kicinski
· 7 years ago
00176a3
bpf: remove the verifier ops from program structure
by Jakub Kicinski
· 7 years ago
7de16e3
bpf: split verifier and program ops
by Jakub Kicinski
· 7 years ago
28e33f9
bpf: disallow arithmetic operations on context pointer
by Jakub Kicinski
· 7 years ago
f9419f7
bpf: cpumap add tracepoints
by Jesper Dangaard Brouer
· 7 years ago
1c601d8
bpf: cpumap xdp_buff to skb conversion and allocation
by Jesper Dangaard Brouer
· 7 years ago
9c270af
bpf: XDP_REDIRECT enable use of cpumap
by Jesper Dangaard Brouer
· 7 years ago
6710e11
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
by Jesper Dangaard Brouer
· 7 years ago
9185a61
tracing: bpf: Hide bpf trace events when they are not used
by Steven Rostedt (VMware)
· 7 years ago
3d51969
Merge tag 'irqchip-4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
by Thomas Gleixner
· 7 years ago
a339b35
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
26c923a
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
60a6ca6
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
2b34218
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
1bdec44
bpf: verifier: set reg_type on context accesses in second pass
by Jakub Kicinski
· 7 years ago
ca18255
kmemleak: clear stale pointers from task stacks
by Konstantin Khlebnikov
· 7 years ago
0d08af3
genirq: generic chip: remove irq_gc_mask_disable_reg_and_ack()
by Doug Berger
· 7 years ago
2060892
genirq: generic chip: Add irq_gc_mask_disable_and_ack_set()
by Doug Berger
· 7 years ago
0de50ea
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
by Linus Torvalds
· 7 years ago
467251c
Merge branch 'waitid-fix'
by Linus Torvalds
· 7 years ago
952925d
bpf: remove redundant variable old_flags
by Colin Ian King
· 7 years ago
ef8daf8
livepatch: unpatch all klp_objects if klp_module_coming fails
by Joe Lawrence
· 7 years ago
75cb070
Revert "net: defer call to cgroup_sk_alloc()"
by Eric Dumazet
· 7 years ago
a957fd4
Merge tag 'seccomp-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
a2a7d57
bpf: write back the verifier log buffer as it gets filled
by Jakub Kicinski
· 7 years ago
f4ac7e0
bpf: move instruction printing into a separate file
by Jakub Kicinski
· 7 years ago
61bd521
bpf: move global verifier log into verifier environment
by Jakub Kicinski
· 7 years ago
e7bf824
bpf: encapsulate verifier log state into a structure
by Jakub Kicinski
· 7 years ago
084f560
seccomp: make function __get_seccomp_filter static
by Colin Ian King
· 7 years ago
692b482
workqueue: replace pool->manager_arb mutex with a flag
by Tejun Heo
· 7 years ago
024c9d2
sched/core: Ensure load_balance() respects the active_mask
by Peter Zijlstra
· 7 years ago
f2cdd9c
sched/core: Address more wake_affine() regressions
by Peter Zijlstra
· 7 years ago
d153b15
sched/core: Fix wake_affine() performance regression
by Peter Zijlstra
· 7 years ago
e6a52033
perf/core: Fix cgroup time when scheduling descendants
by leilei.lin
· 7 years ago
df0062b
perf/core: Avoid freeing static PMU contexts when PMU is unregistered
by Will Deacon
· 7 years ago
8b405d5
locking/lockdep: Fix stacktrace mess
by Peter Zijlstra
· 7 years ago
fbb1fb4
net: defer call to cgroup_sk_alloc()
by Eric Dumazet
· 7 years ago
d93fa2b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
96ca579
waitid(): Add missing access_ok() checks
by Kees Cook
· 7 years ago
ff33952
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
fb60bcc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
98589a0
netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'
by Shmulik Ladkani
· 7 years ago
e43b3b5
genirq/cpuhotplug: Enforce affinity setting on startup of managed irqs
by Thomas Gleixner
· 7 years ago
60b09c5
genirq/cpuhotplug: Add sanity check for effective affinity mask
by Thomas Gleixner
· 7 years ago
19e1d4e
genirq: Warn when effective affinity is not updated
by Thomas Gleixner
· 7 years ago
368211f
bpf: Append prog->aux->name in bpf_get_prog_name()
by Martin KaFai Lau
· 7 years ago
473d973
bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0
by Martin KaFai Lau
· 7 years ago
8fe2d6c
bpf: fix liveness marking
by Alexei Starovoitov
· 7 years ago
4bebdc7
bpf: add helper bpf_perf_prog_read_value
by Yonghong Song
· 7 years ago
908432c
bpf: add helper bpf_perf_event_read_value for perf event array map
by Yonghong Song
· 7 years ago
9756263
bpf: perf event change needed for subsequent bpf helpers
by Yonghong Song
· 7 years ago
27efed3
Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
53954cf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
7a92616
Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
ca935f8
Merge branch 'pm-sleep'
by Rafael J. Wysocki
· 7 years ago
9a431ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
390ee7e
bpf: enforce return code for cgroup-bpf programs
by Alexei Starovoitov
· 7 years ago
468e2f6
bpf: introduce BPF_PROG_QUERY command
by Alexei Starovoitov
· 7 years ago
324bda9e6
bpf: multi program support for cgroup+bpf
by Alexei Starovoitov
· 7 years ago
b7e1416
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
013a8ee
Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 7 years ago
Next »