summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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-291-20/+51
| | * rcu: Remove rcu_needs_cpu_flush() to avoid false quiescent statesPaul E. McKenney2011-09-293-29/+0Star
| | * rcu: Wire up RCU_BOOST_PRIO for rcutreeMike Galbraith2011-09-292-7/+15
| | * rcu: Make rcu_torture_boost() exit loops at end of testPaul E. McKenney2011-09-291-1/+2
| | * rcu: Make rcu_torture_fqs() exit loops at end of testPaul E. McKenney2011-09-291-4/+6
| | * rcu: Permit rt_mutex_unlock() with irqs disabledPaul E. McKenney2011-09-292-0/+13
| | * 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-291-10/+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-291-1/+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/+0Star
| | * nohz: Remove nohz_cpu_maskShi, Alex2011-09-292-17/+0Star
| | * rcu: Allow rcutorture's stat_interval parameter to be changed at runtimePaul E. McKenney2011-09-291-1/+1
| | * rcu: Simplify quiescent-state accountingPaul E. McKenney2011-09-294-32/+32
| | * rcu: Add grace-period, quiescent-state, and call_rcu trace eventsPaul E. McKenney2011-09-295-10/+68
| | * rcu: Make TINY_RCU also use softirq for RCU_BOOST=nPaul E. McKenney2011-09-292-91/+93
| | * rcu: Add event-trace markers to TREE_RCU kthreadsPaul E. McKenney2011-09-291-0/+12
| | * 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-292-8/+8
| | * rcu: Put names into TINY_RCU structures under RCU_TRACEPaul E. McKenney2011-09-295-27/+18Star
| | * rcu: Event-trace markers for computing RCU CPU utilizationPaul E. McKenney2011-09-291-1/+15
| | * rcu: Add event-tracing for RCU callback invocationPaul E. McKenney2011-09-294-4/+121
| | * rcu: Don't destroy rcu_torture_boost() callback until it is donePaul E. McKenney2011-09-291-1/+1
| | * rcu: Catch rcutorture up to new RCU API additionsPaul E. McKenney2011-09-291-34/+21Star
| | * rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney2011-09-295-73/+23Star
| | * rcu: Fix mismatched variable in rcutree_trace.cAndi Kleen2011-09-291-1/+1
| | * rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney2011-09-293-38/+52
| | * rcu: Avoid unnecessary self-wakeup of per-CPU kthreadsShaohua Li2011-09-291-5/+3Star
| | * rcu: Use kthread_create_on_node()Eric Dumazet2011-09-292-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
| * | | locking, tracing: Annotate tracing locks as rawThomas Gleixner2011-09-133-34/+34
| * | | locking, sched, cgroups: Annotate release_list_lock as rawThomas Gleixner2011-09-131-9/+9
| * | | locking, kprobes: Annotate the hash locks and kretprobe.lock as rawThomas Gleixner2011-09-131-17/+17
| * | | rtmutex: Cleanup the debug codeThomas Gleixner2011-09-121-65/+10Star
* | | | Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-10-262-8/+17
|\ \ \ \
| * | | | params: make dashes and underscores in parameter names truly equalMichal Schmidt2011-10-261-7/+14