Commit Graph

1528 Commits (0b5e1c5255e7ee8670e077e8224e5c2281229a5b)

Author SHA1 Message Date
KOSAKI Motohiro 1e1b6c511d cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowed 14 years ago
Peter Zijlstra d6aa8f85f1 sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSW 14 years ago
Ben Blum f780bdb7c1 cgroups: add per-thread subsystem callbacks 14 years ago
Daniel Hellstrom 17d9f311ec SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPI 14 years ago
Nikhil Rao c8b281161d sched: Increase SCHED_LOAD_SCALE resolution 14 years ago
Nikhil Rao 1399fa7807 sched: Introduce SCHED_POWER_SCALE to scale cpu_power calculations 14 years ago
Nikhil Rao f05998d4b8 sched: Cleanup set_load_weight() 14 years ago
Stephan Baerwolf db670dac49 sched: Fix and optimise calculation of the weight-inverse 14 years ago
Yong Zhang db44fc017d sched: Avoid going ahead if ->cpus_allowed is not changed 14 years ago
Mike Galbraith 61eadef6a9 sched, rt: Update rq clock when unthrottling of an otherwise idle CPU 14 years ago
Samir Bellabes 3e51e3edfd sched: Remove unused parameters from sched_fork() and wake_up_new_task() 14 years ago
Hillf Danton 7142d17e8f sched: Shorten the construction of the span cpu mask of sched domain 14 years ago
Rakib Mullick 4934a4d3d3 sched: Wrap the 'cfs_rq->nr_spread_over' field with CONFIG_SCHED_DEBUG 14 years ago
Hillf Danton 1437f5bca3 sched: Remove noop in alloc_rt_sched_group() 14 years ago
Jonathan Corbet 625f2a378e sched: Get rid of lock_depth 14 years ago
Rakib Mullick d3bf52e998 sched: Remove obsolete comment from scheduler_tick() 14 years ago
Peter Zijlstra 057f3fadb3 sched: Fix sched_domain iterations vs. RCU 14 years ago
Jens Axboe a237c1c5bc block: let io_schedule() flush the plug inline 14 years ago
Peter Zijlstra 317f394160 sched: Move the second half of ttwu() to the remote cpu 14 years ago
Peter Zijlstra bd8e7dded8 sched: Remove need_migrate_task() 14 years ago
Peter Zijlstra c05fbafba1 sched: Restructure ttwu() some more 14 years ago
Peter Zijlstra 23f41eeb42 sched: Rename ttwu_post_activation() to ttwu_do_wakeup() 14 years ago
Peter Zijlstra b84cb5df1f sched: Remove rq argument from ttwu_stat() 14 years ago
Peter Zijlstra e4a52bcb9a sched: Remove rq->lock from the first half of ttwu() 14 years ago
Peter Zijlstra 8f42ced974 sched: Drop rq->lock from sched_exec() 14 years ago
Peter Zijlstra ab2515c4b9 sched: Drop rq->lock from first part of wake_up_new_task() 14 years ago
Peter Zijlstra 0122ec5b02 sched: Add p->pi_lock to task_rq_lock() 14 years ago
Peter Zijlstra 2acca55ed9 sched: Also serialize ttwu_local() with p->pi_lock 14 years ago
Peter Zijlstra a8e4f2eaec sched: Delay task_contributes_to_load() 14 years ago
Peter Zijlstra 3fe1698b7f sched: Deal with non-atomic min_vruntime reads on 32bits 14 years ago
Peter Zijlstra 74f8e4b233 sched: Remove rq argument to sched_class::task_waking() 14 years ago
Peter Zijlstra 7608dec2ce sched: Drop the rq argument to sched_class::select_task_rq() 14 years ago
Peter Zijlstra 013fdb8086 sched: Serialize p->cpus_allowed and ttwu() using p->pi_lock 14 years ago
Peter Zijlstra fd2f4419b4 sched: Provide p->on_rq 14 years ago
Peter Zijlstra d7c01d27ab sched: Clean up ttwu() stats 14 years ago
Peter Zijlstra 893633817f sched: Change the ttwu() success details 14 years ago
Peter Zijlstra c2f7115e2e sched: Move wq_worker_waking to the correct site 14 years ago
Peter Zijlstra c6eb3dda25 mutex: Use p->on_cpu for the adaptive spin 14 years ago
Peter Zijlstra 3ca7a440da sched: Always provide p->on_cpu 14 years ago
Linus Torvalds 6631e635c6 block: don't flush plugged IO on forced preemtion scheduling 14 years ago
Peter Zijlstra 60495e7760 sched: Dynamic sched_domain::level 14 years ago
Peter Zijlstra 54ab4ff431 sched: Move sched domain storage into the topology list 14 years ago
Peter Zijlstra d069b916f7 sched: Reverse the topology list 14 years ago
Peter Zijlstra 2c402dc3bb sched: Unify the sched_domain build functions 14 years ago
Peter Zijlstra eb7a74e6cd sched: Stuff the sched_domain creation in a data-structure 14 years ago
Peter Zijlstra d3081f52f2 sched: Create proper cpu_$DOM_mask() functions 14 years ago
Peter Zijlstra 4cb988395d sched: Avoid allocations in sched_domain_debug() 14 years ago
Peter Zijlstra f96225fd51 sched: Create persistent sched_domains_tmpmask 14 years ago
Peter Zijlstra 7dd04b7307 sched: Remove some dead code 14 years ago
Peter Zijlstra bf28b25326 sched: Remove nodemask allocation 14 years ago