aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kobject.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman1-7/+7
2008-01-24Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman1-14/+8
2008-01-24Kobject: drop child->parent ref at unregistrationAlan Stern1-3/+4
2008-01-24kobject: clean up debugging messagesGreg Kroah-Hartman1-8/+15
2008-01-24kobject: grab the kset reference in kobject_add, not kobject_initGreg Kroah-Hartman1-3/+3
2008-01-24kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman1-13/+0
2008-01-24Driver Core: kill subsys_attribute and default sysfs opsKay Sievers1-21/+0
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers1-4/+6
2008-01-24Driver Core: add kobj_attribute handlingKay Sievers1-0/+29
2008-01-24kobject: get rid of kobject_kset_add_dirGreg Kroah-Hartman1-32/+5
2008-01-24kobject: get rid of kobject_add_dirGreg Kroah-Hartman1-12/+0
2008-01-24kobject: add kobject_create_and_add functionGreg Kroah-Hartman1-18/+63
2008-01-24kset: add kset_create_and_add functionGreg Kroah-Hartman1-1/+91
2008-01-24kobject: add kobject_init_and_add functionGreg Kroah-Hartman1-0/+27
2008-01-24kobject: add kobject_add_ng functionGreg Kroah-Hartman1-0/+66
2008-01-24kobject: add kobject_init_ng functionGreg Kroah-Hartman1-0/+42
2008-01-24kobject: make kobject_cleanup be staticGreg Kroah-Hartman1-5/+4
2008-01-24kobject: fix up kobject_set_name to use kvasprintfGreg Kroah-Hartman1-39/+32
2008-01-24kobject: remove incorrect comment in kobject_renameGreg Kroah-Hartman1-2/+0
2007-12-17kobject: fix the documentation of how kobject_set_name worksGreg Kroah-Hartman1-6/+6
2007-11-28kobject: two typo fixesJohannes Berg1-2/+2
2007-10-30kobject: check for duplicate names in kobject_renameGreg Kroah-Hartman1-0/+13
2007-10-12kobject: update the copyrightsGreg Kroah-Hartman1-0/+2
2007-10-12driver core: remove subsystem_init()Greg Kroah-Hartman1-5/+0
2007-10-12sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo1-1/+0
2007-10-12sysfs: Remove first pass at shadow directory supportEric W. Biederman1-38/+6
2007-10-12kobject: remove the static array for the nameGreg Kroah-Hartman1-40/+39
2007-10-12Driver core: remove subsys_get()Greg Kroah-Hartman1-1/+1
2007-10-12Driver core: remove subsys_put()Greg Kroah-Hartman1-1/+1
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo1-5/+5
2007-07-11Driver core: add missing kset ueventKay Sievers1-1/+8
2007-06-08kobject: use the proper printk level for kobject errorGreg Kroah-Hartman1-5/+5
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-61/+8
2007-04-27kobject: Comment and warning fixes to kobject.cEric W. Biederman1-3/+10
2007-04-27kobject core: remove rwsem from struct subsystemGreg Kroah-Hartman1-3/+1
2007-04-27kobject: kobject_add() reference leakCornelia Huck1-0/+1
2007-04-27Driver core: notify userspace of network device renamesJean Tourrilhes1-0/+30
2007-04-27kobject: kobject_shadow_add cleanupDmitriy Monakhov1-2/+2
2007-04-27driver core: fix namespace issue with devices assigned to classesKay Sievers1-2/+10
2007-03-09kobject: new_device->kref wasn't putted after error in kobject_move()Dmitriy Monakhov1-0/+2
2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-0/+1
2007-02-16PCI/sysfs/kobject kernel-doc fixesRandy Dunlap1-0/+1
2007-02-16kobject: kobj->k_name verification fixMartin Stoilov1-1/+1
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-2/+3
2007-02-07sysfs: Shadow directory supportEric W. Biederman1-5/+37
2007-02-07kobject: kobject_put cleanupMariusz Kozlowski1-4/+2
2007-02-07driver core: Allow device_move(dev, NULL).Cornelia Huck1-3/+3
2007-02-07Kobject: make kobject apis more robust in handling NULL pointersGreg Kroah-Hartman1-0/+19
2006-12-07[PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan1-2/+1
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck1-0/+50