summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2008-01-25slab: fix bootstrap on memoryless nodePekka Enberg
2008-01-25fix oops on rmmod capidrvKarsten Keil
2008-01-24Driver core: coding style fixesGreg Kroah-Hartman
2008-01-24Kobject: fix coding style issues in kobject c filesGreg Kroah-Hartman
2008-01-24Kobject: fix coding style issues in kobject.hGreg Kroah-Hartman
2008-01-24Driver core: fix coding style issues in device.hGreg Kroah-Hartman
2008-01-24spi: use class iteration apiDave Young
2008-01-24scsi: use class iteration apiDave Young
2008-01-24rtc: use class iteration apiDave Young
2008-01-24power supply : use class iteration apiDave Young
2008-01-24ieee1394: use class iteration apiDave Young
2008-01-24Driver Core: add class iteration apiDave Young
2008-01-24Driver core: Cleanup get_device_parent() in device_add() and device_move()Cornelia Huck
2008-01-24UIO: constify function pointer tablesJan Engelhardt
2008-01-24Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell
2008-01-24driver core: fix build with SYSFS=nRandy Dunlap
2008-01-24sysfs: make SYSFS_DEPRECATED depend on SYSFSRandy Dunlap
2008-01-24Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __initDenis Cheng
2008-01-24kobject: add sample code for how to use ksets/ktypes/kobjectsGreg Kroah-Hartman
2008-01-24kobject: add sample code for how to use kobjects in a simple manner.Greg Kroah-Hartman
2008-01-24kobject: update the kobject/kset documentationGreg Kroah-Hartman
2008-01-24kobject: remove old, outdated documentation.Greg Kroah-Hartman
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers
2008-01-24Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman
2008-01-24Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman
2008-01-24Kobject: convert fs/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman
2008-01-24Kobject: convert arch/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman
2008-01-24Modules: remove unneeded release functionGreg Kroah-Hartman
2008-01-24Kobject: auto-cleanup on final unrefKay Sievers
2008-01-24Kset: remove kset_add functionGreg Kroah-Hartman
2008-01-24Kobject: remove kobject_register()Greg Kroah-Hartman
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman
2008-01-24Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman
2008-01-24Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman
2008-01-24Kobject: convert kernel/module.c to use kobject_init/add_ng()Greg Kroah-Hartman
2008-01-24Kobject: convert drivers/md/md.c to use kobject_init/add_ng()Greg Kroah-Hartman
2008-01-24Kobject: convert block/ll_rw_blk.c to use kobject_init/add_ng()Greg Kroah-Hartman
2008-01-24Kobject: convert block/elevator.c to use kobject_init/add_ng()Greg Kroah-Hartman
2008-01-24Driver core: convert block from raw kobjects to core devicesKay Sievers
2008-01-24Kobject: drop child->parent ref at unregistrationAlan Stern
2008-01-24sysfs: fix /sys/module/*/holders after sysfs logic changeKay Sievers
2008-01-24Driver core: fix class glue dir cleanup logicKay Sievers
2008-01-24Driver core: fix race in __device_release_driverAlan Stern
2008-01-24Kobject: change drivers/base/bus to use kobject_init_and_addGreg Kroah-Hartman
2008-01-24Driver core: clean up debugging messagesGreg Kroah-Hartman
2008-01-24Driver core: move the static kobject out of struct driverGreg Kroah-Hartman