aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+11
2013-09-04Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+0
2013-09-04Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-40/+17
2013-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-228/+302
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-36/+84
2013-09-04sched/cputime: Do not scale when utime == 0Stanislaw Gruszka1-8/+11
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds3-89/+81
2013-09-02sched/fair: Fix the sd_parent_degenerate() codePeter Zijlstra1-1/+9
2013-09-02sched/fair: Rework and comment the group_imb codePeter Zijlstra1-34/+89
2013-09-02sched/fair: Optimize find_busiest_queue()Peter Zijlstra1-4/+1
2013-09-02sched/fair: Make group power more consistentPeter Zijlstra1-19/+22
2013-09-02sched/fair: Remove duplicate load_per_task computationsPeter Zijlstra1-11/+2
2013-09-02sched/fair: Shrink sg_lb_stats and play memset gamesPeter Zijlstra1-7/+26
2013-09-02sched: Clean-up struct sd_lb_statJoonsoo Kim1-115/+114
2013-09-02sched: Factor out code to should_we_balance()Joonsoo Kim1-54/+53
2013-09-02sched: Remove one division operation in find_busiest_queue()Joonsoo Kim1-5/+9
2013-08-29Merge branch 'linus' into perf/coreIngo Molnar3-26/+84
2013-08-16sched/cputime: Use this_cpu_add() in task_group_account_field()Christoph Lameter1-1/+1
2013-08-16cpumask: Fix cpumask leak in partition_sched_domains()Xiaotian Feng1-2/+3
2013-08-16Merge tag 'v3.11-rc5' into sched/coreIngo Molnar1-2/+2
2013-08-15Merge tag 'v3.11-rc5' into perf/coreIngo Molnar1-2/+2
2013-08-14Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohzIngo Molnar2-40/+17
2013-08-14vtime: Always debug check snapshot source _before_ updating itFrederic Weisbecker1-2/+2
2013-08-14vtime: Always scale generic vtime accounting resultsFrederic Weisbecker1-6/+0
2013-08-14vtime: Optimize full dynticks accounting off case with static keysFrederic Weisbecker1-18/+4
2013-08-14vtime: Fix racy cputime delta updateFrederic Weisbecker1-1/+2
2013-08-14vtime: Remove a few unneeded generic vtime state checksFrederic Weisbecker1-12/+1
2013-08-14context_tracking: Optimize guest APIs off case with static keyFrederic Weisbecker1-0/+2
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-25/+71
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov1-1/+13
2013-08-13vtime: Update a few commentsFrederic Weisbecker1-0/+7
2013-08-13sched: Consolidate open coded preemptible() checksFrederic Weisbecker1-3/+1
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-2/+2
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2-50/+43
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2-23/+25
2013-08-08cgroup: add css_parent()Tejun Heo2-15/+5
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2-6/+13
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo3-7/+7
2013-07-31mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp1-2/+2
2013-07-30sched: Ensure update_cfs_shares() is called for parents of continuously-running tasksPeter Zijlstra1-0/+1
2013-07-23sched: Micro-optimize the smart wake-affine logicPeter Zijlstra3-2/+8
2013-07-23sched: Implement smarter wake-affine logicMichael Wang1-0/+47
2013-07-23sched: Move h_load calculation to task_h_load()Vladimir Davydov2-35/+30
2013-07-22sched/fair: Cleanup: remove duplicate variable declarationKirill Tkhai1-5/+3
2013-07-22Merge tag 'v3.11-rc2' into sched/coreIngo Molnar2-7/+7
2013-07-18remove sched notifier for cross-cpu migrationsMarcelo Tosatti1-15/+0
2013-07-18sched: Fix some kernel-doc warningsYacine Belkadi3-25/+70
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2-7/+7
2013-07-12sched/__wake_up_sync_key(): Fix nr_exclusive tasks which lead to WF_SYNC clearingKirill Tkhai1-1/+1
2013-07-12sched: Fix HRTICKPeter Zijlstra1-9/+11