diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-19 17:41:22 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-19 17:41:22 -0700 |
commit | 80fe02b5daf176f99d3afc8f6c9dc9dece019836 (patch) | |
tree | 970b90d56870e1b87b4c8efff7ec31fc454445a7 | |
parent | df48d8716eab9608fe93924e4ae06ff110e8674f (diff) | |
parent | db670dac49b5423b39b5e523d28fe32045d71b10 (diff) | |
parent | ec514c487c3d4b652943da7b0afbc094eee08cfa (diff) | |
download | linux-3.10-80fe02b5daf176f99d3afc8f6c9dc9dece019836.tar.gz linux-3.10-80fe02b5daf176f99d3afc8f6c9dc9dece019836.tar.bz2 linux-3.10-80fe02b5daf176f99d3afc8f6c9dc9dece019836.zip |
Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: (60 commits)
sched: Fix and optimise calculation of the weight-inverse
sched: Avoid going ahead if ->cpus_allowed is not changed
sched, rt: Update rq clock when unthrottling of an otherwise idle CPU
sched: Remove unused parameters from sched_fork() and wake_up_new_task()
sched: Shorten the construction of the span cpu mask of sched domain
sched: Wrap the 'cfs_rq->nr_spread_over' field with CONFIG_SCHED_DEBUG
sched: Remove unused 'this_best_prio arg' from balance_tasks()
sched: Remove noop in alloc_rt_sched_group()
sched: Get rid of lock_depth
sched: Remove obsolete comment from scheduler_tick()
sched: Fix sched_domain iterations vs. RCU
sched: Next buddy hint on sleep and preempt path
sched: Make set_*_buddy() work on non-task entities
sched: Remove need_migrate_task()
sched: Move the second half of ttwu() to the remote cpu
sched: Restructure ttwu() some more
sched: Rename ttwu_post_activation() to ttwu_do_wakeup()
sched: Remove rq argument from ttwu_stat()
sched: Remove rq->lock from the first half of ttwu()
sched: Drop rq->lock from sched_exec()
...
* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
sched: Fix rt_rq runtime leakage bug