- cbce1a6 sched,lockdep: Employ lock pinning by Peter Zijlstra · 10 years ago
- fd7a4be sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance callbacks by Peter Zijlstra · 10 years ago
- 8046d68 sched,rt: Remove return value from pull_rt_task() by Peter Zijlstra · 10 years ago
- e3fca9e sched: Replace post_schedule with a balance callback list by Peter Zijlstra · 10 years ago
- 624bbdf Merge branch 'timers/core' into sched/hrtimers by Thomas Gleixner · 10 years ago
- 4cfafd3 sched,perf: Fix periodic timers by Peter Zijlstra · 10 years ago
- 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 10 years ago
- 77a4d1a sched: Cleanup bandwidth timers by Peter Zijlstra · 10 years ago
- 07c54f7 sched/core: Remove unused argument from init_[rt|dl]_rq() by Abel Vesa · 10 years ago
- b6366f0 sched/rt: Use IPI to trigger RT task push migration instead of pulling by Steven Rostedt · 10 years ago
- 80e3d87 sched/rt: Reduce rq lock contention by eliminating locking of non-feasible target by Tim Chen · 10 years ago
- 9edfbfe sched/core: Rework rq->clock update skips by Peter Zijlstra · 10 years ago
- 6c1d941 sched: Move p->nr_cpus_allowed check to select_task_rq() by Wanpeng Li · 10 years ago
- e9ac5f0 Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying more changes by Ingo Molnar · 10 years ago
- 6e99891 sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistency by Stanislaw Gruszka · 10 years ago
- 308a623 sched/rt: Clean up check_preempt_equal_prio() by Wanpeng Li · 10 years ago
- 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
- 8aa6f0e sched/rt: Use resched_curr() in task_tick_rt() by Kirill Tkhai · 10 years ago
- f3f1768 sched/rt: Remove useless if from cleanup pick_next_task_rt() by Kirill Tkhai · 10 years ago
- 4ba2968 percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t by Christoph Lameter · 10 years ago
- da0c1e6 sched: Add wrapper for checking task_struct::on_rq by Kirill Tkhai · 10 years ago
- 8875125 sched: Transform resched_task() into resched_curr() by Kirill Tkhai · 11 years ago
- 99b6256 sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runtime() by Kirill Tkhai · 11 years ago
- b2e09f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 0b07939 sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...) by Giedrius Rekasius · 11 years ago
- c224815 printk: Add printk_deferred_once by John Stultz · 11 years ago
- aac74dc printk: rename printk_sched to printk_deferred by John Stultz · 11 years ago
- 7246544 sched, nohz: Change rq->nr_running to always use wrappers by Kirill Tkhai · 11 years ago
- 4638364 sched: Revert commit 4c6c4e38c4e9 ("sched/core: Fix endless loop in pick_next_task()") by Kirill Tkhai · 11 years ago
- f4ebcbc sched/rt: Substract number of tasks of throttled queues from rq->nr_running by Kirill Tkhai · 11 years ago
- 653d07a sched/rt: Add accessors rq_of_rt_se() by Kirill Tkhai · 11 years ago
- 22abdef sched/rt: Sum number of all children tasks in hierarhy at ->rt_nr_running by Kirill Tkhai · 11 years ago
- 1044791 sched/rt: Do not try to push tasks if pinned task switches to RT by Kirill V Tkhai · 11 years ago
- a1d9a32 sched: Check for stop task appearance when balancing happens by Kirill Tkhai · 11 years ago
- 4c6c4e3 sched/core: Fix endless loop in pick_next_task() by Kirill Tkhai · 11 years ago
- 734ff2a sched/rt: Fix picking RT and DL tasks from empty queue by Kirill Tkhai · 11 years ago
- a02ed5e Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 11 years ago
- 37e117c sched: Guarantee task priority in pick_next_task() by Peter Zijlstra · 11 years ago
- faa5993 sched/deadline: Prevent rt_time growth to infinity by Juri Lelli · 11 years ago
- 11c785b sched/rt: Make init_sched_rt_calss() __init by Li Zefan · 11 years ago
- dc87734 sched: Remove some #ifdeffery by Peter Zijlstra · 11 years ago
- 3f1d2a3 sched: Fix hotplug task migration by Peter Zijlstra · 11 years ago
- 38033c3 sched: Push down pre_schedule() and idle_balance() by Peter Zijlstra · 11 years ago
- 606dba2 sched: Push put_prev_task() into pick_next_task() by Peter Zijlstra · 13 years ago
- 1baca4c sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logic by Juri Lelli · 11 years ago
- 757dfca sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities by Kirill Tkhai · 11 years ago
- e9aa39b sched/rt: Fix task_tick_rt() comment by Li Bin · 11 years ago
- 7c3f2ab sched/rt: Add missing rmb() by Peter Zijlstra · 11 years ago
- ac66f54 sched/numa: Introduce migrate_swap() by Peter Zijlstra · 11 years ago
- 6bfa687 sched/rt: Remove redundant nr_cpus_allowed test by Shawn Bohrer · 11 years ago
- e23ee74 sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_list by Kirill Tkhai · 12 years ago
- 78becc2 sched: Use an accessor to read the rq clock by Frederic Weisbecker · 12 years ago
- c5405a4 sched: Remove redundant update_runtime notifier by Neil Zhang · 12 years ago
- 424c93f sched: Use this_rq() helper by Nathan Zimmer · 12 years ago
- d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- ce0dbbb sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice by Clark Williams · 12 years ago
- 60334ca sched/rt: Further simplify pick_rt_task() by Kirill Tkhai · 12 years ago
- fc79e24 sched/rt: Do not account zero delta_exec in update_curr_rt() by Kirill Tkhai · 12 years ago
- 57d2aa0 sched/rt: Avoid updating RT entry timeout twice within one tick period by Ying Xue · 13 years ago
- aa7f673 sched/rt: Use root_domain of rt_rq not current processor by Shawn Bohrer · 12 years ago
- 1158ddb sched/rt: Add reschedule check to switched_from_rt() by Kirill Tkhai · 12 years ago
- f3e9478 sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW by Peter Zijlstra · 12 years ago
- a4c96ae sched: Unthrottle rt runqueues in __disable_runtime() by Peter Boonstoppel · 12 years ago
- e221d02 sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttled by Mike Galbraith · 12 years ago
- 7f1b439 sched/rt: Fix lockdep annotation within find_lock_lowest_rq() by Peter Zijlstra · 13 years ago
- 454c799 sched/rt: Fix SCHED_RR across cgroups by Colin Cross · 13 years ago
- 29baa74 sched: Move nr_cpus_allowed out of 'struct sched_rt_entity' by Peter Zijlstra · 13 years ago
- 4cbb621 Merge branch 'tip/sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into sched/core by Ingo Molnar · 13 years ago
- 8d3d5ad sched_rt: Avoid unnecessary dequeue and enqueue of pushable tasks in set_cpus_allowed_rt() by Kirill Tkhai · 13 years ago
- 1b028ab sched/rt: Improve pick_next_highest_task_rt() by Michael J Wang · 13 years ago
- 3ccf3e8 printk/sched: Introduce special printk_sched() for those awkward moments by Peter Zijlstra · 13 years ago
- 7abc63b sched/rt: Do not throttle when PI boosting by Peter Zijlstra · 13 years ago
- 42c62a5 sched/rt: Keep period timer ticking when rt throttling is active by Peter Zijlstra · 13 years ago
- de5bdff sched: Make initial SCHED_RR timeslace DEF_TIMESLICE by Hiroshi Shimamoto · 13 years ago
- cb297a3 sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSW by Chanho Min · 13 years ago
- 5b680fd sched/rt: Code cleanup, remove a redundant function call by Shan Hai · 13 years ago
- 76854c7 sched: Use rt.nr_cpus_allowed to recover select_task_rq() cycles by Mike Galbraith · 13 years ago
- 391e43d sched: Move all scheduler bits into kernel/sched/ by Peter Zijlstra · 13 years ago[Renamed from kernel/sched_rt.c]
- 029632f sched: Make separate sched*.c translation units by Peter Zijlstra · 13 years ago
- 6068631 sched: Fix comment for requeue_rt_entity by Richard Weinberger · 13 years ago
- 4a6184c sched, rt: Provide means of disabling cross-cpu bandwidth sharing by Peter Zijlstra · 13 years ago
- 1c83437 sched: Warn on rt throttling by Thomas Gleixner · 13 years ago
- 4939602 sched: Unify the ->cpus_allowed mask copy by Peter Zijlstra · 14 years ago
- fa17b50 sched: Wrap scheduler p->cpus_allowed access by Peter Zijlstra · 14 years ago
- 22f92ba Merge branch 'linus' into sched/core by Ingo Molnar · 13 years ago
- 3be209a sched/rt: Migrate equal priority tasks to available CPUs by Shawn Bohrer · 13 years ago
- 953bfcd1 sched: Implement hierarchical task accounting for SCHED_OTHER by Paul Turner · 14 years ago
- 5181f4a4 sched: Use pushable_tasks to determine next highest prio by Steven Rostedt · 14 years ago
- c37495f sched: Balance RT tasks when forked as well by Steven Rostedt · 14 years ago
- 1812a64 sched: Remove resetting exec_start in put_prev_task_rt() by Hillf Danton · 14 years ago
- 311e800 sched, rt: Fix rq->rt.pushable_tasks bug in push_rt_task() by Hillf Danton · 14 years ago
- 67d9553 sched: Remove noop in next_prio() by Hillf Danton · 14 years ago
- 1c09ab0 sched: Skip autogroup when looking for all rt sched groups by Yong Zhang · 14 years ago
- 36b2e92 Merge commit 'v3.0-rc5' into sched/core by Ingo Molnar · 14 years ago
- 0da938c sched: Check if lowest_mask is initialized in find_lowest_rq() by Steven Rostedt · 14 years ago
- 8dd0de8b sched: Fix need_resched() when checking peempt by Hillf Danton · 14 years ago
- e197f09 Merge branch 'unlikely/sched' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into sched/urgent by Ingo Molnar · 14 years ago
- cd4ae6a sched: More sched_domain iterations fixes by Xiaotian Feng · 14 years ago
- 80fe02b Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 61eadef sched, rt: Update rq clock when unthrottling of an otherwise idle CPU by Mike Galbraith · 14 years ago