Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6648c65e7ea72c3b19ea908d046e4a47e90fd907
/
kernel
16a4362
bpf: Fix map-in-map checking in the verifier
by Martin KaFai Lau
· 8 years ago
ae2b27b
bpf: fix a return in sockmap_get_from_fd()
by Dan Carpenter
· 8 years ago
976d28b
bpf: don't enable preemption twice in smap_do_verdict
by Daniel Borkmann
· 8 years ago
1ab2de2
bpf: fix liveness propagation to parent in spilled stack slots
by Daniel Borkmann
· 8 years ago
6bdc9c4
bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSER
by John Fastabend
· 8 years ago
cf56e3b
bpf: sockmap state change warning fix
by John Fastabend
· 8 years ago
cf9d014
bpf: devmap: remove unnecessary value size check
by John Fastabend
· 8 years ago
8a31db5
bpf: add access to sock fields and pkt data from sk_skb programs
by John Fastabend
· 8 years ago
174a79f
bpf: sockmap with sk redirect support
by John Fastabend
· 8 years ago
a6f6df6
bpf: export bpf_prog_inc_not_zero
by John Fastabend
· 8 years ago
463910e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
510c8a8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
88a5c69
bpf: fix bpf_trace_printk on 32 bit archs
by Daniel Borkmann
· 8 years ago
dc503a8
bpf/verifier: track liveness for pruning
by Edward Cree
· 8 years ago
16af97d
mm: migrate: prevent racy access to tlb_flush_pending
by Nadav Amit
· 8 years ago
d507e2eb
mm: fix global NR_SLAB_.*CLAIMABLE counter reads
by Johannes Weiner
· 8 years ago
b4e432f
bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifier
by Daniel Borkmann
· 8 years ago
92b31a9
bpf: add BPF_J{LT,LE,SLT,SLE} instructions
by Daniel Borkmann
· 8 years ago
3118e6e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
48fb6f4
futex: Remove unnecessary warning from get_futex_key
by Mel Gorman
· 8 years ago
752ba56
bpf: Extend check_uarg_tail_zero() checks
by Mickaël Salaün
· 8 years ago
58291a7
bpf: Move check_uarg_tail_zero() upward
by Mickaël Salaün
· 8 years ago
8e17c1b
bpf/verifier: increase complexity limit to 128k
by Edward Cree
· 8 years ago
7d1238f
bpf/verifier: more concise register state logs for constant var_off
by Edward Cree
· 8 years ago
b03c9f9
bpf/verifier: track signed and unsigned min/max values
by Edward Cree
· 8 years ago
f1174f7
bpf/verifier: rework value tracking
by Edward Cree
· 8 years ago
4cc7b95
bpf: devmap fix mutex in rcu critical section
by John Fastabend
· 8 years ago
cf5f5ce
bpf: add support for sys_enter_* and sys_exit_* tracepoints
by Yonghong Song
· 8 years ago
fde6af4
Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
by David S. Miller
· 8 years ago
fbb7761
Fix compat_sys_sigpending breakage
by Dmitry V. Levin
· 8 years ago
d1faa3e
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
89affbf
cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()
by Dima Zavin
· 8 years ago
27e37d84
pid: kill pidhash_size in pidhash_init()
by Kefeng Wang
· 8 years ago
29fda25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
34f41c0
timers: Fix overflow in get_next_timer_interrupt
by Matija Glavinic Pecotic
· 8 years ago
bc78d64
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
2e7ca20
Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 8 years ago
ff2620f
Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 8 years ago
e4776b8
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
9975a54
bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_len
by Daniel Borkmann
· 8 years ago
89b0968
bpf: don't indicate success when copy_from_user fails
by Daniel Borkmann
· 8 years ago
1ad0f0a
workqueue: Work around edge cases for calc of pool's cpumask
by Michael Bringmann
· 8 years ago
8397913
genirq/cpuhotplug: Revert "Set force affinity flag on hotplug migration"
by Thomas Gleixner
· 8 years ago
0a94efb
workqueue: implicit ordered attribute should be overridable
by Tejun Heo
· 8 years ago
bf50f0e
sched/core: Fix some documentation build warnings
by Jonathan Corbet
· 8 years ago
241a974
bpf: dev_map_alloc() shouldn't return NULL
by Dan Carpenter
· 8 years ago
9305706
bpf/verifier: fix min/max handling in BPF_SUB
by Edward Cree
· 8 years ago
3c74541
cgroup: fix error return value from cgroup_subtree_control()
by Tejun Heo
· 8 years ago
f79ec88
Merge tag 'trace-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
5a77f02
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
bbcdea6
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
8b810a3
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
34eddef
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
2aeb188
perf/core: Fix locking for children siblings group read
by Jiri Olsa
· 8 years ago
7a68ada
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
96080f6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
4cabc5b
bpf: fix mixed signed/unsigned derived min/max value bounds
by Daniel Borkmann
· 8 years ago
f58781c
Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
f86f418
trace: fix the errors caused by incompatible type of RCU variables
by Chunyan Zhang
· 8 years ago
db9108e0
tracing: Fix kmemleak in instance_rmdir
by Chunyu Hu
· 8 years ago
3bda69c
perf/core: Fix scheduling regression of pinned groups
by Alexander Shishkin
· 8 years ago
e06fdaf
Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 8 years ago
5c0338c
workqueue: restore WQ_UNBOUND/max_active==1 to be ordered
by Tejun Heo
· 8 years ago
b0659ae
audit: fix memleak in auditd_send_unicast_skb.
by Shu Wang
· 8 years ago
8486188
tracing/ring_buffer: Try harder to allocate
by Joel Fernandes
· 8 years ago
7af608e
cgroup: create dfl_root files on subsys registration
by Tejun Heo
· 8 years ago
a696712
genirq/PM: Properly pretend disabled state when force resuming interrupts
by Juergen Gross
· 8 years ago
935acd3
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
31ba04d
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
2ddf71e
net: add notifier hooks for devmap bpf map
by John Fastabend
· 8 years ago
11393cc
xdp: Add batching support to redirect map
by John Fastabend
· 8 years ago
97f91a7
bpf: add bpf_redirect_map helper routine
by John Fastabend
· 8 years ago
546ac1f
bpf: add devmap, a map for storing net device references
by John Fastabend
· 8 years ago
78dcf73
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
e37720e
Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
6d7964a
kmod: throttle kmod thread limit
by Luis R. Rodriguez
· 8 years ago
5f92a7b
kernel/watchdog.c: use better pr_fmt prefix
by Kefeng Wang
· 8 years ago
a252c25
Merge branches 'pm-cpufreq-sched' and 'intel_pstate'
by Rafael J. Wysocki
· 8 years ago
193be41
sched/deadline: Fix confusing comments about selection of top pi-waiter
by Joel Fernandes
· 8 years ago
0e4097c
sched/cputime: Don't use smp_processor_id() in preemptible context
by Wanpeng Li
· 8 years ago
bc0f51d
Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
ad51271
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
69f0d42
locking/rtmutex: Remove unnecessary priority adjustment
by Alex Shi
· 8 years ago
3a75ad1
Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
by Linus Torvalds
· 8 years ago
7cd815b
fork,random: use get_random_canary() to set tsk->stack_canary
by Rik van Riel
· 8 years ago
e2ae8ab
kexec_file: adjust declaration of kexec_purgatory
by Kees Cook
· 8 years ago
a10a842
kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogs
by Nicholas Piggin
· 8 years ago
05a4a95
kernel/watchdog: split up config options
by Nicholas Piggin
· 8 years ago
f2e0cff
kernel/watchdog: introduce arch_touch_nmi_watchdog()
by Nicholas Piggin
· 8 years ago
e41d5818
fault-inject: support systematic fault injection
by Dmitry Vyukov
· 8 years ago
0791e36
kcmp: add KCMP_EPOLL_TFD mode to compare epoll target files
by Cyrill Gorcunov
· 8 years ago
9380fa6
kernel/sysctl_binary.c: check name array length in deprecated_sysctl_warning()
by Mateusz Jurczyk
· 8 years ago
61d9b56
sysctl: add unsigned int range support
by Luis R. Rodriguez
· 8 years ago
4f2fec0
sysctl: simplify unsigned int support
by Luis R. Rodriguez
· 8 years ago
d383d48
sysctl: fold sysctl_writes_strict checks into helper
by Luis R. Rodriguez
· 8 years ago
a19ac33
sysctl: kdoc'ify sysctl_writes_strict
by Luis R. Rodriguez
· 8 years ago
1229384
kdump: protect vmcoreinfo data under the crash memory
by Xunlei Pang
· 8 years ago
5203f49
powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdr
by Xunlei Pang
· 8 years ago
203e9e4
kexec: move vmcoreinfo out of the kernel's .bss section
by Xunlei Pang
· 8 years ago
112166f
kernel/fork.c: virtually mapped stacks: do not disable interrupts
by Christoph Lameter
· 8 years ago
Next »