aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25sched: clean up find_lock_lowest_rq()Ingo Molnar1-4/+5
2008-01-25sched: clean up pick_next_highest_task_rt()Ingo Molnar1-3/+3
2008-01-25sched: RT-balance on new taskSteven Rostedt1-0/+1
2008-01-25sched: RT-balance, optimize cpu searchSteven Rostedt1-13/+36
2008-01-25sched: RT-balance, optimizeGregory Haskins1-7/+18
2008-01-25sched: break out early if RT task cannot be migratedGregory Haskins1-1/+2
2008-01-25sched: RT-balance, avoid overloadingSteven Rostedt1-4/+16
2008-01-25sched: wake-balance fixesGregory Haskins2-2/+10
2008-01-25sched: optimize RT affinityGregory Haskins1-12/+88
2008-01-25sched: pre-route RT tasks on wakeupGregory Haskins1-0/+19
2008-01-25sched: RT balancing: include current CPUGregory Haskins1-4/+1
2008-01-25sched: break out search for RT tasksGregory Haskins1-27/+39
2008-01-25sched: de-SCHED_OTHER-ize the RT pathGregory Haskins4-140/+194
2008-01-25sched: clean up this_rq use in kernel/sched_rt.cGregory Haskins1-11/+11
2008-01-25sched: add RT-balance cpu-weightGregory Haskins3-6/+54
2008-01-25sched: disable standard balancer for RT tasksSteven Rostedt1-91/+4
2008-01-25sched: push RT tasks from overloaded CPUsSteven Rostedt2-0/+11
2008-01-25sched: pull RT tasks from overloaded runqueuesSteven Rostedt2-11/+178
2008-01-25sched: add rt-overload trackingSteven Rostedt1-0/+36
2008-01-25sched: add RT task pushingSteven Rostedt2-2/+231
2008-01-25sched: track highest prio task queuedSteven Rostedt2-0/+21
2008-01-25sched: count # of queued RT tasksSteven Rostedt2-0/+18
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar5-13/+149
2008-01-25cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy3-40/+24
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy5-19/+19
2008-01-25cpu-hotplug: refcount based cpu hotplugGautham R Shenoy1-41/+111
2008-01-25sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri3-45/+327
2008-01-25sched: introduce a mutex and corresponding API to serialize access to doms_curarraySrivatsa Vaddagiri1-0/+19
2008-01-25sched: group scheduling, change how cpu load is calculatedSrivatsa Vaddagiri3-20/+40
2008-01-25sched: group scheduling, minor fixesSrivatsa Vaddagiri2-9/+28
2008-01-25sched: group scheduling code cleanupSrivatsa Vaddagiri1-18/+3
2008-01-25sched: remove printk_clock()Ingo Molnar1-5/+0
2008-01-25sched: fix CONFIG_PRINT_TIME's reliance on sched_clock()Ingo Molnar1-1/+1
2008-01-25printk: make printk more robust by not allowing recursionIngo Molnar1-10/+38
2008-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds1-0/+2
2008-01-25ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEMEHaavard Skinnemoen1-0/+2
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers3-3/+3
2008-01-24Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman2-6/+5
2008-01-24Modules: remove unneeded release functionGreg Kroah-Hartman1-10/+0
2008-01-24Kobject: convert kernel/module.c to use kobject_init/add_ng()Greg Kroah-Hartman1-8/+6
2008-01-24sysfs: fix /sys/module/*/holders after sysfs logic changeKay Sievers1-8/+7
2008-01-24Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman1-87/+0
2008-01-24Kobject: convert kernel/user.c to use kobject_init/add_ng()Greg Kroah-Hartman1-5/+4
2008-01-24Kobject: convert kernel/params.c to use kobject_init/add_ng()Greg Kroah-Hartman1-4/+2
2008-01-24driver core: make /sys/power a kobjectGreg Kroah-Hartman2-5/+5
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman2-10/+10
2008-01-24fix struct user_info export's sysfs interactionKay Sievers2-58/+53
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers4-25/+42
2008-01-24kset: convert /sys/power to use kset_createGreg Kroah-Hartman3-9/+6
2008-01-24kset: convert /sys/module to use kset_createGreg Kroah-Hartman2-24/+12