aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2012-12-20sched: numa: ksm: fix oops in task_numa_placment()Hugh Dickins
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-17sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_...Mel Gorman
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-14Revert "sched: Update_cfs_shares at period edge"Linus Torvalds
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-12-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-11mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_D...Mel Gorman
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman
2012-12-11sched: numa: Slowly increase the scanning period as NUMA faults are handledMel Gorman
2012-12-11mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman
2012-12-11mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra
2012-12-11sched, numa, mm: Count WS scanning against present PTEs, not virtual memory r...Mel Gorman
2012-12-11mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra
2012-12-11Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled"Ingo Molnar
2012-12-08Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar
2012-12-03Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker
2012-11-28cputime: Comment cputime's adjusting codeFrederic Weisbecker
2012-11-28cputime: Consolidate cputime adjustment codeFrederic Weisbecker
2012-11-28cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker
2012-11-28cputime: Move thread_group_cputime() to sched codeFrederic Weisbecker
2012-11-27sched: add notifier for cross-cpu migrationsMarcelo Tosatti
2012-11-20userns: Kill task_user_nsEric W. Biederman
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo
2012-11-19vtime: No need to disable irqs on vtime_account()Frederic Weisbecker
2012-11-19vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker
2012-11-19vtime: Remove the underscore prefix invasionFrederic Weisbecker
2012-11-18Merge branch 'sched/urgent' into sched/coreIngo Molnar
2012-11-16sched: Mark RCU reader in sched_show_task()Paul E. McKenney
2012-11-16Merge branches 'urgent.2012.10.27a', 'doc.2012.11.16a', 'fixes.2012.11.13a', ...Paul E. McKenney
2012-10-30sched/autogroup: Fix crash on reboot when autogroup is disabledMike Galbraith
2012-10-29cputime: Separate irqtime accounting from generic vtimeFrederic Weisbecker
2012-10-29vtime: Make vtime_account_system() irqsafeFrederic Weisbecker
2012-10-24sched: Describe CFS load-balancerPeter Zijlstra
2012-10-24sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner
2012-10-24sched: Make __update_entity_runnable_avg() fastPaul Turner
2012-10-24sched: Update_cfs_shares at period edgePaul Turner
2012-10-24sched: Refactor update_shares_cpu() -> update_blocked_avgs()Paul Turner
2012-10-24sched: Replace update_shares weight distribution with per-entity computationPaul Turner
2012-10-24sched: Maintain runnable averages across throttled periodsPaul Turner
2012-10-24sched: Normalize tg load contributions against runnable timePaul Turner
2012-10-24sched: Compute load contribution by a group entityPaul Turner
2012-10-24sched: Aggregate total task_group loadPaul Turner
2012-10-24sched: Account for blocked load waking back upPaul Turner