summaryrefslogtreecommitdiff
path: root/kernel/sched/rt.c
AgeCommit message (Expand)Author
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
2016-08-16cpufreq / sched: Pass flags to cpufreq_update_util()Rafael J. Wysocki
2016-05-12sched/core: Provide a tsk_nr_cpus_allowed() helperThomas Gleixner
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar
2016-05-10sched/rt, sched/dl: Don't push if task's scheduling class was changedXunlei Pang
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra
2016-04-28sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple timesWanpeng Li
2016-03-16Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-09cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki
2016-03-02sched: Account rr tasksFrederic Weisbecker