index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
device
/
bus.h
Age
Commit message (
Expand
)
Author
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-10
driver core: Introduce device_iter_t for device iterating APIs
Zijun Hu
2025-01-03
driver core: Introduce an device matching API device_match_type()
Zijun Hu
2024-12-23
driver core: bus: add irq_get_affinity callback to bus_type
Daniel Wagner
2024-09-03
drivers/base: Introduce device_match_t for device finding APIs
Zijun Hu
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-01-18
Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-12-21
driver core: bus: make bus_sort_breadthfirst() take a const pointer
Greg Kroah-Hartman
2023-11-27
iommu: Retire bus ops
Robin Murphy
2023-03-25
driver core: bus: move documentation for lock_key to proper location.
Greg Kroah-Hartman
2023-03-24
driver core: bus.h: remove extern from function prototypes
Greg Kroah-Hartman
2023-03-23
driver core: bus: constify bus_rescan_devices()
Greg Kroah-Hartman
2023-03-23
driver core: bus: constantify bus_register()
Greg Kroah-Hartman
2023-03-23
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
2023-03-23
driver core: bus: move dev_root out of struct bus_type
Greg Kroah-Hartman
2023-02-10
driver core: bus: add bus_get_dev_root() function
Greg Kroah-Hartman
2023-02-09
driver core: bus: constify bus_unregister()
Greg Kroah-Hartman
2023-02-09
driver core: bus: constify bus_get_kset()
Greg Kroah-Hartman
2023-02-09
driver core: bus: constify bus_register/unregister_notifier()
Greg Kroah-Hartman
2023-02-09
driver core: remove private pointer from struct bus_type
Greg Kroah-Hartman
2023-02-09
driver core: bus: convert bus_create/remove_file to be constant
Greg Kroah-Hartman
2023-02-09
driver core: bus: constantify the bus_find_* functions
Greg Kroah-Hartman
2023-02-01
driver core: bus: move lock_class_key into dynamic structure
Greg Kroah-Hartman
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-18
driver core: bus.h: document bus notifiers better
Greg Kroah-Hartman
2023-01-10
driver core: move struct subsys_dev_iter to a local file
Greg Kroah-Hartman
2023-01-10
driver core: make subsys_dev_iter_exit() static
Greg Kroah-Hartman
2023-01-10
driver core: make subsys_dev_iter_next() static
Greg Kroah-Hartman
2023-01-10
driver core: make subsys_dev_iter_init() static
Greg Kroah-Hartman
2023-01-10
driver core: remove subsys_find_device_by_id()
Greg Kroah-Hartman
2023-01-10
driver core: make bus_get_device_klist() static
Greg Kroah-Hartman
2022-04-28
driver core: Add dma_cleanup callback in bus_type
Lu Baolu
2021-10-20
driver core: Provide device_match_acpi_handle() helper
Andy Shevchenko
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
2019-12-16
device.h: move 'struct bus' stuff out to device/bus.h
Greg Kroah-Hartman