summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-261-117/+549
|\
| * sched: Don't use tasklist_lock for debug printsThomas Gleixner2011-10-061-2/+2
| * sched: Unify the ->cpus_allowed mask copyPeter Zijlstra2011-10-061-4/+3Star
| * sched: Wrap scheduler p->cpus_allowed accessPeter Zijlstra2011-10-061-4/+4
| * sched: Request for idle balance during nohz idle load balanceSuresh Siddha2011-10-061-3/+5
| * sched: Use resched IPI to kick off the nohz idle balanceSuresh Siddha2011-10-061-2/+19
| * sched: Fix idle_cpu()Thomas Gleixner2011-10-041-1/+14
| * sched: Convert to struct llistPeter Zijlstra2011-10-041-38/+10Star
| * Merge branch 'linus' into sched/coreIngo Molnar2011-10-041-25/+1Star
| |\
| * \ Merge branch 'linus' into sched/coreIngo Molnar2011-09-181-16/+27
| |\ \
| * | | sched: Return unused runtime on group dequeuePaul Turner2011-08-141-1/+14
| * | | sched: Add exports tracking cfs bandwidth control statisticsNikhil Rao2011-08-141-0/+21
| * | | sched: Migrate throttled tasks on HOTPLUGPaul Turner2011-08-141-0/+27
| * | | sched: Prevent interactions with throttled entitiesPaul Turner2011-08-141-1/+1
| * | | sched: Allow for positional tg_tree walksPaul Turner2011-08-141-13/+37
| * | | sched: Add support for unthrottling group entitiesPaul Turner2011-08-141-0/+3
| * | | sched: Add support for throttling group entitiesPaul Turner2011-08-141-0/+7
| * | | sched: Expire invalid runtimePaul Turner2011-08-141-1/+3
| * | | sched: Add a timer to handle CFS bandwidth refreshPaul Turner2011-08-141-21/+86
| * | | sched: Accumulate per-cfs_rq cpu usage and charge against bandwidthPaul Turner2011-08-141-1/+3
| * | | sched: Validate CFS quota hierarchiesPaul Turner2011-08-141-14/+98
| * | | sched: Introduce primitives to account for CFS bandwidth trackingPaul Turner2011-08-141-4/+192
| * | | sched: Implement hierarchical task accounting for SCHED_OTHERPaul Turner2011-08-141-4/+2Star
| * | | sched: fix broken SCHED_RESET_ON_FORK handlingMike Galbraith2011-08-141-13/+12Star
| * | | sched: Remove rq->avg_load_per_taskJan H. Schönherr2011-08-141-6/+2Star
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-261-11/+2Star
|\ \ \ \
| * | | | nohz: Remove nohz_cpu_maskShi, Alex2011-09-291-11/+0Star
| * | | | rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney2011-09-291-0/+2
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: Correct spelling of successfully in commentsJoe Perches2011-09-271-1/+1
| |/ /
* | | posix-cpu-timers: Cure SMP wobblesPeter Zijlstra2011-09-301-24/+0Star
* | | sched: Fix up wchan borkageSimon Kirby2011-09-261-1/+1
|/ /
* | Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2011-09-071-15/+26
|\ \
| * | sched: Fix a memory leak in __sdt_free()WANG Cong2011-08-291-0/+1
| * | sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner2011-08-291-10/+15
| * | sched: Separate the scheduler entry for preemptionThomas Gleixner2011-08-291-5/+10
| |/
* / perf events: Fix slow and broken cgroup context switch codeStephane Eranian2011-08-291-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+0Star
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-07-111-6/+3Star
| |\
| * | rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-081-1/+0Star
* | | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-07-241-10/+80
|\ \ \
| * | | sched: adjust scheduler cpu power for stolen timeGlauber Costa2011-07-141-10/+37
| * | | KVM guest: Steal time accountingGlauber Costa2011-07-141-0/+43
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-231-81/+36Star
|\ \ \
| * | | sched: Separate group-scheduling code more clearlyJan H. Schönherr2011-07-211-24/+19Star
| * | | sched: Reorder root_domain to remove 64 bit alignment paddingRichard Kennedy2011-07-211-1/+1
| * | | sched: Do not attempt to destroy uninitialized rt_bandwidthBianca Lutz2011-07-211-1/+2
| * | | sched: Fix (harmless) typo 'CONFG_FAIR_GROUP_SCHED'Jan Schoenherr2011-07-211-1/+1
| * | | sched, cgroup: Optimize load_balance_fair()Peter Zijlstra2011-07-211-32/+0Star
| * | | Merge branch 'linus' into sched/coreIngo Molnar2011-07-211-46/+199
| |\ \ \