summaryrefslogtreecommitdiffstats
path: root/drivers/base/core.c
Commit message (Expand)AuthorAgeFilesLines
* sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-04-161-33/+0
* Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_ow...Greg Kroah-Hartman2014-03-251-0/+33
* Revert "driver core: synchronize device shutdown"Roland Dreier2014-03-081-2/+0
* driver core: unexport static function create_syslog_headerJiang Liu2014-02-151-1/+0
* sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2014-02-071-33/+0
* kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo2014-02-071-0/+17
* Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wr...Greg Kroah-Hartman2014-01-131-17/+0
* 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-101-33/+0
* 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-181-1/+3
* driver core: fix device_create() error pathDavid Herrmann2013-12-081-1/+2
* drivers/base/core.c: output device renaming messages with dev_dbg().ethan.zhao2013-10-161-2/+1
* driver core: remove dev_bin_attrs from struct classGreg Kroah-Hartman2013-10-061-39/+2
* driver core: remove dev_attrs from struct classGreg Kroah-Hartman2013-10-051-37/+1
* Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman2013-09-291-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-261-3/+5
|/
* Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-031-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-231-23/+16
* | sysfs.h: remove attr_name() macroGreg Kroah-Hartman2013-08-221-4/+4
* | sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman2013-08-211-20/+2
* | drivers / base: Fix sysfs_deprecated_setup() __init attribute locationHanjun Guo2013-08-191-1/+1
* | driver core: bus_type: add dev_groupsGreg Kroah-Hartman2013-08-121-4/+3
* | driver core: replace strict_strto*() with kstrto*()Jingoo Han2013-07-261-1/+1
* | drivers:base:core: Moved sym export macros to respective functionsDavid Graham White2013-07-261-15/+11
|/
* 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
| |\
| | * Driver core: Add offline/online device operationsRafael J. Wysocki2013-05-121-0/+130
* | | Documentation: Tidy up some drivers/base/core.c kerneldoc content.Robert P. J. Day2013-06-031-7/+7
* | | Merge 3.10-rc3 into driver-core-nextGreg Kroah-Hartman2013-05-271-2/+4
|\| |
| * | driver core: print sysfs attribute name when warning about bogus permissionsdyoung@redhat.com2013-05-211-2/+4
| |/
* / base/core.c: improve comment of the function device_find_child()Federico Vaga2013-05-211-0/+2
|/
* Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-04-291-1/+1
|\
| * driver/base: implement subsys_virtual_register()Tejun Heo2013-03-121-1/+1
* | driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman2013-04-111-7/+7
* | driver core: add uid and gid to devtmpfsKay Sievers2013-04-081-4/+13
* | base: core: WARN() about bogus permissions on device attributesFelipe Balbi2013-03-151-1/+8
|/
* driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-2/+2
* Revert "drivers: base: Convert print_symbol to %pSR"Greg Kroah-Hartman2013-01-171-2/+2
* drivers: base: Convert print_symbol to %pSRJoe Perches2013-01-171-2/+2
* drivers/base/core.c: Remove two unused variables and two useless calls to kfreePeter Senna Tschudin2013-01-171-4/+0
* Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-141-0/+21
|\
| * drivers/base: Add a DEVICE_BOOL_ATTR macroBorislav Petkov2012-10-261-0/+21
* | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-3/+5
|\ \
| * | drivers/base/core.c: Mark to_root_device staticJosh Triplett2012-11-261-1/+1