summaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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: Relax the set_cpus_allowed_ptr() semanticsPeter Zijlstra2021-01-221-11/+10
| * sched: Fix CPU hotplug / tighten is_per_cpu_kthread()Peter Zijlstra2021-01-221-4/+35
| * sched: Prepare to use balance_push in ttwu()Peter Zijlstra2021-01-222-5/+7
| * sched: Don't run cpu-online with balance_push() enabledPeter Zijlstra2021-01-221-2/+14
| * sched/core: Print out straggler tasks in sched_cpu_dying()Valentin Schneider2021-01-221-1/+23
* | 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
* | sched/fair: Reduce cases for active balanceVincent Guittot2021-01-141-22/+23
* | sched/fair: Don't set LBF_ALL_PINNED unnecessarilyVincent Guittot2021-01-141-2/+5
* | sched/fair: Skip idle cfs_rqVincent Guittot2021-01-141-1/+4
* | sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueXuewen Yan2021-01-141-15/+28
* | sched: Prevent raising SCHED_SOFTIRQ when CPU is !activeAnna-Maria Behnsen2021-01-142-3/+11
* | sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar2021-01-144-11/+17
* | sched/core: Move schedutil_cpu_util() to core.cViresh Kumar2021-01-143-117/+109
|/
* Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-272-33/+20
|\
| * sched: Optimize finish_lock_switch()Peter Zijlstra2020-12-152-33/+20
* | Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-12-221-30/+76
|\ \
| * \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-12-221-30/+76
| |\ \
| | * | cpufreq: Add special-purpose fast-switching callback for driversRafael J. Wysocki2020-12-151-10/+58
| | * | cpufreq: schedutil: Add util to struct sg_cpuRafael J. Wysocki2020-12-151-22/+20
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-201-1/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'kvmarm-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2020-12-152-31/+51
| |\ \ \
| * | | | sched/wait: Add add_wait_queue_priority()David Woodhouse2020-11-151-1/+16
* | | | | Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-12-161-5/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-12-151-5/+3
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | cpufreq: schedutil: Simplify sugov_update_next_freq()Rafael J. Wysocki2020-12-111-5/+3
* | | | | | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-19/+17
|\ \ \ \ \ \
| * | | | | | Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2020-12-156-100/+160
| |\| | | | |
| * | | | | | irqtime: Move irqtime entry accounting after irq offset incrementationFrederic Weisbecker2020-12-021-7/+11
| * | | | | | sched/vtime: Consolidate IRQ time accountingFrederic Weisbecker2020-12-021-4/+9
| * | | | | | s390/vtime: Use the generic IRQ entry accountingFrederic Weisbecker2020-12-021-11/+2
| * | | | | | sched/cputime: Remove symbol exports from IRQ time accountingFrederic Weisbecker2020-12-021-2/+0
* | | | | | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-151-0/+25
|\ \ \ \ \ \ \
| * | | | | | | sched: highmem: Store local kmaps in task structThomas Gleixner2020-11-241-0/+25
| * | | | | | | Merge branch 'sched/core' into core/mmThomas Gleixner2020-11-2413-388/+1401
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-1513-422/+1446
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | sched/fair: Trivial correction of the newidle_balance() commentBarry Song2020-12-111-1/+1
| * | | | | | | sched/fair: Clear SMT siblings after determining the core is not idleMel Gorman2020-12-111-1/+2