Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5e64ebc1c242523b491b5b5e5eba59243bb970cb
/
kernel
e390b55
bpf: make bpf_xdp_adjust_head support mandatory
by Daniel Borkmann
· 8 years ago
fb79670
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
1f4407e
net: Remove NET_CORE_BUDGET_USECS from sysctl binary interface.
by David S. Miller
· 8 years ago
7acf8a1
Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuning
by Matthew Whitehead
· 8 years ago
160062e
Merge tag 'trace-v4.11-rc5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
7b9f6da
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
78f7a45
ring-buffer: Have ring_buffer_iter_empty() return true when empty
by Steven Rostedt (VMware)
· 8 years ago
df62db5
tracing: Allocate the snapshot buffer before enabling probe
by Steven Rostedt (VMware)
· 8 years ago
005882e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 8 years ago
40d9018
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
395102d
sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALL
by Daniel Jordan
· 8 years ago
0bad6d7
Merge tag 'trace-v4.11-rc5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
d879d0b
ftrace: Fix function pid filter on instances
by Namhyung Kim
· 8 years ago
c2002f9
bpf: fix checking xdp_adjust_head on tail calls
by Daniel Borkmann
· 8 years ago
6b1bb01
bpf: fix cb access in socket filter programs on tail calls
by Daniel Borkmann
· 8 years ago
695ba26
bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4
by Martin KaFai Lau
· 8 years ago
11c994d
Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 8 years ago
4853886
Merge tag 'trace-v4.11-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
330c418
Revert "cgroup: avoid attaching a cgroup root to two different superblocks"
by Tejun Heo
· 8 years ago
6b6cbc1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7e703ec
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
d295917
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
82cc4fc
ftrace: Fix removing of second function probe
by Steven Rostedt (VMware)
· 8 years ago
3412386
irq/affinity: Fix extra vecs calculation
by Keith Busch
· 8 years ago
2d4bc93
netlink: extended ACK reporting
by Johannes Berg
· 8 years ago
b9b3322
Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
06ea4c38
Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 8 years ago
8f917bb
bpf: pass sk to helper functions
by Willem de Bruijn
· 8 years ago
40077e0
bpf: remove struct bpf_map_type_list
by Johannes Berg
· 8 years ago
be9370a
bpf: remove struct bpf_prog_type_list
by Johannes Berg
· 8 years ago
96a94cc
bpf: reference may_access_skb() from __bpf_prog_run()
by Johannes Berg
· 8 years ago
bfb0b80
cgroup: avoid attaching a cgroup root to two different superblocks
by Zefan Li
· 8 years ago
264d509
audit: make sure we don't let the retry queue grow without bounds
by Paul Moore
· 8 years ago
425fffd
sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvec
by Liping Zhang
· 8 years ago
62fedca
Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
5402e97
ptrace: fix PTRACE_LISTEN race corrupting task->state
by bsegall@google.com
· 8 years ago
5380e56
sysctl: don't print negative flag for proc_douintvec
by Liping Zhang
· 8 years ago
4691f4a
Merge tag 'trace-v4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 8 years ago
6f14f44
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
ea6b172
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
62277de
ring-buffer: Fix return value check in test_ringbuffer()
by Wei Yongjun
· 9 years ago
7bf8222
irq/affinity: Fix CPU spread for unbalanced nodes
by Keith Busch
· 8 years ago
128c434
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
1cf1cae
bpf: introduce BPF_PROG_TEST_RUN command
by Alexei Starovoitov
· 8 years ago
79adffc
bpf, verifier: fix rejection of unaligned access checks for map_value_adj
by Daniel Borkmann
· 8 years ago
fce366a
bpf, verifier: fix alu ops against map_value{, _adj} register types
by Daniel Borkmann
· 8 years ago
035f0cd
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
ab6434a
audit: move audit_signal_info() into kernel/auditsc.c
by Paul Moore
· 8 years ago
7b09cc5
sched/clock: Fix broken stable to unstable transfer
by Pavel Tatashin
· 8 years ago
4c3de7e
Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
b197768
bpf: improve verifier packet range checks
by Alexei Starovoitov
· 8 years ago
de5540d
padata: avoid race in reordering
by Jason A. Donenfeld
· 8 years ago
ebe6482
Merge tag 'pm-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
16ae1f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
f341d9f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
698eff6
sched/clock, x86/perf: Fix "perf test tsc"
by Peter Zijlstra
· 8 years ago
71fdb70
sched/clock: Fix clear_sched_clock_stable() preempt wobbly
by Peter Zijlstra
· 8 years ago
bcc6b1b
bpf: Add hash of maps support
by Martin KaFai Lau
· 8 years ago
56f668d
bpf: Add array of maps support
by Martin KaFai Lau
· 8 years ago
fad73a1
bpf: Fix and simplifications on inline map lookup
by Martin KaFai Lau
· 8 years ago
8c290e6
bpf: fix hashmap extra_elems logic
by Alexei Starovoitov
· 8 years ago
5b52330
audit: fix auditd/kernel connection state tracking
by Paul Moore
· 8 years ago
4296f23
cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()
by Rafael J. Wysocki
· 8 years ago
3e51f89
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
a7fc726
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
cd21deb
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
b5f1308
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
77f8879
cgroup, kthread: close race window where new kthreads can be migrated to non-root cgroups
by Tejun Heo
· 8 years ago
9015d2f
bpf: inline htab_map_lookup_elem()
by Alexei Starovoitov
· 8 years ago
81ed18a
bpf: add helper inlining infra and optimize map_array lookup
by Alexei Starovoitov
· 8 years ago
8041902
bpf: adjust insn_aux_data when patching insns
by Alexei Starovoitov
· 8 years ago
79741b3
bpf: refactor fixup_bpf_calls()
by Alexei Starovoitov
· 8 years ago
e245c5c6
bpf: move fixup_bpf_calls() function
by Alexei Starovoitov
· 8 years ago
55adc1d
mm: add private lock to serialize memory hotplug operations
by Heiko Carstens
· 8 years ago
d8a8cfc
perf/core: Better explain the inherit magic
by Peter Zijlstra
· 8 years ago
15121c7
perf/core: Simplify perf_event_free_task()
by Peter Zijlstra
· 8 years ago
e7cc486
perf/core: Fix event inheritance on fork()
by Peter Zijlstra
· 8 years ago
e552a83
perf/core: Fix use-after-free in perf_release()
by Peter Zijlstra
· 8 years ago
2317d5f
sched/deadline: Use deadline instead of period when calculating overflow
by Steven Rostedt (VMware)
· 8 years ago
df8eac8
sched/deadline: Throttle a constrained deadline task activated after the deadline
by Daniel Bristot de Oliveira
· 8 years ago
5ac69d3
sched/deadline: Make sure the replenishment timer fires in the next period
by Daniel Bristot de Oliveira
· 8 years ago
17fcbd5
locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=y
by Niklas Cassel
· 8 years ago
caeb588
sched/loadavg: Use {READ,WRITE}_ONCE() for sample window
by Matt Fleming
· 8 years ago
6e5f32f
sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting
by Matt Fleming
· 8 years ago
dcc3b5f
sched/deadline: Add missing update_rq_clock() in dl_task_timer()
by Wanpeng Li
· 8 years ago
ae50dfd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
352526f
Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 8 years ago
bc25887
Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 8 years ago
9bbb25a
futex: Add missing error handling to FUTEX_REQUEUE_PI
by Peter Zijlstra
· 8 years ago
c236c8e
futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
by Peter Zijlstra
· 8 years ago
dc434e05
cpu/hotplug: Serialize callback invocations proper
by Sebastian Andrzej Siewior
· 8 years ago
5a45a5a
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
40c50c1
kexec, x86/purgatory: Unbreak it and clean it up
by Thomas Gleixner
· 8 years ago
8fe3cca
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
dd0db88d
userfaultfd: non-cooperative: rollback userfaultfd_exit
by Andrea Arcangeli
· 8 years ago
505d308
scripts/spelling.txt: add "overide" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
8a1115f
scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
c1aa905
Merge tag 'pm-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
4fe8435
bpf: convert htab map to hlist_nulls
by Alexei Starovoitov
· 8 years ago
9f69154
bpf: fix struct htab_elem layout
by Alexei Starovoitov
· 8 years ago
Next »