aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/device.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+0
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+3
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-1/+0
2023-12-23driver core: device.h: fix Excess kernel-doc description warningRandy Dunlap1-1/+0
2023-12-21driver core: bus: constantify subsys_register() callsGreg Kroah-Hartman1-3/+3
2023-12-15driver core: Add a guard() definition for the device_lock()Dan Williams1-0/+2
2023-11-28driver core: make device_is_dependent() staticGreg Kroah-Hartman1-1/+0
2023-11-27iommu: Retire bus opsRobin Murphy1-1/+0
2023-10-05devres: rename the first parameter of devm_add_action(_or_reset)Masahiro Yamada1-4/+4
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+0
2023-08-30Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+26
2023-08-05driver core: Move dev_err_probe() to where it belogsAndy Shevchenko1-2/+0
2023-08-01swiotlb: search the software IO TLB only if the device makes use of itPetr Tesarik1-0/+2
2023-08-01swiotlb: if swiotlb is full, fall back to a transient memory poolPetr Tesarik1-0/+6
2023-08-01swiotlb: separate memory pool data from other allocator dataPetr Tesarik1-1/+1
2023-07-18driver core: Provide stubs for !IOMEM buildsMark Brown1-0/+26
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/queueLinus Torvalds1-0/+7
2023-06-26locking: Introduce __cleanup() based infrastructurePeter Zijlstra1-0/+7
2023-05-31driver core: device.h: add some missing kerneldocsJames Seo1-1/+110
2023-05-30devres: Provide krealloc_arrayJames Clark1-0/+11
2023-03-24driver core: device.h: remove extern from function prototypesGreg Kroah-Hartman1-2/+1
2023-03-23driver core: device.h: make struct bus_type a const *Greg Kroah-Hartman1-1/+1
2023-03-17driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman1-2/+2
2023-03-17driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman1-1/+1
2023-03-17driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman1-1/+1
2023-03-17devres: Pass unique name of the resource to devm_add_action_or_reset()Andy Shevchenko1-3/+5
2023-03-10devres: Pass unique name of the resource to devm_add_action()Andy Shevchenko1-1/+4
2023-03-06driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman1-6/+0
2023-02-08driver core: fw_devlink: Add DL_FLAG_CYCLE support to device linksSaravana Kannan1-0/+1
2023-01-27driver core: device_get_devnode() should take a const *Greg Kroah-Hartman1-2/+0
2023-01-27driver core: make struct device_type.devnode() take a const *Greg Kroah-Hartman1-1/+1
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-8/+1
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+4
2022-12-06device.h: move kobj_to_dev() to use container_of_const()Greg Kroah-Hartman1-20/+1
2022-11-18driver core: Add __alloc_size hint to devm allocatorsKees Cook1-3/+4
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner1-5/+3
2022-11-10driver core: remove devm_device_remove_group()Greg Kroah-Hartman1-2/+0
2022-11-10driver core: remove devm_device_remove_groups()Greg Kroah-Hartman1-2/+0
2022-10-20driver core: allow kobj_to_dev() to take a const pointerGreg Kroah-Hartman1-1/+17
2022-06-10driver core: Introduce device_find_any_child() helperAndy Shevchenko1-0/+2
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+73
2022-04-28device-core: Kill the lockdep_mutexDan Williams1-5/+0
2022-04-28cxl/acpi: Add root device lockdep validationDan Williams1-0/+43
2022-04-27driver core: Add sysfs support for physical location of a deviceWon Chung1-0/+73
2021-12-16genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner1-4/+0
2021-12-16device: Add device:: Msi_data pointer and struct msi_device_dataThomas Gleixner1-0/+5
2021-12-16device: Move MSI related data into a structThomas Gleixner1-6/+14
2021-12-09PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner1-2/+0
2021-09-03Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-0/+4