aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Steven Rostedt2010-05-14
|\
| * sched, wait: Use wrapper functionsChangli Gao2010-05-11
| * sched: Remove a stale commentLi Zefan2010-05-10
| * sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven2010-05-09
| * sched: Eliminate the ts->idle_lastupdate fieldArjan van de Ven2010-05-09
| * sched: Fold updating of the last_update_time_info into update_ts_time_stats()Arjan van de Ven2010-05-09
| * sched: Update the idle statistics in get_cpu_idle_time_us()Arjan van de Ven2010-05-09
| * sched: Introduce a function to update the idle statisticsArjan van de Ven2010-05-09
| * sched: Add a comment to get_cpu_idle_time_us()Arjan van de Ven2010-05-09
| * Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/m...Ingo Molnar2010-05-08
| |\
| | * cpu_stop: add dummy implementation for UPTejun Heo2010-05-08
| | * rcu: need barrier() in UP synchronize_sched_expedited()Paul E. McKenney2010-05-07
| | * sched: correctly place paranioa memory barriers in synchronize_sched_expedited()Paul E. McKenney2010-05-06
| | * sched: kill paranoia check in synchronize_sched_expedited()Tejun Heo2010-05-06
| | * sched: replace migration_thread with cpu_stopTejun Heo2010-05-06
| | * stop_machine: reimplement using cpu_stopTejun Heo2010-05-06
| | * cpu_stop: implement stop_cpu[s]()Tejun Heo2010-05-06
| * | sched: Remove rq argument to the tracepointsPeter Zijlstra2010-05-07
| * | Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar2010-05-07
| |\ \ | | |/ | |/|
| | * kernel/sys.c: fix compat uname machineAndreas Schwab2010-04-24
| | * CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells2010-04-21
| | * CRED: Fix double free in prepare_usermodehelper_creds() error handlingDavid Howells2010-04-20
| * | sched: Fix select_idle_sibling() logic in select_task_rq_fair()Suresh Siddha2010-04-23
| * | sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra2010-04-23
| * | sched: Cure load average vs NO_HZ woesPeter Zijlstra2010-04-23
| * | sched: Fix UP update_avg() build warningMike Galbraith2010-04-15
| * | Merge branch 'linus' into sched/coreIngo Molnar2010-04-15
| |\ \
| * | | sched: Add enqueue/dequeue flagsPeter Zijlstra2010-04-02
| * | | sched: Fix nr_uninterruptible countPeter Zijlstra2010-04-02
| * | | sched: Optimize task_rq_lock()Peter Zijlstra2010-04-02
| * | | sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra2010-04-02
| * | | sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov2010-04-02
| * | | sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov2010-04-02
| * | | sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov2010-04-02
| * | | sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov2010-04-02
| * | | sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Oleg Nesterov2010-04-02
| * | | sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov2010-04-02
| * | | sched: Remove remaining USER_SCHED codeLi Zefan2010-04-02
| * | | Merge branch 'linus' into sched/coreIngo Molnar2010-04-02
| |\ \ \
| * | | | sched: Remove some dead codeDan Carpenter2010-03-16
| * | | | sched: Remove AFFINE_WAKEUPS featureMike Galbraith2010-03-11
| * | | | sched: Remove ASYM_GRAN featureMike Galbraith2010-03-11
| * | | | sched: Remove SYNC_WAKEUPS featureMike Galbraith2010-03-11
| * | | | sched: Remove WAKEUP_SYNC featureMike Galbraith2010-03-11
| * | | | sched: Remove FAIR_SLEEPERS featureMike Galbraith2010-03-11
| * | | | sched: Remove NORMALIZED_SLEEPERMike Galbraith2010-03-11
| * | | | sched: Fix select_idle_sibling()Mike Galbraith2010-03-11
| * | | | sched: Tweak sched_latency and min_granularityMike Galbraith2010-03-11
| * | | | sched: Cleanup/optimize clock updatesMike Galbraith2010-03-11
| * | | | sched: Remove avg_overlapMike Galbraith2010-03-11