aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Torvalds1-3/+1
2013-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+13
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 Torvalds1-1/+6
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-56/+57
2013-09-02sched/fair: Fix the sd_parent_degenerate() codePeter Zijlstra1-1/+9
2013-08-29Merge branch 'linus' into perf/coreIngo Molnar1-22/+74
2013-08-16cpumask: Fix cpumask leak in partition_sched_domains()Xiaotian Feng1-2/+3
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+61
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov1-1/+13
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 Heo1-33/+32
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-19/+20
2013-08-08cgroup: add css_parent()Tejun Heo1-6/+3
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo1-2/+6
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-2/+2
2013-07-23sched: Micro-optimize the smart wake-affine logicPeter Zijlstra1-1/+6
2013-07-22Merge tag 'v3.11-rc2' into sched/coreIngo Molnar1-6/+6
2013-07-18remove sched notifier for cross-cpu migrationsMarcelo Tosatti1-15/+0
2013-07-18sched: Fix some kernel-doc warningsYacine Belkadi1-21/+61
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-6/+6
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
2013-07-01Merge tag 'v3.10' into sched/coreIngo Molnar1-1/+1
2013-06-27sched: Update cpu load after task_tickAlex Shi1-1/+1
2013-06-27sched: Set an initial value of runnable avg for new forked taskAlex Shi1-4/+2
2013-06-27Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking"Alex Shi1-6/+1
2013-06-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+17
2013-06-19sched: Don't mix use of typedef ctl_table and struct ctl_tableJoe Perches1-1/+1
2013-06-19sched: Remove WARN_ON(!sd) from init_sched_groups_power()Viresh Kumar1-1/+1
2013-06-19sched: Fix memory leakage in build_sched_groups()Viresh Kumar1-2/+2
2013-06-19sched: Use cached value of span instead of calling sched_domain_span()Viresh Kumar1-1/+1
2013-06-19sched: Create for_each_sd_topology()Viresh Kumar1-3/+6
2013-06-19sched: Don't set sd->child to NULL when it is already NULLViresh Kumar1-1/+1
2013-06-19sched: Don't initialize alloc_state in build_sched_domains()Viresh Kumar1-1/+1
2013-06-19sched: Optimize build_sched_domains() for saving first SD node for a cpuViresh Kumar1-5/+2
2013-06-19sched: Remove unused params of build_sched_domain()Viresh Kumar1-4/+3
2013-06-19Merge branch 'sched/urgent' into sched/coreIngo Molnar1-4/+17
2013-06-19sched: Fix clear NOHZ_BALANCE_KICKVincent Guittot1-4/+17
2013-05-31vtime: Use consistent clocks among nohz accountingFrederic Weisbecker1-1/+1
2013-05-28sched: Use an accessor to read the rq clockFrederic Weisbecker1-3/+3
2013-05-28sched: Update rq clock before calling check_preempt_curr()Frederic Weisbecker1-0/+2
2013-05-28sched: Update rq clock before migrating tasks out of dying CPUFrederic Weisbecker1-0/+7
2013-05-28sched: Remove redundant update_runtime notifierNeil Zhang1-3/+0
2013-05-07sched: Factor out load calculation code from sched/core.c --> sched/proc.cPaul Gortmaker1-569/+0
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+81
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker1-0/+30
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker1-287/+12
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo1-0/+1