Age | Commit message (Expand) | Author |
2015-02-21 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2015-02-18 | sched/rt: Avoid obvious configuration fail | Peter Zijlstra |
2015-02-18 | sched/autogroup: Fix failure to set cpu.rt_runtime_us | Peter Zijlstra |
2015-02-18 | sched/dl: Do update_rq_clock() in yield_task_dl() | Kirill Tkhai |
2015-02-18 | sched: Prevent recursion in io_schedule() | NeilBrown |
2015-02-18 | sched/completion: Serialize completion_done() with complete() | Oleg Nesterov |
2015-02-18 | sched: Fix preempt_schedule_common() triggering tracing recursion | Frederic Weisbecker |
2015-02-18 | sched/dl: Prevent enqueue of a sleeping task in dl_task_timer() | Kirill Tkhai |
2015-02-18 | sched: Make dl_task_time() use task_rq_lock() | Peter Zijlstra |
2015-02-18 | sched: Clarify ordering between task_rq_lock() and move_queued_task() | Peter Zijlstra |
2015-02-17 | Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-02-13 | sched: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo |
2015-02-13 | PM / sleep: Re-implement suspend-to-idle handling | Rafael J. Wysocki |
2015-02-12 | kernel/sched/clock.c: add another clock for use with the soft lockup watchdog | Cyril Bur |
2015-02-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds |
2015-02-09 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2015-02-09 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2015-02-09 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2015-02-06 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2015-02-04 | Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changes | Ingo Molnar |
2015-02-04 | sched/completion: Add lock-free checking of the blocking case | Nicholas Mc Guire |
2015-02-04 | sched/completion: Remove unnecessary ->wait.lock serialization when reading c... | Nicholas Mc Guire |
2015-02-04 | sched: Pull resched loop to __schedule() callers | Frederic Weisbecker |
2015-02-04 | sched/deadline: Remove cpu_active_mask from cpudl_find() | Xunlei Pang |
2015-02-04 | sched: Fix hrtick_start() on UP | Wanpeng Li |
2015-02-04 | sched/deadline: Avoid pointless __setscheduler() | Wanpeng Li |
2015-02-04 | sched/deadline: Fix stale yield state | Peter Zijlstra |
2015-02-04 | sched/deadline: Fix hrtick for a non-leftmost task | Wanpeng Li |
2015-02-04 | Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n... | Ingo Molnar |
2015-02-04 | sched/deadline: Fix deadline parameter modification handling | Peter Zijlstra |
2015-02-01 | sched: don't cause task state changes in nested sleep debugging | Linus Torvalds |
2015-01-30 | sched/deadline: Modify cpudl::free_cpus to reflect rd->online | Xunlei Pang |
2015-01-30 | sched/idle: Add missing checks to the exit condition of cpu_idle_poll() | Preeti U Murthy |
2015-01-30 | sched: Fix missing preemption opportunity | Frederic Weisbecker |
2015-01-30 | sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta... | Tim Chen |
2015-01-30 | Merge branch 'sched/urgent' into sched/core | Ingo Molnar |
2015-01-29 | ftrace: allow architectures to specify ftrace compile options | Heiko Carstens |
2015-01-28 | sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumask | Mike Galbraith |
2015-01-28 | sched/fair: Avoid using uninitialized variable in preferred_group_nid() | Jan Beulich |
2015-01-14 | perf: Avoid horrible stack usage | Peter Zijlstra (Intel) |
2015-01-14 | sched/debug: Print rq->clock_task | Peter Zijlstra |
2015-01-14 | sched/core: Rework rq->clock update skips | Peter Zijlstra |
2015-01-14 | sched/core: Validate rq_clock*() serialization | Peter Zijlstra |
2015-01-14 | sched/core: Remove check of p->sched_class | Yao Dongdong |
2015-01-14 | sched/fair: Fix sched_entity::avg::decay_count initialization | Kirill Tkhai |
2015-01-14 | sched/debug: Fix potential call to __ffs(0) in sched_show_task() | Tetsuo Handa |
2015-01-14 | sched/debug: Check for stack overflow in ___might_sleep() | Eric Sandeen |
2015-01-14 | sched/fair: Fix the dealing with decay_count in __synchronize_entity_decay() | Xunlei Pang |
2015-01-09 | sched/fair: Fix RCU stall upon -ENOMEM in sched_create_group() | Tetsuo Handa |
2015-01-09 | sched/deadline: Avoid double-accounting in case of missed deadlines | Luca Abeni |