summaryrefslogtreecommitdiff
path: root/kernel/sched/rt.c (follow)
Commit message (Expand)AuthorAge
* Merge "sched: Avoid waking idle cpu for short-burst tasks"Linux Build Service Account2016-12-19
|\
| * sched: Avoid waking idle cpu for short-burst tasksSrivatsa Vaddagiri2016-12-16
* | Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-androidRunmin Wang2016-12-16
|\ \ | |/ |/|
| * sched/rt: Add Kconfig option to enable panicking for RT throttlingMatt Wagantall2016-09-14
| * sched/rt: print RT tasks when RT throttling is activatedMatt Wagantall2016-09-14
| * sched: Introduce Window Assisted Load Tracking (WALT)Srivatsa Vaddagiri2016-09-14
| * sched: rt scheduler sets capacity requirementVincent Guittot2016-09-14
* | sched: Ensure proper task migration when a CPU is isolatedSyed Rameez Mustafa2016-12-09
* | sched/hmp: Enhance co-location and scheduler boost featuresSyed Rameez Mustafa2016-11-16
* | sched: add cpu isolation supportOlav Haugan2016-09-24
* | sched: let sched_boost take precedence over sched_restrict_cluster_spillPavankumar Kondeti2016-03-23
* | sched: Add separate load tracking histogram to predict loadsPavankumar Kondeti2016-03-23
* | sched: Provide a facility to restrict RT tasks to lower power clusterPavankumar Kondeti2016-03-23
* | sched: Update fair and rt placement logic to use scheduler clustersSrivatsa Vaddagiri2016-03-23
* | sched: Optimize scheduler trace events to reduce trace buffer usageSyed Rameez Mustafa2016-03-23
* | sched: add preference for prev and sibling CPU in RT task placementJoonwoo Park2016-03-23
* | sched: precompute required frequency for CPU loadJoonwoo Park2016-03-23
* | sched: clean up fixup_hmp_sched_stats()Joonwoo Park2016-03-23
* | sched: Update task->on_rq when tasks are moving between runqueuesOlav Haugan2016-03-23
* | sched: Update the wakeup placement logic for fair and rt tasksSyed Rameez Mustafa2016-03-23
* | sched: avoid stale cumulative_runnable_avg HMP statisticsJoonwoo Park2016-03-23
* | sched: Add load based placement for RT tasksSyed Rameez Mustafa2016-03-23
* | sched: Consolidate hmp stats into their own structSrivatsa Vaddagiri2016-03-23
* | sched: Add temperature to cpu_load trace pointOlav Haugan2016-03-23
* | sched: trace: extend sched_cpu_load to print irqloadSteve Muckle2016-03-23
* | sched: avoid CPUs with high irq activitySteve Muckle2016-03-23
* | sched: Make RT tasks eligible for boostSyed Rameez Mustafa2016-03-23
* | sched: remove sysctl control for HMP and power-aware task placementSrivatsa Vaddagiri2016-03-23
* | sched: support legacy mode betterSrivatsa Vaddagiri2016-03-23
* | sched/rt: Introduce power aware scheduling for real time tasksSyed Rameez Mustafa2016-03-23
* | sched/rt: Add Kconfig option to enable panicking for RT throttlingMatt Wagantall2016-03-23
* | sched/rt: print RT tasks when RT throttling is activatedMatt Wagantall2016-03-23
|/
* sched/rt: Hide the push_irq_work_func() declarationArnd Bergmann2015-11-23
* sched/rt: Make (do_)balance_runtime() return voidJuri Lelli2015-09-23
* sched: Change the sched_class::set_cpus_allowed() calling contextPeter Zijlstra2015-08-12
* sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra2015-08-12
* sched/rt: Remove a redundant condition from task_woken_rt()Xunlei Pang2015-08-03
* sched,lockdep: Employ lock pinningPeter Zijlstra2015-06-19
* sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca...Peter Zijlstra2015-06-19
* sched,rt: Remove return value from pull_rt_task()Peter Zijlstra2015-06-19
* sched: Replace post_schedule with a balance callback listPeter Zijlstra2015-06-19
* Merge branch 'timers/core' into sched/hrtimersThomas Gleixner2015-06-19
|\
| * sched,perf: Fix periodic timersPeter Zijlstra2015-05-18
| * sched: Cleanup bandwidth timersPeter Zijlstra2015-04-22
* | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-08
|/
* sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa2015-04-02
* sched/rt: Use IPI to trigger RT task push migration instead of pullingSteven Rostedt2015-03-23
* sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen2015-01-30
* sched/core: Rework rq->clock update skipsPeter Zijlstra2015-01-14
* sched: Move p->nr_cpus_allowed check to select_task_rq()Wanpeng Li2014-11-16