summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-2610-42/+408
|\
| * genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell2011-10-173-8/+45
| * genirq: Fix fatfinered fixup reallyThomas Gleixner2011-10-041-1/+1
| * genirq: percpu: allow interrupt type to be set at enable timeMarc Zyngier2011-10-032-2/+15
| * genirq: Add support for per-cpu dev_id interruptsMarc Zyngier2011-10-038-34/+345
| * genirq: Add IRQCHIP_SKIP_SET_WAKE flagSantosh Shilimkar2011-09-122-0/+5
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-2627-659/+1489
|\ \
| * \ Merge branch 'rcu/next' of git://github.com/paulmckrcu/linux into core/rcuIngo Molnar2011-10-0127-659/+1489
| |\ \
| | * | rcu: Move propagation of ->completed from rcu_start_gp() to rcu_report_qs_rsp()Paul E. McKenney2011-09-281-20/+51
| | * | rcu: Remove rcu_needs_cpu_flush() to avoid false quiescent statesPaul E. McKenney2011-09-283-29/+0
| | * | rcu: Wire up RCU_BOOST_PRIO for rcutreeMike Galbraith2011-09-282-7/+15
| | * | rcu: Make rcu_torture_boost() exit loops at end of testPaul E. McKenney2011-09-281-1/+2
| | * | rcu: Make rcu_torture_fqs() exit loops at end of testPaul E. McKenney2011-09-281-4/+6
| | * | rcu: Permit rt_mutex_unlock() with irqs disabledPaul E. McKenney2011-09-282-0/+13
| | * | rcu: Avoid having just-onlined CPU resched itself when RCU is idlePaul E. McKenney2011-09-281-3/+8
| | * | rcu: Suppress NMI backtraces when stall ends before dumpPaul E. McKenney2011-09-283-9/+19
| | * | rcu: Prohibit grace periods during early bootPaul E. McKenney2011-09-281-2/+5
| | * | rcu: Simplify unboosting checksPaul E. McKenney2011-09-282-13/+10
| | * | rcu: Prevent early boot set_need_resched() from __rcu_pending()Paul E. McKenney2011-09-281-1/+2
| | * | rcu: Dump local stack if cannot dump all CPUs' stacksPaul E. McKenney2011-09-281-2/+4
| | * | rcu: Move __rcu_read_unlock()'s barrier() within if-statementPaul E. McKenney2011-09-282-13/+3
| | * | rcu: Improve rcu_assign_pointer() and RCU_INIT_POINTER() documentationPaul E. McKenney2011-09-281-7/+40
| | * | rcu: Make rcu_assign_pointer() unconditionally insert a memory barrierEric Dumazet2011-09-281-3/+1
| | * | rcu: Make rcu_implicit_dynticks_qs() locals be correct sizePaul E. McKenney2011-09-281-5/+5
| | * | rcu: Eliminate in_irq() checks in rcu_enter_nohz()Paul E. McKenney2011-09-281-7/+0
| | * | nohz: Remove nohz_cpu_maskShi, Alex2011-09-283-18/+0
| | * | rcu: Document interpretation of RCU-lockdep splatsPaul E. McKenney2011-09-281-0/+110
| | * | rcu: Allow rcutorture's stat_interval parameter to be changed at runtimePaul E. McKenney2011-09-281-1/+1
| | * | rcu: Remove unused and redundant interfacesPaul E. McKenney2011-09-281-20/+0
| | * | rcu: Update documentation for additional RCU lockdep functionsPaul E. McKenney2011-09-281-3/+21
| | * | rcu: Not necessary to pass rcu_read_lock_held() to rcu_dereference_protected()Michal Hocko2011-09-281-6/+4
| | * | rcu: Simplify quiescent-state accountingPaul E. McKenney2011-09-285-49/+49
| | * | rcu: Add grace-period, quiescent-state, and call_rcu trace eventsPaul E. McKenney2011-09-286-24/+399
| | * | rcu: Make TINY_RCU also use softirq for RCU_BOOST=nPaul E. McKenney2011-09-283-91/+97
| | * | rcu: Add event-trace markers to TREE_RCU kthreadsPaul E. McKenney2011-09-282-0/+15
| | * | rcu: Move RCU_BOOST declarations to allow compiler checkingPaul E. McKenney2011-09-282-5/+7
| | * | rcu: Update comments to reflect softirqs vs. kthreadsPaul E. McKenney2011-09-282-12/+14
| | * | rcu: Add RCU type to callback-invocation tracingPaul E. McKenney2011-09-283-18/+26
| | * | rcu: Put names into TINY_RCU structures under RCU_TRACEPaul E. McKenney2011-09-285-27/+18
| | * | rcu: Event-trace markers for computing RCU CPU utilizationPaul E. McKenney2011-09-282-21/+68
| | * | rcu: Add event-tracing for RCU callback invocationPaul E. McKenney2011-09-286-54/+219
| | * | rcu: Don't destroy rcu_torture_boost() callback until it is donePaul E. McKenney2011-09-281-1/+1
| | * | rcu: Drive configuration directly from SMP and PREEMPTPaul E. McKenney2011-09-281-3/+3
| | * | rcu: Fix RCU's NMI documentationPaul E. McKenney2011-09-281-1/+1
| | * | rcu: Catch rcutorture up to new RCU API additionsPaul E. McKenney2011-09-282-34/+24
| | * | rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney2011-09-288-131/+113
| | * | rcu: Fix mismatched variable in rcutree_trace.cAndi Kleen2011-09-281-1/+1
| | * | rcu: Update rcutorture documentationPaul E. McKenney2011-09-281-35/+99
| | * | rcu: Move rcu_head definition to types.hPaul E. McKenney2011-09-282-10/+11
| | * | rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney2011-09-285-45/+75