index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-02
driver core: reject devices with unregistered buses
Johan Hovold
1
-2
/
+9
2026-03-17
driver core: generalize driver_override in struct device
Danilo Krummrich
1
-1
/
+42
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2025-12-06
Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...
Linus Torvalds
1
-0
/
+38
2025-11-26
driver core: Check drivers_autoprobe for all added devices
Vincent Liu
1
-2
/
+1
2025-11-03
PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse()
Dan Williams
1
-0
/
+38
2025-04-15
driver core: fix potential NULL pointer dereference in dev_uevent()
Dmitry Torokhov
1
-1
/
+1
2025-02-21
drivers/base/bus.c: fix spelling of "subsystem"
Bharadwaj Raju
1
-1
/
+1
2025-01-10
driver core: Introduce device_iter_t for device iterating APIs
Zijun Hu
1
-1
/
+1
2025-01-10
driver core: Move true expression out of if condition in 3 device finding APIs
Zijun Hu
1
-2
/
+5
2024-09-03
drivers/base: Introduce device_match_t for device finding APIs
Zijun Hu
1
-1
/
+1
2024-07-31
driver core: bus: Fix double free in driver API bus_register()
Zijun Hu
1
-0
/
+2
2024-07-31
driver core: bus: Add simple error handling for buses_init()
Zijun Hu
1
-1
/
+6
2024-07-31
driver core: Remove unused parameter for virtual_device_parent()
Zijun Hu
1
-1
/
+1
2024-07-31
driver core: bus: Return -EIO instead of 0 when show/store invalid bus attribute
Zijun Hu
1
-2
/
+4
2024-04-11
module: don't ignore sysfs_create_link() failures
Arnd Bergmann
1
-1
/
+8
2023-12-21
driver core: bus: constantify subsys_register() calls
Greg Kroah-Hartman
1
-3
/
+3
2023-12-21
driver core: bus: make bus_sort_breadthfirst() take a const pointer
Greg Kroah-Hartman
1
-1
/
+1
2023-03-23
driver core: bus: constify bus_get()
Greg Kroah-Hartman
1
-3
/
+3
2023-03-23
driver core: bus: constify driver_find()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-23
driver core: bus: constify bus_rescan_devices()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-23
driver core: bus: constantify bus_register()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-23
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
1
-4
/
+4
2023-03-23
driver core: bus: move dev_root out of struct bus_type
Greg Kroah-Hartman
1
-6
/
+22
2023-02-25
driver core: bus: Handle early calls to bus_to_subsys()
Geert Uytterhoeven
1
-1
/
+1
2023-02-10
driver core: bus: update my copyright notice
Greg Kroah-Hartman
1
-0
/
+1
2023-02-10
driver core: bus: add bus_get_dev_root() function
Greg Kroah-Hartman
1
-0
/
+20
2023-02-09
driver core: bus: constify bus_unregister()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-09
driver core: bus: constify some internal functions
Greg Kroah-Hartman
1
-2
/
+2
2023-02-09
driver core: bus: constify bus_get_kset()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-09
driver core: bus: constify bus_register/unregister_notifier()
Greg Kroah-Hartman
1
-2
/
+2
2023-02-09
driver core: remove private pointer from struct bus_type
Greg Kroah-Hartman
1
-4
/
+0
2023-02-09
driver core: create bus_is_registered()
Greg Kroah-Hartman
1
-0
/
+16
2023-02-09
driver core: bus: clean up driver_find()
Greg Kroah-Hartman
1
-8
/
+15
2023-02-09
driver core: move driver_find() to bus.c
Greg Kroah-Hartman
1
-0
/
+27
2023-02-09
driver core: bus: clean up bus_sort_breadthfirst()
Greg Kroah-Hartman
1
-6
/
+5
2023-02-09
driver core: bus: bus iterator cleanups
Greg Kroah-Hartman
1
-6
/
+12
2023-02-09
driver core: bus: bus_add/remove_driver() cleanups
Greg Kroah-Hartman
1
-13
/
+26
2023-02-09
driver core: bus: bus_register/unregister_notifier() cleanups
Greg Kroah-Hartman
1
-5
/
+23
2023-02-09
driver core: bus: bus_get_kset() cleanup
Greg Kroah-Hartman
1
-1
/
+10
2023-02-09
driver core: bus: subsys_interface_register/unregister() cleanups
Greg Kroah-Hartman
1
-16
/
+29
2023-02-09
driver core: bus: bus_register/unregister() cleanups
Greg Kroah-Hartman
1
-28
/
+26
2023-02-09
driver core: bus: bus_add/probe/remove_device() cleanups
Greg Kroah-Hartman
1
-33
/
+54
2023-02-09
driver core: bus: sysfs function cleanups
Greg Kroah-Hartman
1
-6
/
+29
2023-02-09
driver core: bus: convert bus_create/remove_file to be constant
Greg Kroah-Hartman
1
-11
/
+17
2023-02-09
driver core: bus: constantify the bus_find_* functions
Greg Kroah-Hartman
1
-3
/
+3
2023-02-09
driver core: bus: implement bus_get/put() without the private pointer
Greg Kroah-Hartman
1
-8
/
+53
2023-02-08
driver core: make kobj_type structures constant
Thomas Weißschuh
1
-2
/
+2
2023-02-01
driver core: bus: move lock_class_key into dynamic structure
Greg Kroah-Hartman
1
-1
/
+4
[next]