aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka1-27/+11
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra1-13/+0
2014-11-10sched/numa: Fix out of bounds read in sched_init_numa()Andrey Ryabinin1-0/+4
2014-11-04sched: Remove lockdep check in sched_move_task()Kirill Tkhai1-2/+6
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov1-0/+41
2014-10-28sched: Fix race between task_group and sched_task_groupKirill Tkhai1-0/+6
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-106/+189
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+0
2014-10-03sched/dl: Use dl_bw_of() under rcu_read_lock_sched()Kirill Tkhai1-9/+16
2014-09-24sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai1-4/+5
2014-09-24sched: cleanup: Rename 'out_unlock' to 'out_free_new_mask'Kirill Tkhai1-4/+4
2014-09-24sched: Use dl_bw_of() under RCU read lockKirill Tkhai1-0/+10
2014-09-24sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWPeter Zijlstra1-6/+0
2014-09-24sched: normalize_rt_tasks(): Don't use _irqsave for tasklist_lock, use task_rq_lock()Oleg Nesterov1-10/+6
2014-09-24sched: Fix the task-group check in tg_has_rt_tasks()Oleg Nesterov1-1/+1
2014-09-24sched/deadline: Clear dl_entity params when setscheduling to different classJuri Lelli1-4/+15
2014-09-21sched: Clean up some typos and grammatical errors in code/commentsZhihui Zhang1-2/+2
2014-09-19sched: Add default-disabled option to BUG() when stack end location is overwrittenAaron Tomlin1-0/+3
2014-09-19sched: Do not stop cpu in set_cpus_allowed_ptr() if task is not runningKirill Tkhai1-15/+32
2014-09-19sched/core: Use put_prev_task() accessor where possibleKirill Tkhai1-4/+4
2014-09-19sched: Add new API wake_up_if_idle() to wake up the idle cpuChuansheng Liu1-0/+19
2014-09-09sched: Migrate waking tasksLai Jiangshan1-1/+7
2014-09-08Merge tag 'v3.17-rc4' into sched/core, to prevent conflicts with upcoming patches, and to refresh the treeIngo Molnar1-0/+7
2014-09-07sched/deadline: Fix a precision problem in the microseconds rangexiaofeng.yan1-1/+9
2014-08-25sched: Add function single_task_running to let a task check if it is the only task running on a cpuTim Chen1-0/+12
2014-08-20sched: Remove double_rq_lock() from __migrate_task()Kirill Tkhai1-8/+15
2014-08-20sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING stateKirill Tkhai1-3/+9
2014-08-20sched: Add wrapper for checking task_struct::on_rqKirill Tkhai1-41/+41
2014-08-20sched: s/do_each_thread/for_each_process_thread/ in core.cOleg Nesterov1-7/+6
2014-08-13locking: Remove deprecated smp_mb__() barriersPeter Zijlstra1-16/+0
2014-08-12sched: Rename a misleading variable in build_overlap_sched_groups()Zhihui Zhang1-7/+6
2014-08-11Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki1-0/+7
2014-08-06cpuidle: menu: Lookup CPU runqueues lessMel Gorman1-0/+7
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-40/+79
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2014-07-28sched: Use macro for magic number of -1 for setparamSteven Rostedt1-7/+10
2014-07-28sched: Robustify topology setupPeter Zijlstra1-0/+14
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changesIngo Molnar1-8/+4
2014-07-28sched: Fix sched_setparam() policy == -1 logicDaniel Bristot de Oliveira1-2/+3
2014-07-16sched: Fix static_key race with sched_feat()Jason Baron1-0/+5
2014-07-16sched: Transform resched_task() into resched_curr()Kirill Tkhai1-12/+13
2014-07-16sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov1-3/+3
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo1-1/+1
2014-07-05sched/fair: Disable runtime_enabled on dying rqKirill Tkhai1-1/+7
2014-07-05sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicityMike Galbraith1-2/+11
2014-07-05sched/core: Fix formatting issues in sched_can_stop_tick()Viresh Kumar1-7/+3
2014-06-23rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney1-6/+1
2014-06-16nohz: Use IPI implicit full barrier against rq->nr_running r/wFrederic Weisbecker1-4/+5
2014-06-16nohz: Use nohz own full kick on 2nd task enqueueFrederic Weisbecker1-4/+1
2014-06-16nohz: Switch to nohz full remote kick on timer enqueueFrederic Weisbecker1-1/+7