| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-12-11 | mm: sched: numa: Control enabling and disabling of NUMA balancing |  Mel Gorman | 3 | -17/+40 |
| 2012-12-11 | mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate |  Mel Gorman | 2 | -8/+22 |
| 2012-12-11 | sched: numa: Slowly increase the scanning period as NUMA faults are handled |  Mel Gorman | 1 | -1/+10 |
| 2012-12-11 | mm: numa: Rate limit setting of pte_numa if node is saturated |  Mel Gorman | 1 | -0/+9 |
| 2012-12-11 | mm: sched: numa: Implement slow start for working set sampling |  Peter Zijlstra | 2 | -1/+6 |
| 2012-12-11 | sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges |  Mel Gorman | 1 | -15/+21 |
| 2012-12-11 | mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate |  Peter Zijlstra | 1 | -13/+52 |
| 2012-12-11 | mm: numa: Add fault driven placement and migration |  Peter Zijlstra | 4 | -0/+151 |
| 2012-12-11 | Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled" |  Ingo Molnar | 2 | -12/+65 |
| 2012-12-08 | Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core |  Ingo Molnar | 1 | -12/+19 |
| 2012-12-03 | Revert "sched, autogroup: Stop going ahead if autogroup is disabled" |  Mike Galbraith | 2 | -9/+0 |
| 2012-11-30 | context_tracking: New context tracking susbsystem |  Frederic Weisbecker | 1 | -5/+6 |
| 2012-11-28 | cputime: Comment cputime's adjusting code |  Frederic Weisbecker | 1 | -2/+16 |
| 2012-11-28 | cputime: Consolidate cputime adjustment code |  Frederic Weisbecker | 1 | -23/+23 |
| 2012-11-28 | cputime: Rename thread_group_times to thread_group_cputime_adjusted |  Frederic Weisbecker | 1 | -4/+4 |
| 2012-11-28 | cputime: Move thread_group_cputime() to sched code |  Frederic Weisbecker | 1 | -0/+28 |
| 2012-11-27 | sched: add notifier for cross-cpu migrations |  Marcelo Tosatti | 1 | -0/+15 |
| 2012-11-20 | userns: Kill task_user_ns |  Eric W. Biederman | 1 | -2/+8 |
| 2012-11-19 | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() |  Tejun Heo | 1 | -8/+8 |
| 2012-11-19 | vtime: No need to disable irqs on vtime_account() |  Frederic Weisbecker | 1 | -6/+0 |
| 2012-11-19 | vtime: Consolidate a bit the ctx switch code |  Frederic Weisbecker | 1 | -0/+13 |
| 2012-11-19 | vtime: Remove the underscore prefix invasion |  Frederic Weisbecker | 1 | -6/+6 |
| 2012-11-18 | Merge branch 'sched/urgent' into sched/core |  Ingo Molnar | 4 | -66/+18 |
| 2012-11-16 | sched: Mark RCU reader in sched_show_task() |  Paul E. McKenney | 1 | -1/+5 |
| 2012-11-16 | Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', 'srcu.2012.10.27a', 'stall.2012.11.13a', 'tracing.2012.11.08a' and 'idle.2012.10.24a' into HEAD |  Paul E. McKenney | 1 | -1/+7 |
| 2012-10-30 | sched/autogroup: Fix crash on reboot when autogroup is disabled |  Mike Galbraith | 2 | -65/+12 |
| 2012-10-29 | cputime: Separate irqtime accounting from generic vtime |  Frederic Weisbecker | 1 | -2/+2 |
| 2012-10-29 | vtime: Make vtime_account_system() irqsafe |  Frederic Weisbecker | 1 | -3/+13 |
| 2012-10-24 | sched: Describe CFS load-balancer |  Peter Zijlstra | 1 | -2/+116 |
| 2012-10-24 | sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking |  Paul Turner | 3 | -4/+25 |
| 2012-10-24 | sched: Make __update_entity_runnable_avg() fast |  Paul Turner | 1 | -22/+99 |
| 2012-10-24 | sched: Update_cfs_shares at period edge |  Paul Turner | 1 | -8/+10 |
| 2012-10-24 | sched: Refactor update_shares_cpu() -> update_blocked_avgs() |  Paul Turner | 1 | -27/+23 |
| 2012-10-24 | sched: Replace update_shares weight distribution with per-entity computation |  Paul Turner | 3 | -165/+36 |
| 2012-10-24 | sched: Maintain runnable averages across throttled periods |  Paul Turner | 2 | -11/+42 |
| 2012-10-24 | sched: Normalize tg load contributions against runnable time |  Paul Turner | 3 | -0/+62 |
| 2012-10-24 | sched: Compute load contribution by a group entity |  Paul Turner | 1 | -6/+27 |
| 2012-10-24 | sched: Aggregate total task_group load |  Paul Turner | 3 | -0/+30 |
| 2012-10-24 | sched: Account for blocked load waking back up |  Paul Turner | 2 | -21/+81 |
| 2012-10-24 | sched: Add an rq migration call-back to sched_class |  Paul Turner | 2 | -0/+14 |
| 2012-10-24 | sched: Maintain the load contribution of blocked entities |  Paul Turner | 4 | -15/+121 |
| 2012-10-24 | sched: Aggregate load contributed by task entities on parenting cfs_rq |  Paul Turner | 3 | -5/+59 |
| 2012-10-24 | sched: Maintain per-rq runnable averages |  Ben Segall | 3 | -4/+26 |
| 2012-10-24 | sched: Track the runnable average on a per-task entity basis |  Paul Turner | 3 | -0/+138 |
| 2012-10-23 | rcu: Print remote CPU's stacks in stall warnings |  Paul E. McKenney | 1 | -0/+6 |
| 2012-10-23 | rcu: Remove rcu_switch() |  Frederic Weisbecker | 1 | -1/+1 |
| 2012-10-16 | sched: Add WAKEUP_PREEMPTION feature flag, on by default |  Ingo Molnar | 2 | -1/+6 |
| 2012-10-12 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+69 |
| 2012-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal |  Linus Torvalds | 1 | -1/+1 |
| 2012-10-05 | sched: Update sched_domains_numa_masks[][] when new cpus are onlined |  Tang Chen | 1 | -0/+56 |