summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-28rcu: Put names into TINY_RCU structures under RCU_TRACEPaul E. McKenney5-27/+18
2011-09-28rcu: Event-trace markers for computing RCU CPU utilizationPaul E. McKenney1-1/+15
2011-09-28rcu: Add event-tracing for RCU callback invocationPaul E. McKenney4-4/+121
2011-09-28rcu: Don't destroy rcu_torture_boost() callback until it is donePaul E. McKenney1-1/+1
2011-09-28rcu: Catch rcutorture up to new RCU API additionsPaul E. McKenney1-34/+21
2011-09-28rcu: Abstract common code for RCU grace-period-wait primitivesPaul E. McKenney5-73/+23
2011-09-28rcu: Fix mismatched variable in rcutree_trace.cAndi Kleen1-1/+1
2011-09-28rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney3-38/+52
2011-09-28rcu: Avoid unnecessary self-wakeup of per-CPU kthreadsShaohua Li1-5/+3
2011-09-28rcu: Use kthread_create_on_node()Eric Dumazet2-3/+7
2011-09-25ptrace: PTRACE_LISTEN forgets to unlock ->siglockOleg Nesterov1-13/+10
2011-09-19Merge branch 'irq-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds1-1/+1
2011-09-19Make taskstats round statistics down to nearest 1k bytes/eventsLinus Torvalds1-7/+8
2011-09-19Make TASKSTATS require root accessLinus Torvalds1-0/+1
2011-09-14workqueue: lock cwq access in drain_workqueueThomas Tuttle1-1/+6
2011-09-12genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven1-1/+1
2011-09-07Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds1-5/+13
2011-09-07Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds1-15/+26
2011-08-31perf_event: Fix broken calc_timer_values()Eric B Munson1-2/+2
2011-08-29perf events: Fix slow and broken cgroup context switch codeStephane Eranian2-11/+54
2011-08-29sched: Fix a memory leak in __sdt_free()WANG Cong1-0/+1
2011-08-29sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner1-10/+15
2011-08-29sched: Separate the scheduler entry for preemptionThomas Gleixner1-5/+10
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+0
2011-08-25kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootconNishanth Aravamudan1-1/+1
2011-08-25Add a personality to report 2.6.x version numbersAndi Kleen1-0/+38
2011-08-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-2/+2
2011-08-23Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified"Linus Torvalds1-1/+0
2011-08-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+16