summaryrefslogtreecommitdiff
path: root/drivers/base/core.c
AgeCommit message (Expand)Author
2007-05-23[PATCH] driver-core: don't free devt_attr till the device is releasedTejun Heo
2007-04-04[PATCH] remove protection of LANANA-reserved majorsAndrew Morton
2007-03-15[PATCH] sysfs and driver core: add callback helper, used by SCSI and S390Alan Stern
2007-03-09driver core: export device_renameJohannes Berg
2007-03-09Driver core: add device symlink back to sysfsGreg Kroah-Hartman
2007-03-09devres: release resources on device_del()Tejun Heo
2007-02-23Driver core: fix error by cleanup up symlinks properlyJames Simmons
2007-02-20[PATCH] rework reserved major handlingAndrew Morton
2007-02-09devres: device resource managementTejun Heo
2007-02-07Driver core: allow to delay the uevent at device creation timeKay Sievers
2007-02-07Driver core: add device_type to struct deviceKay Sievers
2007-02-07Driver core: add uevent vars for devices of a classKay Sievers
2007-02-07driver core fixes: make_class_name() retval checksCornelia Huck
2007-02-07driver core: Allow device_move(dev, NULL).Cornelia Huck
2007-02-07driver core: Remove device_is_registered() in device_move().Cornelia Huck
2006-12-07[PATCH] add numa node information to struct deviceChristoph Hellwig
2006-12-01driver core: Use klist_remove() in device_move()Cornelia Huck
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck
2006-12-01Driver core: make drivers/base/core.c:setup_parent() staticAdrian Bunk
2006-12-01driver core: Introduce device_find_child().Cornelia Huck
2006-12-01Driver core: Call platform_notify_remove laterBenjamin Herrenschmidt
2006-12-01CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variablesKay Sievers
2006-12-01CONFIG_SYSFS_DEPRECATED - device symlinksKay Sievers
2006-12-01Driver core: make old versions of udev work properlyGreg Kroah-Hartman
2006-12-01Driver Core: Move virtual_device_parent() to core.cGreg Kroah-Hartman
2006-12-01Driver core: add notification of bus eventsBenjamin Herrenschmidt
2006-11-25[PATCH] Fix device_attribute memory leak in device_delCatalin Marinas
2006-10-18Driver core: Don't ignore error returns from probingAlan Stern
2006-10-18Driver core: Don't leak 'old_class_name' in drivers/base/core.c::device_rename()Jesper Juhl
2006-10-18driver core fixes: device_add() cleanup on errorCornelia Huck
2006-10-18Fix dev_printk() is now GPL-onlyMatthew Wilcox
2006-09-25drivers/base: Platform notify needs to occur before drivers attach to the deviceBrian Walsh
2006-09-25Driver core: add ability for devices to create and remove bin filesGreg Kroah-Hartman
2006-09-25Class: add support for class interfaces for devicesGreg Kroah-Hartman
2006-09-25Driver core: create devices/virtual/ treeGreg Kroah-Hartman
2006-09-25Driver core: add device_rename functionGreg Kroah-Hartman
2006-09-25Driver core: add ability for classes to handle devices properlyGreg Kroah-Hartman
2006-09-25Driver core: allow devices in classes to have no parentGreg Kroah-Hartman
2006-09-25Driver core: add groups support to struct deviceGreg Kroah-Hartman
2006-09-25device_create(): make fmt argument 'const char *'Greg Kroah-Hartman
2006-09-25deprecate PHYSDEV* keysKay Sievers
2006-07-12[PATCH] Driver core: kernel-doc in drivers/base/core.c correctionsHenrik Kretzschmar
2006-07-12[PATCH] Driver core: fix driver-core kernel-docRandy Dunlap
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-22[PATCH] Driver core: fix locking issues with the devices that are attached to...Greg Kroah-Hartman
2006-06-21[PATCH] Driver Core: Make dev_info and friends print the bus name if there is...Alan Stern
2006-06-21[PATCH] Driver core: add proper symlinks for devicesGreg Kroah-Hartman
2006-06-21[PATCH] Driver core: add generic "subsystem" link to all devicesKay Sievers
2006-06-21[PATCH] Driver core: allow struct device to have a dev_tGreg Kroah-Hartman
2006-06-21[PATCH] Driver core: bus device event delayKay Sievers