summaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)Author
2023-03-24driver core: device.h: remove extern from function prototypesGreg Kroah-Hartman
2023-03-23driver core: device.h: make struct bus_type a const *Greg Kroah-Hartman
2023-03-17driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman
2023-03-17driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman
2023-03-17driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman
2023-03-17devres: Pass unique name of the resource to devm_add_action_or_reset()Andy Shevchenko
2023-03-10devres: Pass unique name of the resource to devm_add_action()Andy Shevchenko
2023-03-06driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman
2023-02-08driver core: fw_devlink: Add DL_FLAG_CYCLE support to device linksSaravana Kannan
2023-01-27driver core: device_get_devnode() should take a const *Greg Kroah-Hartman
2023-01-27driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-12-06device.h: move kobj_to_dev() to use container_of_const()Greg Kroah-Hartman
2022-11-18driver core: Add __alloc_size hint to devm allocatorsKees Cook
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner
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-10-20driver core: allow kobj_to_dev() to take a const pointerGreg Kroah-Hartman
2022-06-10driver core: Introduce device_find_any_child() helperAndy Shevchenko
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-28cxl/acpi: Add root device lockdep validationDan Williams
2022-04-27driver core: Add sysfs support for physical location of a deviceWon Chung
2021-12-16genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner
2021-12-16device: Add device:: Msi_data pointer and struct msi_device_dataThomas Gleixner
2021-12-16device: Move MSI related data into a structThomas Gleixner
2021-12-09PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-13driver core: Add missing kernel doc for device::msi_lockThomas Gleixner
2021-08-10PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner
2021-07-13swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool usedClaire Chang
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-28Merge tag 'docs-5.14' of git://git.lwn.net/linuxLinus Torvalds
2021-06-21driver core: Export device_driver_attach()Jason Gunthorpe
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-17driver core: add a helper to setup both the of_node and fwnode of a deviceIoana Ciornei
2021-06-15devres: Enable trace eventsAndy Shevchenko
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman
2021-05-27driver core: Move the "removable" attribute from USB to coreRajat Jain
2021-05-21drivers: base: Fix device link removalRafael J. Wysocki
2021-05-20docs: update pin-control.rst referencesMauro Carvalho Chehab
2021-03-23driver core: Avoid pointless deferred probe attemptsSaravana Kannan
2021-03-23driver core: Trivial typo fixBhaskar Chowdhury
2021-02-26Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-20driver core: add a min_align_mask field to struct device_dma_parametersJianxiong Gao