summaryrefslogtreecommitdiff
path: root/kernel/sched/cpudeadline.c
AgeCommit message (Expand)Author
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar
2018-03-03sched/deadline: Clean up various coding style detailsMario Leinweber
2017-08-10sched/deadline: Change return value of cpudl_find()Byungchul Park
2017-08-10sched/deadline: Don't re-initialize 'struct cpudl'Viresh Kumar
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar
2016-09-05sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear()Tommaso Cucinotta
2016-09-05sched/deadline: Make CPU heap faster avoiding real swaps on heapifyTommaso Cucinotta
2016-09-05sched/deadline: Refactor CPU heap codeTommaso Cucinotta
2016-08-10sched/deadline: Fix wrap-around in DL heapTommaso Cucinotta
2016-05-12sched/core: Use tsk_cpus_allowed() instead of accessing ->cpus_allowedThomas Gleixner
2015-09-23sched/deadline: Unify dl_time_before() usageJuri Lelli
2015-02-04sched/deadline: Remove cpu_active_mask from cpudl_find()Xunlei Pang
2015-01-30sched/deadline: Modify cpudl::free_cpus to reflect rd->onlineXunlei Pang
2014-09-24sched/deadline: Fix inter- exclusive cpusets migrationsJuri Lelli
2014-05-22sched/deadline: Replace NR_CPUS arraysPeter Zijlstra
2014-05-07sched/deadline: Fix memory leakLi Zefan
2014-02-27sched/deadline: Switch CPU's presence test orderJuri Lelli
2014-02-21sched/deadline: Test for CPU's presence explicitlyBoris Ostrovsky
2014-01-16sched/deadline: Fix sparse static warningsFengguang Wu
2014-01-13sched/deadline: speed up SCHED_DEADLINE pushes with a push-heapJuri Lelli