Commit Graph

153 Commits (b1f77b0581b8fd837acb4a973f7d5496cae6efee)

Author SHA1 Message Date
Rusty Russell 3d398703ef sched_rt: don't use first_cpu on cpumask created with cpumask_and 16 years ago
Peter Zijlstra ceacc2c1c8 sched: make plist a library facility 16 years ago
Gregory Haskins 398a153b16 sched: fix build error in kernel/sched_rt.c when RT_GROUP_SCHED && !SMP 16 years ago
Gregory Haskins b07430ac37 sched: de CPP-ify the scheduler code 16 years ago
Mike Travis d38b223c86 cpumask: reduce stack usage in find_lowest_rq 16 years ago
Mike Travis 6ca09dfc9f sched: put back some stack hog changes that were undone in kernel/sched.c 16 years ago
Gregory Haskins 1563513d34 RT: fix push_rt_task() to handle dequeue_pushable properly 16 years ago
Gregory Haskins 917b627d4d sched: create "pushable_tasks" list to limit pushing to one attempt 16 years ago
Gregory Haskins 967fc04671 sched: add sched_class->needs_post_schedule() member 16 years ago
Gregory Haskins 777c2f389e sched: only try to push a task on wakeup if it is migratable 16 years ago
Gregory Haskins 74ab8e4f64 sched: use highest_prio.next to optimize pull operations 16 years ago
Gregory Haskins a8728944ef sched: use highest_prio.curr for pull threshold 16 years ago
Gregory Haskins e864c499d9 sched: track the next-highest priority on each runqueue 16 years ago
Gregory Haskins 4d9842776a sched: cleanup inc/dec_rt_tasks 16 years ago
Bharata B Rao 80f40ee4a0 sched: use RCU variant of list traversal in for_each_leaf_rt_rq() 16 years ago
Alexey Dobriyan 70574a996f sched: move double_unlock_balance() higher 16 years ago
Rusty Russell 3d8cbdf865 sched: convert local_cpu_mask to cpumask_var_t, fix 16 years ago
Rusty Russell 96f874e264 sched: convert remaining old-style cpumask operators 16 years ago
Rusty Russell 0e3900e6d3 sched: convert local_cpu_mask to cpumask_var_t. 16 years ago
Rusty Russell 24600ce89a sched: convert check_preempt_equal_prio to cpumask_var_t. 16 years ago
Rusty Russell c6c4927b22 sched: convert struct root_domain to cpumask_var_t. 16 years ago
Rusty Russell 758b2cdc6f sched: wrap sched_group and sched_domain cpumask accesses. 16 years ago
Sripathi Kodi cf7f8690e8 sched, lockdep: inline double_unlock_balance() 16 years ago
Dimitri Sivanich e113a745f6 sched/rt: small optimization to update_curr_rt() 16 years ago
Li Zefan 4ce72a2c06 sched: add CONFIG_SMP consistency 17 years ago
Dario Faggioli f6121f4f87 sched_rt.c: resch needed in rt_rq_enqueue() for the root rt_rq 17 years ago
Peter Zijlstra 78333cdd0e sched: add some comments to the bandwidth code 17 years ago
Peter Zijlstra 15afe09bf4 sched: wakeup preempt when small overlap 17 years ago
Frank Mayhar f06febc96b timers: fix itimer/many thread hang 17 years ago
Zhang, Yanmin baf25731e5 sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomly 17 years ago
Peter Zijlstra cc2991cf15 sched: rt-bandwidth accounting fix 17 years ago
John Blackwood f3ade83780 sched: fix sched_rt_rq_enqueue() resched idle 17 years ago
Peter Zijlstra 0b148fa048 sched: rt-bandwidth group disable fixes 17 years ago
Peter Zijlstra 6f0d5c390e sched: rt-bandwidth accounting fix 17 years ago
Peter Zijlstra f1679d0848 sched: fix rt-bandwidth hotplug race 17 years ago
Peter Zijlstra 1b12bbc747 lockdep: re-annotate scheduler runqueues 17 years ago
Peter Zijlstra 58838cf3ca sched: clean up compiler warning 17 years ago
David Howells 577b4a58d2 sched: fix warning in inc_rt_tasks() to not declare variable 'rq' if it's not needed 17 years ago
Max Krasnyansky e761b77252 cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment (take 2) 17 years ago
Dmitry Adamushko 7ebefa8cee sched: rework of "prioritize non-migratable tasks over migratable ones" 17 years ago
Dhaval Giani 55e12e5e7b sched: make sched_{rt,fair}.c ifdefs more readable 17 years ago
Peter Zijlstra c09595f63b sched: revert revert of: fair-group: SMP-nice for group scheduling 17 years ago
Peter Zijlstra bf647b62fd sched: clean up some unused variables 17 years ago
Peter Zijlstra 8a8cde163e sched: rt: dont stop the period timer when there are tasks wanting to run 17 years ago
Peter Zijlstra 6c3df25511 sched: rt: dont stop the period timer when there are tasks wanting to run 17 years ago
Peter Zijlstra eff6549b95 sched: rt: move some code around 17 years ago
Peter Zijlstra b79f3833d8 sched: rt: fix SMP bandwidth balancing for throttled groups 17 years ago
Peter Zijlstra ada18de2eb sched: debug: add some rt debug output 17 years ago
Peter Zijlstra 15a8641ead sched: rt-group: fix RR buglet 17 years ago
Peter Zijlstra ad2a3f13b7 sched: rt-group: heirarchy aware throttle 17 years ago