aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-07Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki3-134/+143
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2-0/+23
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller6-44/+27
2011-10-06Merge commit 'v3.1-rc9' into perf/coreIngo Molnar6-44/+27
2011-10-06sched: Don't use tasklist_lock for debug printsThomas Gleixner1-2/+2
2011-10-06sched: Warn on rt throttlingThomas Gleixner1-0/+1
2011-10-06sched: Unify the ->cpus_allowed mask copyPeter Zijlstra2-7/+3
2011-10-06sched: Wrap scheduler p->cpus_allowed accessPeter Zijlstra3-12/+12
2011-10-06sched: Request for idle balance during nohz idle load balanceSuresh Siddha2-5/+7
2011-10-06sched: Use resched IPI to kick off the nohz idle balanceSuresh Siddha2-22/+28
2011-10-05rtmutex: Add missing rcu_read_unlock() in debug_rt_mutex_print_deadlock()Thomas Gleixner1-1/+3
2011-10-04genirq: Fix fatfinered fixup reallyThomas Gleixner1-1/+1
2011-10-04sched: Fix idle_cpu()Thomas Gleixner1-1/+14
2011-10-04sched: Convert to struct llistPeter Zijlstra1-38/+10
2011-10-04llist: Add llist_next()Peter Zijlstra1-1/+1
2011-10-04irq_work: Use llist in the struct irq_work logicHuang Ying1-58/+33
2011-10-04Merge branch 'linus' into sched/coreIngo Molnar10-53/+43
2011-10-03ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalVasily Averin1-1/+1
2011-10-03genirq: percpu: allow interrupt type to be set at enable timeMarc Zyngier1-1/+14
2011-10-03genirq: Add support for per-cpu dev_id interruptsMarc Zyngier5-22/+302
2011-10-01Merge branches 'irq-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urgent-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds4-30/+11
2011-10-01Merge branch 'rcu/next' of git://github.com/paulmckrcu/linux into core/rcuIngo Molnar14-425/+599
2011-09-30posix-cpu-timers: Cure SMP wobblesPeter Zijlstra2-26/+3
2011-09-29Resource: fix wrong resource window calculationRam Pai1-1/+6
2011-09-29user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn1-8/+16
2011-09-29PM / Tracing: build rpm-traces.c only if CONFIG_PM_RUNTIME is setMing Lei1-0/+2
2011-09-28rcu: Move propagation of ->completed from rcu_start_gp() to rcu_report_qs_rsp()Paul E. McKenney1-20/+51
2011-09-28rcu: Remove rcu_needs_cpu_flush() to avoid false quiescent statesPaul E. McKenney3-29/+0
2011-09-28rcu: Wire up RCU_BOOST_PRIO for rcutreeMike Galbraith2-7/+15
2011-09-28rcu: Make rcu_torture_boost() exit loops at end of testPaul E. McKenney1-1/+2
2011-09-28rcu: Make rcu_torture_fqs() exit loops at end of testPaul E. McKenney1-4/+6
2011-09-28rcu: Permit rt_mutex_unlock() with irqs disabledPaul E. McKenney2-0/+13
2011-09-28rcu: Avoid having just-onlined CPU resched itself when RCU is idlePaul E. McKenney1-3/+8
2011-09-28rcu: Suppress NMI backtraces when stall ends before dumpPaul E. McKenney3-9/+19
2011-09-28rcu: Prohibit grace periods during early bootPaul E. McKenney1-2/+5
2011-09-28rcu: Simplify unboosting checksPaul E. McKenney1-10/+10
2011-09-28rcu: Prevent early boot set_need_resched() from __rcu_pending()Paul E. McKenney1-1/+2
2011-09-28rcu: Dump local stack if cannot dump all CPUs' stacksPaul E. McKenney1-2/+4
2011-09-28rcu: Move __rcu_read_unlock()'s barrier() within if-statementPaul E. McKenney1-1/+1
2011-09-28rcu: Make rcu_implicit_dynticks_qs() locals be correct sizePaul E. McKenney1-5/+5
2011-09-28rcu: Eliminate in_irq() checks in rcu_enter_nohz()Paul E. McKenney1-7/+0
2011-09-28nohz: Remove nohz_cpu_maskShi, Alex2-17/+0
2011-09-28rcu: Allow rcutorture's stat_interval parameter to be changed at runtimePaul E. McKenney1-1/+1
2011-09-28rcu: Simplify quiescent-state accountingPaul E. McKenney4-32/+32
2011-09-28rcu: Add grace-period, quiescent-state, and call_rcu trace eventsPaul E. McKenney5-10/+68
2011-09-28rcu: Make TINY_RCU also use softirq for RCU_BOOST=nPaul E. McKenney2-91/+93
2011-09-28rcu: Add event-trace markers to TREE_RCU kthreadsPaul E. McKenney1-0/+12
2011-09-28rcu: Move RCU_BOOST declarations to allow compiler checkingPaul E. McKenney2-5/+7
2011-09-28rcu: Update comments to reflect softirqs vs. kthreadsPaul E. McKenney2-12/+14
2011-09-28rcu: Add RCU type to callback-invocation tracingPaul E. McKenney2-8/+8