- 502b24c Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
- 67cb104 Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
- d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- cdc4e86 cputime: Remove irqsave from seqlock readers by Thomas Gleixner · 12 years ago
- 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 12 years ago
- ce0dbbb sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice by Clark Williams · 12 years ago
- cf4aebc2 sched: Move sched.h sysctl bits into separate header by Clark Williams · 12 years ago
- b2c77a5 Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 12 years ago
- c3c1864 sched: Fix signedness bug in yield_to() by Dan Carpenter · 12 years ago
- e0a79f5 sched: Fix select_idle_sibling() bouncing cow syndrome by Mike Galbraith · 12 years ago
- 60334ca sched/rt: Further simplify pick_rt_task() by Kirill Tkhai · 12 years ago
- fc79e24 sched/rt: Do not account zero delta_exec in update_curr_rt() by Kirill Tkhai · 12 years ago
- 6a61671 cputime: Safely read cputime of full dynticks CPUs by Frederic Weisbecker · 12 years ago
- c11f11f kvm: Prepare to add generic guest entry/exit callbacks by Frederic Weisbecker · 12 years ago
- 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
- 3f4724e cputime: Allow dynamic switch between tick/virtual based cputime accounting by Frederic Weisbecker · 12 years ago
- abf917c cputime: Generic on-demand virtual cputime accounting by Frederic Weisbecker · 12 years ago
- ae8dda5 cputime: Move default nsecs_to_cputime() to jiffies based cputime file by Frederic Weisbecker · 12 years ago
- 6218845 cputime: Avoid multiplication overflow on utime scaling by Frederic Weisbecker · 12 years ago
- cff3c12 sched/debug: Fix format string for 32-bit platforms by Arnd Bergmann · 12 years ago
- 38dc334 sched: Fix warning in kernel/sched/fair.c by Arnd Bergmann · 12 years ago
- 57d2aa0 sched/rt: Avoid updating RT entry timeout twice within one tick period by Ying Xue · 12 years ago
- aa7f673 sched/rt: Use root_domain of rt_rq not current processor by Shawn Bohrer · 12 years ago
- 2a73991 sched: remove redundant NULL cgroup check in task_group_path() by Li Zefan · 12 years ago
- ace783b sched: split out css_online/css_offline from tg creation/destruction by Li Zefan · 12 years ago
- 16c8f1c sched/fair: Set se->vruntime directly in place_entity() by Viresh Kumar · 12 years ago
- 1158ddb sched/rt: Add reschedule check to switched_from_rt() by Kirill Tkhai · 12 years ago
- a59f4e0 sched: Fix the broken sched_rr_get_interval() by Zhu Yanhai · 12 years ago
- 9067ac8 wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task by Oleg Nesterov · 12 years ago
- ea13844 workqueue: rename kernel/workqueue_sched.h to kernel/workqueue_internal.h by Tejun Heo · 12 years ago
- 2832bc1 sched: numa: ksm: fix oops in task_numa_placment() by Hugh Dickins · 12 years ago
- 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
- 221392c sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_HUGEPAGE by Mel Gorman · 12 years ago
- 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
- 17bc14b Revert "sched: Update_cfs_shares at period edge" by Linus Torvalds · 12 years ago
- 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
- d206e09 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
- f57d54b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 37ea95a Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 5bca230 mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node by Mel Gorman · 12 years ago
- 3105b86 mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_DEBUG by Mel Gorman · 12 years ago
- 1a687c2 mm: sched: numa: Control enabling and disabling of NUMA balancing by Mel Gorman · 12 years ago
- b8593bf mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate by Mel Gorman · 12 years ago
- fb003b8 sched: numa: Slowly increase the scanning period as NUMA faults are handled by Mel Gorman · 12 years ago
- e14808b mm: numa: Rate limit setting of pte_numa if node is saturated by Mel Gorman · 12 years ago
- 4b96a29 mm: sched: numa: Implement slow start for working set sampling by Peter Zijlstra · 12 years ago
- 9f40604 sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges by Mel Gorman · 12 years ago
- 6e5fb22 mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate by Peter Zijlstra · 12 years ago
- cbee9f8 mm: numa: Add fault driven placement and migration by Peter Zijlstra · 12 years ago
- c1ad41f Revert "sched/autogroup: Fix crash on reboot when autogroup is disabled" by Ingo Molnar · 12 years ago
- 38130ec Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 12 years ago
- fd8ef11 Revert "sched, autogroup: Stop going ahead if autogroup is disabled" by Mike Galbraith · 12 years ago
- 91d1aa43 context_tracking: New context tracking susbsystem by Frederic Weisbecker · 12 years ago
- fa09205 cputime: Comment cputime's adjusting code by Frederic Weisbecker · 12 years ago
- d37f761d cputime: Consolidate cputime adjustment code by Frederic Weisbecker · 12 years ago
- e80d0a1 cputime: Rename thread_group_times to thread_group_cputime_adjusted by Frederic Weisbecker · 12 years ago
- a634f93 cputime: Move thread_group_cputime() to sched code by Frederic Weisbecker · 12 years ago
- 582b336 sched: add notifier for cross-cpu migrations by Marcelo Tosatti · 12 years ago
- 4c44aaa userns: Kill task_user_ns by Eric W. Biederman · 12 years ago
- 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 12 years ago
- 1017769 vtime: No need to disable irqs on vtime_account() by Frederic Weisbecker · 12 years ago
- e3942ba vtime: Consolidate a bit the ctx switch code by Frederic Weisbecker · 12 years ago
- fd25b4c vtime: Remove the underscore prefix invasion by Frederic Weisbecker · 12 years ago
- ec05a23 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 12 years ago
- 4e79752 sched: Mark RCU reader in sched_show_task() by Paul E. McKenney · 12 years ago
- aac1cda 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 by Paul E. McKenney · 12 years ago
- 5258f38 sched/autogroup: Fix crash on reboot when autogroup is disabled by Mike Galbraith · 12 years ago
- 3e1df4f5 cputime: Separate irqtime accounting from generic vtime by Frederic Weisbecker · 12 years ago
- 1111333 vtime: Make vtime_account_system() irqsafe by Frederic Weisbecker · 12 years ago
- e9c84cb sched: Describe CFS load-balancer by Peter Zijlstra · 13 years ago
- f4e26b1 sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking by Paul Turner · 12 years ago
- 5b51f2f sched: Make __update_entity_runnable_avg() fast by Paul Turner · 12 years ago
- f269ae0 sched: Update_cfs_shares at period edge by Paul Turner · 12 years ago
- 48a1675 sched: Refactor update_shares_cpu() -> update_blocked_avgs() by Paul Turner · 12 years ago
- 8295836 sched: Replace update_shares weight distribution with per-entity computation by Paul Turner · 12 years ago
- f1b1728 sched: Maintain runnable averages across throttled periods by Paul Turner · 12 years ago
- bb17f65 sched: Normalize tg load contributions against runnable time by Paul Turner · 12 years ago
- 8165e14 sched: Compute load contribution by a group entity by Paul Turner · 12 years ago
- c566e8e sched: Aggregate total task_group load by Paul Turner · 12 years ago
- aff3e49 sched: Account for blocked load waking back up by Paul Turner · 12 years ago
- 0a74bef sched: Add an rq migration call-back to sched_class by Paul Turner · 12 years ago
- 9ee474f sched: Maintain the load contribution of blocked entities by Paul Turner · 12 years ago
- 2dac754 sched: Aggregate load contributed by task entities on parenting cfs_rq by Paul Turner · 12 years ago
- 18bf280 sched: Maintain per-rq runnable averages by Ben Segall · 12 years ago
- 9d85f21 sched: Track the runnable average on a per-task entity basis by Paul Turner · 12 years ago
- b637a32 rcu: Print remote CPU's stacks in stall warnings by Paul E. McKenney · 12 years ago
- 4d9a5d4 rcu: Remove rcu_switch() by Frederic Weisbecker · 12 years ago
- 8ed92e51 sched: Add WAKEUP_PREEMPTION feature flag, on by default by Ingo Molnar · 12 years ago
- 0588f1f Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
- 301a5cb sched: Update sched_domains_numa_masks[][] when new cpus are onlined by Tang Chen · 12 years ago
- 5f7865f sched: Ensure 'sched_domains_numa_levels' is safe to use in other functions by Tang Chen · 12 years ago
- 0b981cb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 16a8016 sanitize tsk_is_polling() by Al Viro · 13 years ago
- 20ab65e3 rcu: Exit RCU extended QS on user preemption by Frederic Weisbecker · 12 years ago
- 90a340e rcu: Exit RCU extended QS on kernel preemption after irq/exception by Frederic Weisbecker · 12 years ago
- 04e7e95 rcu: Switch task's syscall hooks on context switch by Frederic Weisbecker · 12 years ago
- 593d100 Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b by Paul E. McKenney · 12 years ago
- a7e1a9e vtime: Consolidate system/idle context detection by Frederic Weisbecker · 12 years ago
- bf9fae9 cputime: Use a proper subsystem naming for vtime related APIs by Frederic Weisbecker · 12 years ago