summaryrefslogtreecommitdiff
path: root/kernel/sched.c
AgeCommit message (Expand)Author
2010-09-20sched: Use rcu in sched_get/set_affinity()Thomas Gleixner
2010-09-20sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam()Thomas Gleixner
2010-09-20sched: Make wakeup side and atomic variants of completion API irq safeRafael J.Wysocki
2010-09-20sched: Remove forced2_migrations statsIngo Molnar
2010-09-20sched: Sanitize fork() handlingPeter Zijlstra
2010-09-20sched: Clean up ttwu() rq lockingPeter Zijlstra
2010-09-20sched: Remove rq->clock coupling from set_task_cpu()Peter Zijlstra
2010-09-20sched: Remove unused cpu_nr_migrations()Hiroshi Shimamoto
2010-09-20sched: Consolidate select_task_rq() callersPeter Zijlstra
2010-09-20sched: Protect sched_rr_get_param() access to task->sched_classThomas Gleixner
2010-09-20sched: Protect task->cpus_allowed access in sched_getaffinity()Thomas Gleixner
2010-09-20sched: revert stable c6fc81a sched: Fix a race between ttwu() and migrate_task()Mike Galbraith
2010-09-20sched: kill migration thread in CPU_POST_DEAD instead of CPU_DEADAmit Arora
2010-08-13mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt
2010-08-13sched, cputime: Introduce thread_group_times()Hidetoshi Seto
2010-08-13sched: Fix granularity of task_u/stime()Hidetoshi Seto
2010-08-10sched: cgroup: Implement different treatment for idle sharesPeter Zijlstra
2010-08-02sched: Fix over-scheduling bugAlex,Shi
2010-08-02sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon
2010-04-26sched: Use proper type in sched_getaffinity()KOSAKI Motohiro
2010-04-26sched: Fix a race between ttwu() and migrate_task()John Wright
2010-04-26sched: Fix sched_getaffinity()Anton Blanchard
2010-04-26sched: sched_getaffinity(): Allow less than NR_CPUS lengthKOSAKI Motohiro
2010-04-01sched: Fix SCHED_MC regression caused by change in sched cpu_powerSuresh Siddha
2010-03-15sched: Don't use possibly stale sched_classThomas Gleixner
2010-03-15sched: Fix SMT scheduler regression in find_busiest_queue()Suresh Siddha
2010-01-28sched: Fix missing sched tunable recalculation on cpu add/removeChristian Ehrhardt
2010-01-28sched: Fix isolcpus boot optionRusty Russell
2010-01-22sched: Fix task priority bugPeter Zijlstra
2010-01-06sched: Sched_rt_periodic_timer vs cpu hotplugPeter Zijlstra
2010-01-06sched: Fix balance vs hotplug racePeter Zijlstra
2010-01-06sched: Fix task_hot() test orderPeter Zijlstra
2009-12-18sched: Fix and clean up rate-limit newidle codeMike Galbraith
2009-12-18sched: Rate-limit newidleMike Galbraith
2009-11-08sched: Use root_task_group_empty only with FAIR_GROUP_SCHEDCyrill Gorcunov
2009-11-08sched: Fix kernel-doc function parameter nameRandy Dunlap
2009-11-05Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-11-03sched: Fix kthread_bind() by moving the body of kthread_bind() to sched.cMike Galbraith
2009-11-02sched: Fix boot crash by zalloc()ing most of the cpu masksRusty Russell
2009-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-10-29sched: move rq_weight data array out of .percpuJiri Kosina
2009-10-23sched: Strengthen buddies and mitigate buddy induced latenciesMike Galbraith
2009-10-14Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2009-10-13Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2009-10-12sched: Fix missing kernel-doc notationRandy Dunlap
2009-10-09sched: Update the clock of runqueue select_task_rq() selectedMike Galbraith
2009-10-09writeback: account IO throttling wait as iowaitWu Fengguang
2009-10-05sched: Set correct normal_prio and prio values in sched_fork()Peter Williams
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan