aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
...
| * sched/fair: Merge for each idle cpu loop of ILBVincent Guittot2021-03-061-25/+7
| * sched/fair: Remove unused parameter of update_nohz_statsVincent Guittot2021-03-061-3/+3
| * sched/fair: Remove unused return of _nohz_idle_balanceVincent Guittot2021-03-061-9/+1
| * sched/fair: Remove update of blocked load from newidle_balanceVincent Guittot2021-03-061-28/+5
| * sched: Simplify migration_cpu_stop()Valentin Schneider2021-03-061-9/+18
* | Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-04-281-9/+9
|\ \
| * | static_call: Relax static_call_update() function argument typePeter Zijlstra2021-04-091-9/+9
| |/
* | Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-04-262-17/+13
|\ \
| * \ Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2021-04-121-0/+1
| |\ \
| | * | cpufreq: CPPC: Add support for frequency invarianceViresh Kumar2021-03-221-0/+1
| * | | cpufreq: schedutil: Call sugov_update_next_freq() before check to fast_switch...Yue Hu2021-03-181-17/+12
| | |/ | |/|
* | | Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-261-2/+2
|\ \ \ | |/ / |/| |
| * | irqtime: Make accounting correct on RTThomas Gleixner2021-03-171-2/+2
| |/
* | sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers2021-03-061-3/+1
* | sched: Simplify set_affinity_pending refcountsPeter Zijlstra2021-03-061-12/+20
* | sched: Fix affine_move_task() self-concurrencyPeter Zijlstra2021-03-061-3/+12
* | sched: Optimize migration_cpu_stop()Peter Zijlstra2021-03-061-1/+12
* | sched: Collate affine_move_task() stoppersPeter Zijlstra2021-03-061-15/+8
* | sched: Simplify migration_cpu_stop()Peter Zijlstra2021-03-061-48/+8
* | sched: Fix migration_cpu_stop() requeueingPeter Zijlstra2021-03-061-11/+28
|/
* kernel: delete repeated words in commentsRandy Dunlap2021-02-262-2/+2
* Merge tag 'pm-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-02-231-8/+6
|\
| * cpufreq: schedutil: Remove update_lock comment from struct sugov_policy defin...Yue Hu2021-02-191-1/+1
| * cpufreq: schedutil: Remove needless sg_policy parameter from ignore_dl_rate_l...Yue Hu2021-02-191-7/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-211-0/+40
|\ \
| * | sched: Add cond_resched_rwlockBen Gardon2021-02-041-0/+40
* | | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-2110-416/+622
|\ \ \
| * | | rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker2021-02-171-0/+1
| * | | sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli2021-02-175-7/+30
| * | | sched/features: Fix hrtick reprogrammingJuri Lelli2021-02-172-5/+4
| * | | sched/deadline: Reduce rq lock contention in dl_add_task_root_domain()Dietmar Eggemann2021-02-171-4/+7
| * | | sched: Harden PREEMPT_DYNAMICPeter Zijlstra2021-02-171-4/+4
| * | | sched: Add /debug/sched_preemptPeter Zijlstra2021-02-171-9/+126
| * | | preempt/dynamic: Support dynamic preempt with preempt= boot optionPeter Zijlstra (Intel)2021-02-171-1/+67
| * | | preempt/dynamic: Provide preempt_schedule[_notrace]() static callsPeter Zijlstra (Intel)2021-02-171-0/+12
| * | | preempt/dynamic: Provide cond_resched() and might_resched() static callsPeter Zijlstra (Intel)2021-02-171-3/+13
| * | | sched/core: Update task_prio() function headerDietmar Eggemann2021-02-171-2/+6
| * | | sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann2021-02-171-1/+1
| * | | sched: Remove MAX_USER_RT_PRIODietmar Eggemann2021-02-171-4/+3
| * | | sched/topology: Fix sched_domain_topology_level alloc in sched_init_numa()Dietmar Eggemann2021-02-171-1/+1
| * | | rbtree, sched/deadline: Use rb_add_cached()Peter Zijlstra2021-02-171-49/+28
| * | | rbtree, sched/fair: Use rb_add_cached()Peter Zijlstra2021-02-171-32/+14
| * | | sched/fair: Merge select_idle_core/cpu()Mel Gorman2021-02-171-40/+59
| * | | sched/fair: Remove select_idle_smt()Mel Gorman2021-02-171-30/+0
| * | | Merge tag 'v5.11' into sched/core, to pick up fixes & refresh the branchIngo Molnar2021-02-172-23/+89
| |\ \ \ | | | |/ | | |/|
| * | | sched/fair: Move avg_scan_cost calculations under SIS_PROPMel Gorman2021-01-271-6/+8
| * | | sched/fair: Remove SIS_AVG_CPUMel Gorman2021-01-272-12/+9
| * | | sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider2021-01-271-51/+48
| * | | sched/eas: Don't update misfit status if the task is pinnedQais Yousef2021-01-271-1/+1
| * | | sched: Use task_current() instead of 'rq->curr == p'Hui Su2021-01-144-6/+6