summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-30sched: Make resched_cpu() unconditionalPaul E. McKenney1-2/+1
2017-07-21sched/topology: Fix overlapping sched_group_maskPeter Zijlstra1-1/+17
2017-07-21sched/topology: Optimize build_group_mask()Lauro Ramos Venancio1-2/+2
2017-05-20sched: panic on corrupted stack endJann Horn1-1/+2
2017-04-30perf: Avoid horrible stack usagePeter Zijlstra (Intel)1-1/+1
2016-10-05sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh1-0/+22
2016-07-12kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin1-2/+4
2016-04-12sched: Fix crash in sched_init_numa()Raghavendra K T1-1/+1
2015-12-02sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr1-0/+8
2015-10-27sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra1-5/+5
2015-10-27sched: access local runqueue directly in single_task_runningDominik Dingel1-4/+11
2015-06-10sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner1-12/+14
2015-04-24sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman1-0/+2
2015-03-23sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra1-0/+6
2015-03-23sched: Fix hrtick_start() on UPWanpeng Li1-0/+5
2015-01-16sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski1-2/+7
2014-12-03context_tracking: Restore previous state in schedule_userAndy Lutomirski1-2/+6
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/ker...Linus Torvalds1-106/+189
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus 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_r...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 overwr...Aaron 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 pat...Ingo 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...Tim 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