aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-01sched: Ditch per cgroup task lists for load-balancingPeter Zijlstra3-109/+80
2012-03-01sched: Rename load-balancing fieldsPeter Zijlstra1-58/+60
2012-03-01sched: Move load-balancing arguments into helper structPeter Zijlstra1-84/+93
2012-03-01sched/rt: Do not submit new work when PI-blockedThomas Gleixner1-1/+1
2012-03-01sched/rt: Prevent idle task boostingThomas Gleixner1-2/+19
2012-03-01sched/wait: Add __wake_up_all_locked() APIThomas Gleixner1-2/+2
2012-03-01sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner2-5/+5
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2-6/+2
2012-03-01sched/rt: Add schedule_preempt_disabled()Thomas Gleixner1-0/+12
2012-03-01sched/rt: Do not throttle when PI boostingPeter Zijlstra1-2/+18
2012-03-01sched/rt: Keep period timer ticking when rt throttling is activePeter Zijlstra1-5/+8
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar18-79/+226
2012-02-28static keys: Inline the static_key_enabled() functionJason Baron1-6/+0
2012-02-28Merge branch 'perf/jump-labels' into perf/coreIngo Molnar6-94/+117
2012-02-28Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar11-369/+893
2012-02-28perf/hwbp: Fix a possible memory leakNamhyung Kim1-2/+2
2012-02-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+2
2012-02-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-13/+37
2012-02-27CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resumeSrivatsa S. Bhat1-2/+2
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov1-1/+4
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar6-92/+112
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2-6/+2
2012-02-22sched: Remove rcu_read_lock/unlock() from select_idle_sibling()Nikunj A. Dadhania1-4/+0
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra2-1/+2
2012-02-22jump label: Fix compiler warningJason Baron1-1/+1
2012-02-22jump label: Add a WARN() if jump label key count goes negativeJason Baron1-1/+4
2012-02-21rcu: Stop spurious warnings from synchronize_sched_expeditedHugh Dickins1-1/+1
2012-02-21cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_listFrederic Weisbecker1-0/+20
2012-02-21cgroup: Remove wrong comment on cgroup_enable_task_cg_list()Frederic Weisbecker1-3/+0
2012-02-21rcu: Hold off RCU_FAST_NO_HZ after timer postedPaul E. McKenney1-1/+1
2012-02-21rcu: Eliminate softirq-mediated RCU_FAST_NO_HZ idle-entry loopPaul E. McKenney1-1/+2
2012-02-21rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sectionsPaul E. McKenney2-0/+4
2012-02-21rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit()Paul E. McKenney3-12/+46
2012-02-21rcu: Remove redundant check for rcu_head misalignmentPaul E. McKenney1-1/+0
2012-02-21PTR_ERR should be called before its argument is cleared.Julia Lawall1-1/+4
2012-02-21rcu: Trace only after NULL-pointer checkPaul E. McKenney1-2/+2
2012-02-21rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney3-22/+47
2012-02-21rcu: Rework detection of use of RCU by offline CPUsPaul E. McKenney4-51/+71
2012-02-21lockdep: Add CPU-idle/offline warning to lockdep-RCU splatPaul E. McKenney1-1/+7
2012-02-21rcu: No interrupt disabling for rcu_prepare_for_idle()Paul E. McKenney1-17/+1
2012-02-21rcu: Move synchronize_sched_expedited() to rcutree.cPaul E. McKenney2-116/+117
2012-02-21rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney3-0/+35
2012-02-21rcu: Add CPU-stall capability to rcutorturePaul E. McKenney1-0/+66
2012-02-21rcutorture: Permit holding off CPU-hotplug operations during bootPaul E. McKenney1-2/+10
2012-02-21rcu: Print scheduling-clock information on RCU CPU stall-warning messagesPaul E. McKenney3-14/+180
2012-02-21rcu: Set RCU CPU stall times via sysfsPaul E. McKenney2-11/+26
2012-02-21rcu: Remove #ifdef CONFIG_SMP from TREE_RCUPaul E. McKenney2-31/+0
2012-02-21rcu: Check for idle-loop entry while in RCU read-side critical sectionPaul E. McKenney1-0/+11
2012-02-21rcu: Clean up straggling rcu_preempt_needs_cpu() namePaul E. McKenney3-6/+6
2012-02-21rcu: Simplify unboosting checksPaul E. McKenney1-4/+6