summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2018-03-22sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney
2017-11-30sched: Make resched_cpu() unconditionalPaul E. McKenney
2017-07-21sched/topology: Fix overlapping sched_group_maskPeter Zijlstra
2017-07-21sched/topology: Optimize build_group_mask()Lauro Ramos Venancio
2017-05-20sched: panic on corrupted stack endJann Horn
2017-04-30perf: Avoid horrible stack usagePeter Zijlstra (Intel)
2016-10-05sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh
2016-07-12kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin
2016-04-12sched: Fix crash in sched_init_numa()Raghavendra K T
2015-12-02sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr
2015-10-27sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra
2015-10-27sched: access local runqueue directly in single_task_runningDominik Dingel
2015-06-10sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner
2015-04-24sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman
2015-03-23sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra
2015-03-23sched: Fix hrtick_start() on UPWanpeng Li
2015-01-16sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski
2014-12-03context_tracking: Restore previous state in schedule_userAndy Lutomirski
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra
2014-11-10sched/numa: Fix out of bounds read in sched_init_numa()Andrey Ryabinin
2014-11-04sched: Remove lockdep check in sched_move_task()Kirill Tkhai
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov
2014-10-28sched: Fix race between task_group and sched_task_groupKirill Tkhai
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-10-03sched/dl: Use dl_bw_of() under rcu_read_lock_sched()Kirill Tkhai
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-25sched: Add function single_task_running to let a task check if it is the only...Tim Chen
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-13locking: Remove deprecated smp_mb__() barriersPeter Zijlstra
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