summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2016-03-03sched/core: Remove false-positive warning from wake_up_process()Sasha Levin
2016-03-03sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang
2016-03-03sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...Peter Zijlstra
2016-03-03sched,dl: Remove return value from pull_dl_task()Peter Zijlstra
2016-03-03sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca...Peter Zijlstra
2016-03-03sched,rt: Remove return value from pull_rt_task()Peter Zijlstra
2016-03-03sched: Allow balance callbacks for check_class_changed()Peter Zijlstra
2016-03-03sched: Replace post_schedule with a balance callback listPeter Zijlstra
2016-03-03sched: Clean up idle task SMP logicPeter Zijlstra
2015-10-27sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov
2015-10-22sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra
2015-04-19sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman
2015-01-16sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni
2015-01-16sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni
2014-11-14sched: Use rq->rd in sched_setaffinity() under RCU read lockKirill Tkhai
2014-11-14sched: Use dl_bw_of() under RCU read lockKirill Tkhai
2014-09-05sched: Fix sched_setparam() policy == -1 logicDaniel Bristot de Oliveira
2014-08-07printk: rename printk_sched to printk_deferredJohn Stultz
2014-07-28sched: Fix possible divide by zero in avg_atom() calculationMateusz Guzik
2014-06-11sched: Fix sched_policy < 0 comparisonRichard Weinberger
2014-06-11sched/dl: Fix race in dl_task_timer()Kirill Tkhai
2014-06-11sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan
2014-06-11sched/deadline: Restrict user params max value to 2^63 nsJuri Lelli
2014-06-11sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINEPeter Zijlstra
2014-06-11sched: Make sched_setattr() correctly return -EFBIGMichael Kerrisk
2014-06-11sched: Disallow sched_attr::sched_policy < 0Peter Zijlstra
2014-06-11sched: Sanitize irq accounting madnessThomas Gleixner
2014-06-11sched/deadline: Fix memory leakLi Zefan
2014-06-11sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)
2014-03-11sched/clock: Prevent tracing recursion in sched_clock_cpu()Fernando Luis Vazquez Cao
2014-03-11sched/deadline: Deny unprivileged users to set/change SCHED_DEADLINE policyJuri Lelli
2014-02-27sched/deadline: Prevent rt_time growth to infinityJuri Lelli
2014-02-27sched/deadline: Switch CPU's presence test orderJuri Lelli
2014-02-27sched/deadline: Cleanup RT leftovers from {inc/dec}_dl_migrationKirill Tkhai
2014-02-27sched: Fix double normalization of vruntimeGeorge McCollister
2014-02-21sched/deadline: Remove useless dl_nr_totalKirill Tkhai
2014-02-21sched/deadline: Test for CPU's presence explicitlyBoris Ostrovsky
2014-02-21sched: Add 'flags' argument to sched_{set,get}attr() syscallsPeter Zijlstra
2014-02-21sched: Fix information leak in sys_sched_getattr()Vegard Nossum
2014-02-21sched,numa: add cond_resched to task_numa_workRik van Riel
2014-02-21sched/core: Make dl_b->lock IRQ safeJuri Lelli
2014-02-21sched/core: Fix sched_rt_global_validateJuri Lelli
2014-02-21sched/deadline: Fix overflow to handle period==0 and deadline!=0Steven Rostedt
2014-02-21sched/deadline: Fix bad accounting of nr_runningJuri Lelli
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-01-28sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra
2014-01-28sched/deadline: Add sched_dl documentationDario Faggioli
2014-01-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar