summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2014-09-24sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai
2014-09-24sched: cleanup: Rename 'out_unlock' to 'out_free_new_mask'Kirill Tkhai
2014-09-24sched: Use dl_bw_of() under RCU read lockKirill Tkhai
2014-09-24sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWPeter Zijlstra
2014-09-24sched: normalize_rt_tasks(): Don't use _irqsave for tasklist_lock, use task_r...Oleg Nesterov
2014-09-24sched: Fix the task-group check in tg_has_rt_tasks()Oleg Nesterov
2014-09-24sched/deadline: Clear dl_entity params when setscheduling to different classJuri Lelli
2014-09-21sched: Clean up some typos and grammatical errors in code/commentsZhihui Zhang
2014-09-19sched: Add default-disabled option to BUG() when stack end location is overwr...Aaron Tomlin
2014-09-19sched: Do not stop cpu in set_cpus_allowed_ptr() if task is not runningKirill Tkhai
2014-09-19sched/core: Use put_prev_task() accessor where possibleKirill Tkhai
2014-09-19sched: Add new API wake_up_if_idle() to wake up the idle cpuChuansheng Liu
2014-09-09sched: Migrate waking tasksLai Jiangshan
2014-09-08Merge tag 'v3.17-rc4' into sched/core, to prevent conflicts with upcoming pat...Ingo Molnar
2014-09-07sched/deadline: Fix a precision problem in the microseconds rangexiaofeng.yan
2014-08-20sched: Remove double_rq_lock() from __migrate_task()Kirill Tkhai
2014-08-20sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING stateKirill Tkhai
2014-08-20sched: Add wrapper for checking task_struct::on_rqKirill Tkhai
2014-08-20sched: s/do_each_thread/for_each_process_thread/ in core.cOleg Nesterov
2014-08-12sched: Rename a misleading variable in build_overlap_sched_groups()Zhihui Zhang
2014-08-11Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki
2014-08-06cpuidle: menu: Lookup CPU runqueues lessMel Gorman
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-07-28sched: Use macro for magic number of -1 for setparamSteven Rostedt
2014-07-28sched: Robustify topology setupPeter Zijlstra
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar
2014-07-28sched: Fix sched_setparam() policy == -1 logicDaniel Bristot de Oliveira
2014-07-16sched: Fix static_key race with sched_feat()Jason Baron
2014-07-16sched: Transform resched_task() into resched_curr()Kirill Tkhai
2014-07-16sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo
2014-07-05sched/fair: Disable runtime_enabled on dying rqKirill Tkhai
2014-07-05sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicityMike Galbraith
2014-07-05sched/core: Fix formatting issues in sched_can_stop_tick()Viresh Kumar
2014-06-23rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney
2014-06-16nohz: Use IPI implicit full barrier against rq->nr_running r/wFrederic Weisbecker
2014-06-16nohz: Use nohz own full kick on 2nd task enqueueFrederic Weisbecker
2014-06-16nohz: Switch to nohz full remote kick on timer enqueueFrederic Weisbecker
2014-06-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-06-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-06-12Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds
2014-06-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar
2014-06-05sched/idle: Optimize try-to-wake-up IPIPeter Zijlstra
2014-06-05sched/idle: Simplify wake_up_idle_cpu()Andy Lutomirski
2014-06-05sched, trace: Add a tracepoint for IPI-less remote wakeupsAndy Lutomirski
2014-06-05sched: Rename capacity related flagsNicolas Pitre