Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2824ecb7010f6a20e9a4140512b798469ab066cc
/
kernel
2824ecb
bpf: allow for key-less BTF in array map
by Daniel Borkmann
· 6 years ago
1dc9285
bpf: kernel side support for BTF Var and DataSec
by Daniel Borkmann
· 6 years ago
3e0ddc4f
bpf: allow . char as part of the object name
by Daniel Borkmann
· 6 years ago
87df15d
bpf: add syscall side map freeze support
by Daniel Borkmann
· 6 years ago
591fe98
bpf: add program side {rd, wr}only support for maps
by Daniel Borkmann
· 6 years ago
be70bcd
bpf: do not retain flags that are not tied to map lifetime
by Daniel Borkmann
· 6 years ago
d8eca5b
bpf: implement lookup-free direct value access for maps
by Daniel Borkmann
· 6 years ago
1fbd20f
bpf: Add missed newline in verifier verbose log
by Andrey Ignatov
· 6 years ago
107c26a7
bpf: Sanity check max value for var_off stack access
by Andrey Ignatov
· 6 years ago
088ec26
bpf: Reject indirect var_off stack access in unpriv mode
by Andrey Ignatov
· 6 years ago
f2bcd05
bpf: Reject indirect var_off stack access in raw mode
by Andrey Ignatov
· 6 years ago
7a9f5c6
bpf: increase verifier log limit
by Alexei Starovoitov
· 6 years ago
c04c0d2
bpf: increase complexity limit and maximum program size
by Alexei Starovoitov
· 6 years ago
4f73379
bpf: verbose jump offset overflow check
by Alexei Starovoitov
· 6 years ago
71dde68
bpf: convert temp arrays to kvcalloc
by Alexei Starovoitov
· 6 years ago
25af32d
bpf: improve verification speed by not remarking live_read
by Alexei Starovoitov
· 6 years ago
9f4686c
bpf: improve verification speed by droping states
by Alexei Starovoitov
· 6 years ago
06ee711
bpf: add verifier stats and log_level bit 2
by Alexei Starovoitov
· 6 years ago
2011fcc
bpf: Support variable offset stack access from helpers
by Andrey Ignatov
· 6 years ago
356d71e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
1a9df9e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
5133a4a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
9efb85c
ftrace: Fix warning using plain integer as NULL & spelling corrections
by Hariprasad Kelam
· 6 years ago
3dee10d
tracing: initialize variable in create_dyn_event()
by Frank Rowand
· 6 years ago
ff9d31d
tracing: Remove unnecessary var_ref destroy in track_data_destroy()
by Tom Zanussi
· 6 years ago
231c807
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
49ef015
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
a75eda7
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
f6cc519
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
e08fef8
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
93417a3
genirq: Mark expected switch case fall-through
by Gustavo A. R. Silva
· 6 years ago
4a98be8
Merge tag 'perf-core-for-mingo-5.1-20190311' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Thomas Gleixner
· 6 years ago
3b0f31f
genetlink: make policy common to family
by Johannes Berg
· 6 years ago
48084ab
watchdog/core: Make variables static
by Valdis Kletnieks
· 6 years ago
e875005
time/jiffies: Make refined_jiffies static
by Valdis Kletnieks
· 6 years ago
bb2e320
genirq/devres: Remove excess parameter from kernel doc
by Valdis Kletnieks
· 6 years ago
5a07168
futex: Ensure that futex address is aligned in handle_futex_death()
by Chen Jie
· 6 years ago
83d1631
bpf: verifier: propagate liveness on all frames
by Jakub Kicinski
· 6 years ago
edbf8c0
bpf: add skc_lookup_tcp helper
by Lorenz Bauer
· 6 years ago
85a51f8
bpf: allow helpers to return PTR_TO_SOCK_COMMON
by Lorenz Bauer
· 6 years ago
0f3adc2
bpf: track references based on is_acquire_func
by Lorenz Bauer
· 6 years ago
0803278
bpf: do not restore dst_reg when cur_state is freed
by Xu Yu
· 6 years ago
82efcab
workqueue: Only unregister a registered lockdep key
by Bart Van Assche
· 6 years ago
cba368c
bpf: Only print ref_obj_id for refcounted reg
by Martin KaFai Lau
· 6 years ago
b9a7b88
sched/fair: Skip LLC NOHZ logic for asymmetric systems
by Valentin Schneider
· 6 years ago
a0fe2cf
sched/fair: Tune down misfit NOHZ kicks
by Valentin Schneider
· 6 years ago
e25a7a9
sched/fair: Comment some nohz_balancer_kick() kick conditions
by Valentin Schneider
· 6 years ago
4c47acd
sched/core: Fix buffer overflow in cgroup2 property cpu.max
by Konstantin Khlebnikov
· 6 years ago
a23314e
sched/cpufreq: Fix 32-bit math overflow
by Peter Zijlstra
· 6 years ago
f01a7db
bpf: Try harder when allocating memory for large maps
by Martynas Pumputis
· 6 years ago
a9dce66
Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 6 years ago
f67e3fb4
Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 6 years ago
11efae3
Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
0aedadc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
aa2e3ac
Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
2b9c272
Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linux
by Linus Torvalds
· 6 years ago
a039480
tracing/probe: Verify alloc_trace_*probe() result
by Masami Hiramatsu
· 6 years ago
5b7a962
tracing/probe: Check event/group naming rule at parsing
by Masami Hiramatsu
· 6 years ago
b4443c1
tracing/probe: Check the size of argument name and body
by Masami Hiramatsu
· 6 years ago
dec65d79
tracing/probe: Check event name length correctly
by Masami Hiramatsu
· 6 years ago
287c038
tracing/probe: Check maxactive error cases
by Masami Hiramatsu
· 6 years ago
f6d85f0
blkcg: annotate implicit fall through
by Mathieu Malaterre
· 6 years ago
1b98658
bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_release
by Martin KaFai Lau
· 6 years ago
31b265b
tracing: kdb: Fix ftdump to not sleep
by Douglas Anderson
· 6 years ago
7b47a9e
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
5f739e4
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
a667cb7
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
26fb3da
memblock: drop memblock_alloc_*_nopanic() variants
by Mike Rapoport
· 6 years ago
8a7f97b
treewide: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
a0bf842
swiotlb: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
2bc4fc6
kernel/sysctl.c: define minmax conv functions in terms of non-minmax versions
by Zev Weiss
· 6 years ago
8cf7630b2
kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv
by Zev Weiss
· 6 years ago
cede666
trace/probes: Remove kernel doc style from non kernel doc comment
by Valdis Klētnieks
· 6 years ago
0841625
tracing/probes: Make reserved_field_names static
by Valdis Klētnieks
· 6 years ago
6cdfa54
Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
8f49a65
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
d9c1bb2
perf/core: Restore mmap record type correctly
by Stephane Eranian
· 6 years ago
ffd602e
Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
12ad143
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
9e55f87
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
077d3da
Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
45ba8d5
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 6 years ago
b7a7d1c
Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
a50243b
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
c4703ac
Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 6 years ago
b339da4
Merge tag 'perf-core-for-mingo-5.1-20190307' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 6 years ago
69a106c
workqueue, lockdep: Fix a memory leak in wq->lock_name
by Qian Cai
· 6 years ago
009bb42
workqueue, lockdep: Fix an alloc_workqueue() error path
by Bart Van Assche
· 6 years ago
0126574
locking/lockdep: Only call init_rcu_head() after RCU has been initialized
by Bart Van Assche
· 6 years ago
3fe7522
locking/lockdep: Avoid a Clang warning
by Arnd Bergmann
· 6 years ago
43aa378
perf/core: Mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
5768402
perf/ring_buffer: Use high order allocations for AUX buffers optimistically
by Alexander Shishkin
· 6 years ago
38e7571
Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
3601fe4
Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 6 years ago
e4ff63b
Merge branch 'stable/for-linus-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
by Linus Torvalds
· 6 years ago
b7af27b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching
by Linus Torvalds
· 6 years ago
b5dd0c6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
fd2081f
kernel/fork.c: remove duplicated include
by YueHaibing
· 6 years ago
39e07cb
kcov: convert kcov.refcount to refcount_t
by Elena Reshetova
· 6 years ago
ec9672d
kcov: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
Next »