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
*
kernel/...: convert pr_warning to pr_warn
Joe Perches
2016-03-22
13
-60
/
+52
*
memremap: add MEMREMAP_WC flag
Brian Starkey
2016-03-22
1
-2
/
+11
*
memremap: don't modify flags
Brian Starkey
2016-03-22
1
-7
/
+7
*
kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZE
Helge Deller
2016-03-22
1
-0
/
+4
*
kernel: add kcov code coverage
Dmitry Vyukov
2016-03-22
7
-0
/
+301
*
profile: hide unused functions when !CONFIG_PROC_FS
Arnd Bergmann
2016-03-22
1
-2
/
+2
*
panic: change nmi_panic from macro to function
Hidehiro Kawai
2016-03-22
1
-0
/
+20
*
fs/coredump: prevent fsuid=0 dumps into user-controlled directories
Jann Horn
2016-03-22
1
-1
/
+1
*
ptrace: change __ptrace_unlink() to clear ->ptrace under ->siglock
Oleg Nesterov
2016-03-22
1
-2
/
+1
*
auditsc: for seccomp events, log syscall compat state using in_compat_syscall
Andy Lutomirski
2016-03-22
1
-2
/
+2
*
ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitness
Andy Lutomirski
2016-03-22
1
-1
/
+1
*
seccomp: check in_compat_syscall, not is_compat_task, in strict mode
Andy Lutomirski
2016-03-22
1
-2
/
+2
*
kernel/hung_task.c: use timeout diff when timeout is updated
Tetsuo Handa
2016-03-22
1
-8
/
+13
*
Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
2016-03-21
4
-11
/
+247
|
\
|
*
cgroup: fix and restructure error handling in copy_cgroup_ns()
Tejun Heo
2016-02-29
1
-13
/
+5
|
*
cgroup: fix alloc_cgroup_ns() error handling in copy_cgroup_ns()
Tejun Heo
2016-02-18
1
-2
/
+3
|
*
Add FS_USERNS_FLAG to cgroup fs
Serge Hallyn
2016-02-16
1
-0
/
+2
|
*
cgroup: mount cgroupns-root when inside non-init cgroupns
Serge Hallyn
2016-02-16
1
-1
/
+47
|
*
cgroup: cgroup namespace setns support
Aditya Kali
2016-02-16
1
-3
/
+16
|
*
cgroup: introduce cgroup namespaces
Aditya Kali
2016-02-16
4
-10
/
+192
*
|
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-20
2
-2
/
+12
|
\
\
|
*
|
signals, pkeys: Notify userspace about protection key faults
Dave Hansen
2016-02-18
1
-0
/
+4
|
*
|
mm/gup: Introduce get_user_pages_remote()
Dave Hansen
2016-02-16
1
-2
/
+8
*
|
|
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-03-20
2
-1
/
+5
|
\
\
\
|
*
|
|
sched: Always inline context_switch()
Josh Poimboeuf
2016-02-29
1
-1
/
+1
|
*
|
|
sched: Mark __schedule() stack frame as non-standard
Josh Poimboeuf
2016-02-29
1
-0
/
+2
|
*
|
|
bpf: Mark __bpf_prog_run() stack frame as non-standard
Josh Poimboeuf
2016-02-29
1
-0
/
+2
*
|
|
|
Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
2016-03-19
3
-5
/
+23
|
\
\
\
\
|
*
|
|
|
audit: Fix typo in comment
Wei Yuan
2016-02-08
2
-4
/
+4
|
*
|
|
|
audit: log failed attempts to change audit_pid configuration
Richard Guy Briggs
2016-01-25
1
-2
/
+6
|
*
|
|
|
audit: stop an old auditd being starved out by a new auditd
Richard Guy Briggs
2016-01-25
1
-1
/
+15
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-03-19
12
-114
/
+1116
|
\
\
\
\
\
|
*
|
|
|
|
bpf: avoid copying junk bytes in bpf_get_current_comm()
Alexei Starovoitov
2016-03-09
1
-1
/
+1
|
*
|
|
|
|
bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTS
Alexei Starovoitov
2016-03-09
1
-0
/
+5
|
*
|
|
|
|
bpf: convert stackmap to pre-allocation
Alexei Starovoitov
2016-03-08
2
-18
/
+70
|
*
|
|
|
|
bpf: check for reserved flag bits in array and stack maps
Alexei Starovoitov
2016-03-08
2
-1
/
+4
|
*
|
|
|
|
bpf: pre-allocate hash map elements
Alexei Starovoitov
2016-03-08
2
-74
/
+181
|
*
|
|
|
|
bpf: introduce percpu_freelist
Alexei Starovoitov
2016-03-08
3
-1
/
+132
|
*
|
|
|
|
bpf: prevent kprobe+bpf deadlocks
Alexei Starovoitov
2016-03-08
2
-2
/
+13
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-03-08
6
-144
/
+266
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-02-23
12
-156
/
+266
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
bpf: add new arg_type that allows for 0 sized stack buffer
Daniel Borkmann
2016-02-21
1
-10
/
+32
|
*
|
|
|
|
|
|
bpf: introduce BPF_MAP_TYPE_STACK_TRACE
Alexei Starovoitov
2016-02-20
4
-1
/
+247
|
*
|
|
|
|
|
|
perf: generalize perf_callchain
Alexei Starovoitov
2016-02-20
2
-14
/
+20
|
*
|
|
|
|
|
|
bpf: grab rcu read lock for bpf_percpu_hash_update
Sasha Levin
2016-02-19
1
-1
/
+7
|
*
|
|
|
|
|
|
bpf: add lookup/update support for per-cpu hash and array maps
Alexei Starovoitov
2016-02-06
3
-26
/
+178
|
*
|
|
|
|
|
|
bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY map
Alexei Starovoitov
2016-02-06
1
-11
/
+91
|
*
|
|
|
|
|
|
bpf: introduce BPF_MAP_TYPE_PERCPU_HASH map
Alexei Starovoitov
2016-02-06
1
-47
/
+228
*
|
|
|
|
|
|
|
Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2016-03-18
5
-485
/
+692
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
cgroup: avoid false positive gcc-6 warning
Arnd Bergmann
2016-03-16
1
-0
/
+3
[next]