aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_create_and_addGreg Kroah-Hartman1-10/+9
2008-01-24Kobject: change drivers/md/md.c to use kobject_init_and_addGreg Kroah-Hartman1-4/+6
2008-01-24Kobject: change arch/ia64/kernel/topology.c to use kobject_init_and_addGreg Kroah-Hartman1-8/+9
2008-01-24Kobject: change drivers/parisc/pdc_stable.c to use kobject_init_and_addGreg Kroah-Hartman1-5/+5
2008-01-24Kobject: change drivers/net/ibmveth.c to use kobject_init_and_addGreg Kroah-Hartman1-4/+6
2008-01-24Kobject: change arch/sh/kernel/cpu/sh4/sq.c to use kobject_init_and_addGreg Kroah-Hartman1-5/+6
2008-01-24Kobject: change drivers/block/pktcdvd.c to use kobject_init_and_addGreg Kroah-Hartman1-4/+5
2008-01-24Kobject: change drivers/acpi/system.c to use kobject_create_and_addGreg Kroah-Hartman1-7/+6
2008-01-24Kobject: change arch/x86/kernel/cpu/intel_cacheinfo.c to use kobject_init_and_addGreg Kroah-Hartman1-8/+7
2008-01-24Kobject: change drivers/base/sys.c to use kobject_init_and_addGreg Kroah-Hartman1-10/+6
2008-01-24Kobject: change drivers/pci/hotplug/pci_hotplug_core.c to use kobject_init_and_addGreg Kroah-Hartman1-7/+7
2008-01-24Kobject: change drivers/cpuidle/sysfs.c to use kobject_init_and_addGreg Kroah-Hartman1-8/+9
2008-01-24Kobject: change drivers/edac to use kobject_init_and_addGreg Kroah-Hartman3-67/+29
2008-01-24Kobject: change drivers/cpufreq/cpufreq.c to use kobject_init_and_addGreg Kroah-Hartman1-5/+3
2008-01-24Kobject: change drivers/firmware/efivars.c to use kobject_init_and_addGreg Kroah-Hartman1-3/+3
2008-01-24Kobject: change drivers/firmware/edd.c to use kobject_init_and_addGreg Kroah-Hartman1-5/+5
2008-01-24Kobject: change drivers/infiniband to use kobject_init_and_addGreg Kroah-Hartman2-27/+10
2008-01-24Kobject: change GFS2 to use kobject_init_and_addGreg Kroah-Hartman3-39/+10
2008-01-24Kobject: change net/bridge to use kobject_create_and_addGreg Kroah-Hartman4-13/+7
2008-01-24UIO: fix kobject usageGreg Kroah-Hartman2-45/+52
2008-01-24kobject: clean up debugging messagesGreg Kroah-Hartman2-14/+29
2008-01-24kobject: grab the kset reference in kobject_add, not kobject_initGreg Kroah-Hartman1-3/+3
2008-01-24driver core: make /sys/power a kobjectGreg Kroah-Hartman5-13/+13
2008-01-24driver core: clean up device_shutdownGreg Kroah-Hartman3-45/+19
2008-01-24driver core: clean up shutdown.cGreg Kroah-Hartman2-12/+0
2008-01-24kobject: convert parisc/pdc_stable to use kobject_createGreg Kroah-Hartman1-8/+8
2008-01-24kobject: convert efivars to use kobject_createGreg Kroah-Hartman1-10/+8
2008-01-24kobject: convert ecryptfs to use kobject_createGreg Kroah-Hartman1-7/+7
2008-01-24kobject: clean up rpadlpar horrid sysfs abuseGreg Kroah-Hartman1-69/+43
2008-01-24kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman4-21/+5
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman9-19/+18
2008-01-24kset: remove decl_subsys macroGreg Kroah-Hartman2-8/+9
2008-01-24kset: convert block_subsys to use kset_createGreg Kroah-Hartman2-21/+19
2008-01-24kset: convert ocfs2 to use kset_createGreg Kroah-Hartman2-64/+23
2008-01-24firmware: change firmware_kset to firmware_kobjGreg Kroah-Hartman7-14/+14
2008-01-24firmware: remove firmware_(un)register()Greg Kroah-Hartman2-22/+2
2008-01-24kobject: convert /sys/firmware/acpi/ to use kobject_createGreg Kroah-Hartman3-7/+8
2008-01-24kset: convert edd to use kset_createGreg Kroah-Hartman1-7/+7
2008-01-24Driver Core: kill subsys_attribute and default sysfs opsKay Sievers3-83/+10
2008-01-24kset: convert parisc/pdc_stable.c to use kset_createGreg Kroah-Hartman1-17/+21
2008-01-24kobject: convert parisc/pdc_stable to kobj_attr interfaceGreg Kroah-Hartman1-77/+70
2008-01-24kset: convert s390 ipl.c to use kset_createGreg Kroah-Hartman1-36/+37
2008-01-24kobject: convert s390 ipl.c to kobj_attr interfaceGreg Kroah-Hartman1-32/+48
2008-01-24kobject: convert pseries/power.c to kobj_attr interfaceGreg Kroah-Hartman1-12/+8
2008-01-24kobject: convert arm/mach-omap1/pm.c to kobj_attr interfaceGreg Kroah-Hartman1-14/+8
2008-01-24kset: convert efivars to use kset_create for the vars sub-subsystem.Greg Kroah-Hartman1-12/+10
2008-01-24kset: convert efivars to use kset_create for the efi subsystem.Greg Kroah-Hartman1-10/+9
2008-01-24firmware: export firmware_kset so that people can use that instead of the braindead firmware_register interfaceGreg Kroah-Hartman2-1/+4
2008-01-24kobject: convert efivars to kobj_attr interfaceGreg Kroah-Hartman1-21/+14
2008-01-24efivars: make new_var and del_var binary sysfs filesGreg Kroah-Hartman1-28/+23