aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/rt.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-19sched/rt: Check integer overflow at usec to nsec conversionGravatar Konstantin Khlebnikov 1-0/+5
2019-02-04sched/fair: Update scale invariance of PELTGravatar Vincent Guittot 1-3/+3
2018-12-11sched/core: Remove unnecessary unlikely() in push_*_task()Gravatar Yangtao Li 1-3/+1
2018-11-04sched/core: Introduce set_next_task() helper for better code readabilityGravatar Muchun Song 1-13/+11
2018-10-29sched/rt: Update comment in pick_next_task_rt()Gravatar Muchun Song 1-1/+1
2018-07-25Merge branch 'sched/urgent' into sched/core, to pick up fixesGravatar Ingo Molnar 1-0/+2
2018-07-25sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREGravatar Hailong Liu 1-0/+2
2018-07-16sched/core: Use PELT for scale_rt_capacity()Gravatar Vincent Guittot 1-2/+0
2018-07-15sched/rt: Add rt_rq utilization trackingGravatar Vincent Guittot 1-0/+13
2018-07-03sched/rt: Fix call to cpufreq_update_util()Gravatar Vincent Guittot 1-6/+10
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+2
2018-05-18sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Gravatar Mathieu Malaterre 1-2/+0
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsGravatar Davidlohr Bueso 1-1/+1
2018-04-05sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningGravatar Davidlohr Bueso 1-0/+2
2018-03-09cpufreq/schedutil: Rewrite CPUFREQ_RT supportGravatar Peter Zijlstra 1-3/+6
2018-03-04sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separat...Gravatar Ingo Molnar 1-7/+7
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerGravatar Ingo Molnar 1-4/+0
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseGravatar Ingo Molnar 1-11/+14
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickGravatar Frederic Weisbecker 1-0/+8
2018-02-13sched/rt: Make update_curr_rt() more accurateGravatar Wen Yang 1-1/+2
2018-02-06sched/rt: Make update_curr_rt() more accurateGravatar Wen Yang 1-2/+3
2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsGravatar Steven Rostedt (VMware) 1-2/+7
2018-02-06sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Gravatar Steven Rostedt (VMware) 1-7/+8
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-1/+1
2017-12-15sched/rt: Do not pull from current CPU if only one CPU to pullGravatar Steven Rostedt 1-1/+7
2017-11-28sched: Stop switched_to_rt() from sending IPIs to offline CPUsGravatar Paul E. McKenney 1-1/+1
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-10sched/rt: Simplify the IPI based RT balancing logicGravatar Steven Rostedt (Red Hat) 1-201/+115
2017-09-25cpuacct: Introduce cgroup_account_cputime[_field]()Gravatar Tejun Heo 1-1/+1
2017-08-01sched: cpufreq: Allow remote cpufreq callbacksGravatar Viresh Kumar 1-1/+1
2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cGravatar Nicolas Pitre 1-0/+310
2017-05-23sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer()Gravatar Dave Kleikamp 1-0/+11
2017-05-23sched/rt: Remove unnecessary condition in push_rt_task()Gravatar Byungchul Park 1-1/+1
2017-03-16sched/rt: Add comments describing the RT IPI pull methodGravatar Steven Rostedt (VMware) 1-0/+81
2017-03-02sched/core: Remove the tsk_nr_cpus_allowed() wrapperGravatar Ingo Molnar 1-12/+12
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperGravatar Ingo Molnar 1-3/+2
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+5
2017-02-01sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Gravatar Shile Zhang 1-0/+1
2017-01-30sched/rt: Add a missing rescheduling pointGravatar Sebastian Andrzej Siewior 1-2/+1
2017-01-27timers: Omit POSIX timer stuff from task_struct when disabledGravatar Nicolas Pitre 1-0/+4
2017-01-14sched/core: Add wrappers for lockdep_(un)pin_lock()Gravatar Matt Fleming 1-3/+3
2016-08-16cpufreq / sched: Pass runqueue pointer to cpufreq_update_util()Gravatar Rafael J. Wysocki 1-2/+1
2016-08-16cpufreq / sched: Pass flags to cpufreq_update_util()Gravatar Rafael J. Wysocki 1-2/+2
2016-05-12sched/core: Provide a tsk_nr_cpus_allowed() helperGravatar Thomas Gleixner 1-12/+12
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesGravatar Ingo Molnar 1-0/+1
2016-05-10sched/rt, sched/dl: Don't push if task's scheduling class was changedGravatar Xunlei Pang 1-0/+1
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemeGravatar Peter Zijlstra 1-3/+3
2016-04-28sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple timesGravatar Wanpeng Li 1-4/+4