summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-03-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds
2012-03-02sched: Clean up parameter passing of proc_sched_autogroup_set_nice()Hiroshi Shimamoto
2012-03-02Block: use a freezable workqueue for disk-event pollingAlan Stern
2012-03-01sched: Ditch per cgroup task lists for load-balancingPeter Zijlstra
2012-03-01sched: Rename load-balancing fieldsPeter Zijlstra
2012-03-01sched: Move load-balancing arguments into helper structPeter Zijlstra
2012-03-01sched/rt: Do not submit new work when PI-blockedThomas Gleixner
2012-03-01sched/rt: Prevent idle task boostingThomas Gleixner
2012-03-01sched/wait: Add __wake_up_all_locked() APIThomas Gleixner
2012-03-01sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner
2012-03-01sched/rt: Add schedule_preempt_disabled()Thomas Gleixner
2012-03-01sched/rt: Do not throttle when PI boostingPeter Zijlstra
2012-03-01sched/rt: Keep period timer ticking when rt throttling is activePeter Zijlstra
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar
2012-02-29includecheck: delete any duplicate instances of module.hPaul Gortmaker
2012-02-28static keys: Inline the static_key_enabled() functionJason Baron
2012-02-28Merge branch 'perf/jump-labels' into perf/coreIngo Molnar
2012-02-28Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2012-02-28perf/hwbp: Fix a possible memory leakNamhyung Kim
2012-02-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-02-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-02-27CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resumeSrivatsa S. Bhat
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov
2012-02-24irq_domain/mips: Allow irq_domain on MIPSGrant Likely
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto
2012-02-22sched: Remove rcu_read_lock/unlock() from select_idle_sibling()Nikunj A. Dadhania
2012-02-22sched/events: Revert trace_sched_stat_sleeptime()Peter Zijlstra
2012-02-22jump label: Fix compiler warningJason Baron
2012-02-22jump label: Add a WARN() if jump label key count goes negativeJason Baron
2012-02-21rcu: Stop spurious warnings from synchronize_sched_expeditedHugh Dickins
2012-02-21cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_listFrederic Weisbecker
2012-02-21cgroup: Remove wrong comment on cgroup_enable_task_cg_list()Frederic Weisbecker
2012-02-21rcu: Hold off RCU_FAST_NO_HZ after timer postedPaul E. McKenney
2012-02-21rcu: Eliminate softirq-mediated RCU_FAST_NO_HZ idle-entry loopPaul E. McKenney
2012-02-21rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sectionsPaul E. McKenney
2012-02-21rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit()Paul E. McKenney
2012-02-21rcu: Remove redundant check for rcu_head misalignmentPaul E. McKenney
2012-02-21PTR_ERR should be called before its argument is cleared.Julia Lawall
2012-02-21rcu: Trace only after NULL-pointer checkPaul E. McKenney
2012-02-21rcu: Call out dangers of expedited RCU primitivesPaul E. McKenney
2012-02-21rcu: Rework detection of use of RCU by offline CPUsPaul E. McKenney
2012-02-21lockdep: Add CPU-idle/offline warning to lockdep-RCU splatPaul E. McKenney
2012-02-21rcu: No interrupt disabling for rcu_prepare_for_idle()Paul E. McKenney
2012-02-21rcu: Move synchronize_sched_expedited() to rcutree.cPaul E. McKenney
2012-02-21rcu: Check for illegal use of RCU from offlined CPUsPaul E. McKenney
2012-02-21rcu: Add CPU-stall capability to rcutorturePaul E. McKenney
2012-02-21rcutorture: Permit holding off CPU-hotplug operations during bootPaul E. McKenney
2012-02-21rcu: Print scheduling-clock information on RCU CPU stall-warning messagesPaul E. McKenney