| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: do not use cpu_to_node() to find an offlined cpu's node. | Tang Chen | 2013-02-23 | 1 | -9/+19 |
* | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2013-02-20 | 3 | -17/+42 |
|\ |
|
| * | sched: remove redundant NULL cgroup check in task_group_path() | Li Zefan | 2013-01-24 | 1 | -7/+0 |
| * | sched: split out css_online/css_offline from tg creation/destruction | Li Zefan | 2013-01-24 | 2 | -10/+42 |
* | | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2013-02-19 | 1 | -1/+1 |
|\ \ |
|
| * | | workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.h | Tejun Heo | 2013-01-18 | 1 | -1/+1 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-02-19 | 6 | -71/+322 |
|\ \ \ |
|
| * | | | cputime: Remove irqsave from seqlock readers | Thomas Gleixner | 2013-02-19 | 1 | -6/+4 |
| * | | | sched/rt: Move rt specific bits into new header file | Clark Williams | 2013-02-07 | 2 | -0/+3 |
| * | | | sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice | Clark Williams | 2013-02-07 | 2 | -2/+23 |
| * | | | sched: Move sched.h sysctl bits into separate header | Clark Williams | 2013-02-07 | 1 | -0/+1 |
| * | | | Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l... | Ingo Molnar | 2013-02-05 | 2 | -34/+265 |
| |\ \ \ |
|
| | * | | | cputime: Safely read cputime of full dynticks CPUs | Frederic Weisbecker | 2013-01-27 | 2 | -12/+182 |
| | * | | | kvm: Prepare to add generic guest entry/exit callbacks | Frederic Weisbecker | 2013-01-27 | 1 | -10/+0 |
| | * | | | cputime: Use accessors to read task cputime stats | Frederic Weisbecker | 2013-01-27 | 1 | -6/+7 |
| | * | | | cputime: Allow dynamic switch between tick/virtual based cputime accounting | Frederic Weisbecker | 2013-01-27 | 1 | -10/+31 |
| | * | | | cputime: Generic on-demand virtual cputime accounting | Frederic Weisbecker | 2013-01-27 | 1 | -4/+57 |
| | * | | | cputime: Move default nsecs_to_cputime() to jiffies based cputime file | Frederic Weisbecker | 2013-01-27 | 1 | -4/+0 |
| | | |/
| | |/| |
|
| * | | | sched: Fix signedness bug in yield_to() | Dan Carpenter | 2013-02-05 | 1 | -1/+1 |
| * | | | sched: Fix select_idle_sibling() bouncing cow syndrome | Mike Galbraith | 2013-02-04 | 1 | -14/+7 |
| * | | | sched/rt: Further simplify pick_rt_task() | Kirill Tkhai | 2013-02-03 | 1 | -2/+1 |
| * | | | sched/rt: Do not account zero delta_exec in update_curr_rt() | Kirill Tkhai | 2013-01-31 | 1 | -2/+2 |
| * | | | cputime: Avoid multiplication overflow on utime scaling | Frederic Weisbecker | 2013-01-27 | 1 | -9/+9 |
| * | | | sched/rt: Avoid updating RT entry timeout twice within one tick period | Ying Xue | 2013-01-25 | 1 | -1/+5 |
| * | | | sched/fair: Set se->vruntime directly in place_entity() | Viresh Kumar | 2013-01-24 | 1 | -3/+1 |
| * | | | sched/rt: Add reschedule check to switched_from_rt() | Kirill Tkhai | 2013-01-24 | 1 | -2/+5 |
| * | | | sched: Fix the broken sched_rr_get_interval() | Zhu Yanhai | 2013-01-24 | 1 | -1/+1 |
* | | | | sched/debug: Fix format string for 32-bit platforms | Arnd Bergmann | 2013-01-25 | 1 | -2/+2 |
* | | | | sched: Fix warning in kernel/sched/fair.c | Arnd Bergmann | 2013-01-25 | 1 | -1/+1 |
* | | | | sched/rt: Use root_domain of rt_rq not current processor | Shawn Bohrer | 2013-01-25 | 1 | -1/+1 |
|/ / / |
|
* | | | wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task | Oleg Nesterov | 2013-01-22 | 1 | -1/+2 |
|/ / |
|
* | | sched: numa: ksm: fix oops in task_numa_placment() | Hugh Dickins | 2012-12-20 | 1 | -1/+4 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-12-17 | 1 | -2/+8 |
|\ |
|
| * | userns: Kill task_user_ns | Eric W. Biederman | 2012-11-20 | 1 | -2/+8 |
* | | sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_... | Mel Gorman | 2012-12-17 | 1 | -1/+1 |
* | | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-12-16 | 4 | -15/+306 |
|\ \ |
|
| * | | mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node | Mel Gorman | 2012-12-11 | 2 | -1/+21 |
| * | | mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_D... | Mel Gorman | 2012-12-11 | 2 | -1/+16 |
| * | | mm: sched: numa: Control enabling and disabling of NUMA balancing | Mel Gorman | 2012-12-11 | 3 | -17/+40 |
| * | | mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate | Mel Gorman | 2012-12-11 | 2 | -8/+22 |
| * | | sched: numa: Slowly increase the scanning period as NUMA faults are handled | Mel Gorman | 2012-12-11 | 1 | -1/+10 |
| * | | mm: numa: Rate limit setting of pte_numa if node is saturated | Mel Gorman | 2012-12-11 | 1 | -0/+9 |
| * | | mm: sched: numa: Implement slow start for working set sampling | Peter Zijlstra | 2012-12-11 | 2 | -1/+6 |
| * | | sched, numa, mm: Count WS scanning against present PTEs, not virtual memory r... | Mel Gorman | 2012-12-11 | 1 | -15/+21 |
| * | | mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate | Peter Zijlstra | 2012-12-11 | 1 | -13/+52 |
| * | | mm: numa: Add fault driven placement and migration | Peter Zijlstra | 2012-12-11 | 4 | -0/+151 |
| |/ |
|
* | | Revert "sched: Update_cfs_shares at period edge" | Linus Torvalds | 2012-12-14 | 1 | -10/+8 |
* | | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-12-13 | 1 | -0/+15 |
|\ \ |
|
| * | | sched: add notifier for cross-cpu migrations | Marcelo Tosatti | 2012-11-27 | 1 | -0/+15 |
| |/ |
|
* | | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-12-12 | 1 | -8/+8 |
|\ \ |
|