summaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c
Commit message (Expand)AuthorAgeFilesLines
* of: to support binding numa node to specified device in devicetreeZhen Lei2015-10-181-1/+1
* Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-021-0/+43
|\
| * driver core: implement device_for_each_child_reverse()Andy Shevchenko2015-07-281-0/+43
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-0/+3
|\ \
| * | genirq/MSI: Move msi_list from struct pci_dev to struct deviceJiang Liu2015-07-221-0/+3
| |/
* / driver core: correct device's shutdown orderGrygorii Strashko2015-08-061-0/+49
|/
* drivers/base/core.c: use strreplace()Rasmus Villemoes2015-06-261-5/+4Star
* Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-151-0/+51
|\
| * device property: Make it possible to use secondary firmware nodesRafael J. Wysocki2015-04-031-0/+51
* | drivers/core/of: Add symlink to device-tree from devices with an OF nodeBenjamin Herrenschmidt2015-03-251-2/+14
* | driver core: Delete an unnecessary check before the function call "put_device"Markus Elfring2015-03-251-2/+1Star
|/
* device: Change dev_<level> logging functions to return voidJoe Perches2015-01-271-18/+11Star
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-20/+18Star
|\
| * driver core: fix race with userland in device_add()Sergey Klyaus2014-11-071-20/+18Star
* | sysfs: driver core: Fix glue dir race condition by gdp_mutexYijing Wang2014-11-071-1/+3
|/
* Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-151-0/+3
|\
| * driver core: Add BUS_NOTIFY_REMOVED_DEVICE eventJoerg Roedel2014-10-021-0/+3
* | drivers/base: Fix length checks in create_syslog_header()/dev_vprintk_emit()Ben Hutchings2014-09-241-0/+9
|/
* sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-04-161-33/+0Star
* Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman2014-03-261-0/+33
* Revert "driver core: synchronize device shutdown"Roland Dreier2014-03-091-2/+0Star
* driver core: unexport static function create_syslog_headerJiang Liu2014-02-151-1/+0Star
* sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-02-081-33/+0Star
* kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-02-081-0/+17
* Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Greg Kroah-Hartman2014-01-131-17/+0Star
* Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman2014-01-131-0/+33
* sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-01-111-33/+0Star
* kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-01-101-0/+17
* Driver core: Fix device_add_attrs() error code pathRafael J. Wysocki2013-12-191-1/+3
* driver core: fix device_create() error pathDavid Herrmann2013-12-091-1/+2
* drivers/base/core.c: output device renaming messages with dev_dbg().ethan.zhao2013-10-171-2/+1Star
* driver core: remove dev_bin_attrs from struct classGreg Kroah-Hartman2013-10-061-39/+2Star
* driver core: remove dev_attrs from struct classGreg Kroah-Hartman2013-10-061-37/+1Star
* Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman2013-09-301-7/+7
|\
| * driver core : Fix use after free of dev->parent in device_shutdownBenson Leung2013-09-261-7/+7
* | sysfs: remove ktype->namespace() invocations in symlink codeTejun Heo2013-09-271-3/+5
|/
* Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-041-15/+28
|\
| * driver core / ACPI: Avoid device hot remove locking issuesRafael J. Wysocki2013-08-291-15/+28
* | driver core: add #include <linux/sysfs.h> to core files.Greg Kroah-Hartman2013-08-271-0/+1
* | driver core: core: use DEVICE_ATTR_ROGreg Kroah-Hartman2013-08-241-23/+16Star
* | sysfs.h: remove attr_name() macroGreg Kroah-Hartman2013-08-221-4/+4
* | sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman2013-08-221-20/+2Star
* | drivers / base: Fix sysfs_deprecated_setup() __init attribute locationHanjun Guo2013-08-201-1/+1
* | driver core: bus_type: add dev_groupsGreg Kroah-Hartman2013-08-131-4/+3Star
* | driver core: replace strict_strto*() with kstrto*()Jingoo Han2013-07-271-1/+1
* | drivers:base:core: Moved sym export macros to respective functionsDavid Graham White2013-07-271-15/+11Star
|/
* driver core: add default groups to struct classGreg Kroah-Hartman2013-07-161-1/+8
* driver core: Introduce device_create_groupsGuenter Roeck2013-07-161-28/+83
* Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-0/+130
|\
| * Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-06-281-0/+130
| |\