aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2011-05-19 17:41:22 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-05-19 17:41:22 -0700
commit80fe02b5daf176f99d3afc8f6c9dc9dece019836 (patch)
tree970b90d56870e1b87b4c8efff7ec31fc454445a7 /init
parentdf48d8716eab9608fe93924e4ae06ff110e8674f (diff)
parentdb670dac49b5423b39b5e523d28fe32045d71b10 (diff)
parentec514c487c3d4b652943da7b0afbc094eee08cfa (diff)
downloadkernel_samsung_smdk4412-80fe02b5daf176f99d3afc8f6c9dc9dece019836.zip
kernel_samsung_smdk4412-80fe02b5daf176f99d3afc8f6c9dc9dece019836.tar.gz
kernel_samsung_smdk4412-80fe02b5daf176f99d3afc8f6c9dc9dece019836.tar.bz2
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