aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2013-09-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds
2013-09-04sched/cputime: Do not scale when utime == 0Stanislaw Gruszka
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-09-02sched/fair: Fix the sd_parent_degenerate() codePeter Zijlstra
2013-09-02sched/fair: Rework and comment the group_imb codePeter Zijlstra
2013-09-02sched/fair: Optimize find_busiest_queue()Peter Zijlstra
2013-09-02sched/fair: Make group power more consistentPeter Zijlstra
2013-09-02sched/fair: Remove duplicate load_per_task computationsPeter Zijlstra
2013-09-02sched/fair: Shrink sg_lb_stats and play memset gamesPeter Zijlstra
2013-09-02sched: Clean-up struct sd_lb_statJoonsoo Kim
2013-09-02sched: Factor out code to should_we_balance()Joonsoo Kim
2013-09-02sched: Remove one division operation in find_busiest_queue()Joonsoo Kim
2013-08-29Merge branch 'linus' into perf/coreIngo Molnar
2013-08-16sched/cputime: Use this_cpu_add() in task_group_account_field()Christoph Lameter
2013-08-16cpumask: Fix cpumask leak in partition_sched_domains()Xiaotian Feng
2013-08-16Merge tag 'v3.11-rc5' into sched/coreIngo Molnar
2013-08-15Merge tag 'v3.11-rc5' into perf/coreIngo Molnar
2013-08-14Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar
2013-08-14vtime: Always debug check snapshot source _before_ updating itFrederic Weisbecker
2013-08-14vtime: Always scale generic vtime accounting resultsFrederic Weisbecker
2013-08-14vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker
2013-08-14vtime: Fix racy cputime delta updateFrederic Weisbecker
2013-08-14vtime: Remove a few unneeded generic vtime state checksFrederic Weisbecker
2013-08-14context_tracking: Optimize guest APIs off case with static keyFrederic Weisbecker
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov
2013-08-13vtime: Update a few commentsFrederic Weisbecker
2013-08-13sched: Consolidate open coded preemptible() checksFrederic Weisbecker
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo
2013-08-08cgroup: add css_parent()Tejun Heo
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo
2013-07-31mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp
2013-07-30sched: Ensure update_cfs_shares() is called for parents of continuously-runni...Peter Zijlstra
2013-07-23sched: Micro-optimize the smart wake-affine logicPeter Zijlstra
2013-07-23sched: Implement smarter wake-affine logicMichael Wang
2013-07-23sched: Move h_load calculation to task_h_load()Vladimir Davydov
2013-07-22sched/fair: Cleanup: remove duplicate variable declarationKirill Tkhai
2013-07-22Merge tag 'v3.11-rc2' into sched/coreIngo Molnar
2013-07-18remove sched notifier for cross-cpu migrationsMarcelo Tosatti
2013-07-18sched: Fix some kernel-doc warningsYacine Belkadi
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-07-12sched/__wake_up_sync_key(): Fix nr_exclusive tasks which lead to WF_SYNC clea...Kirill Tkhai
2013-07-12sched: Fix HRTICKPeter Zijlstra