summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2015-10-06rcu: Move preemption disabling out of __srcu_read_lock()Paul E. McKenney
2015-10-06rcu: Add online/offline info to stall warning messagePaul E. McKenney
2015-10-06rcu: Eliminate panic when silly boot-time fanout specifiedPaul E. McKenney
2015-10-06rcu: Don't disable preemption for Tiny and Tree RCU readersBoqun Feng
2015-10-06rcu: Use call_rcu_func_t to replace explicit type equivalentsBoqun Feng
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng
2015-09-20rcu: Make ->cpu_no_qs be a union for aggregate ORPaul E. McKenney
2015-09-20rcu: Invert passed_quiesce and rename to cpu_no_qsPaul E. McKenney
2015-09-20rcu: Rename qs_pending to core_needs_qsPaul E. McKenney
2015-09-20rcu: Move synchronize_sched_expedited() to combining treePaul E. McKenney
2015-09-20rcu: Use single-stage IPI algorithm for RCU expedited grace periodPaul E. McKenney
2015-09-20rcu: Consolidate tree setup for synchronize_rcu_expedited()Paul E. McKenney
2015-09-20rcu: Move rcu_report_exp_rnp() to allow consolidationPaul E. McKenney
2015-09-20rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wqPaul E. McKenney
2015-09-20rcu: Suppress lockdep false positive for rcp->exp_funnel_mutexPaul E. McKenney
2015-08-04rcu,locking: Privatize smp_mb__after_unlock_lock()Paul E. McKenney
2015-08-04Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEADPaul E. McKenney
2015-08-04Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEADPaul E. McKenney
2015-08-04rcu: Silence lockdep false positive for expedited grace periodsPaul E. McKenney
2015-07-22rcu: Don't disable CPU hotplug during OOM notifiersPaul E. McKenney
2015-07-22rcu: Fix backwards RCU_LOCKDEP_WARN() in synchronize_rcu_tasks()Paul E. McKenney
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney
2015-07-22rcu: Make rcu_is_watching() really notraceAlexei Starovoitov
2015-07-22rcu: Create a synchronize_rcu_mult()Paul E. McKenney
2015-07-22rcu: Fix obsolete priority-boosting commentPaul E. McKenney
2015-07-22rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney
2015-07-17rcu: Add fastpath bypassing funnel lockingPaul E. McKenney
2015-07-17rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQSPaul E. McKenney
2015-07-17rcu: Pull out wait_event*() condition into helper functionPaul E. McKenney
2015-07-17rcu: Add stall warnings to synchronize_sched_expedited()Paul E. McKenney
2015-07-17rcu: Extend expedited funnel locking to rcu_data structurePaul E. McKenney
2015-07-17rcu: Consolidate last open-coded expedited memory barrierPaul E. McKenney
2015-07-17rcu: Apply rcu_seq operations to _rcu_barrier()Paul E. McKenney
2015-07-17rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loopPaul E. McKenney
2015-07-17rcu: Fix synchronize_sched_expedited() type error for "s"Paul E. McKenney
2015-07-17rcu: Abstract funnel locking from synchronize_sched_expedited()Paul E. McKenney
2015-07-17rcu: Make synchronize_rcu_expedited() use sequence-counter schemePaul E. McKenney
2015-07-17rcu: Abstract sequence counting from synchronize_sched_expedited()Paul E. McKenney
2015-07-17rcu: Make expedited GP CPU stoppage asynchronousPeter Zijlstra
2015-07-17rcu: Get rid of synchronize_sched_expedited()'s polling loopPaul E. McKenney
2015-07-17rcu: Rework synchronize_sched_expedited() counter handlingPaul E. McKenney
2015-07-17rcu: Switch synchronize_sched_expedited() to stop_one_cpu()Peter Zijlstra
2015-07-17rcu: Remove CONFIG_RCU_CPU_STALL_INFOPaul E. McKenney
2015-07-17rcu: Stop disabling CPU hotplug in synchronize_rcu_expedited()Paul E. McKenney
2015-07-17rcu: Reset rcu_fanout_leaf if out of boundsPaul E. McKenney
2015-07-17rcu: Shut up bogus gcc array bounds warningAlexander Gordeev
2015-07-15rcutorture: Add RCU-tasks qualifier to dereferencePaul E. McKenney
2015-07-15rcutorture: Fix rcu_torture_cbflood() for callback-free RCUPaul E. McKenney
2015-07-15rcutorture: Bounds-check rcutorture.shuffle_intervalPaul E. McKenney
2015-07-15rcutorture: Check nfakewriters parameterPaul E. McKenney