index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/cputime: Fix ksoftirqd cputime accounting regression
Frederic Weisbecker
2017-04-27
2
-13
/
+23
*
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-04-23
1
-1
/
+1
|
\
|
*
genirq/affinity: Fix calculating vectors to assign
Keith Busch
2017-04-20
1
-1
/
+1
*
|
Merge tag 'trace-v4.11-rc5-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-04-20
2
-5
/
+19
|
\
\
|
|
/
|
/
|
|
*
ring-buffer: Have ring_buffer_iter_empty() return true when empty
Steven Rostedt (VMware)
2017-04-19
1
-2
/
+14
|
*
tracing: Allocate the snapshot buffer before enabling probe
Steven Rostedt (VMware)
2017-04-19
1
-3
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2017-04-18
1
-3
/
+3
|
\
\
|
*
|
sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALL
Daniel Jordan
2017-04-18
1
-3
/
+3
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-04-18
1
-0
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bpf: fix checking xdp_adjust_head on tail calls
Daniel Borkmann
2017-04-17
1
-0
/
+1
|
*
|
bpf: fix cb access in socket filter programs on tail calls
Daniel Borkmann
2017-04-17
1
-0
/
+7
*
|
|
Merge tag 'trace-v4.11-rc5-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-04-18
3
-0
/
+12
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ftrace: Fix function pid filter on instances
Namhyung Kim
2017-04-17
3
-0
/
+12
*
|
|
Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-04-16
1
-1
/
+1
|
\
\
\
|
*
|
|
Revert "cgroup: avoid attaching a cgroup root to two different superblocks"
Tejun Heo
2017-04-16
1
-1
/
+1
*
|
|
|
Merge tag 'trace-v4.11-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-04-16
1
-4
/
+16
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
_
|
/
|
/
|
|
|
*
|
ftrace: Fix removing of second function probe
Steven Rostedt (VMware)
2017-04-14
1
-4
/
+16
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-04-14
1
-6
/
+6
|
\
\
\
|
*
|
|
bpf: reference may_access_skb() from __bpf_prog_run()
Johannes Berg
2017-04-11
1
-6
/
+6
*
|
|
|
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-04-14
1
-9
/
+11
|
\
\
\
\
|
*
|
|
|
irq/affinity: Fix extra vecs calculation
Keith Busch
2017-04-13
1
-1
/
+1
|
*
|
|
|
irq/affinity: Fix CPU spread for unbalanced nodes
Keith Busch
2017-04-04
1
-9
/
+11
*
|
|
|
|
Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
2017-04-12
1
-35
/
+32
|
\
\
\
\
\
|
*
|
|
|
|
audit: make sure we don't let the retry queue grow without bounds
Paul Moore
2017-04-10
1
-35
/
+32
*
|
|
|
|
|
Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-04-11
3
-5
/
+9
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
cgroup: avoid attaching a cgroup root to two different superblocks
Zefan Li
2017-04-11
1
-1
/
+1
|
*
|
|
|
|
cgroup, kthread: close race window where new kthreads can be migrated to non-...
Tejun Heo
2017-03-17
2
-4
/
+8
*
|
|
|
|
|
sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvec
Liping Zhang
2017-04-08
1
-0
/
+2
*
|
|
|
|
|
Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
2017-04-08
2
-19
/
+14
|
\
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
audit: move audit_signal_info() into kernel/auditsc.c
Paul Moore
2017-03-27
2
-19
/
+14
*
|
|
|
|
|
ptrace: fix PTRACE_LISTEN race corrupting task->state
bsegall@google.com
2017-04-08
1
-4
/
+10
*
|
|
|
|
|
sysctl: don't print negative flag for proc_douintvec
Liping Zhang
2017-04-07
1
-0
/
+1
*
|
|
|
|
|
Merge tag 'trace-v4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-04-06
1
-4
/
+4
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
/
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
ring-buffer: Fix return value check in test_ringbuffer()
Wei Yongjun
2017-04-05
1
-4
/
+4
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-04-05
1
-22
/
+42
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
bpf, verifier: fix rejection of unaligned access checks for map_value_adj
Daniel Borkmann
2017-04-01
1
-20
/
+38
|
*
|
|
bpf, verifier: fix alu ops against map_value{, _adj} register types
Daniel Borkmann
2017-04-01
1
-0
/
+1
|
*
|
|
bpf: improve verifier packet range checks
Alexei Starovoitov
2017-03-24
1
-2
/
+3
*
|
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-04-02
1
-19
/
+27
|
\
\
\
\
|
*
|
|
|
sched/clock: Fix broken stable to unstable transfer
Pavel Tatashin
2017-03-27
1
-4
/
+5
|
*
|
|
|
sched/clock, x86/perf: Fix "perf test tsc"
Peter Zijlstra
2017-03-23
1
-11
/
+11
|
*
|
|
|
sched/clock: Fix clear_sched_clock_stable() preempt wobbly
Peter Zijlstra
2017-03-23
1
-5
/
+12
*
|
|
|
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-03-31
1
-2
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
padata: avoid race in reordering
Jason A. Donenfeld
2017-03-24
1
-2
/
+3
*
|
|
|
|
|
Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
2017-03-25
3
-255
/
+399
|
\
\
\
\
\
\
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
audit: fix auditd/kernel connection state tracking
Paul Moore
2017-03-21
3
-255
/
+399
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'pm-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2017-03-23
1
-13
/
+7
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()
Rafael J. Wysocki
2017-03-21
1
-13
/
+7
|
|
/
/
/
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-03-23
1
-73
/
+71
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
bpf: fix hashmap extra_elems logic
Alexei Starovoitov
2017-03-22
1
-73
/
+71
[next]