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
/
rcutree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
context_tracking: New context tracking susbsystem
Frederic Weisbecker
2012-11-30
1
-62
/
+2
*
rcu: Add callback-free CPUs
Paul E. McKenney
2012-11-16
1
-12
/
+51
*
-
-
-
-
-
.
Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...
Paul E. McKenney
2012-11-16
1
-52
/
+170
|
\
\
\
\
|
|
|
|
*
rcu: Fix precedence error in cpu_needs_another_gp()
Paul E. McKenney
2012-10-23
1
-1
/
+1
|
|
|
|
*
rcu: Add a module parameter to force use of expedited RCU primitives
Antti P Miettinen
2012-10-23
1
-3
/
+9
|
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
rcu: Fix tracing formatting
Paul E. McKenney
2012-11-08
1
-2
/
+2
|
|
|
*
rcu: Instrument synchronize_rcu_expedited() for debugfs tracing
Paul E. McKenney
2012-11-08
1
-3
/
+15
|
|
|
*
rcu: Move synchronize_sched_expedited() state to rcu_state
Paul E. McKenney
2012-11-08
1
-11
/
+9
|
|
|
*
rcu: Avoid counter wrap in synchronize_sched_expedited()
Paul E. McKenney
2012-11-08
1
-18
/
+44
|
|
|
*
rcu: Rename ->onofflock to ->orphan_lock
Paul E. McKenney
2012-11-08
1
-6
/
+6
|
|
|
*
rcu: Fix comment about _rcu_barrier()/orphanage exclusion
Paul E. McKenney
2012-10-23
1
-2
/
+2
|
|
_
|
/
|
/
|
|
|
|
*
rcu: Dump number of callbacks in stall warning messages
Paul E. McKenney
2012-10-23
1
-4
/
+11
|
|
*
rcu: Add grace-period information to RCU CPU stall warnings
Paul E. McKenney
2012-10-23
1
-3
/
+5
|
|
*
rcu: Print remote CPU's stacks in stall warnings
Paul E. McKenney
2012-10-23
1
-1
/
+24
|
|
/
|
/
|
|
*
rcu: Clarify memory-ordering properties of grace-period primitives
Paul E. McKenney
2012-11-13
1
-4
/
+25
|
*
rcu: Fix batch-limit size problem
Eric Dumazet
2012-11-13
1
-7
/
+8
|
*
rcu: Accelerate callbacks for CPU initiating a grace period
Paul E. McKenney
2012-10-20
1
-2
/
+24
|
/
*
rcu: Grace-period initialization excludes only RCU notifier
Paul E. McKenney
2012-10-08
1
-11
/
+10
*
rcu: Apply micro-optimization and int/bool fixes to RCU's idle handling
Paul E. McKenney
2012-09-26
1
-8
/
+8
*
rcu: Userspace RCU extended QS selftest
Frederic Weisbecker
2012-09-26
1
-1
/
+1
*
rcu: Switch task's syscall hooks on context switch
Frederic Weisbecker
2012-09-26
1
-0
/
+15
*
rcu: Ignore userspace extended quiescent state by default
Frederic Weisbecker
2012-09-26
1
-1
/
+4
*
rcu: Allow rcu_user_enter()/exit() to nest
Frederic Weisbecker
2012-09-26
1
-8
/
+33
*
rcu: Settle config for userspace extended quiescent state
Frederic Weisbecker
2012-09-26
1
-1
/
+4
*
rcu: New rcu_user_enter_after_irq() and rcu_user_exit_after_irq() APIs
Frederic Weisbecker
2012-09-26
1
-0
/
+43
*
rcu: New rcu_user_enter() and rcu_user_exit() APIs
Frederic Weisbecker
2012-09-26
1
-34
/
+101
*
Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25b
Paul E. McKenney
2012-09-25
1
-8
/
+4
|
\
|
*
rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthread
Paul E. McKenney
2012-08-13
1
-4
/
+0
|
*
rcu: Yield simpler
Thomas Gleixner
2012-08-13
1
-4
/
+4
|
|
|
\
|
\
|
\
*
-
-
-
.
\
Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09....
Paul E. McKenney
2012-09-24
1
-114
/
+52
|
\
\
\
\
|
|
|
*
|
rcu: Disallow callback registry on offline CPUs
Paul E. McKenney
2012-09-23
1
-0
/
+10
|
|
|
*
|
rcu: Remove _rcu_barrier() dependency on __stop_machine()
Paul E. McKenney
2012-09-23
1
-72
/
+11
|
|
|
/
/
|
|
/
|
|
|
|
*
|
rcu: Remove redundant memory barrier from __call_rcu()
Paul E. McKenney
2012-09-23
1
-2
/
+0
|
|
*
|
rcu: Avoid spurious RCU CPU stall warnings
Paul E. McKenney
2012-09-23
1
-1
/
+2
|
|
*
|
rcu: Protect rcu_node accesses during CPU stall warnings
Paul E. McKenney
2012-09-23
1
-7
/
+8
|
|
*
|
rcu: Make offline-CPU checking allow for indefinite delays
Paul E. McKenney
2012-09-23
1
-32
/
+21
|
|
/
/
*
|
|
rcu: Shrink RCU based on number of CPUs
Paul E. McKenney
2012-09-23
1
-1
/
+2
*
|
|
rcu: Handle unbalanced rcu_node configurations with few CPUs
Paul E. McKenney
2012-09-23
1
-1
/
+1
*
|
|
rcu: Simplify quiescent-state detection
Paul E. McKenney
2012-09-23
1
-16
/
+11
*
|
|
rcu: Adjust for unconditional ->completed assignment
Paul E. McKenney
2012-09-23
1
-1
/
+3
*
|
|
rcu: Add random PROVE_RCU_DELAY to grace-period initialization
Paul E. McKenney
2012-09-23
1
-0
/
+5
*
|
|
rcu: Fix day-zero grace-period initialization/cleanup race
Paul E. McKenney
2012-09-23
1
-23
/
+17
*
|
|
rcu: Make rcutree module parameters visible in sysfs
Paul E. McKenney
2012-09-23
1
-4
/
+4
*
|
|
rcu: Control grace-period duration from sysfs
Paul E. McKenney
2012-09-23
1
-3
/
+22
*
|
|
rcu: Prevent force_quiescent_state() memory contention
Paul E. McKenney
2012-09-23
1
-10
/
+37
*
|
|
rcu: Allow RCU quiescent-state forcing to be preempted
Paul E. McKenney
2012-09-23
1
-0
/
+1
*
|
|
rcu: Move quiescent-state forcing into kthread
Paul E. McKenney
2012-09-23
1
-125
/
+74
*
|
|
rcu: Prevent offline CPUs from executing RCU core code
Paul E. McKenney
2012-09-23
1
-0
/
+2
*
|
|
rcu: Break up rcu_gp_kthread() into subfunctions
Paul E. McKenney
2012-09-23
1
-115
/
+135
*
|
|
rcu: Allow RCU grace-period cleanup to be preempted
Paul E. McKenney
2012-09-23
1
-6
/
+5
[next]