summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2015-08-03sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov
2015-08-03sched/fair: Beef up wake_wide()Mike Galbraith
2015-08-03sched: Introduce the 'trace_sched_waking' tracepointPeter Zijlstra
2015-08-03sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra
2015-08-03sched, sysctl: Delete an unnecessary check before unregister_sysctl_table()Markus Elfring
2015-08-03sched/deadline: Remove a redundant condition from task_woken_dl()Xunlei Pang
2015-08-03sched/rt: Remove a redundant condition from task_woken_rt()Xunlei Pang
2015-08-03sched/fair: Avoid pulling all tasks in idle balancingYuyang Du
2015-07-21sched/idle: Move latency tracing stop/start calls deeper inside the idle loopLucas Stach
2015-07-07sched/fair: Fix a comment reflecting function name changeByungchul Park
2015-07-07sched/fair: Clean up the __sched_period() codeBoqun Feng
2015-07-07sched/numa: Consider 'imbalance_pct' when comparing loads in numa_has_capacity()Srikar Dronamraju
2015-07-07sched/numa: Prefer NUMA hotness over cache hotnessSrikar Dronamraju
2015-07-07sched/numa: Check sched_feat(NUMA) in migrate_improves_locality()bsegall@google.com
2015-07-06sched/fair: Test list head instead of list entry in throttle_cfs_rq()Cong Wang
2015-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-07-04sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju
2015-07-04sched/numa: Show numa_group ID in /proc/sched_debug task listingsSrikar Dronamraju
2015-07-04sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju
2015-07-04sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao
2015-07-03sched, preempt_notifier: separate notifier registration from static_key inc/decPeter Zijlstra
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-06-22Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-06-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner
2015-06-19sched/deadline: Remove needless parameter in dl_runtime_exceeded()Zhiqiang Zhang
2015-06-19sched: Remove superfluous resetting of the p->dl_throttled flagWanpeng Li
2015-06-19sched/deadline: Drop duplicate init_sched_dl_class() declarationWanpeng Li
2015-06-19sched/deadline: Reduce rq lock contention by eliminating locking of non-feasi...Wanpeng Li
2015-06-19sched/deadline: Make init_sched_dl_class() __initWanpeng Li
2015-06-19sched/deadline: Optimize pull_dl_task()Wanpeng Li
2015-06-19sched/preempt: Add static_key() to preempt_notifiersPeter Zijlstra
2015-06-19sched/preempt: Fix preempt notifiers documentation about hlist_del() within u...Mathieu Desnoyers
2015-06-19sched/debug: Add sum_sleep_runtime to /proc/<pid>/schedSrikar Dronamraju
2015-06-19sched/debug: Replace vruntime with wait_sum in /proc/sched_debugSrikar Dronamraju
2015-06-19sched/debug: Properly format runnable tasks in /proc/sched_debugSrikar Dronamraju
2015-06-19Merge branch 'pm-cpuidle'Rafael J. Wysocki
2015-06-19sched,lockdep: Employ lock pinningPeter Zijlstra
2015-06-19sched: Streamline the task migration locking a littlePeter Zijlstra
2015-06-19sched: Move code aroundPeter Zijlstra
2015-06-19sched,dl: Fix sched class hopping CBS holePeter Zijlstra
2015-06-19sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...Peter Zijlstra
2015-06-19sched,dl: Remove return value from pull_dl_task()Peter Zijlstra
2015-06-19sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca...Peter Zijlstra
2015-06-19sched,rt: Remove return value from pull_rt_task()Peter Zijlstra