summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* 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-151-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-151-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-141-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-1413-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
| * | | | | | | sched: Fix kernel-doc markupMauro Carvalho Chehab2020-12-112-9/+9
| * | | | | | | Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-275-96/+132
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-241-10/+2
| * | | | | | | sched: Limit the amount of NUMA imbalance that can exist at fork timeMel Gorman2020-11-241-2/+15
| * | | | | | | sched/numa: Allow a floating imbalance between NUMA nodesMel Gorman2020-11-241-10/+11
| * | | | | | | sched: Avoid unnecessary calculation of load imbalance at clone timeMel Gorman2020-11-241-3/+5
| * | | | | | | sched/numa: Rename nr_running and break out the magic numberMel Gorman2020-11-241-4/+6
| | |_|/ / / / | |/| | | | |
| * | | | | | sched: Make migrate_disable/enable() independent of RTThomas Gleixner2020-11-242-12/+37
| * | | | | | sched/topology: Condition EAS enablement on FIE supportIonela Voinescu2020-11-191-0/+9
| * | | | | | sched/topology,schedutil: Wrap sched domains rebuildIonela Voinescu2020-11-192-15/+12
| * | | | | | sched/uclamp: Allow to reset a task uclamp constraint valueDietmar Eggemann2020-11-191-19/+51
| * | | | | | sched/core: Fix typos in commentsTal Zussman2020-11-191-15/+15
| * | | | | | sched/topology: Warn when NUMA diameter > 2Valentin Schneider2020-11-191-0/+33
| * | | | | | sched: Fix migration_cpu_stop() WARNPeter Zijlstra2020-11-191-2/+2
| * | | | | | sched/core: Add missing completion for affine_move_task() waitersValentin Schneider2020-11-191-1/+12
| * | | | | | sched/fair: Dissociate wakeup decisions from SD flag valueValentin Schneider2020-11-101-3/+2
| * | | | | | sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider2020-11-107-15/+17
| * | | | | | sched: Add WF_TTWU, WF_EXEC wakeup flagsValentin Schneider2020-11-101-7/+14
| * | | | | | sched/fair: Remove superfluous lock section in do_sched_cfs_slack_timer()Hui Su2020-11-101-3/+0
| * | | | | | Merge branch 'sched/migrate-disable'Peter Zijlstra2020-11-106-221/+887
| |\ \ \ \ \ \
| | * | | | | | sched: Comment affine_move_task()Valentin Schneider2020-11-101-2/+79
| | * | | | | | sched: Deny self-issued __set_cpus_allowed_ptr() when migrate_disable()Valentin Schneider2020-11-101-2/+11
| | * | | | | | sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra2020-11-104-29/+162
| | * | | | | | sched, lockdep: Annotate ->pi_lock recursionPeter Zijlstra2020-11-101-0/+15
| | * | | | | | sched,rt: Use the full cpumask for balancingPeter Zijlstra2020-11-104-8/+8
| | * | | | | | sched,rt: Use cpumask_any*_distribute()Peter Zijlstra2020-11-102-6/+6