| Commit message (Expand) | Author | Age |
* | Protect LITMUS^RT tasks from re-nicing | Bjoern Brandenburg | 2014-06-07 |
* | Don't call set_tsk_need_resched() on remote LITMUS^RT task | Bjoern Brandenburg | 2014-06-07 |
* | Hook into rt scheduling class to protect LITMUS^RT tasks | Bjoern Brandenburg | 2014-06-07 |
* | Don't trigger load balancer in scheduler tick for LITMUS^RT | Bjoern Brandenburg | 2014-06-07 |
* | Cache 'prev' in LITMUS^RT runqueue | Bjoern Brandenburg | 2014-06-07 |
* | Hook into finish_switch() | Bjoern Brandenburg | 2014-06-07 |
* | Reset SCHED_LITMUS scheduling class on fork | Bjoern Brandenburg | 2014-06-07 |
* | Block sched_setaffinity() for SCHED_LITMUS tasks | Bjoern Brandenburg | 2014-06-07 |
* | Integrate LITMUS^RT scheduling class with sched_setscheduler | Bjoern Brandenburg | 2014-06-07 |
* | Disable cut-to-CFS optimization in Linux scheduler | Bjoern Brandenburg | 2014-06-07 |
* | Integrate LITMUS^RT with try_to_wake_up() path | Bjoern Brandenburg | 2014-06-07 |
* | Make LITMUS^RT scheduling class the highest-priority scheduling class | Bjoern Brandenburg | 2014-06-07 |
* | Add LITMUS^RT scheduling class in kernel/sched/Makefile | Bjoern Brandenburg | 2014-06-07 |
* | Introduce LITMUS^RT runqueue dummy into struct rq | Bjoern Brandenburg | 2014-06-07 |
* | Integrate SRP ceiling blocking callback with Linux scheduler | Bjoern Brandenburg | 2014-06-07 |
* | Hookup sched_trace_XXX() tracing in Linux scheduler | Bjoern Brandenburg | 2014-06-07 |
* | Call sched_state_task_picked() from pick_next_task_stop() | Bjoern Brandenburg | 2014-06-07 |
* | Integrate preemption state machine with Linux scheduler | Bjoern Brandenburg | 2014-06-07 |
* | Add LITMUS^RT core implementation | Bjoern Brandenburg | 2014-06-07 |
* | Add SCHED, SCHED2, TICK, and CXS overhead tracepoints | Bjoern Brandenburg | 2014-06-07 |
* | Integrate ft_irq_fired() with Linux | Bjoern Brandenburg | 2014-06-07 |
* | sched/autogroup: Fix race with task_groups list | Gerald Schaefer | 2014-03-31 |
* | sched: Fix double normalization of vruntime | George McCollister | 2014-03-24 |
* | sched: Guarantee new group-entities always have weight | Paul Turner | 2014-01-15 |
* | sched: Fix hrtimer_cancel()/rq->lock deadlock | Ben Segall | 2014-01-15 |
* | sched: Fix cfs_bandwidth misuse of hrtimer_expires_remaining | Ben Segall | 2014-01-15 |
* | sched: Fix race on toggling cfs_bandwidth_used | Ben Segall | 2014-01-15 |
* | sched: fix the theoretical signal_wake_up() vs schedule() race | Oleg Nesterov | 2014-01-09 |
* | sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entities | Kirill Tkhai | 2014-01-09 |
* | sched: numa: skip inaccessible VMAs | Mel Gorman | 2014-01-09 |
* | sched: Avoid throttle_cfs_rq() racing with period_timer stopping | Ben Segall | 2013-12-20 |
* | sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval... | Daisuke Nishimura | 2013-10-01 |
* | sched/cputime: Do not scale when utime == 0 | Stanislaw Gruszka | 2013-10-01 |
* | sched: Ensure update_cfs_shares() is called for parents of continuously-runni... | Peter Zijlstra | 2013-08-20 |
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-06-20 |
|\ |
|
| * | sched: Fix clear NOHZ_BALANCE_KICK | Vincent Guittot | 2013-06-19 |
* | | vtime: Use consistent clocks among nohz accounting | Frederic Weisbecker | 2013-05-31 |
|/ |
|
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-05-05 |
|\ |
|
| * | sched: Keep at least 1 tick per second for active dynticks tasks | Frederic Weisbecker | 2013-05-04 |
| * | Merge commit '8700c95adb03' into timers/nohz | Frederic Weisbecker | 2013-05-02 |
| |\ |
|
| * | | nohz: Re-evaluate the tick for the new task after a context switch | Frederic Weisbecker | 2013-04-22 |
| * | | nohz: Re-evaluate the tick from the scheduler IPI | Frederic Weisbecker | 2013-04-22 |
| * | | sched: New helper to prevent from stopping the tick in full dynticks | Frederic Weisbecker | 2013-04-22 |
| * | | sched: Kick full dynticks CPU that have more than one task enqueued. | Frederic Weisbecker | 2013-04-22 |
| * | | nohz: Switch from "extended nohz" to "full nohz" based naming | Frederic Weisbecker | 2013-04-15 |
| * | | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON | Frederic Weisbecker | 2013-04-03 |
| * | | nohz: Wake up full dynticks CPUs when a timer gets enqueued | Frederic Weisbecker | 2013-03-21 |
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-05-02 |
|\ \ \ |
|
| * | | | sched: Avoid prev->stime underflow | Stanislaw Gruszka | 2013-04-30 |
| * | | | sched: Do not account bogus utime | Stanislaw Gruszka | 2013-04-30 |