index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
dd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-08
driver core: Release all resources during unbind before updating device links
Saravana Kannan
1
-2
/
+2
2023-01-18
driver core: Fix bus_type.match() error handling in __driver_attach()
Isaac J. Manjarres
1
-2
/
+6
2022-09-15
driver core: Don't probe devices after bus_type.match() probe deferral
Isaac J. Manjarres
1
-0
/
+10
2022-08-25
driver core: fix potential deadlock in __driver_attach
Zhang Wensheng
1
-1
/
+4
2022-06-14
driver core: fix deadlock in __device_attach
Zhang Wensheng
1
-1
/
+4
2022-04-15
driver core: dd: fix return value of __setup handler
Randy Dunlap
1
-1
/
+1
2021-04-16
driver core: Fix locking bug in deferred_probe_timeout_work_func()
Saravana Kannan
1
-3
/
+5
2020-11-10
PM: runtime: Resume the device earlier in __device_release_driver()
Rafael J. Wysocki
1
-3
/
+5
2020-11-10
PM: runtime: Drop pm_runtime_clean_up_links()
Rafael J. Wysocki
1
-1
/
+0
2020-10-14
driver core: Fix probe_count imbalance in really_probe()
Tetsuo Handa
1
-2
/
+3
2020-08-21
driver core: Avoid binding drivers to dead devices
Lukas Wunner
1
-1
/
+3
2020-02-24
driver core: Print device when resources present in really_probe()
Geert Uytterhoeven
1
-1
/
+4
2019-08-27
Revert "driver core: Add edit_links() callback for drivers"
Greg Kroah-Hartman
1
-29
/
+0
2019-08-02
Merge tag 'dev_groups_all_drivers' into driver-core-next
Greg Kroah-Hartman
1
-0
/
+14
2019-08-02
driver core: add dev_groups to all drivers
Dmitry Torokhov
1
-0
/
+14
2019-08-01
driver core: Add edit_links() callback for drivers
Saravana Kannan
1
-0
/
+29
2019-07-03
driver: core: Allow subsystems to continue deferring probe
Thierry Reding
1
-8
/
+47
2019-04-25
driver core: Postpone DMA tear-down until after devres release for probe failure
John Garry
1
-3
/
+2
2019-02-14
async: Add cmdline option to specify drivers to be async probed
Feng Tang
1
-0
/
+24
2019-02-08
driver core: Postpone DMA tear-down until after devres release
Geert Uytterhoeven
1
-1
/
+1
2019-02-01
driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMER
Rafael J. Wysocki
1
-1
/
+1
2019-01-31
driver core: Attach devices on CPU local to device node
Alexander Duyck
1
-2
/
+2
2019-01-31
driver core: Probe devices asynchronously instead of the driver
Alexander Duyck
1
-0
/
+43
2019-01-31
device core: Consolidate locking and unlocking of parent and device
Alexander Duyck
1
-20
/
+75
2019-01-31
driver core: Establish order of operations for device_add and device_del via ...
Alexander Duyck
1
-11
/
+11
2018-12-19
driver core: Add missing dev->bus->need_parent_lock checks
Rafael J. Wysocki
1
-2
/
+2
2018-12-06
driver core: Move async_synchronize_full call
Alexander Duyck
1
-3
/
+3
2018-11-11
driver core: fix comments for device_block_probing()
Randy Dunlap
1
-2
/
+2
2018-11-11
driver core: Replace simple_strtol by kstrtoint
Muchun Song
1
-1
/
+4
2018-09-08
dma-mapping: remove dma_deconfigure
Christoph Hellwig
1
-2
/
+2
2018-09-08
dma-mapping: remove dma_configure
Christoph Hellwig
1
-3
/
+5
2018-07-30
Merge 4.18-rc7 into driver-core-next
Greg Kroah-Hartman
1
-8
/
+0
2018-07-10
driver core: Partially revert "driver core: correct device's shutdown order"
Rafael J. Wysocki
1
-8
/
+0
2018-07-10
driver core: allow stopping deferred probe after init
Rob Herring
1
-0
/
+59
2018-07-08
driver core: add a debugfs entry to show deferred devices
Javier Martinez Canillas
1
-0
/
+29
2018-07-06
drivers: base: initcall_debug logs for driver probe times
Todd Poynor
1
-28
/
+22
2018-06-13
Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-1
/
+2
2018-06-12
Revert "PM / runtime: Fixup reference counting of device link suppliers at pr...
Rafael J. Wysocki
1
-1
/
+2
2018-06-05
Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+4
2018-05-31
driver core: hold dev's parent lock when needed
Martin Liu
1
-4
/
+4
2018-05-27
PM / runtime: Fixup reference counting of device link suppliers at probe
Ulf Hansson
1
-2
/
+1
2018-04-24
PM / core: fix deferred probe breaking suspend resume order
Feng Kan
1
-3
/
+1
2018-03-23
drivers: base: remove check for callback in coredump_store()
Arend van Spriel
1
-2
/
+1
2018-01-23
drivers: base: add coredump driver ops
Arend van Spriel
1
-7
/
+33
2017-12-07
driver core: Remove redundant license text
Greg Kroah-Hartman
1
-2
/
+0
2017-12-07
driver core: add SPDX identifiers to all driver core files
Greg Kroah-Hartman
1
-0
/
+1
2017-11-16
Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+12
2017-11-08
driver core: Fix device link deferred probe
Adrian Hunter
1
-4
/
+12
2017-11-06
PM / core: Add NEVER_SKIP and SMART_PREPARE driver flags
Rafael J. Wysocki
1
-0
/
+2
2017-08-03
initcall_debug: add deferred probe times
Todd Poynor
1
-1
/
+27
[next]