aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAge
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-04
|\
| * sched/fair: Fix the sd_parent_degenerate() codePeter Zijlstra2013-09-02
| * sched/fair: Rework and comment the group_imb codePeter Zijlstra2013-09-02
| * sched/fair: Optimize find_busiest_queue()Peter Zijlstra2013-09-02
| * sched/fair: Make group power more consistentPeter Zijlstra2013-09-02
| * sched/fair: Remove duplicate load_per_task computationsPeter Zijlstra2013-09-02
| * sched/fair: Shrink sg_lb_stats and play memset gamesPeter Zijlstra2013-09-02
| * sched: Clean-up struct sd_lb_statJoonsoo Kim2013-09-02
| * sched: Factor out code to should_we_balance()Joonsoo Kim2013-09-02
| * sched: Remove one division operation in find_busiest_queue()Joonsoo Kim2013-09-02
| * sched/cputime: Use this_cpu_add() in task_group_account_field()Christoph Lameter2013-08-16
| * cpumask: Fix cpumask leak in partition_sched_domains()Xiaotian Feng2013-08-16
| * Merge tag 'v3.11-rc5' into sched/coreIngo Molnar2013-08-16
| |\
| * | sched/fair: Cleanup: remove duplicate variable declarationKirill Tkhai2013-07-22
| * | Merge tag 'v3.11-rc2' into sched/coreIngo Molnar2013-07-22
| |\ \
| * | | sched/__wake_up_sync_key(): Fix nr_exclusive tasks which lead to WF_SYNC clea...Kirill Tkhai2013-07-12
| | | |
| \ \ \
*-. \ \ \ Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2013-09-04
|\ \ \ \ \
| | * \ \ \ Merge branch 'linus' into perf/coreIngo Molnar2013-08-29
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge tag 'v3.11-rc5' into perf/coreIngo Molnar2013-08-15
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | sched: Micro-optimize the smart wake-affine logicPeter Zijlstra2013-07-23
| | * | | | sched: Implement smarter wake-affine logicMichael Wang2013-07-23
| | * | | | sched: Move h_load calculation to task_h_load()Vladimir Davydov2013-07-23
| | | |_|/ | | |/| |
* | | | | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-03
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-08
| * | | | cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-08
| * | | | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-08
| * | | | cgroup: add css_parent()Tejun Heo2013-08-08
| * | | | cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2013-08-08
| * | | | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-08
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-08-13
|\ \ \ \ \
| * | | | | sched: Ensure update_cfs_shares() is called for parents of continuously-runni...Peter Zijlstra2013-07-30
| * | | | | sched: Fix some kernel-doc warningsYacine Belkadi2013-07-18
| | |_|_|/ | |/| | |
* | | | | sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov2013-08-13
| |_|_|/ |/| | |
* | | | mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp2013-07-31
| |_|/ |/| |
* | | kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-14
|/ /
* / sched: Fix HRTICKPeter Zijlstra2013-07-12
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-06
|\
| * posix-cpu-timers: don't account cpu timer after stopped thread runtime accoun...KOSAKI Motohiro2013-07-04
* | Merge tag 'v3.10' into sched/coreIngo Molnar2013-07-01
|\|
| * Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-06-20
| |\
| * | vtime: Use consistent clocks among nohz accountingFrederic Weisbecker2013-05-31
* | | sched/debug: Remove CONFIG_FAIR_GROUP_SCHED maskAlex Shi2013-06-28
* | | sched/debug: Fix formatting of /proc/<PID>/schedKamalesh Babulal2013-06-28
* | | sched/fair: Fix typo describing flags in enqueue_entityKamalesh Babulal2013-06-27
* | | sched/debug: Add load-tracking statistics to taskKamalesh Babulal2013-06-27
* | | sched: Change get_rq_runnable_load() to static and inlineAlex Shi2013-06-27
* | | sched/tg: Remove tg.load_weightAlex Shi2013-06-27
* | | sched/cfs_rq: Change atomic64_t removed_load to atomic_long_tAlex Shi2013-06-27
* | | sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi2013-06-27
* | | sched: Change cfs_rq load avg to unsigned longAlex Shi2013-06-27