aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-12-11rcu: Irq nesting is always 0 on rcu_enter_idle_commonFrederic Weisbecker
2011-12-11rcu: Don't check irq nesting from rcu idle entry/exitFrederic Weisbecker
2011-12-11rcu: Permit dyntick-idle with callbacks pendingPaul E. McKenney
2011-12-11rcu: Identify dyntick-idle CPUs on first force_quiescent_state() passPaul E. McKenney
2011-12-11rcu: Remove dynticks false positives and RCU failuresPaul E. McKenney
2011-12-11rcu: Reduce latency of rcu_prepare_for_idle()Paul E. McKenney
2011-12-11rcu: Eliminate RCU_FAST_NO_HZ grace-period hangPaul E. McKenney
2011-12-11rcu: Avoid needlessly IPIing CPUs at GP endPaul E. McKenney
2011-12-11rcu: Go dyntick-idle more quickly if CPU has serviced current grace periodPaul E. McKenney
2011-12-11rcu: Add tracing for RCU_FAST_NO_HZPaul E. McKenney
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker
2011-12-11rcu: Add rcutorture CPU-hotplug capabilityPaul E. McKenney
2011-12-11events: Make events use the new is_idle_task() APIPaul E. McKenney
2011-12-11kdb: Make KDB use the new is_idle_task() APIPaul E. McKenney
2011-12-11rcu: Make RCU use the new is_idle_task() APIPaul E. McKenney
2011-12-11rcu: Control rcutorture startup from kernel boot parametersPaul E. McKenney
2011-12-11rcu: Add rcutorture system-shutdown capabilityPaul E. McKenney
2011-12-11rcu: Fix idle-task checksPaul E. McKenney
2011-12-11rcu: Allow dyntick-idle mode for CPUs with callbacksPaul E. McKenney
2011-12-11rcu: Add more information to the wrong-idle-task complaintPaul E. McKenney
2011-12-11rcu: Deconfuse dynticks entry-exit tracingPaul E. McKenney
2011-12-11rcu: Fix early call to rcu_idle_enter()Frederic Weisbecker
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker
2011-12-11rcu: Inform the user about extended quiescent state on PROVE_RCU warningFrederic Weisbecker
2011-12-11rcu: Detect illegal rcu dereference in extended quiescent stateFrederic Weisbecker
2011-12-11rcu: Remove redundant return from rcu_report_exp_rnp()Thomas Gleixner
2011-12-11rcu: Omit self-awaken when setting up expedited grace periodThomas Gleixner
2011-12-11rcu: Disable preemption in rcu_is_cpu_idle()Paul E. McKenney
2011-12-11rcu: Add failure tracing to rcutorturePaul E. McKenney
2011-12-11trace: Allow ftrace_dump() to be called from modulesPaul E. McKenney
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney
2011-12-11rcu: Make synchronize_sched_expedited() better at work sharingPaul E. McKenney
2011-12-11rcu: Avoid RCU-preempt expedited grace-period botchPaul E. McKenney
2011-12-11rcu: ->signaled better named ->fqs_statePaul E. McKenney
2011-12-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-12-09sys_getppid: add missing rcu_dereferenceMandeep Singh Baines
2011-12-09printk: avoid double lock acquirePeter Zijlstra
2011-12-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2011-12-08sched, nohz: Fix missing RCU read lockPeter Zijlstra
2011-12-07lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debuggingBen Hutchings
2011-12-07perf: Do no try to schedule task events if there are noneGleb Natapov
2011-12-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-12-06sched, nohz: Set the NOHZ_BALANCE_KICK flag for idle load balancerSuresh Siddha
2011-12-06sched, nohz: Fix the idle cpu check in nohz_idle_balanceSuresh Siddha
2011-12-06sched: Use jump_labels for sched_featPeter Zijlstra
2011-12-06sched/accounting: Fix parameter passing in task_group_account_fieldGlauber Costa
2011-12-06sched/accounting: Fix user/system tick double accountingGlauber Costa
2011-12-06sched/accounting: Re-use scheduler statistics for the root cgroupGlauber Costa
2011-12-06sched: Save some hrtick_start_fair cyclesMike Galbraith