summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-08Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney19-102/+568
2015-10-08Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEADPaul E. McKenney8-345/+652
2015-10-08rcu: Better hotplug handling for synchronize_sched_expedited()Paul E. McKenney1-6/+62
2015-10-08rcu: Enable stall warnings for synchronize_rcu_expedited()Paul E. McKenney1-2/+1
2015-10-08rcu: Add tasks to expedited stall-warning messagesPaul E. McKenney1-1/+1
2015-10-08rcu: Add online/offline info to expedited stall warning messagePaul E. McKenney3-1/+40
2015-10-08rcu: Consolidate expedited CPU selectionPaul E. McKenney2-63/+5
2015-10-08rcu: Prepare for consolidating expedited CPU selectionPaul E. McKenney1-2/+0
2015-10-08cpu: Remove try_get_online_cpus()Paul E. McKenney2-15/+0
2015-10-08rcu: Stop excluding CPU hotplug in synchronize_sched_expedited()Paul E. McKenney1-13/+1
2015-10-08rcu: Stop silencing lockdep false positive for expedited grace periodsPaul E. McKenney2-23/+2
2015-10-08rcu: Switch synchronize_sched_expedited() to IPIPaul E. McKenney2-15/+20
2015-10-06locktorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney1-3/+3
2015-10-06torture: Forgive non-plural argumentsPaul E. McKenney1-3/+3
2015-10-06rcutorture: Fix unused-function warning for torturing_tasks()Paul E. McKenney1-1/+1
2015-10-06rcutorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney1-3/+3
2015-10-06rcu_sync: Cleanup the CONFIG_PROVE_RCU checksOleg Nesterov2-7/+6
2015-10-06locking/percpu-rwsem: Clean up the lockdep annotations in percpu_down_read()Oleg Nesterov1-5/+5
2015-10-06locking/percpu-rwsem: Fix the comments outdated by rcu_syncOleg Nesterov1-39/+11
2015-10-06locking/percpu-rwsem: Make use of the rcu_sync infrastructureOleg Nesterov2-12/+9
2015-10-06locking/percpu-rwsem: Make percpu_free_rwsem() after kzalloc() safeOleg Nesterov1-0/+7
2015-10-06rcu_sync: Introduce rcu_sync_dtor()Oleg Nesterov2-0/+27
2015-10-06rcu_sync: Add CONFIG_PROVE_RCU checksOleg Nesterov2-0/+26
2015-10-06rcu_sync: Simplify rcu_sync using new rcu_sync_ops structureOleg Nesterov2-57/+45
2015-10-06rcu: Create rcu_sync infrastructureOleg Nesterov3-1/+270
2015-10-06torture: Consolidate cond_resched_rcu_qs() into stutter_wait()Paul E. McKenney2-2/+1
2015-10-06locktorture: Add torture tests for percpu_rwsemPaul E. McKenney4-0/+52
2015-10-06locking/percpu-rwsem: Export symbols for locktorturePaul E. McKenney1-0/+5
2015-10-06locktorture: Support rtmutex torturingDavidlohr Bueso5-3/+124
2015-10-06documentation: Add lockless_dereference()Paul E. McKenney1-0/+11
2015-10-06documentation: Catch up list of torture_type optionsPaul E. McKenney1-26/+13
2015-10-06documentation: Correct doc to use rcu_dereference_protectedJason A. Donenfeld1-3/+3
2015-10-06documentation: Call out slow consoles as cause of stall warningsPaul E. McKenney1-0/+7
2015-10-06documentation: No acquire/release for RCU readersPaul E. McKenney1-1/+0
2015-10-06rculist: Use WRITE_ONCE() when deleting from reader-visible listPaul E. McKenney3-5/+8
2015-10-06rcu: Remove deprecated rcu_lockdep_assert()Paul E. McKenney1-21/+0
2015-10-06rculist: Make list_entry_rcu() use lockless_dereference()Patrick Marlier1-4/+1
2015-10-06rcu: Add rcu_pointer_handoff()Paul E. McKenney1-0/+22
2015-10-06rcu: Correct comment for values of ->gp_state fieldPaul E. McKenney1-1/+1
2015-10-06rcu: Finish folding ->fqs_state into ->gp_statePetr Mladek3-22/+12
2015-10-06rcu: Move preemption disabling out of __srcu_read_lock()Paul E. McKenney3-3/+6
2015-10-06rcu: Add online/offline info to stall warning messagePaul E. McKenney1-2/+6
2015-10-06rcu: Eliminate panic when silly boot-time fanout specifiedPaul E. McKenney2-12/+17
2015-10-06rcu: Don't disable preemption for Tiny and Tree RCU readersBoqun Feng3-2/+14
2015-10-06rcu: Use call_rcu_func_t to replace explicit type equivalentsBoqun Feng2-3/+2
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng10-21/+21
2015-10-06sched: Export sched_setscheduler_nocheckDavidlohr Bueso1-0/+1
2015-09-21rcu: Make ->cpu_no_qs be a union for aggregate ORPaul E. McKenney4-16/+28
2015-09-21rcu: Invert passed_quiesce and rename to cpu_no_qsPaul E. McKenney5-33/+33
2015-09-21rcu: Rename qs_pending to core_needs_qsPaul E. McKenney4-12/+12