aboutsummaryrefslogtreecommitdiff
path: root/include/linux/device.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+0
2023-08-30Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-0/+26
2023-08-05driver core: Move dev_err_probe() to where it belogsGravatar Andy Shevchenko 1-2/+0
2023-08-01swiotlb: search the software IO TLB only if the device makes use of itGravatar Petr Tesarik 1-0/+2
2023-08-01swiotlb: if swiotlb is full, fall back to a transient memory poolGravatar Petr Tesarik 1-0/+6
2023-08-01swiotlb: separate memory pool data from other allocator dataGravatar Petr Tesarik 1-1/+1
2023-07-18driver core: Provide stubs for !IOMEM buildsGravatar Mark Brown 1-0/+26
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+7
2023-06-26locking: Introduce __cleanup() based infrastructureGravatar Peter Zijlstra 1-0/+7
2023-05-31driver core: device.h: add some missing kerneldocsGravatar James Seo 1-1/+110
2023-05-30devres: Provide krealloc_arrayGravatar James Clark 1-0/+11
2023-03-24driver core: device.h: remove extern from function prototypesGravatar Greg Kroah-Hartman 1-2/+1
2023-03-23driver core: device.h: make struct bus_type a const *Gravatar Greg Kroah-Hartman 1-1/+1
2023-03-17driver core: device: make device_create*() take a const struct class *Gravatar Greg Kroah-Hartman 1-2/+2
2023-03-17driver core: device: mark struct class in struct device as constantGravatar Greg Kroah-Hartman 1-1/+1
2023-03-17driver core: device: make device_destroy() take a const class *Gravatar Greg Kroah-Hartman 1-1/+1
2023-03-17devres: Pass unique name of the resource to devm_add_action_or_reset()Gravatar Andy Shevchenko 1-3/+5
2023-03-10devres: Pass unique name of the resource to devm_add_action()Gravatar Andy Shevchenko 1-1/+4
2023-03-06driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Gravatar Greg Kroah-Hartman 1-6/+0
2023-02-08driver core: fw_devlink: Add DL_FLAG_CYCLE support to device linksGravatar Saravana Kannan 1-0/+1
2023-01-27driver core: device_get_devnode() should take a const *Gravatar Greg Kroah-Hartman 1-2/+0
2023-01-27driver core: make struct device_type.devnode() take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2023-01-27driver core: make struct device_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-8/+1
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+4
2022-12-06device.h: move kobj_to_dev() to use container_of_const()Gravatar Greg Kroah-Hartman 1-20/+1
2022-11-18driver core: Add __alloc_size hint to devm allocatorsGravatar Kees Cook 1-3/+4
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINGravatar Thomas Gleixner 1-5/+3
2022-11-10driver core: remove devm_device_remove_group()Gravatar Greg Kroah-Hartman 1-2/+0
2022-11-10driver core: remove devm_device_remove_groups()Gravatar Greg Kroah-Hartman 1-2/+0
2022-10-20driver core: allow kobj_to_dev() to take a const pointerGravatar Greg Kroah-Hartman 1-1/+17
2022-06-10driver core: Introduce device_find_any_child() helperGravatar Andy Shevchenko 1-0/+2
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+73
2022-04-28device-core: Kill the lockdep_mutexGravatar Dan Williams 1-5/+0
2022-04-28cxl/acpi: Add root device lockdep validationGravatar Dan Williams 1-0/+43
2022-04-27driver core: Add sysfs support for physical location of a deviceGravatar Won Chung 1-0/+73
2021-12-16genirq/msi: Move descriptor list to struct msi_device_dataGravatar Thomas Gleixner 1-4/+0
2021-12-16device: Add device:: Msi_data pointer and struct msi_device_dataGravatar Thomas Gleixner 1-0/+5
2021-12-16device: Move MSI related data into a structGravatar Thomas Gleixner 1-6/+14
2021-12-09PCI/MSI: Move msi_lock to struct pci_devGravatar Thomas Gleixner 1-2/+0
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+4
2021-08-13driver core: Add missing kernel doc for device::msi_lockGravatar Thomas Gleixner 1-0/+1
2021-08-10PCI/MSI: Protect msi_desc::masked for multi-MSIGravatar Thomas Gleixner 1-0/+1
2021-07-13swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool usedGravatar Claire Chang 1-0/+4
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+37
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-9/+0
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-0/+2
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+1
2021-06-28Merge tag 'docs-5.14' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2021-06-21driver core: Export device_driver_attach()Gravatar Jason Gunthorpe 1-0/+2