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