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
*
rcu: fine-tune grace-period begin/end checks
Paul E. McKenney
2010-12-17
1
-9
/
+18
*
rcu: Keep gpnum and completed fields synchronized
Frederic Weisbecker
2010-12-17
1
-0
/
+9
*
rcu: Stop chasing QS if another CPU did it for us
Frederic Weisbecker
2010-12-17
1
-0
/
+8
*
rcu: increase synchronize_sched_expedited() batching
Tejun Heo
2010-12-17
1
-20
/
+62
*
rcu: Make synchronize_srcu_expedited() fast if running readers
Paul E. McKenney
2010-11-29
1
-1
/
+7
*
rcu: fix race condition in synchronize_sched_expedited()
Paul E. McKenney
2010-11-29
1
-2
/
+16
*
rcu: update documentation/comments for Lai's adoption patch
Paul E. McKenney
2010-11-29
2
-5
/
+7
*
rcu,cleanup: simplify the code when cpu is dying
Lai Jiangshan
2010-11-29
4
-78
/
+31
*
rcu,cleanup: move synchronize_sched_expedited() out of sched.c
Lai Jiangshan
2010-11-29
2
-69
/
+71
*
rcu: get rid of obsolete "classic" names in TREE_RCU tracing
Paul E. McKenney
2010-11-29
1
-4
/
+4
*
rcu: Distinguish between boosting and boosted
Paul E. McKenney
2010-11-29
1
-0
/
+4
*
rcu: add tracing for TINY_RCU and TINY_PREEMPT_RCU
Paul E. McKenney
2010-11-29
2
-10
/
+226
*
rcu: priority boosting for TINY_PREEMPT_RCU
Paul E. McKenney
2010-11-29
2
-50
/
+224
*
rcu: move TINY_RCU from softirq to kthread
Paul E. McKenney
2010-11-17
2
-20
/
+66
*
rcu: add priority-inversion testing to rcutorture
Paul E. McKenney
2010-10-07
1
-11
/
+259
*
sched: fix RCU lockdep splat from task_group()
Peter Zijlstra
2010-10-07
1
-0
/
+12
*
rcu: using ACCESS_ONCE() to observe the jiffies_stall/rnp->qsmask value
Dongdong Deng
2010-10-07
1
-2
/
+2
*
sched: suppress RCU lockdep splat in task_fork_fair
Paul E. McKenney
2010-10-07
1
-1
/
+4
*
Merge commit 'v2.6.36-rc7' into core/rcu
Ingo Molnar
2010-10-07
14
-67
/
+161
|
\
|
*
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2010-10-05
1
-3
/
+14
|
|
\
|
*
|
modules: Fix module_bug_list list corruption race
Linus Torvalds
2010-10-05
1
-0
/
+4
|
*
|
kfifo: fix scatterlist usage
Ira W. Snyder
2010-10-01
1
-2
/
+0
|
*
|
rmap: fix walk during fork
Andrea Arcangeli
2010-09-22
1
-1
/
+1
|
*
|
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2010-09-21
2
-5
/
+5
|
|
\
\
|
|
*
|
sched: Fix nohz balance kick
Suresh Siddha
2010-09-21
1
-1
/
+1
|
|
*
|
sched: Fix user time incorrectly accounted as system time on 32-bit
Stanislaw Gruszka
2010-09-15
1
-4
/
+4
|
*
|
|
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2010-09-21
1
-1
/
+2
|
|
\
\
\
|
|
*
|
|
hw breakpoints: Fix pid namespace bug
Matt Helsley
2010-09-17
1
-1
/
+2
|
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2010-09-16
1
-10
/
+17
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
workqueue: add documentation
Tejun Heo
2010-09-13
1
-10
/
+17
|
|
|
/
/
|
*
|
|
compat: Make compat_alloc_user_space() incorporate the access_ok()
H. Peter Anvin
2010-09-14
1
-0
/
+21
|
*
|
|
sched: Improve latencies under load by decreasing minimum scheduling granularity
Ingo Molnar
2010-09-13
1
-3
/
+3
|
|
/
/
|
*
|
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2010-09-11
2
-21
/
+68
|
|
\
\
|
|
*
|
PM / Hibernate: Avoid hitting OOM during preallocation of memory
Rafael J. Wysocki
2010-09-11
1
-20
/
+65
|
|
*
|
PM QoS: Correct pr_debug() misuse and improve parameter checks
mark gross
2010-09-11
1
-1
/
+3
|
*
|
|
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2010-09-11
2
-2
/
+6
|
|
\
\
\
|
|
*
|
|
sched: Move sched_avg_update() to update_cpu_load()
Suresh Siddha
2010-09-09
2
-2
/
+6
|
|
|
/
/
|
*
|
|
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2010-09-10
4
-22
/
+34
|
|
\
\
\
|
|
*
|
|
tracing: t_start: reset FTRACE_ITER_HASH in case of seek/pread
Chris Wright
2010-09-09
1
-0
/
+2
|
|
*
|
|
perf: Fix CPU hotplug
Peter Zijlstra
2010-09-09
1
-3
/
+3
|
|
*
|
|
perf, trace: Fix module leak
Li Zefan
2010-09-09
1
-0
/
+3
|
|
*
|
|
tracing/kprobe: Fix handling of C-unlike argument names
Masami Hiramatsu
2010-09-08
1
-8
/
+12
|
|
*
|
|
tracing/kprobes: Fix handling of argument names
Masami Hiramatsu
2010-09-08
1
-7
/
+10
|
|
*
|
|
tracing/kprobe: Fix a memory leak in error case
Masami Hiramatsu
2010-09-08
1
-3
/
+3
|
|
*
|
|
tracing: Do not allow llseek to set_ftrace_filter
Steven Rostedt
2010-09-08
1
-1
/
+1
*
|
|
|
|
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Ingo Molnar
2010-10-07
25
-148
/
+327
|
\
\
\
\
\
|
*
|
|
|
|
rcu: move check from rcu_dereference_bh to rcu_read_lock_bh_held
Paul E. McKenney
2010-10-05
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
generic-ipi: Fix deadlock in __smp_call_function_single
Heiko Carstens
2010-09-10
1
-3
/
+14
|
|
/
/
/
|
*
|
|
swap: revert special hibernation allocation
Hugh Dickins
2010-09-09
3
-5
/
+3
|
*
|
|
kernel/groups.c: fix integer overflow in groups_search
Jerome Marchand
2010-09-09
1
-3
/
+2
[next]