summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
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 clea...Kirill 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-track...Alex Shi1-6/+1
2013-06-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus 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/ke...Linus 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
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+0
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-236/+18
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-5/+4
2013-04-29Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-45/+0
2013-04-24sched: Rename load_balance_tmpmask to load_balance_maskJoonsoo Kim1-2/+2
2013-04-22nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker1-0/+2
2013-04-22nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker1-1/+3
2013-04-22sched: New helper to prevent from stopping the tick in full dynticksFrederic Weisbecker1-0/+18
2013-04-19mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long1-45/+0
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker1-3/+3