aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25sched: add sched-domain rootsGregory Haskins1-0/+3
2008-01-25sched: de-SCHED_OTHER-ize the RT pathGregory Haskins1-0/+1
2008-01-25sched: add RT-balance cpu-weightGregory Haskins2-0/+3
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar2-0/+15
2008-01-25cpu-hotplug: fix build on !CONFIG_SMPIngo Molnar1-1/+7
2008-01-25cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()Gautham R Shenoy1-3/+1
2008-01-25cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()Gautham R Shenoy1-4/+4
2008-01-25cpu-hotplug: refcount based cpu hotplugGautham R Shenoy1-0/+3
2008-01-25sched: group scheduler, fix fairness of cpu bandwidth allocation for task groupsSrivatsa Vaddagiri1-0/+4
2008-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6Linus Torvalds2-10/+52
2008-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds9-10/+41
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds13-46/+723
2008-01-25[AVR32] NMI debuggingHaavard Skinnemoen2-0/+6
2008-01-25[AVR32] Add support for AT32AP7001 and AT32AP7002Haavard Skinnemoen3-6/+6
2008-01-25[AVR32] Provide more CPU information in /proc/cpuinfo and dmesgHaavard Skinnemoen1-0/+14
2008-01-25[AVR32] Enable debugging only when neededHaavard Skinnemoen3-4/+15
2008-01-24Kobject: fix coding style issues in kobject.hGreg Kroah-Hartman1-33/+34
2008-01-24Driver core: fix coding style issues in device.hGreg Kroah-Hartman1-138/+145
2008-01-24Driver Core: add class iteration apiDave Young1-2/+7
2008-01-24Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell1-1/+1
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2-11/+3
2008-01-24Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman1-2/+0
2008-01-24Kobject: auto-cleanup on final unrefKay Sievers1-0/+5
2008-01-24Kset: remove kset_add functionGreg Kroah-Hartman1-1/+0
2008-01-24Kobject: remove kobject_register()Greg Kroah-Hartman1-1/+0
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman1-1/+0
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman1-3/+3
2008-01-24Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman1-1/+0
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers1-14/+23
2008-01-24Driver core: move the static kobject out of struct driverGreg Kroah-Hartman1-9/+7
2008-01-24Driver core: move the driver specific module code into the driver coreGreg Kroah-Hartman1-15/+0
2008-01-24Driver: add driver_add_kobj for looney iseries_veth driverGreg Kroah-Hartman1-0/+4
2008-01-24driver core: Introduce default attribute groups.Cornelia Huck1-0/+1
2008-01-24driver core: remove fields from struct bus_typeGreg Kroah-Hartman1-10/+2
2008-01-24driver core: add way to get to bus device klistGreg Kroah-Hartman1-0/+1
2008-01-24driver core: add way to get to bus ksetGreg Kroah-Hartman1-0/+2
2008-01-24driver core: remove owner field from struct bus_typeGreg Kroah-Hartman1-1/+0
2008-01-24Kobject: change drivers/infiniband to use kobject_init_and_addGreg Kroah-Hartman1-1/+1
2008-01-24UIO: fix kobject usageGreg Kroah-Hartman1-2/+4
2008-01-24driver core: make /sys/power a kobjectGreg Kroah-Hartman1-2/+2
2008-01-24kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman1-3/+0
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman1-2/+2
2008-01-24kset: remove decl_subsys macroGreg Kroah-Hartman1-6/+0
2008-01-24firmware: change firmware_kset to firmware_kobjGreg Kroah-Hartman1-2/+2
2008-01-24firmware: remove firmware_(un)register()Greg Kroah-Hartman1-5/+0
2008-01-24kobject: convert /sys/firmware/acpi/ to use kobject_createGreg Kroah-Hartman1-1/+1
2008-01-24Driver Core: kill subsys_attribute and default sysfs opsKay Sievers1-9/+0
2008-01-24firmware: export firmware_kset so that people can use that instead of the braindead firmware_register interfaceGreg Kroah-Hartman1-0/+2
2008-01-24fix struct user_info export's sysfs interactionKay Sievers1-7/+2