summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-12-11rcu: Permit dyntick-idle with callbacks pendingPaul E. McKenney3-4/+76
2011-12-11rcu: Identify dyntick-idle CPUs on first force_quiescent_state() passPaul E. McKenney1-1/+1
2011-12-11rcu: Remove dynticks false positives and RCU failuresPaul E. McKenney1-2/+3
2011-12-11rcu: Reduce latency of rcu_prepare_for_idle()Paul E. McKenney1-5/+7
2011-12-11rcu: Eliminate RCU_FAST_NO_HZ grace-period hangPaul E. McKenney3-81/+2
2011-12-11rcu: Avoid needlessly IPIing CPUs at GP endPaul E. McKenney1-2/+14
2011-12-11rcu: Go dyntick-idle more quickly if CPU has serviced current grace periodPaul E. McKenney1-6/+18
2011-12-11rcu: Add tracing for RCU_FAST_NO_HZPaul E. McKenney1-3/+15
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-7/+8
2011-12-11rcu: Add rcutorture CPU-hotplug capabilityPaul E. McKenney1-5/+112
2011-12-11events: Make events use the new is_idle_task() APIPaul E. McKenney1-1/+1
2011-12-11kdb: Make KDB use the new is_idle_task() APIPaul E. McKenney1-1/+1
2011-12-11rcu: Make RCU use the new is_idle_task() APIPaul E. McKenney2-4/+4
2011-12-11rcu: Control rcutorture startup from kernel boot parametersPaul E. McKenney1-0/+2
2011-12-11rcu: Add rcutorture system-shutdown capabilityPaul E. McKenney1-4/+64
2011-12-11rcu: Fix idle-task checksPaul E. McKenney2-4/+4
2011-12-11rcu: Allow dyntick-idle mode for CPUs with callbacksPaul E. McKenney3-33/+132
2011-12-11rcu: Add more information to the wrong-idle-task complaintPaul E. McKenney2-4/+20
2011-12-11rcu: Deconfuse dynticks entry-exit tracingPaul E. McKenney3-26/+44
2011-12-11rcu: Fix early call to rcu_idle_enter()Frederic Weisbecker1-1/+1
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-12/+13
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2-37/+58
2011-12-11rcu: Inform the user about extended quiescent state on PROVE_RCU warningFrederic Weisbecker1-0/+22
2011-12-11rcu: Detect illegal rcu dereference in extended quiescent stateFrederic Weisbecker3-0/+4
2011-12-11rcu: Remove redundant return from rcu_report_exp_rnp()Thomas Gleixner1-1/+0
2011-12-11rcu: Omit self-awaken when setting up expedited grace periodThomas Gleixner3-7/+14
2011-12-11rcu: Disable preemption in rcu_is_cpu_idle()Paul E. McKenney1-3/+7
2011-12-11rcu: Add failure tracing to rcutorturePaul E. McKenney2-0/+28
2011-12-11trace: Allow ftrace_dump() to be called from modulesPaul E. McKenney1-0/+1
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney5-106/+278
2011-12-11rcu: Make synchronize_sched_expedited() better at work sharingPaul E. McKenney1-1/+1
2011-12-11rcu: Avoid RCU-preempt expedited grace-period botchPaul E. McKenney1-2/+5
2011-12-11rcu: ->signaled better named ->fqs_statePaul E. McKenney3-11/+11
2011-12-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+9
2011-12-09sys_getppid: add missing rcu_dereferenceMandeep Singh Baines1-1/+1
2011-12-09printk: avoid double lock acquirePeter Zijlstra1-1/+2
2011-12-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2011-12-08sched, nohz: Fix missing RCU read lockPeter Zijlstra1-2/+7
2011-12-07lockdep, bug: Exclude TAINT_OOT_MODULE from disabling lock debuggingBen Hutchings1-2/+3
2011-12-07perf: Do no try to schedule task events if there are noneGleb Natapov1-2/+2
2011-12-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-5/+11
2011-12-06sched, nohz: Set the NOHZ_BALANCE_KICK flag for idle load balancerSuresh Siddha1-1/+1
2011-12-06sched, nohz: Fix the idle cpu check in nohz_idle_balanceSuresh Siddha1-1/+1
2011-12-06sched: Use jump_labels for sched_featPeter Zijlstra3-22/+81
2011-12-06sched/accounting: Fix parameter passing in task_group_account_fieldGlauber Costa1-2/+2
2011-12-06sched/accounting: Fix user/system tick double accountingGlauber Costa1-10/+2
2011-12-06sched/accounting: Re-use scheduler statistics for the root cgroupGlauber Costa2-93/+106
2011-12-06sched: Save some hrtick_start_fair cyclesMike Galbraith2-3/+11
2011-12-06jump_label: Provide jump_label_key initializersPeter Zijlstra1-4/+8
2011-12-06jump_label, x86: Fix section mismatchPeter Zijlstra1-1/+1