Age | Commit message (Expand) | Author | Files | Lines |
2015-07-04 | sched/numa: Fix numa balancing stats in /proc/pid/sched | Srikar Dronamraju | 3 | -23/+47 |
2015-07-04 | sched/numa: Show numa_group ID in /proc/sched_debug task listings | Srikar Dronamraju | 1 | -1/+1 |
2015-07-04 | sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.h | Srikar Dronamraju | 1 | -0/+5 |
2015-07-04 | sched/stat: Simplify the sched_info accounting dependency | Naveen N. Rao | 2 | -3/+3 |
2015-07-03 | sched, preempt_notifier: separate notifier registration from static_key inc/dec | Peter Zijlstra | 1 | -2/+15 |
2015-06-24 | Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 5 | -402/+500 |
2015-06-23 | Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -55/+59 |
2015-06-22 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+3 |
2015-06-22 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 6 | -108/+55 |
2015-06-22 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 13 | -363/+487 |
2015-06-22 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2015-06-22 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+2 |
2015-06-19 | timer: Reduce timer migration overhead if disabled | Thomas Gleixner | 1 | -6/+3 |
2015-06-19 | sched/deadline: Remove needless parameter in dl_runtime_exceeded() | Zhiqiang Zhang | 1 | -2/+2 |
2015-06-19 | sched: Remove superfluous resetting of the p->dl_throttled flag | Wanpeng Li | 1 | -1/+0 |
2015-06-19 | sched/deadline: Drop duplicate init_sched_dl_class() declaration | Wanpeng Li | 1 | -1/+0 |
2015-06-19 | sched/deadline: Reduce rq lock contention by eliminating locking of non-feasi... | Wanpeng Li | 1 | -1/+14 |
2015-06-19 | sched/deadline: Make init_sched_dl_class() __init | Wanpeng Li | 1 | -1/+1 |
2015-06-19 | sched/deadline: Optimize pull_dl_task() | Wanpeng Li | 1 | -1/+27 |
2015-06-19 | sched/preempt: Add static_key() to preempt_notifiers | Peter Zijlstra | 1 | -5/+23 |
2015-06-19 | sched/preempt: Fix preempt notifiers documentation about hlist_del() within u... | Mathieu Desnoyers | 1 | -1/+1 |
2015-06-19 | sched/debug: Add sum_sleep_runtime to /proc/<pid>/sched | Srikar Dronamraju | 1 | -0/+1 |
2015-06-19 | sched/debug: Replace vruntime with wait_sum in /proc/sched_debug | Srikar Dronamraju | 1 | -2/+2 |
2015-06-19 | sched/debug: Properly format runnable tasks in /proc/sched_debug | Srikar Dronamraju | 1 | -2/+4 |
2015-06-19 | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 1 | -55/+59 |
2015-06-19 | sched,lockdep: Employ lock pinning | Peter Zijlstra | 5 | -8/+71 |
2015-06-19 | sched: Streamline the task migration locking a little | Peter Zijlstra | 1 | -42/+34 |
2015-06-19 | sched: Move code around | Peter Zijlstra | 1 | -186/+178 |
2015-06-19 | sched,dl: Fix sched class hopping CBS hole | Peter Zijlstra | 1 | -66/+86 |
2015-06-19 | sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca... | Peter Zijlstra | 1 | -21/+24 |
2015-06-19 | sched,dl: Remove return value from pull_dl_task() | Peter Zijlstra | 1 | -10/+10 |
2015-06-19 | sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca... | Peter Zijlstra | 1 | -16/+19 |
2015-06-19 | sched,rt: Remove return value from pull_rt_task() | Peter Zijlstra | 1 | -11/+11 |
2015-06-19 | sched: Allow balance callbacks for check_class_changed() | Peter Zijlstra | 1 | -3/+22 |
2015-06-19 | sched: Use replace normalize_task() with __sched_setscheduler() | Peter Zijlstra | 1 | -42/+23 |
2015-06-19 | sched: Replace post_schedule with a balance callback list | Peter Zijlstra | 4 | -38/+63 |
2015-06-19 | Merge branch 'timers/core' into sched/hrtimers | Thomas Gleixner | 6 | -102/+52 |
2015-06-10 | sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappings | Mel Gorman | 1 | -1/+1 |
2015-06-07 | sched/numa: Only consider less busy nodes as numa balancing destinations | Rik van Riel | 1 | -2/+28 |
2015-06-07 | Revert 095bebf61a46 ("sched/numa: Do not move past the balance point if unbal... | Rik van Riel | 1 | -26/+15 |
2015-06-07 | sched/fair: Prevent throttling in early pick_next_task_fair() | Ben Segall | 1 | -11/+14 |
2015-06-07 | preempt: Use preempt_schedule_context() as the official tracing preemption point | Frederic Weisbecker | 1 | -5/+3 |
2015-06-07 | sched: Make preempt_schedule_context() function-tracing safe | Frederic Weisbecker | 1 | -2/+9 |
2015-06-02 | Merge branch 'linus' into sched/core, to resolve conflict | Ingo Molnar | 1 | -4/+1 |
2015-05-27 | Merge branch 'perf/urgent' into perf/core, before applying dependent patches | Ingo Molnar | 1 | -32/+27 |
2015-05-22 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+1 |
2015-05-19 | Merge branch 'linus' into timers/core | Thomas Gleixner | 2 | -57/+28 |
2015-05-19 | sched/numa: Reduce conflict between fbq_classify_rq() and migration | Rik van Riel | 1 | -27/+33 |
2015-05-19 | sched/preempt: Optimize preemption operations on __schedule() callers | Frederic Weisbecker | 1 | -20/+9 |
2015-05-19 | locking/arch: Rename set_mb() to smp_store_mb() | Peter Zijlstra | 1 | -2/+2 |