Age | Commit message (Expand) | Author |
2017-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2017-05-01 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-05-01 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-05-01 | Merge tag 'pm-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2017-05-01 | Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2017-04-28 | Merge schedutil governor updates for v4.12. | Rafael J. Wysocki |
2017-04-27 | sched/cputime: Fix ksoftirqd cputime accounting regression | Frederic Weisbecker |
2017-04-23 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2017-04-21 | rcu: Make non-preemptive schedule be Tasks RCU quiescent state | Paul E. McKenney |
2017-04-17 | cpufreq: schedutil: Use policy-dependent transition delays | Rafael J. Wysocki |
2017-04-14 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar |
2017-04-14 | sched/fair: Move the PELT constants into a generated header | Peter Zijlstra |
2017-04-14 | sched/fair: Increase PELT accuracy for small tasks | Peter Zijlstra |
2017-04-14 | sched/fair: Fix comments | Peter Zijlstra |
2017-04-14 | sched/fair: Fix corner case in __accumulate_sum() | Peter Zijlstra |
2017-04-13 | cpufreq: schedutil: Reduce frequencies slower | Rafael J. Wysocki |
2017-04-11 | Merge tag 'v4.11-rc6' into sched/core, to pick up fixes | Ingo Molnar |
2017-04-11 | cpuset: Remove cpuset_update_active_cpus()'s parameter. | Rakib Mullick |
2017-04-04 | sched,tracing: Update trace_sched_pi_setprio() | Peter Zijlstra |
2017-04-04 | sched/rtmutex: Refactor rt_mutex_setprio() | Peter Zijlstra |
2017-04-04 | sched/rtmutex/deadline: Fix a PI crash for deadline tasks | Xunlei Pang |
2017-04-02 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-03-30 | sched/fair: Optimize ___update_sched_avg() | Yuyang Du |
2017-03-30 | sched/fair: Explicitly generate __update_load_avg() instances | Peter Zijlstra |
2017-03-27 | sched/clock: Fix broken stable to unstable transfer | Pavel Tatashin |
2017-03-27 | sched/fair: Prefer sibiling only if local group is under-utilized | Srikar Dronamraju |
2017-03-25 | Merge back schedutil governor updates for 4.12. | Rafael J. Wysocki |
2017-03-24 | treewide: Fix typo in xml/driver-api/basics.xml | Masanari Iida |
2017-03-24 | cpufreq: schedutil: Trace frequency only if it has changed | Rafael J. Wysocki |
2017-03-23 | sched/fair: Fix FTQ noise bench regression | Vincent Guittot |
2017-03-23 | sched/core: Fix rq lock pinning warning after call balance callbacks | Wanpeng Li |
2017-03-23 | sched/clock, x86/perf: Fix "perf test tsc" | Peter Zijlstra |
2017-03-23 | sched/clock: Fix clear_sched_clock_stable() preempt wobbly | Peter Zijlstra |
2017-03-23 | cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurely | Rafael J. Wysocki |
2017-03-21 | cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start() | Rafael J. Wysocki |
2017-03-16 | sched/core: Avoid double update_rq_clock() in move_queued_task() | Peter Zijlstra |
2017-03-16 | sched/core: Fix double update_rq_clock) calls in attach_task()/detach_task() | Peter Zijlstra |
2017-03-16 | sched/core: Avoid obvious double update_rq_clock() | Peter Zijlstra |
2017-03-16 | sched/core: Simplify update_rq_clock() in __schedule() | Peter Zijlstra |
2017-03-16 | sched/core: Make sched_ttwu_pending() atomic in time | Peter Zijlstra |
2017-03-16 | sched/core: Add ENQUEUE_NOCLOCK to ENQUEUE_RESTORE | Peter Zijlstra |
2017-03-16 | sched/core: Add {EN,DE}QUEUE_NOCLOCK flags | Peter Zijlstra |
2017-03-16 | sched/core: Add rq->lock wrappers | Peter Zijlstra |
2017-03-16 | sched/core: Add WARNING for multiple update_rq_clock() calls | Peter Zijlstra |
2017-03-16 | sched/rt: Add comments describing the RT IPI pull method | Steven Rostedt (VMware) |
2017-03-16 | sched/deadline: Use deadline instead of period when calculating overflow | Steven Rostedt (VMware) |
2017-03-16 | sched/deadline: Throttle a constrained deadline task activated after the dead... | Daniel Bristot de Oliveira |
2017-03-16 | sched/deadline: Make sure the replenishment timer fires in the next period | Daniel Bristot de Oliveira |
2017-03-16 | sched/loadavg: Use {READ,WRITE}_ONCE() for sample window | Matt Fleming |
2017-03-16 | sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accounting | Matt Fleming |