| Commit message (Expand) | Author | Age |
... | |
* | | | sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_... | Mel Gorman | 2012-12-17 |
* | | | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-12-16 |
|\ \ \ |
|
| * | | | mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node | Mel Gorman | 2012-12-11 |
| * | | | mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_D... | Mel Gorman | 2012-12-11 |
| * | | | mm: sched: numa: Control enabling and disabling of NUMA balancing | Mel Gorman | 2012-12-11 |
| * | | | mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate | Mel Gorman | 2012-12-11 |
| * | | | sched: numa: Slowly increase the scanning period as NUMA faults are handled | Mel Gorman | 2012-12-11 |
| * | | | mm: numa: Rate limit setting of pte_numa if node is saturated | Mel Gorman | 2012-12-11 |
| * | | | mm: sched: numa: Implement slow start for working set sampling | Peter Zijlstra | 2012-12-11 |
| * | | | sched, numa, mm: Count WS scanning against present PTEs, not virtual memory r... | Mel Gorman | 2012-12-11 |
| * | | | mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate | Peter Zijlstra | 2012-12-11 |
| * | | | mm: numa: Add fault driven placement and migration | Peter Zijlstra | 2012-12-11 |
| |/ / |
|
* | / | Revert "sched: Update_cfs_shares at period edge" | Linus Torvalds | 2012-12-14 |
| |/
|/| |
|
* | | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-12-13 |
|\ \ |
|
| * | | sched: add notifier for cross-cpu migrations | Marcelo Tosatti | 2012-11-27 |
| |/ |
|
* | | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-12-12 |
|\ \ |
|
| * | | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli... | Tejun Heo | 2012-11-19 |
| |/ |
|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-12-11 |
|\ \ |
|
| * | | Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled" | Ingo Molnar | 2012-12-11 |
| * | | Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/ker... | Ingo Molnar | 2012-12-08 |
| |\ \ |
|
| | * | | vtime: No need to disable irqs on vtime_account() | Frederic Weisbecker | 2012-11-19 |
| | * | | vtime: Consolidate a bit the ctx switch code | Frederic Weisbecker | 2012-11-19 |
| | * | | vtime: Remove the underscore prefix invasion | Frederic Weisbecker | 2012-11-19 |
| * | | | cputime: Comment cputime's adjusting code | Frederic Weisbecker | 2012-11-28 |
| * | | | cputime: Consolidate cputime adjustment code | Frederic Weisbecker | 2012-11-28 |
| * | | | cputime: Rename thread_group_times to thread_group_cputime_adjusted | Frederic Weisbecker | 2012-11-28 |
| * | | | cputime: Move thread_group_cputime() to sched code | Frederic Weisbecker | 2012-11-28 |
| * | | | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2012-11-18 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | sched/autogroup: Fix crash on reboot when autogroup is disabled | Mike Galbraith | 2012-10-30 |
| | * | | sched: Add WAKEUP_PREEMPTION feature flag, on by default | Ingo Molnar | 2012-10-16 |
| * | | | cputime: Separate irqtime accounting from generic vtime | Frederic Weisbecker | 2012-10-29 |
| * | | | vtime: Make vtime_account_system() irqsafe | Frederic Weisbecker | 2012-10-29 |
| * | | | sched: Describe CFS load-balancer | Peter Zijlstra | 2012-10-24 |
| * | | | sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking | Paul Turner | 2012-10-24 |
| * | | | sched: Make __update_entity_runnable_avg() fast | Paul Turner | 2012-10-24 |
| * | | | sched: Update_cfs_shares at period edge | Paul Turner | 2012-10-24 |
| * | | | sched: Refactor update_shares_cpu() -> update_blocked_avgs() | Paul Turner | 2012-10-24 |
| * | | | sched: Replace update_shares weight distribution with per-entity computation | Paul Turner | 2012-10-24 |
| * | | | sched: Maintain runnable averages across throttled periods | Paul Turner | 2012-10-24 |
| * | | | sched: Normalize tg load contributions against runnable time | Paul Turner | 2012-10-24 |
| * | | | sched: Compute load contribution by a group entity | Paul Turner | 2012-10-24 |
| * | | | sched: Aggregate total task_group load | Paul Turner | 2012-10-24 |
| * | | | sched: Account for blocked load waking back up | Paul Turner | 2012-10-24 |
| * | | | sched: Add an rq migration call-back to sched_class | Paul Turner | 2012-10-24 |
| * | | | sched: Maintain the load contribution of blocked entities | Paul Turner | 2012-10-24 |
| * | | | sched: Aggregate load contributed by task entities on parenting cfs_rq | Paul Turner | 2012-10-24 |
| * | | | sched: Maintain per-rq runnable averages | Ben Segall | 2012-10-24 |
| * | | | sched: Track the runnable average on a per-task entity basis | Paul Turner | 2012-10-24 |
| | |/
| |/| |
|
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-11 |
|\ \ \ |
|
| * | | | context_tracking: New context tracking susbsystem | Frederic Weisbecker | 2012-11-30 |