aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/rt.c
AgeCommit message (Expand)Author
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra
2019-08-08sched/{rt,deadline}: Fix set_next_task vs pick_next_taskPeter Zijlstra
2019-06-24sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2019-04-19sched/rt: Check integer overflow at usec to nsec conversionKonstantin Khlebnikov
2019-02-04sched/fair: Update scale invariance of PELTVincent Guittot
2018-12-11sched/core: Remove unnecessary unlikely() in push_*_task()Yangtao Li
2018-11-04sched/core: Introduce set_next_task() helper for better code readabilityMuchun Song
2018-10-29sched/rt: Update comment in pick_next_task_rt()Muchun Song
2018-07-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2018-07-25sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu
2018-07-16sched/core: Use PELT for scale_rt_capacity()Vincent Guittot
2018-07-15sched/rt: Add rt_rq utilization trackingVincent Guittot
2018-07-03sched/rt: Fix call to cpufreq_update_util()Vincent Guittot
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-18sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso
2018-04-05sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso
2018-03-09cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra
2018-03-04sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separat...Ingo Molnar
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-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker
2018-02-13sched/rt: Make update_curr_rt() more accurateWen Yang
2018-02-06sched/rt: Make update_curr_rt() more accurateWen Yang
2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)
2018-02-06sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-12-15sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt
2017-11-28sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-10sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)
2017-09-25cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo
2017-08-01sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar
2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre
2017-05-23sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer()Dave Kleikamp
2017-05-23sched/rt: Remove unnecessary condition in push_rt_task()Byungchul Park
2017-03-16sched/rt: Add comments describing the RT IPI pull methodSteven Rostedt (VMware)
2017-03-02sched/core: Remove the tsk_nr_cpus_allowed() wrapperIngo Molnar
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-02-01sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Shile Zhang
2017-01-30sched/rt: Add a missing rescheduling pointSebastian Andrzej Siewior
2017-01-27timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre
2017-01-14sched/core: Add wrappers for lockdep_(un)pin_lock()Matt Fleming
2016-08-16cpufreq / sched: Pass runqueue pointer to cpufreq_update_util()Rafael J. Wysocki