update hdmi driver: support 480p
[firefly-linux-kernel-4.4.55.git] / kernel / sched.c
2011-02-13 黄涛Merge remote branch 'linux-2.6.32.y/master' into develop
2010-12-18 rootMerge branch 'develop' of xjh@10.10.10.29:/home/rockchi...
2010-12-17 cmcMerge branch 'develop' of 10.10.10.29:/home/rockchip...
2010-12-16 黄涛Merge remote branch 'linux-2.6.32.y/master' into develop
2010-11-22 Mathieu Desnoyerssched: Fix string comparison in /proc/sched_features
2010-10-29 Mike Galbraithfix 2.6.32.23 suspend regression caused by commit 6f6198a
2010-09-27 Stanislaw Gruszkasched: Fix user time incorrectly accounted as system...
2010-09-20 Anton Blanchardsched: cpuacct: Use bigger percpu counter batch values...
2010-09-20 Peter Zijlstrasched: Pre-compute cpumask_weight(sched_domain_span...
2010-09-20 Peter Zijlstrasched: Fix nr_uninterruptible count
2010-09-20 Peter Zijlstrasched: Optimize task_rq_lock()
2010-09-20 Peter Zijlstrasched: Fix TASK_WAKING vs fork deadlock
2010-09-20 Oleg Nesterovsched: Make select_fallback_rq() cpuset friendly
2010-09-20 Oleg Nesterovsched: _cpu_down(): Don't play with current->cpus_allowed
2010-09-20 Oleg Nesterovsched: sched_exec(): Remove the select_fallback_rq...
2010-09-20 Oleg Nesterovsched: move_task_off_dead_cpu(): Remove retry logic
2010-09-20 Oleg Nesterovsched: move_task_off_dead_cpu(): Take rq->lock around...
2010-09-20 Oleg Nesterovsched: Kill the broken and deadlockable cpuset_lock...
2010-09-20 Oleg Nesterovsched: set_cpus_allowed_ptr(): Don't use rq->migration_...
2010-09-20 Thomas Gleixnersched: Queue a deboosted task to the head of the RT...
2010-09-20 Thomas Gleixnersched: Extend enqueue_task to allow head queueing
2010-09-20 Peter Zijlstrasched: Fix race between ttwu() and task_rq_lock()
2010-09-20 Peter Zijlstrasched: Fix fork vs hotplug vs cpuset namespaces
2010-09-20 Peter Zijlstrasched: Fix hotplug hang
2010-09-20 Peter Zijlstrasched: Remove the cfs_rq dependency from set_task_cpu()
2010-09-20 Peter Zijlstrasched: Add pre and post wakeup hooks
2010-09-20 Peter Zijlstrasched: Fix select_task_rq() vs hotplug issues
2010-09-20 Peter Zijlstrasched: Fix sched_exec() balancing
2010-09-20 Peter Zijlstrasched: Fix broken assertion
2010-09-20 Ingo Molnarsched: Make warning less noisy
2010-09-20 Peter Zijlstrasched: Ensure set_task_cpu() is never called on blocked...
2010-09-20 Peter Zijlstrasched: Use TASK_WAKING for fork wakups
2010-09-20 Thomas Gleixnersched: Use rcu in sched_get_rr_param()
2010-09-20 Thomas Gleixnersched: Use rcu in sched_get/set_affinity()
2010-09-20 Thomas Gleixnersched: Use rcu in sys_sched_getscheduler/sys_sched_getp...
2010-09-20 Rafael J.Wysockisched: Make wakeup side and atomic variants of completi...
2010-09-20 Ingo Molnarsched: Remove forced2_migrations stats
2010-09-20 Peter Zijlstrasched: Sanitize fork() handling
2010-09-20 Peter Zijlstrasched: Clean up ttwu() rq locking
2010-09-20 Peter Zijlstrasched: Remove rq->clock coupling from set_task_cpu()
2010-09-20 Hiroshi Shimamotosched: Remove unused cpu_nr_migrations()
2010-09-20 Peter Zijlstrasched: Consolidate select_task_rq() callers
2010-09-20 Thomas Gleixnersched: Protect sched_rr_get_param() access to task...
2010-09-20 Thomas Gleixnersched: Protect task->cpus_allowed access in sched_getaf...
2010-09-20 Mike Galbraithsched: revert stable c6fc81a sched: Fix a race between...
2010-09-20 Amit Arorasched: kill migration thread in CPU_POST_DEAD instead...
2010-08-13 Benjamin Herrenschmidtmutex: Don't spin when the owner CPU is offline or...
2010-08-13 Hidetoshi Setosched, cputime: Introduce thread_group_times()
2010-08-13 Hidetoshi Setosched: Fix granularity of task_u/stime()
2010-08-10 Peter Zijlstrasched: cgroup: Implement different treatment for idle...
2010-08-02 Alex,Shisched: Fix over-scheduling bug
2010-08-02 Will Deaconsched: Prevent compiler from optimising the sched_avg_u...
2010-04-26 KOSAKI Motohirosched: Use proper type in sched_getaffinity()
2010-04-26 John Wrightsched: Fix a race between ttwu() and migrate_task()
2010-04-26 Anton Blanchardsched: Fix sched_getaffinity()
2010-04-26 KOSAKI Motohirosched: sched_getaffinity(): Allow less than NR_CPUS...
2010-04-01 Suresh Siddhasched: Fix SCHED_MC regression caused by change in...
2010-03-15 Thomas Gleixnersched: Don't use possibly stale sched_class
2010-03-15 Suresh Siddhasched: Fix SMT scheduler regression in find_busiest_queue()
2010-03-11 Arve HjønnevågMerge commit 'v2.6.32.9' into android-2.6.32
2010-02-08 San Mehatcgroup: Add generic cgroup subsystem permission checks.
2010-02-04 Erik Gillingsched: make task dump print all 15 chars of proc comm
2010-02-04 Arve Hjønnevågsched: Enable might_sleep before initializing drivers.
2010-02-04 Peter Zijlstrasched: Fix task priority bug
2010-01-28 Christian Ehrhardtsched: Fix missing sched tunable recalculation on cpu...
2010-01-28 Rusty Russellsched: Fix isolcpus boot option
2010-01-22 Peter Zijlstrasched: Fix task priority bug
2010-01-06 Peter Zijlstrasched: Sched_rt_periodic_timer vs cpu hotplug
2010-01-06 Peter Zijlstrasched: Fix balance vs hotplug race
2010-01-06 Peter Zijlstrasched: Fix task_hot() test order
2009-12-18 Mike Galbraithsched: Fix and clean up rate-limit newidle code
2009-12-18 Mike Galbraithsched: Rate-limit newidle
2009-11-30 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2009-11-30 Linus TorvaldsMerge git://git./linux/kernel/git/davem/ide-2.6
2009-11-30 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-2.6
2009-11-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-11-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-11-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-11-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-11-30 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2009-11-23 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-11-23 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-11-20 Linus TorvaldsMerge branch 'upstream-linus' of git://git./linux/kerne...
2009-11-19 Linus TorvaldsMerge branch 'bugfixes' of git://git.linux-nfs.org...
2009-11-19 Linus TorvaldsMerge branch 'agp-fixes' of git://git./linux/kernel...
2009-11-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-11-18 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-11-18 Takashi IwaiMerge branch 'fix/hda' into for-linus
2009-11-17 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-rc-fixes-2.6
2009-11-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-11-17 Linus TorvaldsMerge git://git./linux/kernel/git/sfrench/cifs-2.6
2009-11-17 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-11-17 Linus TorvaldsMerge branch 'hostprogs-wmissing-prototypes' of git...
2009-11-16 Takashi IwaiMerge branch 'fix/hda' into for-linus
2009-11-14 Linus TorvaldsMerge git://git.infradead.org/users/dwmw2/iommu-2.6.32
2009-11-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-11-14 Linus TorvaldsMerge branch 'for-linus' of git://neil.brown.name/md
2009-11-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-11-12 Linus TorvaldsMerge branch 'omap-fixes-for-linus' of git://git./linux...
2009-11-11 Linus TorvaldsMerge git://git./linux/kernel/git/mason/btrfs-unstable
next