summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched: do not use cpu_to_node() to find an offlined cpu's node.Tang Chen2013-02-231-9/+19
* Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2013-02-203-17/+42
|\
| * sched: remove redundant NULL cgroup check in task_group_path()Li Zefan2013-01-241-7/+0
| * sched: split out css_online/css_offline from tg creation/destructionLi Zefan2013-01-242-10/+42
* | Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-02-191-1/+1
|\ \
| * | workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.hTejun Heo2013-01-181-1/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-196-71/+322
|\ \ \
| * | | cputime: Remove irqsave from seqlock readersThomas Gleixner2013-02-191-6/+4
| * | | sched/rt: Move rt specific bits into new header fileClark Williams2013-02-072-0/+3
| * | | sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams2013-02-072-2/+23
| * | | sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-071-0/+1
| * | | Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar2013-02-052-34/+265
| |\ \ \
| | * | | cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker2013-01-272-12/+182
| | * | | kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker2013-01-271-10/+0
| | * | | cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-271-6/+7
| | * | | cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker2013-01-271-10/+31
| | * | | cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2013-01-271-4/+57
| | * | | cputime: Move default nsecs_to_cputime() to jiffies based cputime fileFrederic Weisbecker2013-01-271-4/+0
| | | |/ | | |/|
| * | | sched: Fix signedness bug in yield_to()Dan Carpenter2013-02-051-1/+1
| * | | sched: Fix select_idle_sibling() bouncing cow syndromeMike Galbraith2013-02-041-14/+7
| * | | sched/rt: Further simplify pick_rt_task()Kirill Tkhai2013-02-031-2/+1
| * | | sched/rt: Do not account zero delta_exec in update_curr_rt()Kirill Tkhai2013-01-311-2/+2
| * | | cputime: Avoid multiplication overflow on utime scalingFrederic Weisbecker2013-01-271-9/+9
| * | | sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue2013-01-251-1/+5
| * | | sched/fair: Set se->vruntime directly in place_entity()Viresh Kumar2013-01-241-3/+1
| * | | sched/rt: Add reschedule check to switched_from_rt()Kirill Tkhai2013-01-241-2/+5
| * | | sched: Fix the broken sched_rr_get_interval()Zhu Yanhai2013-01-241-1/+1
* | | | sched/debug: Fix format string for 32-bit platformsArnd Bergmann2013-01-251-2/+2
* | | | sched: Fix warning in kernel/sched/fair.cArnd Bergmann2013-01-251-1/+1
* | | | sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer2013-01-251-1/+1
|/ / /
* | | wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov2013-01-221-1/+2
|/ /
* | 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-171-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-164-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/+8
* | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-131-0/+15
|\ \
| * | sched: add notifier for cross-cpu migrationsMarcelo Tosatti2012-11-271-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
|\ \
OpenPOWER on IntegriCloud