summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rcu: Avoid having just-onlined CPU resched itself when RCU is idlePaul E. McKenney2011-09-291-3/+8
* rcu: Suppress NMI backtraces when stall ends before dumpPaul E. McKenney2011-09-293-9/+19
* rcu: Prohibit grace periods during early bootPaul E. McKenney2011-09-291-2/+5
* rcu: Simplify unboosting checksPaul E. McKenney2011-09-292-13/+10
* rcu: Prevent early boot set_need_resched() from __rcu_pending()Paul E. McKenney2011-09-291-1/+2
* rcu: Dump local stack if cannot dump all CPUs' stacksPaul E. McKenney2011-09-291-2/+4
* rcu: Move __rcu_read_unlock()'s barrier() within if-statementPaul E. McKenney2011-09-292-13/+3
* rcu: Improve rcu_assign_pointer() and RCU_INIT_POINTER() documentationPaul E. McKenney2011-09-291-7/+40
* rcu: Make rcu_assign_pointer() unconditionally insert a memory barrierEric Dumazet2011-09-291-3/+1
* rcu: Make rcu_implicit_dynticks_qs() locals be correct sizePaul E. McKenney2011-09-291-5/+5
* rcu: Eliminate in_irq() checks in rcu_enter_nohz()Paul E. McKenney2011-09-291-7/+0
* nohz: Remove nohz_cpu_maskShi, Alex2011-09-293-18/+0
* rcu: Document interpretation of RCU-lockdep splatsPaul E. McKenney2011-09-291-0/+110
* rcu: Allow rcutorture's stat_interval parameter to be changed at runtimePaul E. McKenney2011-09-291-1/+1
* rcu: Remove unused and redundant interfacesPaul E. McKenney2011-09-291-20/+0
* rcu: Update documentation for additional RCU lockdep functionsPaul E. McKenney2011-09-291-3/+21
* rcu: Not necessary to pass rcu_read_lock_held() to rcu_dereference_protected()Michal Hocko2011-09-291-6/+4
* rcu: Simplify quiescent-state accountingPaul E. McKenney2011-09-295-49/+49
* rcu: Add grace-period, quiescent-state, and call_rcu trace eventsPaul E. McKenney2011-09-296-24/+399
* rcu: Make TINY_RCU also use softirq for RCU_BOOST=nPaul E. McKenney2011-09-293-91/+97
* rcu: Add event-trace markers to TREE_RCU kthreadsPaul E. McKenney2011-09-292-0/+15
* rcu: Move RCU_BOOST declarations to allow compiler checkingPaul E. McKenney2011-09-292-5/+7
* rcu: Update comments to reflect softirqs vs. kthreadsPaul E. McKenney2011-09-292-12/+14
* rcu: Add RCU type to callback-invocation tracingPaul E. McKenney2011-09-293-18/+26
* rcu: Put names into TINY_RCU structures under RCU_TRACEPaul E. McKenney2011-09-295-27/+18
* rcu: Event-trace markers for computing RCU CPU utilizationPaul E. McKenney2011-09-292-21/+68
* rcu: Add event-tracing for RCU callback invocationPaul E. McKenney2011-09-296-54/+219
* rcu: Don't destroy rcu_torture_boost() callback until it is donePaul E. McKenney2011-09-291-1/+1
* rcu: Drive configuration directly from SMP and PREEMPTPaul E. McKenney2011-09-291-3/+3
* rcu: Fix RCU's NMI documentationPaul E. McKenney2011-09-291-1/+1
* rcu: Catch rcutorture up to new RCU API additionsPaul E. McKenney2011-09-292-34/+24
* rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney2011-09-298-131/+113
* rcu: Fix mismatched variable in rcutree_trace.cAndi Kleen2011-09-291-1/+1
* rcu: Update rcutorture documentationPaul E. McKenney2011-09-291-35/+99
* rcu: Move rcu_head definition to types.hPaul E. McKenney2011-09-292-10/+11
* rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney2011-09-295-45/+75
* rcu: Update documentation to flag RCU_BOOST trace informationPaul E. McKenney2011-09-291-0/+4
* rcu: Avoid unnecessary self-wakeup of per-CPU kthreadsShaohua Li2011-09-291-5/+3
* rcu: Use kthread_create_on_node()Eric Dumazet2011-09-292-3/+7
* Linux 3.1-rc8v3.1-rc8Linus Torvalds2011-09-281-1/+1
* Merge branch 'for-linus' of git://github.com/tiwai/soundLinus Torvalds2011-09-285-5/+21
|\
| * Merge branch 'fix/asoc' into for-linusTakashi Iwai2011-09-272-1/+8
| |\
| | * ASoC: ssm2602: Re-enable oscillator after suspendLars-Peter Clausen2011-09-271-1/+2
| | * ASoC: omap-mcbsp: Do not attempt to change DAI sysclk if stream is activeJarkko Nikula2011-09-231-0/+6
| * | ALSA: usb-audio: Check for possible chip NULL pointer before clearing probing...Thomas Pfaff2011-09-261-3/+5
| * | ALSA: hda/realtek - Don't detect LO jack when identical with HPTakashi Iwai2011-09-261-0/+4
| * | ALSA: hda/realtek - Avoid bogus HP-pin assignmentTakashi Iwai2011-09-261-1/+3
| * | ALSA: HDA: No power nids on 92HD93David Henningsson2011-09-241-0/+1
* | | Merge branch 'pm-fixes' of git://github.com/rjwysocki/linux-pmLinus Torvalds2011-09-281-37/+38
|\ \ \
| * | | PM / Clocks: Do not acquire a mutex under a spinlockRafael J. Wysocki2011-09-261-37/+38