summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-07sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski1-1/+1
2018-01-07sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski1-3/+3
2017-10-12sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra1-1/+1
2017-07-18sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming1-2/+2
2016-11-20sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh1-0/+22
2016-11-20sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li1-14/+0
2016-08-22kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin1-2/+4
2016-08-22sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx1-4/+7
2016-05-01sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner1-0/+14
2015-12-30sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang1-3/+3
2015-12-30sched/core: Remove false-positive warning from wake_up_process()Sasha Levin1-1/+0
2015-11-17sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra1-6/+8
2015-05-09sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman1-1/+4
2015-05-09sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra1-0/+6
2014-02-15sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel1-5/+8
2013-05-30sched/debug: Fix sd->*_idx limit range avoiding overflowlibin1-1/+1
2013-05-30sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim1-13/+22
2013-04-25sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo1-2/+4
2013-02-20wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov1-1/+2
2012-10-10CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat1-4/+36
2012-09-12sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka1-14/+20
2012-08-10sched: Fix race in task_group()Peter Zijlstra1-14/+18
2012-08-02sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra1-10/+43
2012-08-02sched/nohz: Fix rq->cpu_load[] calculationsPeter Zijlstra1-13/+40
2012-07-25sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra1-73/+203
2012-06-19sched: Fix the relax_domain_level boot parameterDimitri Sivanich1-6/+3
2012-05-11sched: Fix nohz load accounting -- again!Peter Zijlstra1-27/+26
2012-05-11sched: Fix OOPS when build_sched_domains() percpu allocation failshe, bo1-6/+16
2011-11-14sched: Set the command name of the idle tasks in SMP kernelsCarsten Emde1-0/+4
2011-11-14sched: Document wait_for_completion_*() return valuesJ. Bruce Fields1-0/+13
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+0
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-117/+549
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+2
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-10-06sched: Don't use tasklist_lock for debug printsThomas Gleixner1-2/+2
2011-10-06sched: Unify the ->cpus_allowed mask copyPeter Zijlstra1-4/+3
2011-10-06sched: Wrap scheduler p->cpus_allowed accessPeter Zijlstra1-4/+4
2011-10-06sched: Request for idle balance during nohz idle load balanceSuresh Siddha1-3/+5
2011-10-06sched: Use resched IPI to kick off the nohz idle balanceSuresh Siddha1-2/+19
2011-10-04sched: Fix idle_cpu()Thomas Gleixner1-1/+14
2011-10-04sched: Convert to struct llistPeter Zijlstra1-38/+10
2011-10-04Merge branch 'linus' into sched/coreIngo Molnar1-25/+1
2011-09-30posix-cpu-timers: Cure SMP wobblesPeter Zijlstra1-24/+0
2011-09-28nohz: Remove nohz_cpu_maskShi, Alex1-11/+0
2011-09-28rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney1-0/+2
2011-09-27treewide: Correct spelling of successfully in commentsJoe Perches1-1/+1
2011-09-26sched: Fix up wchan borkageSimon Kirby1-1/+1
2011-09-20sched: Allow SD_NODES_PER_DOMAIN to be overriddenAnton Blanchard1-2/+0
2011-09-18Merge branch 'linus' into sched/coreIngo Molnar1-16/+27
2011-09-07Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds1-15/+26