Age | Commit message (Expand) | Author |
2013-04-29 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-04-19 | mutex: Move mutex spinning code from sched/core.c back to mutex.c | Waiman Long |
2013-04-14 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-04-08 | sched/cputime: Fix accounting on multi-threaded processes | Stanislaw Gruszka |
2013-04-08 | sched/debug: Fix sd->*_idx limit range avoiding overflow | libin |
2013-04-08 | sched_clock: Prevent 64bit inatomicity on 32bit systems | Thomas Gleixner |
2013-03-21 | sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s | Tejun Heo |
2013-02-28 | Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin |
2013-02-26 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2013-02-25 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2013-02-24 | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2013-02-24 | cputime: Use local_clock() for full dynticks cputime accounting | Frederic Weisbecker |
2013-02-23 | sched: do not use cpu_to_node() to find an offlined cpu's node. | Tang Chen |
2013-02-22 | sched: Fix /proc/sched_debug failure on very very large systems | Nathan Zimmer |
2013-02-22 | sched: Fix /proc/sched_stat failure on very very large systems | Nathan Zimmer |
2013-02-20 | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds |
2013-02-20 | sched/core: Remove the obsolete and unused nr_uninterruptible() function | Sha Zhengju |
2013-02-19 | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2013-02-19 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2013-02-19 | cputime: Remove irqsave from seqlock readers | Thomas Gleixner |
2013-02-15 | sched: add wait_for_completion_io[_timeout] | Vladimir Davydov |
2013-02-07 | sched/rt: Move rt specific bits into new header file | Clark Williams |
2013-02-07 | sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice | Clark Williams |
2013-02-07 | sched: Move sched.h sysctl bits into separate header | Clark Williams |
2013-02-05 | Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l... | Ingo Molnar |
2013-02-05 | sched: Fix signedness bug in yield_to() | Dan Carpenter |
2013-02-04 | sched: Fix select_idle_sibling() bouncing cow syndrome | Mike Galbraith |
2013-02-03 | sched/rt: Further simplify pick_rt_task() | Kirill Tkhai |
2013-01-31 | sched/rt: Do not account zero delta_exec in update_curr_rt() | Kirill Tkhai |
2013-01-29 | sched: Bail out of yield_to when source and target runqueue has one task | Peter Zijlstra |
2013-01-27 | cputime: Safely read cputime of full dynticks CPUs | Frederic Weisbecker |
2013-01-27 | kvm: Prepare to add generic guest entry/exit callbacks | Frederic Weisbecker |
2013-01-27 | cputime: Use accessors to read task cputime stats | Frederic Weisbecker |
2013-01-27 | cputime: Allow dynamic switch between tick/virtual based cputime accounting | Frederic Weisbecker |
2013-01-27 | cputime: Generic on-demand virtual cputime accounting | Frederic Weisbecker |
2013-01-27 | cputime: Move default nsecs_to_cputime() to jiffies based cputime file | Frederic Weisbecker |
2013-01-27 | cputime: Avoid multiplication overflow on utime scaling | Frederic Weisbecker |
2013-01-25 | sched/debug: Fix format string for 32-bit platforms | Arnd Bergmann |
2013-01-25 | sched: Fix warning in kernel/sched/fair.c | Arnd Bergmann |
2013-01-25 | sched/rt: Avoid updating RT entry timeout twice within one tick period | Ying Xue |
2013-01-25 | sched/rt: Use root_domain of rt_rq not current processor | Shawn Bohrer |
2013-01-24 | sched: remove redundant NULL cgroup check in task_group_path() | Li Zefan |
2013-01-24 | sched: split out css_online/css_offline from tg creation/destruction | Li Zefan |
2013-01-24 | sched/fair: Set se->vruntime directly in place_entity() | Viresh Kumar |
2013-01-24 | sched/rt: Add reschedule check to switched_from_rt() | Kirill Tkhai |
2013-01-24 | sched: Fix the broken sched_rr_get_interval() | Zhu Yanhai |
2013-01-22 | wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task | Oleg Nesterov |
2013-01-21 | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell |
2013-01-18 | workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.h | Tejun Heo |