| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel: delete repeated words in comments | Randy Dunlap | 2021-02-26 | 2 | -2/+2 |
* | Merge tag 'pm-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2021-02-23 | 1 | -8/+6 |
|\ |
|
| * | cpufreq: schedutil: Remove update_lock comment from struct sugov_policy defin... | Yue Hu | 2021-02-19 | 1 | -1/+1 |
| * | cpufreq: schedutil: Remove needless sg_policy parameter from ignore_dl_rate_l... | Yue Hu | 2021-02-19 | 1 | -7/+5 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2021-02-21 | 1 | -0/+40 |
|\ \ |
|
| * | | sched: Add cond_resched_rwlock | Ben Gardon | 2021-02-04 | 1 | -0/+40 |
* | | | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-02-21 | 10 | -416/+622 |
|\ \ \ |
|
| * | | | rcu/nocb: Perform deferred wake up before last idle's need_resched() check | Frederic Weisbecker | 2021-02-17 | 1 | -0/+1 |
| * | | | sched/features: Distinguish between NORMAL and DEADLINE hrtick | Juri Lelli | 2021-02-17 | 5 | -7/+30 |
| * | | | sched/features: Fix hrtick reprogramming | Juri Lelli | 2021-02-17 | 2 | -5/+4 |
| * | | | sched/deadline: Reduce rq lock contention in dl_add_task_root_domain() | Dietmar Eggemann | 2021-02-17 | 1 | -4/+7 |
| * | | | sched: Harden PREEMPT_DYNAMIC | Peter Zijlstra | 2021-02-17 | 1 | -4/+4 |
| * | | | sched: Add /debug/sched_preempt | Peter Zijlstra | 2021-02-17 | 1 | -9/+126 |
| * | | | preempt/dynamic: Support dynamic preempt with preempt= boot option | Peter Zijlstra (Intel) | 2021-02-17 | 1 | -1/+67 |
| * | | | preempt/dynamic: Provide preempt_schedule[_notrace]() static calls | Peter Zijlstra (Intel) | 2021-02-17 | 1 | -0/+12 |
| * | | | preempt/dynamic: Provide cond_resched() and might_resched() static calls | Peter Zijlstra (Intel) | 2021-02-17 | 1 | -3/+13 |
| * | | | sched/core: Update task_prio() function header | Dietmar Eggemann | 2021-02-17 | 1 | -2/+6 |
| * | | | sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIO | Dietmar Eggemann | 2021-02-17 | 1 | -1/+1 |
| * | | | sched: Remove MAX_USER_RT_PRIO | Dietmar Eggemann | 2021-02-17 | 1 | -4/+3 |
| * | | | sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa() | Dietmar Eggemann | 2021-02-17 | 1 | -1/+1 |
| * | | | rbtree, sched/deadline: Use rb_add_cached() | Peter Zijlstra | 2021-02-17 | 1 | -49/+28 |
| * | | | rbtree, sched/fair: Use rb_add_cached() | Peter Zijlstra | 2021-02-17 | 1 | -32/+14 |
| * | | | sched/fair: Merge select_idle_core/cpu() | Mel Gorman | 2021-02-17 | 1 | -40/+59 |
| * | | | sched/fair: Remove select_idle_smt() | Mel Gorman | 2021-02-17 | 1 | -30/+0 |
| * | | | Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branch | Ingo Molnar | 2021-02-17 | 2 | -23/+89 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | sched/fair: Move avg_scan_cost calculations under SIS_PROP | Mel Gorman | 2021-01-27 | 1 | -6/+8 |
| * | | | sched/fair: Remove SIS_AVG_CPU | Mel Gorman | 2021-01-27 | 2 | -12/+9 |
| * | | | sched/topology: Make sched_init_numa() use a set for the deduplicating sort | Valentin Schneider | 2021-01-27 | 1 | -51/+48 |
| * | | | sched/eas: Don't update misfit status if the task is pinned | Qais Yousef | 2021-01-27 | 1 | -1/+1 |
| * | | | sched: Use task_current() instead of 'rq->curr == p' | Hui Su | 2021-01-14 | 4 | -6/+6 |
| * | | | sched/fair: Reduce cases for active balance | Vincent Guittot | 2021-01-14 | 1 | -22/+23 |
| * | | | sched/fair: Don't set LBF_ALL_PINNED unnecessarily | Vincent Guittot | 2021-01-14 | 1 | -2/+5 |
| * | | | sched/fair: Skip idle cfs_rq | Vincent Guittot | 2021-01-14 | 1 | -1/+4 |
| * | | | sched/fair: Avoid stale CPU util_est value for schedutil in task dequeue | Xuewen Yan | 2021-01-14 | 1 | -15/+28 |
| * | | | sched: Prevent raising SCHED_SOFTIRQ when CPU is !active | Anna-Maria Behnsen | 2021-01-14 | 2 | -3/+11 |
| * | | | sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use it | Viresh Kumar | 2021-01-14 | 4 | -11/+17 |
| * | | | sched/core: Move schedutil_cpu_util() to core.c | Viresh Kumar | 2021-01-14 | 3 | -117/+109 |
| | |/
| |/| |
|
* | | | Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2021-02-12 | 1 | -5/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a... | Paul E. McKenney | 2021-01-22 | 1 | -5/+4 |
| |\ \
| | |/
| |/| |
|
| | * | sched/core: Allow try_invoke_on_locked_down_task() with irqs disabled | Peter Zijlstra | 2021-01-04 | 1 | -5/+4 |
* | | | sched: Relax the set_cpus_allowed_ptr() semantics | Peter Zijlstra | 2021-01-22 | 1 | -11/+10 |
* | | | sched: Fix CPU hotplug / tighten is_per_cpu_kthread() | Peter Zijlstra | 2021-01-22 | 1 | -4/+35 |
* | | | sched: Prepare to use balance_push in ttwu() | Peter Zijlstra | 2021-01-22 | 2 | -5/+7 |
* | | | sched: Don't run cpu-online with balance_push() enabled | Peter Zijlstra | 2021-01-22 | 1 | -2/+14 |
* | | | sched/core: Print out straggler tasks in sched_cpu_dying() | Valentin Schneider | 2021-01-22 | 1 | -1/+23 |
|/ / |
|
* | | Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-12-27 | 2 | -33/+20 |
|\ \ |
|
| * | | sched: Optimize finish_lock_switch() | Peter Zijlstra | 2020-12-15 | 2 | -33/+20 |
* | | | Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2020-12-22 | 1 | -30/+76 |
|\ \ \ |
|
| * \ \ | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2020-12-22 | 1 | -30/+76 |
| |\ \ \ |
|
| | * | | | cpufreq: Add special-purpose fast-switching callback for drivers | Rafael J. Wysocki | 2020-12-15 | 1 | -10/+58 |