aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kobject.c
Commit message (Expand)AuthorAge
...
* Driver Core: kill subsys_attribute and default sysfs opsKay Sievers2008-01-24
* Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers2008-01-24
* Driver Core: add kobj_attribute handlingKay Sievers2008-01-24
* kobject: get rid of kobject_kset_add_dirGreg Kroah-Hartman2008-01-24
* kobject: get rid of kobject_add_dirGreg Kroah-Hartman2008-01-24
* kobject: add kobject_create_and_add functionGreg Kroah-Hartman2008-01-24
* kset: add kset_create_and_add functionGreg Kroah-Hartman2008-01-24
* kobject: add kobject_init_and_add functionGreg Kroah-Hartman2008-01-24
* kobject: add kobject_add_ng functionGreg Kroah-Hartman2008-01-24
* kobject: add kobject_init_ng functionGreg Kroah-Hartman2008-01-24
* kobject: make kobject_cleanup be staticGreg Kroah-Hartman2008-01-24
* kobject: fix up kobject_set_name to use kvasprintfGreg Kroah-Hartman2008-01-24
* kobject: remove incorrect comment in kobject_renameGreg Kroah-Hartman2008-01-24
* kobject: fix the documentation of how kobject_set_name worksGreg Kroah-Hartman2007-12-17
* kobject: two typo fixesJohannes Berg2007-11-28
* kobject: check for duplicate names in kobject_renameGreg Kroah-Hartman2007-10-31
* kobject: update the copyrightsGreg Kroah-Hartman2007-10-12
* driver core: remove subsystem_init()Greg Kroah-Hartman2007-10-12
* sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo2007-10-12
* sysfs: Remove first pass at shadow directory supportEric W. Biederman2007-10-12
* kobject: remove the static array for the nameGreg Kroah-Hartman2007-10-12
* Driver core: remove subsys_get()Greg Kroah-Hartman2007-10-12
* Driver core: remove subsys_put()Greg Kroah-Hartman2007-10-12
* sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-11
* Driver core: add missing kset ueventKay Sievers2007-07-11
* kobject: use the proper printk level for kobject errorGreg Kroah-Hartman2007-06-08
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-02
* kobject: Comment and warning fixes to kobject.cEric W. Biederman2007-04-27
* kobject core: remove rwsem from struct subsystemGreg Kroah-Hartman2007-04-27
* kobject: kobject_add() reference leakCornelia Huck2007-04-27
* Driver core: notify userspace of network device renamesJean Tourrilhes2007-04-27
* kobject: kobject_shadow_add cleanupDmitriy Monakhov2007-04-27
* driver core: fix namespace issue with devices assigned to classesKay Sievers2007-04-27
* kobject: new_device->kref wasn't putted after error in kobject_move()Dmitriy Monakhov2007-03-09
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-02-19
|\
| * PCI/sysfs/kobject kernel-doc fixesRandy Dunlap2007-02-16
* | kobject: kobj->k_name verification fixMartin Stoilov2007-02-16
|/
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-11
* sysfs: Shadow directory supportEric W. Biederman2007-02-07
* kobject: kobject_put cleanupMariusz Kozlowski2007-02-07
* driver core: Allow device_move(dev, NULL).Cornelia Huck2007-02-07
* Kobject: make kobject apis more robust in handling NULL pointersGreg Kroah-Hartman2007-02-07
* [PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan2006-12-07
* driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck2006-12-01
* Input: add missing exports to fix modular buildDmitry Torokhov2006-10-11
* kobject: must_check fixesRandy Dunlap2006-09-26
* [PATCH] kobject: make people pay attention to kobject_add errorsGreg Kroah-Hartman2006-06-21
* [PATCH] kobject: quiet errors in kobject_addGreg Kroah-Hartman2006-05-21
* [PATCH] Kobject: possible cleanupsAdrian Bunk2006-04-27
* [PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown2006-04-14