Age | Commit message (Expand) | Author |
2018-04-15 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-04-11 | Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds |
2018-04-09 | sched: idle: Select idle state before stopping the tick | Rafael J. Wysocki |
2018-04-06 | cpuidle: Return nohz hint from cpuidle_select() | Rafael J. Wysocki |
2018-04-05 | kernel/fork.c: detect early free of a live mm | Mark Rutland |
2018-04-05 | sched: idle: Do not stop the tick before cpuidle_idle_call() | Rafael J. Wysocki |
2018-04-05 | sched: idle: Do not stop the tick upfront in the idle loop | Rafael J. Wysocki |
2018-04-05 | time: tick-sched: Reorganize idle tick management code | Rafael J. Wysocki |
2018-04-05 | sched/core: Simplify helpers for rq clock update skip requests | Davidlohr Bueso |
2018-04-05 | sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning | Davidlohr Bueso |
2018-04-05 | Merge branch 'linus' into sched/urgent, to pick up fixes and updates | Ingo Molnar |
2018-04-02 | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-04-02 | Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-04-02 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-04-02 | sched: add do_sched_yield() helper; remove in-kernel call to sched_yield() | Dominik Brodowski |
2018-03-31 | sched/cpufreq/schedutil: Fix error path mutex unlock | Jules Maselbas |
2018-03-27 | sched/core: Update preempt_notifier_key to modern API | Davidlohr Bueso |
2018-03-25 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-03-23 | sched/cpufreq: Rate limits for SCHED_DEADLINE | Claudio Scordino |
2018-03-20 | sched/debug: Adjust newlines for better alignment | Joe Lawrence |
2018-03-20 | sched/debug: Fix per-task line continuation for console output | Joe Lawrence |
2018-03-20 | sched/wait: Improve __var_waitqueue() code generation | Peter Zijlstra |
2018-03-20 | sched/wait: Remove the wait_on_atomic_t() API | Peter Zijlstra |
2018-03-20 | sched/wait: Introduce wait_var_event() | Peter Zijlstra |
2018-03-20 | sched/fair: Update util_est only on util_avg updates | Patrick Bellasi |
2018-03-20 | sched/cpufreq/schedutil: Use util_est for OPP selection | Patrick Bellasi |
2018-03-20 | sched/fair: Use util_est in LB and WU paths | Patrick Bellasi |
2018-03-20 | sched/fair: Add util_est on top of PELT | Patrick Bellasi |
2018-03-20 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar |
2018-03-19 | Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-03-09 | sched/completions: Use bool in try_wait_for_completion() | gaurav jindal |
2018-03-09 | sched/fair: Update blocked load when newly idle | Vincent Guittot |
2018-03-09 | sched/fair: Move idle_balance() | Peter Zijlstra |
2018-03-09 | sched/nohz: Merge CONFIG_NO_HZ_COMMON blocks | Peter Zijlstra |
2018-03-09 | sched/fair: Move rebalance_domains() | Peter Zijlstra |
2018-03-09 | sched/nohz: Optimize nohz_idle_balance() | Peter Zijlstra |
2018-03-09 | sched/fair: Reduce the periodic update duration | Vincent Guittot |
2018-03-09 | sched/nohz: Stop NOHZ stats when decayed | Vincent Guittot |
2018-03-09 | sched/cpufreq: Provide migration hint | Peter Zijlstra |
2018-03-09 | sched/nohz: Clean up nohz enter/exit | Peter Zijlstra |
2018-03-09 | sched/fair: Update blocked load from NEWIDLE | Peter Zijlstra |
2018-03-09 | sched/fair: Add NOHZ stats balancing | Peter Zijlstra |
2018-03-09 | sched/fair: Restructure nohz_balance_kick() | Peter Zijlstra |
2018-03-09 | sched/fair: Add NOHZ_STATS_KICK | Peter Zijlstra |
2018-03-09 | sched/core: Convert nohz_flags to atomic_t | Peter Zijlstra |
2018-03-09 | cpufreq/schedutil: Rewrite CPUFREQ_RT support | Peter Zijlstra |
2018-03-09 | cpufreq/schedutil: Remove unused CPUFREQ_DL | Peter Zijlstra |
2018-03-09 | sched/fair: Add ';' after label attributes | Norbert Manthey |
2018-03-04 | sched/core: Undefine tracepoint creation at the end of core.c | Ingo Molnar |
2018-03-04 | sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separat... | Ingo Molnar |