summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched: numa: ksm: fix oops in task_numa_placment()Hugh Dickins2012-12-201-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-181-2/+8
|\
| * userns: Kill task_user_nsEric W. Biederman2012-11-201-2/+8
* | sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_...Mel Gorman2012-12-171-1/+1
* | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-174-15/+306
|\ \
| * | mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman2012-12-112-1/+21
| * | mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_D...Mel Gorman2012-12-112-1/+16
| * | mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman2012-12-113-17/+40
| * | mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman2012-12-112-8/+22
| * | sched: numa: Slowly increase the scanning period as NUMA faults are handledMel Gorman2012-12-111-1/+10
| * | mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman2012-12-111-0/+9
| * | mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra2012-12-112-1/+6
| * | sched, numa, mm: Count WS scanning against present PTEs, not virtual memory r...Mel Gorman2012-12-111-15/+21
| * | mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra2012-12-111-13/+52
| * | mm: numa: Add fault driven placement and migrationPeter Zijlstra2012-12-114-0/+151
| |/
* | Revert "sched: Update_cfs_shares at period edge"Linus Torvalds2012-12-141-10/+8Star
* | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-141-0/+15
|\ \
| * | sched: add notifier for cross-cpu migrationsMarcelo Tosatti2012-11-281-0/+15
| |/
* | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-12-121-8/+8
|\ \
| * | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-191-8/+8
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-128-237/+929
|\ \
| * | Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled"Ingo Molnar2012-12-112-12/+65
| * | Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2012-12-081-12/+19
| |\ \
| | * | vtime: No need to disable irqs on vtime_account()Frederic Weisbecker2012-11-191-6/+0Star
| | * | vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker2012-11-191-0/+13
| | * | vtime: Remove the underscore prefix invasionFrederic Weisbecker2012-11-191-6/+6
| * | | cputime: Comment cputime's adjusting codeFrederic Weisbecker2012-11-281-2/+16
| * | | cputime: Consolidate cputime adjustment codeFrederic Weisbecker2012-11-281-23/+23
| * | | cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker2012-11-281-4/+4
| * | | cputime: Move thread_group_cputime() to sched codeFrederic Weisbecker2012-11-281-0/+28
| * | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-11-184-66/+18Star
| |\ \ \ | | |/ / | |/| |
| | * | sched/autogroup: Fix crash on reboot when autogroup is disabledMike Galbraith2012-10-302-65/+12Star
| | * | sched: Add WAKEUP_PREEMPTION feature flag, on by defaultIngo Molnar2012-10-162-1/+6
| * | | cputime: Separate irqtime accounting from generic vtimeFrederic Weisbecker2012-10-291-2/+2
| * | | vtime: Make vtime_account_system() irqsafeFrederic Weisbecker2012-10-291-3/+13
| * | | sched: Describe CFS load-balancerPeter Zijlstra2012-10-241-2/+116
| * | | sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner2012-10-243-4/+25
| * | | sched: Make __update_entity_runnable_avg() fastPaul Turner2012-10-241-24/+101
| * | | sched: Update_cfs_shares at period edgePaul Turner2012-10-241-8/+10
| * | | sched: Refactor update_shares_cpu() -> update_blocked_avgs()Paul Turner2012-10-241-27/+23Star
| * | | sched: Replace update_shares weight distribution with per-entity computationPaul Turner2012-10-243-165/+36Star
| * | | sched: Maintain runnable averages across throttled periodsPaul Turner2012-10-242-11/+42
| * | | sched: Normalize tg load contributions against runnable timePaul Turner2012-10-243-0/+62
| * | | sched: Compute load contribution by a group entityPaul Turner2012-10-241-6/+27
| * | | sched: Aggregate total task_group loadPaul Turner2012-10-243-0/+30
| * | | sched: Account for blocked load waking back upPaul Turner2012-10-242-21/+81
| * | | sched: Add an rq migration call-back to sched_classPaul Turner2012-10-242-0/+14
| * | | sched: Maintain the load contribution of blocked entitiesPaul Turner2012-10-244-15/+121
| * | | sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner2012-10-243-5/+59
| * | | sched: Maintain per-rq runnable averagesBen Segall2012-10-243-4/+26