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
/
rcu
/
tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
-
-
-
.
Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...
Paul E. McKenney
2015-12-07
1
-82
/
+135
|
\
\
\
|
|
|
*
rcutorture: Print symbolic name for ->gp_state
Paul E. McKenney
2015-12-05
1
-2
/
+13
|
|
|
*
rcutorture: Dump stack when GP kthread stalls
Paul E. McKenney
2015-12-05
1
-1
/
+4
|
|
|
*
rcutorture: Flag nonexistent RCU GP kthread
Paul E. McKenney
2015-12-05
1
-1
/
+1
|
|
_
|
/
|
/
|
|
|
|
*
rcu: Make rcu_gp_init() be bool rather than int
Paul E. McKenney
2015-12-07
1
-5
/
+5
|
|
*
rcu: Move wakeup out from under rnp->lock
Peter Zijlstra
2015-12-07
1
-1
/
+1
|
|
*
rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()
Paul E. McKenney
2015-12-07
1
-6
/
+26
|
|
*
rcu: Make cpu_needs_another_gp() be bool
Paul E. McKenney
2015-12-07
1
-7
/
+7
|
|
*
rcu: Eliminate unused rcu_init_one() argument
Paul E. McKenney
2015-12-07
1
-4
/
+3
|
|
*
rcu: Stop disabling interrupts in scheduler fastpaths
Paul E. McKenney
2015-12-04
1
-15
/
+12
|
|
*
rcu: Simplify rcu_sched_qs() control flow
Paul E. McKenney
2015-12-04
1
-15
/
+14
|
|
*
rcu: Move lock_class_key to local scope
Paul E. McKenney
2015-12-04
1
-4
/
+3
|
|
/
|
/
|
|
*
rcu: Add rcu_normal kernel parameter to suppress expediting
Paul E. McKenney
2015-12-04
1
-0
/
+6
|
*
rcu: Add more diagnostics to expedited stall warning messages.
Paul E. McKenney
2015-12-04
1
-3
/
+21
|
*
rcu: Make expedited grace periods resolve stall-warning ties
Paul E. McKenney
2015-12-04
1
-1
/
+1
|
*
rcu: Reduce expedited GP memory contention via per-CPU variables
Paul E. McKenney
2015-12-04
1
-6
/
+5
|
*
rcu: Invert sync_rcu_exp_select_cpus() "if" statement
Paul E. McKenney
2015-12-04
1
-16
/
+14
|
*
rcu: Move smp_mb() from rcu_seq_snap() to rcu_exp_gp_seq_snap()
Paul E. McKenney
2015-12-04
1
-1
/
+1
|
*
rcu: Short-circuit synchronize_sched_expedited() if only one CPU
Paul E. McKenney
2015-12-04
1
-0
/
+4
|
/
*
rcu: Add transitivity to remaining rcu_node ->lock acquisitions
Paul E. McKenney
2015-11-23
1
-12
/
+12
*
rcu: Create transitive rnp->lock acquisition functions
Peter Zijlstra
2015-11-23
1
-52
/
+26
*
Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEAD
Paul E. McKenney
2015-10-07
1
-93
/
+364
|
\
|
*
rcu: Better hotplug handling for synchronize_sched_expedited()
Paul E. McKenney
2015-10-07
1
-6
/
+62
|
*
rcu: Add tasks to expedited stall-warning messages
Paul E. McKenney
2015-10-07
1
-1
/
+1
|
*
rcu: Add online/offline info to expedited stall warning message
Paul E. McKenney
2015-10-07
1
-1
/
+8
|
*
rcu: Consolidate expedited CPU selection
Paul E. McKenney
2015-10-07
1
-3
/
+4
|
*
rcu: Prepare for consolidating expedited CPU selection
Paul E. McKenney
2015-10-07
1
-2
/
+0
|
*
rcu: Stop excluding CPU hotplug in synchronize_sched_expedited()
Paul E. McKenney
2015-10-07
1
-13
/
+1
|
*
rcu: Stop silencing lockdep false positive for expedited grace periods
Paul E. McKenney
2015-10-07
1
-15
/
+2
|
*
rcu: Switch synchronize_sched_expedited() to IPI
Paul E. McKenney
2015-10-07
1
-12
/
+20
|
*
rcu: Make ->cpu_no_qs be a union for aggregate OR
Paul E. McKenney
2015-09-20
1
-11
/
+11
|
*
rcu: Invert passed_quiesce and rename to cpu_no_qs
Paul E. McKenney
2015-09-20
1
-11
/
+11
|
*
rcu: Rename qs_pending to core_needs_qs
Paul E. McKenney
2015-09-20
1
-7
/
+7
|
*
rcu: Move synchronize_sched_expedited() to combining tree
Paul E. McKenney
2015-09-20
1
-41
/
+82
|
*
rcu: Use single-stage IPI algorithm for RCU expedited grace period
Paul E. McKenney
2015-09-20
1
-20
/
+55
|
*
rcu: Consolidate tree setup for synchronize_rcu_expedited()
Paul E. McKenney
2015-09-20
1
-1
/
+85
|
*
rcu: Move rcu_report_exp_rnp() to allow consolidation
Paul E. McKenney
2015-09-20
1
-0
/
+66
|
*
rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wq
Paul E. McKenney
2015-09-20
1
-1
/
+1
*
|
rcu: Finish folding ->fqs_state into ->gp_state
Petr Mladek
2015-10-06
1
-10
/
+8
*
|
rcu: Eliminate panic when silly boot-time fanout specified
Paul E. McKenney
2015-10-06
1
-9
/
+11
*
|
rcu: Don't disable preemption for Tiny and Tree RCU readers
Boqun Feng
2015-10-06
1
-0
/
+9
*
|
rcu: Use rcu_callback_t in call_rcu*() and friends
Boqun Feng
2015-10-06
1
-4
/
+4
|
/
*
rcu: Suppress lockdep false positive for rcp->exp_funnel_mutex
Paul E. McKenney
2015-09-20
1
-0
/
+5
*
Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEAD
Paul E. McKenney
2015-08-04
1
-262
/
+327
|
\
|
*
rcu: Silence lockdep false positive for expedited grace periods
Paul E. McKenney
2015-08-04
1
-2
/
+10
|
*
rcu: Add fastpath bypassing funnel locking
Paul E. McKenney
2015-07-17
1
-0
/
+16
|
*
rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS
Paul E. McKenney
2015-07-17
1
-1
/
+1
|
*
rcu: Pull out wait_event*() condition into helper function
Paul E. McKenney
2015-07-17
1
-5
/
+21
|
*
rcu: Add stall warnings to synchronize_sched_expedited()
Paul E. McKenney
2015-07-17
1
-4
/
+54
|
*
rcu: Extend expedited funnel locking to rcu_data structure
Paul E. McKenney
2015-07-17
1
-3
/
+16
[next]