summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-3111-780/+562
|\
| * sched/deadline: Fix comment in enqueue_task_dl()Andrea Parri2015-08-121-1/+1
| * sched/deadline: Fix comment in push_dl_tasks()Andrea Parri2015-08-121-1/+1
| * sched: Change the sched_class::set_cpus_allowed() calling contextPeter Zijlstra2015-08-123-81/+26
| * sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra2015-08-127-18/+36
| * sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra2015-08-121-4/+32
| * sched: Ensure a task has a non-normalized vruntime when returning back to CFSByungchul Park2015-08-121-2/+17
| * sched/numa: Fix NUMA_DIRECT topology identificationAravind Gopalakrishnan2015-08-121-1/+3
| * sched: Remove finish_arch_switch()Peter Zijlstra2015-08-042-4/+0
| * sched/fair: Clean up load average referencesYuyang Du2015-08-031-15/+29
| * sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du2015-08-033-10/+49
| * sched/fair: Remove task and group entity load when they are deadYuyang Du2015-08-031-1/+10
| * sched/fair: Init cfs_rq's sched_entity load averageYuyang Du2015-08-033-7/+8
| * sched/fair: Implement update_blocked_averages() for CONFIG_FAIR_GROUP_SCHED=nVincent Guittot2015-08-031-0/+8
| * sched/fair: Rewrite runnable load and utilization average trackingYuyang Du2015-08-034-471/+231
| * sched/fair: Remove rq's runnable avgYuyang Du2015-08-033-29/+5
| * sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov2015-08-031-3/+3
| * sched/fair: Beef up wake_wide()Mike Galbraith2015-08-031-34/+33
| * sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra2015-08-031-3/+7
| * sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra2015-08-031-41/+60
| * sched, sysctl: Delete an unnecessary check before unregister_sysctl_table()Markus Elfring2015-08-031-2/+1
| * sched/deadline: Remove a redundant condition from task_woken_dl()Xunlei Pang2015-08-031-1/+0
| * sched/rt: Remove a redundant condition from task_woken_rt()Xunlei Pang2015-08-031-1/+0
| * sched/fair: Avoid pulling all tasks in idle balancingYuyang Du2015-08-031-0/+7
| * sched/idle: Move latency tracing stop/start calls deeper inside the idle loopLucas Stach2015-07-211-9/+5
| * sched/fair: Fix a comment reflecting function name changeByungchul Park2015-07-071-1/+1
| * sched/fair: Clean up the __sched_period() codeBoqun Feng2015-07-071-9/+4
| * sched/numa: Consider 'imbalance_pct' when comparing loads in numa_has_capacity()Srikar Dronamraju2015-07-071-2/+3
| * sched/numa: Prefer NUMA hotness over cache hotnessSrikar Dronamraju2015-07-072-77/+30
| * sched/numa: Check sched_feat(NUMA) in migrate_improves_locality()bsegall@google.com2015-07-071-2/+2
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-08-121-4/+4
|\ \ | |/ |/|
| * rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-221-4/+4
* | sched/fair: Test list head instead of list entry in throttle_cfs_rq()Cong Wang2015-07-061-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-07-041-2/+15
|\
| * sched, preempt_notifier: separate notifier registration from static_key inc/decPeter Zijlstra2015-07-031-2/+15
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-07-045-26/+55
|\ \ | |/ |/|
| * sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju2015-07-043-23/+47
| * sched/numa: Show numa_group ID in /proc/sched_debug task listingsSrikar Dronamraju2015-07-041-1/+1
| * sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju2015-07-041-0/+5
| * sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao2015-07-042-3/+3
* | Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-245-402/+500
|\ \
| * | sched,lockdep: Employ lock pinningPeter Zijlstra2015-06-195-8/+71
| * | sched: Streamline the task migration locking a littlePeter Zijlstra2015-06-191-42/+34
| * | sched: Move code aroundPeter Zijlstra2015-06-191-186/+178
| * | sched,dl: Fix sched class hopping CBS holePeter Zijlstra2015-06-191-66/+86
| * | sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...Peter Zijlstra2015-06-191-21/+24
| * | sched,dl: Remove return value from pull_dl_task()Peter Zijlstra2015-06-191-10/+10
| * | sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca...Peter Zijlstra2015-06-191-16/+19
| * | sched,rt: Remove return value from pull_rt_task()Peter Zijlstra2015-06-191-11/+11
| * | sched: Allow balance callbacks for check_class_changed()Peter Zijlstra2015-06-191-3/+22
OpenPOWER on IntegriCloud