- 916bb6d7 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 41fcb9f mutex: Move mutex spinning code from sched/core.c back to mutex.c by Waiman Long · 12 years ago
- af788e3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- e614b33 sched/cputime: Fix accounting on multi-threaded processes by Stanislaw Gruszka · 12 years ago
- fd9b86d sched/debug: Fix sd->*_idx limit range avoiding overflow by libin · 12 years ago
- a1cbcaa sched_clock: Prevent 64bit inatomicity on 32bit systems by Thomas Gleixner · 12 years ago
- 383efcd sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s by Tejun Heo · 12 years ago
- ee89f81 Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
- b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
- dcad0fc Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 9043a26 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
- 89f8833 Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
- 7f6575f cputime: Use local_clock() for full dynticks cputime accounting by Frederic Weisbecker · 12 years ago
- aa00d89 sched: do not use cpu_to_node() to find an offlined cpu's node. by Tang Chen · 12 years ago
- bbbfeac sched: Fix /proc/sched_debug failure on very very large systems by Nathan Zimmer · 12 years ago
- cb152ff sched: Fix /proc/sched_stat failure on very very large systems by Nathan Zimmer · 12 years ago
- 502b24c Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
- 1c3e826 sched/core: Remove the obsolete and unused nr_uninterruptible() function by Sha Zhengju · 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
- 686855f sched: add wait_for_completion_io[_timeout] by Vladimir Davydov · 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
- 7b270f6 sched: Bail out of yield_to when source and target runqueue has one task by Peter Zijlstra · 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
- 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 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