summaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)Author
2024-03-26driver core: Introduce device_link_wait_removal()Herve Codina
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel
2023-12-23driver core: device.h: fix Excess kernel-doc description warningRandy Dunlap
2023-12-21driver core: bus: constantify subsys_register() callsGreg Kroah-Hartman
2023-12-15driver core: Add a guard() definition for the device_lock()Dan Williams
2023-11-28driver core: make device_is_dependent() staticGreg Kroah-Hartman
2023-11-27iommu: Retire bus opsRobin Murphy
2023-10-05devres: rename the first parameter of devm_add_action(_or_reset)Masahiro Yamada
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-30Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-08-05driver core: Move dev_err_probe() to where it belogsAndy Shevchenko
2023-08-01swiotlb: search the software IO TLB only if the device makes use of itPetr Tesarik
2023-08-01swiotlb: if swiotlb is full, fall back to a transient memory poolPetr Tesarik
2023-08-01swiotlb: separate memory pool data from other allocator dataPetr Tesarik
2023-07-18driver core: Provide stubs for !IOMEM buildsMark Brown
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-26locking: Introduce __cleanup() based infrastructurePeter Zijlstra
2023-05-31driver core: device.h: add some missing kerneldocsJames Seo
2023-05-30devres: Provide krealloc_arrayJames Clark
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