index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-01-18
driver core: bus: move bus notifier logic into bus.c
Greg Kroah-Hartman
1
-0
/
+8
2023-01-10
driver core: move struct subsys_dev_iter to a local file
Greg Kroah-Hartman
1
-0
/
+5
2023-01-10
driver core: make subsys_dev_iter_exit() static
Greg Kroah-Hartman
1
-2
/
+1
2023-01-10
driver core: make subsys_dev_iter_next() static
Greg Kroah-Hartman
1
-2
/
+1
[next]