Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9802d86585db91655c7d1929a4f6bbe0952ea88e
/
kernel
9802d86
bpf: add a bpf_override_function helper
by Josef Bacik
· 7 years ago
92ace99
add infrastructure for tagging functions as error injectable
by Josef Bacik
· 7 years ago
f371b30
bpf/tracing: allow user space to query prog array on the same tp
by Yonghong Song
· 7 years ago
7cda4ce
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
236fa07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
c2eb6d0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
75f64f6
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
914cb78
bpf: cleanup register_is_null()
by Alexei Starovoitov
· 7 years ago
3bf1592
bpf: improve JEQ/JNE path walking
by Alexei Starovoitov
· 7 years ago
2f18f62
bpf: improve verifier liveness marks
by Alexei Starovoitov
· 7 years ago
19ceb41
bpf: don't mark FP reg as uninit
by Alexei Starovoitov
· 7 years ago
4e92024
bpf: print liveness info to verifier log
by Alexei Starovoitov
· 7 years ago
12a3cc8
bpf: fix stack state printing in verifier log
by Alexei Starovoitov
· 7 years ago
c8c088b
bpf: set maximum number of attached progs to 64 for a single perf tp
by Yonghong Song
· 7 years ago
668533d
kallsyms: take advantage of the new '%px' format
by Linus Torvalds
· 7 years ago
a39e17b
bpf: offload: add a license header
by Jakub Kicinski
· 7 years ago
2967acb
blktrace: fix trace mutex deadlock
by Jens Axboe
· 7 years ago
dec0029
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
580e3d5
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
cd4b5d5
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
844056f
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
75f1133
genirq/matrix: Make - vs ?: Precedence explicit
by Kees Cook
· 7 years ago
e4be7ba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
866c9b9
Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into timers/urgent
by Thomas Gleixner
· 7 years ago
c131187
bpf: fix branch pruning logic
by Alexei Starovoitov
· 7 years ago
a60dd35
bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZERO
by Gianluca Borello
· 7 years ago
5c4e120
bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZERO
by Gianluca Borello
· 7 years ago
eb33f2c
bpf: remove explicit handling of 0 for arg2 in bpf_probe_read
by Gianluca Borello
· 7 years ago
db1ac49
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
by Gianluca Borello
· 7 years ago
841b86f
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
by Kees Cook
· 7 years ago
188665b
timer: Pass function down to initialization routines
by Kees Cook
· 7 years ago
354b46b
timer: Switch callback prototype to take struct timer_list * argument
by Kees Cook
· 7 years ago
c1eba5b
timer: Pass timer_list pointer to callbacks unconditionally
by Kees Cook
· 7 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
b9eaf18
treewide: init_timer() -> setup_timer()
by Kees Cook
· 7 years ago
24ed960
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
by Kees Cook
· 7 years ago
11ca75d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 7 years ago
1ee6400
bpf: revert report offload info to user space
by Jakub Kicinski
· 7 years ago
62c71b4
bpf: offload: ignore namespace moves
by Jakub Kicinski
· 7 years ago
479321e
bpf: turn bpf_prog_get_type() into a wrapper
by Jakub Kicinski
· 7 years ago
288b3de
bpf: offload: move offload device validation out to the drivers
by Jakub Kicinski
· 7 years ago
1f6f4cb
bpf: offload: rename the ifindex field
by Jakub Kicinski
· 7 years ago
649f11d
bpf: offload: limit offload to cls_bpf and xdp programs only
by Jakub Kicinski
· 7 years ago
13a9c48
bpf: offload: add comment warning developers about double destroy
by Jakub Kicinski
· 7 years ago
1690102
blktrace: Use blk_trace_bio_get_cgid inside blk_add_trace_bio
by Marcos Paulo de Souza
· 7 years ago
fa7f578
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
2d8364b
kernel/reboot.c: add devm_register_reboot_notifier()
by Andrey Smirnov
· 7 years ago
ded97d2
kcov: support comparison operands collection
by Victor Chibotaru
· 7 years ago
fcf4eda
kcov: remove pointless current != NULL check
by Andrey Ryabinin
· 7 years ago
4efb442c
kernel/panic.c: add TAINT_AUX
by Borislav Petkov
· 7 years ago
e8cfbc2
pid: remove pidhash
by Gargi Sharma
· 7 years ago
95846ec
pid: replace pid bitmap implementation with IDR API
by Gargi Sharma
· 7 years ago
f9eb2fd
kernel/sysctl.c: code cleanups
by Ola N. Kaldestad
· 7 years ago
de40cce
kdump: print a message in case parse_crashkernel_mem resulted in zero bytes
by Dave Young
· 7 years ago
4269157
kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in complete_signal()
by Oleg Nesterov
· 7 years ago
ac25385
kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() signals
by Oleg Nesterov
· 7 years ago
628c1bc
kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL
by Oleg Nesterov
· 7 years ago
fb910c4
sysctl: check for UINT_MAX before unsigned int min/max
by Joe Lawrence
· 7 years ago
7a8d181
pipe: add proc_dopipe_max_size() to safely assign pipe_max_size
by Joe Lawrence
· 7 years ago
98159d9
pipe: match pipe_max_size data type with procfs
by Joe Lawrence
· 7 years ago
8c703d6
kernel/umh.c: optimize 'proc_cap_handler()'
by Christophe JAILLET
· 7 years ago
a7bed27a
bug: fix "cut here" location for __WARN_TAINT architectures
by Kees Cook
· 7 years ago
2a8358d
bug: define the "cut here" string in a single place
by Kees Cook
· 7 years ago
aaf5dcf
kernel debug: support resetting WARN_ONCE for all architectures
by Andi Kleen
· 7 years ago
b1fca27
kernel debug: support resetting WARN*_ONCE
by Andi Kleen
· 7 years ago
2dcd9c7
Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 7 years ago
93f30c7
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
758f875
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
487e2c9
Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 7 years ago
7c225c6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
4518085
mm, sysctl: make NUMA stats configurable
by Kemi Wang
· 7 years ago
453f85d
mm: remove __GFP_COLD
by Mel Gorman
· 7 years ago
4675ff0
kmemcheck: rip it out
by Levin, Alexander (Sasha Levin)
· 7 years ago
75f296d
kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK
by Levin, Alexander (Sasha Levin)
· 7 years ago
4950276
kmemcheck: remove annotations
by Levin, Alexander (Sasha Levin)
· 7 years ago
af5b0f6
mm: consolidate page table accounting
by Kirill A. Shutemov
· 7 years ago
c481290
mm: introduce wrappers to access mm->nr_ptes
by Kirill A. Shutemov
· 7 years ago
b4e98d9
mm: account pud page tables
by Kirill A. Shutemov
· 7 years ago
22714a2
Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 7 years ago
0be5003
Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 7 years ago
1be2172
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 7 years ago
f9bab26
Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
by Linus Torvalds
· 7 years ago
5bbcc0f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
c9b012e
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
0ef7687
Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
by Linus Torvalds
· 7 years ago
9682b3d
Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 7 years ago
89ad2fa
bpf: fix lockdep splat
by Eric Dumazet
· 7 years ago
fc41efc18
Merge branch 'for-4.15/callbacks' into for-linus
by Jiri Kosina
· 7 years ago
cb65dc7
Merge branch 'for-4.15/shadow-variables' into for-linus
by Jiri Kosina
· 7 years ago
4a31b42
perf/core: Fix memory leak triggered by perf --namespace
by Vasily Averin
· 7 years ago
e2c5923
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
f14fc0c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 7 years ago
23281c8
Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 7 years ago
37dc795
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
41cc304
Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
by Thomas Gleixner
· 7 years ago
aea3706
timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLD
by Miroslav Lichvar
· 7 years ago
d4bfeab
Merge branch 'linus' into timers/urgent
by Thomas Gleixner
· 7 years ago
92ee46e
jump_label: Invoke jump_label_test() via early_initcall()
by Jason Baron
· 7 years ago
9c019e2
bpf: change helper bpf_probe_read arg2 type to ARG_CONST_SIZE_OR_ZERO
by Yonghong Song
· 7 years ago
9fd29c0
bpf: improve verifier ARG_CONST_SIZE_OR_ZERO semantics
by Yonghong Song
· 7 years ago
Next »