summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorLines
2014-12-03context_tracking: Restore previous state in schedule_userAndy Lutomirski-2/+6
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka-27/+11
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra-13/+0
2014-11-10sched/numa: Fix out of bounds read in sched_init_numa()Andrey Ryabinin-0/+4
2014-11-04sched: Remove lockdep check in sched_move_task()Kirill Tkhai-2/+6
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov-0/+41
2014-10-28sched: Fix race between task_group and sched_task_groupKirill Tkhai-0/+6
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-106/+189
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-16/+0
2014-10-03sched/dl: Use dl_bw_of() under rcu_read_lock_sched()Kirill Tkhai-9/+16
2014-09-24sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai-4/+5
2014-09-24sched: cleanup: Rename 'out_unlock' to 'out_free_new_mask'Kirill Tkhai-4/+4
2014-09-24sched: Use dl_bw_of() under RCU read lockKirill Tkhai-0/+10
2014-09-24sched, mips, ia64: Remove __ARCH_WANT_UNLOCKED_CTXSWPeter Zijlstra-6/+0
2014-09-24sched: normalize_rt_tasks(): Don't use _irqsave for tasklist_lock, use task_r...Oleg Nesterov-10/+6
2014-09-24sched: Fix the task-group check in tg_has_rt_tasks()Oleg Nesterov-1/+1
2014-09-24sched/deadline: Clear dl_entity params when setscheduling to different classJuri Lelli-4/+15
2014-09-21sched: Clean up some typos and grammatical errors in code/commentsZhihui Zhang-2/+2
2014-09-19sched: Add default-disabled option to BUG() when stack end location is overwr...Aaron Tomlin-0/+3
2014-09-19sched: Do not stop cpu in set_cpus_allowed_ptr() if task is not runningKirill Tkhai-15/+32
2014-09-19sched/core: Use put_prev_task() accessor where possibleKirill Tkhai-4/+4
2014-09-19sched: Add new API wake_up_if_idle() to wake up the idle cpuChuansheng Liu-0/+19
2014-09-09sched: Migrate waking tasksLai Jiangshan-1/+7
2014-09-08Merge tag 'v3.17-rc4' into sched/core, to prevent conflicts with upcoming pat...Ingo Molnar-0/+7
2014-09-07sched/deadline: Fix a precision problem in the microseconds rangexiaofeng.yan-1/+9
2014-08-25sched: Add function single_task_running to let a task check if it is the only...Tim Chen-0/+12
2014-08-20sched: Remove double_rq_lock() from __migrate_task()Kirill Tkhai-8/+15
2014-08-20sched: Teach scheduler to understand TASK_ON_RQ_MIGRATING stateKirill Tkhai-3/+9
2014-08-20sched: Add wrapper for checking task_struct::on_rqKirill Tkhai-41/+41
2014-08-20sched: s/do_each_thread/for_each_process_thread/ in core.cOleg Nesterov-7/+6
2014-08-13locking: Remove deprecated smp_mb__() barriersPeter Zijlstra-16/+0
2014-08-12sched: Rename a misleading variable in build_overlap_sched_groups()Zhihui Zhang-7/+6
2014-08-11Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki-0/+7
2014-08-06cpuidle: menu: Lookup CPU runqueues lessMel Gorman-0/+7
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-40/+79
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-1/+1
2014-07-28sched: Use macro for magic number of -1 for setparamSteven Rostedt-7/+10
2014-07-28sched: Robustify topology setupPeter Zijlstra-0/+14
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar-8/+4
2014-07-28sched: Fix sched_setparam() policy == -1 logicDaniel Bristot de Oliveira-2/+3
2014-07-16sched: Fix static_key race with sched_feat()Jason Baron-0/+5
2014-07-16sched: Transform resched_task() into resched_curr()Kirill Tkhai-12/+13
2014-07-16sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov-3/+3
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo-1/+1
2014-07-05sched/fair: Disable runtime_enabled on dying rqKirill Tkhai-1/+7
2014-07-05sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicityMike Galbraith-2/+11
2014-07-05sched/core: Fix formatting issues in sched_can_stop_tick()Viresh Kumar-7/+3
2014-06-23rcu: Reduce overhead of cond_resched() checks for RCUPaul E. McKenney-6/+1
2014-06-16nohz: Use IPI implicit full barrier against rq->nr_running r/wFrederic Weisbecker-4/+5
2014-06-16nohz: Use nohz own full kick on 2nd task enqueueFrederic Weisbecker-4/+1