| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: Fix a race between __kthread_bind() and sched_setaffinity() | Peter Zijlstra | 2015-08-12 | 1 | -4/+32 |
* | sched: Ensure a task has a non-normalized vruntime when returning back to CFS | Byungchul Park | 2015-08-12 | 1 | -2/+17 |
* | sched/numa: Fix NUMA_DIRECT topology identification | Aravind Gopalakrishnan | 2015-08-12 | 1 | -1/+3 |
* | sched: Remove finish_arch_switch() | Peter Zijlstra | 2015-08-04 | 2 | -4/+0 |
* | sched/fair: Clean up load average references | Yuyang Du | 2015-08-03 | 1 | -15/+29 |
* | sched/fair: Provide runnable_load_avg back to cfs_rq | Yuyang Du | 2015-08-03 | 3 | -10/+49 |
* | sched/fair: Remove task and group entity load when they are dead | Yuyang Du | 2015-08-03 | 1 | -1/+10 |
* | sched/fair: Init cfs_rq's sched_entity load average | Yuyang Du | 2015-08-03 | 3 | -7/+8 |
* | sched/fair: Implement update_blocked_averages() for CONFIG_FAIR_GROUP_SCHED=n | Vincent Guittot | 2015-08-03 | 1 | -0/+8 |
* | sched/fair: Rewrite runnable load and utilization average tracking | Yuyang Du | 2015-08-03 | 4 | -471/+231 |
* | sched/fair: Remove rq's runnable avg | Yuyang Du | 2015-08-03 | 3 | -29/+5 |
* | sched/preempt: Fix cond_resched_lock() and cond_resched_softirq() | Konstantin Khlebnikov | 2015-08-03 | 1 | -3/+3 |
* | sched/fair: Beef up wake_wide() | Mike Galbraith | 2015-08-03 | 1 | -34/+33 |
* | sched: Introduce the 'trace_sched_waking' tracepoint | Peter Zijlstra | 2015-08-03 | 1 | -3/+7 |
* | sched/cputime: Guarantee stime + utime == rtime | Peter Zijlstra | 2015-08-03 | 1 | -41/+60 |
* | sched, sysctl: Delete an unnecessary check before unregister_sysctl_table() | Markus Elfring | 2015-08-03 | 1 | -2/+1 |
* | sched/deadline: Remove a redundant condition from task_woken_dl() | Xunlei Pang | 2015-08-03 | 1 | -1/+0 |
* | sched/rt: Remove a redundant condition from task_woken_rt() | Xunlei Pang | 2015-08-03 | 1 | -1/+0 |
* | sched/fair: Avoid pulling all tasks in idle balancing | Yuyang Du | 2015-08-03 | 1 | -0/+7 |
* | sched/idle: Move latency tracing stop/start calls deeper inside the idle loop | Lucas Stach | 2015-07-21 | 1 | -9/+5 |
* | sched/fair: Fix a comment reflecting function name change | Byungchul Park | 2015-07-07 | 1 | -1/+1 |
* | sched/fair: Clean up the __sched_period() code | Boqun Feng | 2015-07-07 | 1 | -9/+4 |
* | sched/numa: Consider 'imbalance_pct' when comparing loads in numa_has_capacity() | Srikar Dronamraju | 2015-07-07 | 1 | -2/+3 |
* | sched/numa: Prefer NUMA hotness over cache hotness | Srikar Dronamraju | 2015-07-07 | 2 | -77/+30 |
* | sched/numa: Check sched_feat(NUMA) in migrate_improves_locality() | bsegall@google.com | 2015-07-07 | 1 | -2/+2 |
* | sched/fair: Test list head instead of list entry in throttle_cfs_rq() | Cong Wang | 2015-07-06 | 1 | -1/+1 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-07-04 | 1 | -2/+15 |
|\ |
|
| * | sched, preempt_notifier: separate notifier registration from static_key inc/dec | Peter Zijlstra | 2015-07-03 | 1 | -2/+15 |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-07-04 | 5 | -26/+55 |
|\ \
| |/
|/| |
|
| * | sched/numa: Fix numa balancing stats in /proc/pid/sched | Srikar Dronamraju | 2015-07-04 | 3 | -23/+47 |
| * | sched/numa: Show numa_group ID in /proc/sched_debug task listings | Srikar Dronamraju | 2015-07-04 | 1 | -1/+1 |
| * | sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.h | Srikar Dronamraju | 2015-07-04 | 1 | -0/+5 |
| * | sched/stat: Simplify the sched_info accounting dependency | Naveen N. Rao | 2015-07-04 | 2 | -3/+3 |
* | | Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2015-06-24 | 5 | -402/+500 |
|\ \ |
|
| * | | sched,lockdep: Employ lock pinning | Peter Zijlstra | 2015-06-19 | 5 | -8/+71 |
| * | | sched: Streamline the task migration locking a little | Peter Zijlstra | 2015-06-19 | 1 | -42/+34 |
| * | | sched: Move code around | Peter Zijlstra | 2015-06-19 | 1 | -186/+178 |
| * | | sched,dl: Fix sched class hopping CBS hole | Peter Zijlstra | 2015-06-19 | 1 | -66/+86 |
| * | | sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca... | Peter Zijlstra | 2015-06-19 | 1 | -21/+24 |
| * | | sched,dl: Remove return value from pull_dl_task() | Peter Zijlstra | 2015-06-19 | 1 | -10/+10 |
| * | | sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca... | Peter Zijlstra | 2015-06-19 | 1 | -16/+19 |
| * | | sched,rt: Remove return value from pull_rt_task() | Peter Zijlstra | 2015-06-19 | 1 | -11/+11 |
| * | | sched: Allow balance callbacks for check_class_changed() | Peter Zijlstra | 2015-06-19 | 1 | -3/+22 |
| * | | sched: Use replace normalize_task() with __sched_setscheduler() | Peter Zijlstra | 2015-06-19 | 1 | -42/+23 |
| * | | sched: Replace post_schedule with a balance callback list | Peter Zijlstra | 2015-06-19 | 4 | -38/+63 |
| * | | Merge branch 'timers/core' into sched/hrtimers | Thomas Gleixner | 2015-06-19 | 6 | -102/+52 |
| |\ \ |
|
* | \ \ | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-06-23 | 1 | -55/+59 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 2015-06-19 | 1 | -55/+59 |
| |\ \ \ |
|
| | * | | | sched / idle: Call default_idle_call() from cpuidle_enter_state() | Rafael J. Wysocki | 2015-05-14 | 1 | -13/+7 |
| | * | | | sched / idle: Call idle_set_state() from cpuidle_enter_state() | Rafael J. Wysocki | 2015-05-14 | 1 | -6/+9 |