summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-266-29/+359
|\
| * genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell2011-10-171-7/+41
| * genirq: Fix fatfinered fixup reallyThomas Gleixner2011-10-041-1/+1
| * genirq: percpu: allow interrupt type to be set at enable timeMarc Zyngier2011-10-031-1/+14
| * genirq: Add support for per-cpu dev_id interruptsMarc Zyngier2011-10-035-22/+302
| * genirq: Add IRQCHIP_SKIP_SET_WAKE flagSantosh Shilimkar2011-09-121-0/+3
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-2614-425/+599
|\ \
| * \ Merge branch 'rcu/next' of git://github.com/paulmckrcu/linux into core/rcuIngo Molnar2011-10-0114-425/+599
| |\ \
| | * | 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-281-10/+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-281-1/+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-282-17/+0
| | * | rcu: Allow rcutorture's stat_interval parameter to be changed at runtimePaul E. McKenney2011-09-281-1/+1
| | * | rcu: Simplify quiescent-state accountingPaul E. McKenney2011-09-284-32/+32
| | * | rcu: Add grace-period, quiescent-state, and call_rcu trace eventsPaul E. McKenney2011-09-285-10/+68
| | * | rcu: Make TINY_RCU also use softirq for RCU_BOOST=nPaul E. McKenney2011-09-282-91/+93
| | * | rcu: Add event-trace markers to TREE_RCU kthreadsPaul E. McKenney2011-09-281-0/+12
| | * | 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-282-8/+8
| | * | 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-281-1/+15
| | * | rcu: Add event-tracing for RCU callback invocationPaul E. McKenney2011-09-284-4/+121
| | * | rcu: Don't destroy rcu_torture_boost() callback until it is donePaul E. McKenney2011-09-281-1/+1
| | * | rcu: Catch rcutorture up to new RCU API additionsPaul E. McKenney2011-09-281-34/+21
| | * | rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney2011-09-285-73/+23
| | * | rcu: Fix mismatched variable in rcutree_trace.cAndi Kleen2011-09-281-1/+1
| | * | rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney2011-09-283-38/+52
| | * | rcu: Avoid unnecessary self-wakeup of per-CPU kthreadsShaohua Li2011-09-281-5/+3
| | * | rcu: Use kthread_create_on_node()Eric Dumazet2011-09-282-3/+7
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-2613-194/+279
|\ \ \ \
| * | | | rtmutex: Add missing rcu_read_unlock() in debug_rt_mutex_print_deadlock()Thomas Gleixner2011-10-051-1/+3
| * | | | lockdep: Comment all warningsPeter Zijlstra2011-09-181-9/+147
| * | | | locking, latencytop: Annotate latency_lock as rawThomas Gleixner2011-09-131-7/+7
| * | | | locking, timer_stats: Annotate table_lock as rawThomas Gleixner2011-09-131-3/+3
| * | | | locking, semaphores: Annotate inner lock as rawThomas Gleixner2011-09-131-14/+14
| * | | | locking, sched: Annotate thread_group_cputimer as rawThomas Gleixner2011-09-132-12/+12
| * | | | locking, printk: Annotate logbuf_lock as rawThomas Gleixner2011-09-131-23/+23