aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/cpupri.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-22sched: Fix various typosIngo Molnar1-2/+2
2020-11-10Merge branch 'sched/migrate-disable'Peter Zijlstra1-2/+2
2020-11-10sched,rt: Use the full cpumask for balancingPeter Zijlstra1-2/+2
2020-10-29sched/cpupri: Add CPUPRI_HIGHERPeter Zijlstra1-3/+9
2020-10-29sched/cpupri: Remap CPUPRI_NORMAL to MAX_RT_PRIO-1Peter Zijlstra1-7/+27
2020-10-29sched/cpupri: Remove pri_to_cpu[1]Dietmar Eggemann1-3/+3
2020-10-29sched/cpupri: Remove pri_to_cpu[CPUPRI_IDLE]Dietmar Eggemann1-6/+4
2020-03-20sched/rt: cpupri_find: Trigger a full search as fallbackQais Yousef1-23/+6
2020-03-06sched/rt: Optimize cpupri_find() on non-heterogenous systemsQais Yousef1-2/+8
2020-03-06sched/rt: cpupri_find: Implement fallback mechanism for !fit caseQais Yousef1-56/+101
2019-12-25sched/rt: Make RT capacity-awareQais Yousef1-2/+23
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar1-5/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-2/+2
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar1-5/+1
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar1-5/+4
2017-08-10sched/cpupri: Don't re-initialize 'struct cpupri'Viresh Kumar1-2/+0
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar1-2/+2
2016-05-12sched/core: Use tsk_cpus_allowed() instead of accessing ->cpus_allowedThomas Gleixner1-2/+2
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-3/+3
2014-05-22sched/cpupri: Replace NR_CPUS arraysPeter Zijlstra1-0/+7
2014-05-07sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)1-2/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-3/+3
2013-07-18sched: Fix some kernel-doc warningsYacine Belkadi1-2/+2
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams1-0/+2
2012-07-26sched: Fix minor code style issuesYing Xue1-5/+5
2012-01-23kernel-doc: fix kernel-doc warnings in schedRandy Dunlap1-2/+1
2011-11-17sched: Move all scheduler bits into kernel/sched/Peter Zijlstra1-0/+241