summaryrefslogtreecommitdiff
path: root/drivers/base/core.c
AgeCommit message (Expand)Author
2023-02-25driver core: fw_devlink: Print full path and name of fwnodeSaravana Kannan
2023-02-25driver core: fw_devlink: Avoid spurious error messageSaravana Kannan
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-14Revert "driver core: add error handling for devtmpfs_create_node()"Greg Kroah-Hartman
2023-02-10driver core: add error handling for devtmpfs_create_node()Longlong Xia
2023-02-10driver core: bus: add bus_get_dev_root() functionGreg Kroah-Hartman
2023-02-08driver core: fw_devlink: Make cycle detection more robustSaravana Kannan
2023-02-08driver core: fw_devlink: Consolidate device link flag computationSaravana Kannan
2023-02-08driver core: fw_devlink: Allow marking a fwnode link as being part of a cycleSaravana Kannan
2023-02-08driver core: fw_devlink: Add DL_FLAG_CYCLE support to device linksSaravana Kannan
2023-02-08driver core: fw_devlink: Improve check for fwnode with no device/driverSaravana Kannan
2023-02-08driver core: fw_devlink: Don't purge child fwnode's consumer linksSaravana Kannan
2023-02-08driver core: make kobj_type structures constantThomas Weißschuh
2023-02-02drivers/base: Remove CONFIG_SRCUPaul E. McKenney
2023-01-27kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman
2023-01-27driver core: device_get_devnode() should take a const *Greg Kroah-Hartman
2023-01-20driver core: fix resource leak in device_add()Zhengchao Shao
2023-01-18driver core: bus: move bus notifier logic into bus.cGreg Kroah-Hartman
2023-01-11driver core: fix potential null-ptr-deref in device_add()Yang Yingliang
2022-11-22kobject: kset_uevent_ops: make name() callback take a const *Greg Kroah-Hartman
2022-11-22kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman
2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman
2022-11-10driver core: Use kstrtobool() instead of strtobool()Christophe JAILLET
2022-11-10driver core: remove devm_device_remove_group()Greg Kroah-Hartman
2022-11-10driver core: remove devm_device_remove_groups()Greg Kroah-Hartman
2022-11-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman
2022-09-24driver core: use IS_ERR_OR_NULL() helper in device_create_groups_vargs()Yang Yingliang
2022-09-24Merge 1707c39ae309 ("Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/...Greg Kroah-Hartman
2022-09-15Revert "driver core: Set fw_devlink.strict=1 by default"Greg Kroah-Hartman
2022-09-01drivers: base: Print error code on synthetic uevent failureBrian Norris
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-07-01PM: runtime: Fix supplier device management during consumer probeRafael J. Wysocki
2022-07-01PM: runtime: Redefine pm_runtime_release_supplier()Rafael J. Wysocki
2022-06-27driver core: fw_devlink: Allow firmware to mark devices as best effortSaravana Kannan
2022-06-10driver core: Introduce device_find_any_child() helperAndy Shevchenko
2022-06-10driver core: Set fw_devlink.strict=1 by defaultSaravana Kannan
2022-06-10driver core: Add wait_for_init_devices_probe helper functionSaravana Kannan
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-04-28device-core: Kill the lockdep_mutexDan Williams
2022-04-27driver core: Add sysfs support for physical location of a deviceWon Chung
2022-02-02block: remove genhd.hChristoph Hellwig
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-01-10Merge tag 'devprop-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-01-04headers/uninline: Uninline single-use function: kobject_has_children()Ingo Molnar
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman
2021-12-27driver core: make kobj_type constant.Wedson Almeida Filho
2021-12-17PM: runtime: Add safety net to supplier device releaseRafael J. Wysocki
2021-12-16genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner
2021-12-09PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner