summaryrefslogtreecommitdiff
path: root/kernel/sched (follow)
Commit message (Expand)AuthorAge
...
| | * | | | cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-27
| | * | | | cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker2013-01-27
| | * | | | cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2013-01-27
| | * | | | cputime: Move default nsecs_to_cputime() to jiffies based cputime fileFrederic Weisbecker2013-01-27
| | | |/ / | | |/| |
| * | | | sched: Fix signedness bug in yield_to()Dan Carpenter2013-02-05
| * | | | sched: Fix select_idle_sibling() bouncing cow syndromeMike Galbraith2013-02-04
| * | | | sched/rt: Further simplify pick_rt_task()Kirill Tkhai2013-02-03
| * | | | sched/rt: Do not account zero delta_exec in update_curr_rt()Kirill Tkhai2013-01-31
| * | | | cputime: Avoid multiplication overflow on utime scalingFrederic Weisbecker2013-01-27
| * | | | sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue2013-01-25
| * | | | sched/fair: Set se->vruntime directly in place_entity()Viresh Kumar2013-01-24
| * | | | sched/rt: Add reschedule check to switched_from_rt()Kirill Tkhai2013-01-24
| * | | | sched: Fix the broken sched_rr_get_interval()Zhu Yanhai2013-01-24
* | | | | sched/debug: Fix format string for 32-bit platformsArnd Bergmann2013-01-25
* | | | | sched: Fix warning in kernel/sched/fair.cArnd Bergmann2013-01-25
* | | | | sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer2013-01-25
|/ / / /
* / / / wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov2013-01-22
|/ / /
* / / sched: numa: ksm: fix oops in task_numa_placment()Hugh Dickins2012-12-20
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-17
|\ \
| * | userns: Kill task_user_nsEric W. Biederman2012-11-20
* | | sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_...Mel Gorman2012-12-17
* | | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-16
|\ \ \
| * | | mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman2012-12-11
| * | | mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_D...Mel Gorman2012-12-11
| * | | mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman2012-12-11
| * | | mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman2012-12-11
| * | | sched: numa: Slowly increase the scanning period as NUMA faults are handledMel Gorman2012-12-11
| * | | mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman2012-12-11
| * | | mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra2012-12-11
| * | | sched, numa, mm: Count WS scanning against present PTEs, not virtual memory r...Mel Gorman2012-12-11
| * | | mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra2012-12-11
| * | | mm: numa: Add fault driven placement and migrationPeter Zijlstra2012-12-11
| |/ /
* | / Revert "sched: Update_cfs_shares at period edge"Linus Torvalds2012-12-14
| |/ |/|
* | Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-12-13
|\ \
| * | sched: add notifier for cross-cpu migrationsMarcelo Tosatti2012-11-27
| |/
* | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-12-12
|\ \
| * | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-19
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-12-11
|\ \
| * | Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled"Ingo Molnar2012-12-11
| * | Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2012-12-08
| |\ \
| | * | vtime: No need to disable irqs on vtime_account()Frederic Weisbecker2012-11-19
| | * | vtime: Consolidate a bit the ctx switch codeFrederic Weisbecker2012-11-19
| | * | vtime: Remove the underscore prefix invasionFrederic Weisbecker2012-11-19
| * | | cputime: Comment cputime's adjusting codeFrederic Weisbecker2012-11-28
| * | | cputime: Consolidate cputime adjustment codeFrederic Weisbecker2012-11-28
| * | | cputime: Rename thread_group_times to thread_group_cputime_adjustedFrederic Weisbecker2012-11-28
| * | | cputime: Move thread_group_cputime() to sched codeFrederic Weisbecker2012-11-28
| * | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-11-18
| |\ \ \ | | |/ / | |/| |
| | * | sched/autogroup: Fix crash on reboot when autogroup is disabledMike Galbraith2012-10-30
| | * | sched: Add WAKEUP_PREEMPTION feature flag, on by defaultIngo Molnar2012-10-16