summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-01-25sched: wake-balance fixesGregory Haskins
2008-01-25sched: optimize RT affinityGregory Haskins
2008-01-25sched: pre-route RT tasks on wakeupGregory Haskins
2008-01-25sched: RT balancing: include current CPUGregory Haskins
2008-01-25sched: break out search for RT tasksGregory Haskins
2008-01-25sched: de-SCHED_OTHER-ize the RT pathGregory Haskins
2008-01-25sched: clean up this_rq use in kernel/sched_rt.cGregory Haskins
2008-01-25sched: add RT-balance cpu-weightGregory Haskins
2008-01-25sched: disable standard balancer for RT tasksSteven Rostedt
2008-01-25sched: push RT tasks from overloaded CPUsSteven Rostedt
2008-01-25sched: pull RT tasks from overloaded runqueuesSteven Rostedt
2008-01-25sched: add rt-overload trackingSteven Rostedt
2008-01-25sched: add RT task pushingSteven Rostedt
2008-01-25sched: track highest prio task queuedSteven Rostedt
2008-01-25sched: count # of queued RT tasksSteven Rostedt
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar
2008-01-25cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy
2008-01-25cpu-hotplug: refcount based cpu hotplugGautham R Shenoy
2008-01-25sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri
2008-01-25sched: introduce a mutex and corresponding API to serialize access to doms_cu...Srivatsa Vaddagiri
2008-01-25sched: group scheduling, change how cpu load is calculatedSrivatsa Vaddagiri
2008-01-25sched: group scheduling, minor fixesSrivatsa Vaddagiri
2008-01-25sched: group scheduling code cleanupSrivatsa Vaddagiri
2008-01-25sched: remove printk_clock()Ingo Molnar
2008-01-25sched: fix CONFIG_PRINT_TIME's reliance on sched_clock()Ingo Molnar
2008-01-25printk: make printk more robust by not allowing recursionIngo Molnar
2008-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds
2008-01-25ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEMEHaavard Skinnemoen
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers
2008-01-24Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman
2008-01-24Modules: remove unneeded release functionGreg Kroah-Hartman
2008-01-24Kobject: convert kernel/module.c to use kobject_init/add_ng()Greg Kroah-Hartman
2008-01-24sysfs: fix /sys/module/*/holders after sysfs logic changeKay Sievers
2008-01-24Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman
2008-01-24Kobject: convert kernel/user.c to use kobject_init/add_ng()Greg Kroah-Hartman
2008-01-24Kobject: convert kernel/params.c to use kobject_init/add_ng()Greg Kroah-Hartman
2008-01-24driver core: make /sys/power a kobjectGreg Kroah-Hartman
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman
2008-01-24fix struct user_info export's sysfs interactionKay Sievers
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers
2008-01-24kset: convert /sys/power to use kset_createGreg Kroah-Hartman
2008-01-24kset: convert /sys/module to use kset_createGreg Kroah-Hartman
2008-01-24kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman
2008-01-24kobject: get rid of kobject_add_dirGreg Kroah-Hartman
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman
2008-01-24lockdep: fix kernel crash on module unloadArjan van de Ven
2008-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds
2008-01-22rcu: fix section mismatchRandy Dunlap
2008-01-22sched: group scheduler, set uid share fixIngo Molnar