summaryrefslogtreecommitdiffstats
path: root/kernel/sched/cpupri.c
Commit message (Expand)AuthorAgeFilesLines
* sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)2023-09-281-0/+1
* sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()Ingo Molnar2022-08-121-1/+1
* sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar2022-02-231-1/+0
* sched: Fix various typosIngo Molnar2021-03-221-2/+2
* Merge branch 'sched/migrate-disable'Peter Zijlstra2020-11-101-2/+2
|\
| * sched,rt: Use the full cpumask for balancingPeter Zijlstra2020-11-101-2/+2
* | sched/cpupri: Add CPUPRI_HIGHERPeter Zijlstra2020-10-291-3/+9
* | sched/cpupri: Remap CPUPRI_NORMAL to MAX_RT_PRIO-1Peter Zijlstra2020-10-291-7/+27
* | sched/cpupri: Remove pri_to_cpu[1]Dietmar Eggemann2020-10-291-3/+3
* | sched/cpupri: Remove pri_to_cpu[CPUPRI_IDLE]Dietmar Eggemann2020-10-291-6/+4
|/
* sched/rt: cpupri_find: Trigger a full search as fallbackQais Yousef2020-03-201-23/+6
* sched/rt: Optimize cpupri_find() on non-heterogenous systemsQais Yousef2020-03-061-2/+8
* sched/rt: cpupri_find: Implement fallback mechanism for !fit caseQais Yousef2020-03-061-56/+101
* sched/rt: Make RT capacity-awareQais Yousef2019-12-251-2/+23
* Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-171-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
* | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-2/+2
|/
* sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-041-5/+1
* sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-031-5/+4
* sched/cpupri: Don't re-initialize 'struct cpupri'Viresh Kumar2017-08-101-2/+0
* sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-021-2/+2
* sched/core: Use tsk_cpus_allowed() instead of accessing ->cpus_allowedThomas Gleixner2016-05-121-2/+2
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-3/+3
|\
| * arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-3/+3
* | sched/cpupri: Replace NR_CPUS arraysPeter Zijlstra2014-05-221-0/+7
* | sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)2014-05-071-2/+1
|/
* sched: Fix some kernel-doc warningsYacine Belkadi2013-07-181-2/+2
* sched/rt: Move rt specific bits into new header fileClark Williams2013-02-071-0/+2
* sched: Fix minor code style issuesYing Xue2012-07-261-5/+5
* kernel-doc: fix kernel-doc warnings in schedRandy Dunlap2012-01-231-2/+1
* sched: Move all scheduler bits into kernel/sched/Peter Zijlstra2011-11-171-0/+241