aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched/cpudeadline.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-4/+1
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar1-7/+6
2018-03-03sched/deadline: Clean up various coding style detailsMario Leinweber1-1/+4
2017-08-10sched/deadline: Change return value of cpudl_find()Byungchul Park1-13/+13
2017-08-10sched/deadline: Don't re-initialize 'struct cpudl'Viresh Kumar1-1/+0
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar1-2/+2
2016-09-05sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear()Tommaso Cucinotta1-16/+33
2016-09-05sched/deadline: Make CPU heap faster avoiding real swaps on heapifyTommaso Cucinotta1-21/+45
2016-09-05sched/deadline: Refactor CPU heap codeTommaso Cucinotta1-27/+23
2016-08-10sched/deadline: Fix wrap-around in DL heapTommaso Cucinotta1-1/+1
2016-05-12sched/core: Use tsk_cpus_allowed() instead of accessing ->cpus_allowedThomas Gleixner1-2/+2
2015-09-23sched/deadline: Unify dl_time_before() usageJuri Lelli1-5/+0
2015-02-04sched/deadline: Remove cpu_active_mask from cpudl_find()Xunlei Pang1-2/+1
2015-01-30sched/deadline: Modify cpudl::free_cpus to reflect rd->onlineXunlei Pang1-4/+24
2014-09-24sched/deadline: Fix inter- exclusive cpusets migrationsJuri Lelli1-3/+1
2014-05-22sched/deadline: Replace NR_CPUS arraysPeter Zijlstra1-9/+24
2014-05-07sched/deadline: Fix memory leakLi Zefan1-3/+1
2014-02-27sched/deadline: Switch CPU's presence test orderJuri Lelli1-2/+2
2014-02-21sched/deadline: Test for CPU's presence explicitlyBoris Ostrovsky1-3/+3
2014-01-16sched/deadline: Fix sparse static warningsFengguang Wu1-3/+3
2014-01-13sched/deadline: speed up SCHED_DEADLINE pushes with a push-heapJuri Lelli1-0/+216