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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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-05-17
driver core: Don't require dynamic_debug for initcall_debug probe timing
Stephen Boyd
1
-1
/
+6
2023-01-14
driver core: Fix bus_type.match() error handling in __driver_attach()
Isaac J. Manjarres
1
-1
/
+5
2022-09-08
driver core: Don't probe devices after bus_type.match() probe deferral
Isaac J. Manjarres
1
-0
/
+10
2022-08-21
driver core: fix potential deadlock in __driver_attach
Zhang Wensheng
1
-1
/
+4
2022-06-14
driver core: Fix wait_for_device_probe() & deferred_probe_timeout interaction
Saravana Kannan
1
-5
/
+0
2022-06-14
driver core: fix deadlock in __device_attach
Zhang Wensheng
1
-1
/
+4
2022-04-08
driver core: dd: fix return value of __setup handler
Randy Dunlap
1
-1
/
+1
2022-03-02
driver core: Free DMA range map when device is released
MÃ¥rten Lindahl
1
-0
/
+5
2021-09-15
driver core: Fix error return code in really_probe()
Zhen Lei
1
-6
/
+10
2021-08-12
drivers core: Fix oops when driver probe fails
Filip Schauer
1
-2
/
+2
2021-04-14
driver core: Fix locking bug in deferred_probe_timeout_work_func()
Saravana Kannan
1
-3
/
+5
2021-04-07
driver core: clear deferred probe reason on probe retry
Ahmad Fatoum
1
-0
/
+3
2021-01-27
drivers core: Free dma_range_map when driver probe failed
Meng Li
1
-0
/
+2
2020-11-02
PM: runtime: Resume the device earlier in __device_release_driver()
Rafael J. Wysocki
1
-3
/
+5
2020-11-02
PM: runtime: Drop pm_runtime_clean_up_links()
Rafael J. Wysocki
1
-1
/
+0
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2020-10-06
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
1
-1
/
+1
2020-10-02
drivers core: Miscellaneous changes for sysfs_emit
Joe Perches
1
-0
/
+1
2020-10-02
drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functions
Joe Perches
1
-1
/
+1
2020-09-08
driver core: Use the ktime_us_delta() helper
Zenghui Yu
1
-3
/
+2
2020-07-30
driver core: add deferring probe reason to devices_deferred property
Andrzej Hajda
1
-1
/
+22
2020-07-30
driver core: Avoid binding drivers to dead devices
Lukas Wunner
1
-1
/
+3
2020-07-23
driver core: Fix probe_count imbalance in really_probe()
Tetsuo Handa
1
-3
/
+4
2020-07-20
Merge 5.8-rc6 into driver-core-next
Greg Kroah-Hartman
1
-5
/
+0
2020-07-10
driver core: Add state_synced sysfs file for devices that support it
Saravana Kannan
1
-0
/
+22
2020-07-10
driver core: Don't do deferred probe in parallel with kernel_init thread
Saravana Kannan
1
-5
/
+0
2020-07-10
driver core: Drop mention of obsolete bus rwsem from kernel-doc
Lukas Wunner
1
-4
/
+3
2020-05-19
driver core: Remove check in driver_deferred_probe_force_trigger()
Saravana Kannan
1
-3
/
+0
2020-05-15
driver core: fw_devlink: Add support for batching fwnode parsing
Saravana Kannan
1
-0
/
+8
2020-05-11
Merge v5.7-rc5 into driver-core-next
Greg Kroah-Hartman
1
-12
/
+8
2020-04-28
driver core: Add missing '\n' in log messages
Christophe JAILLET
1
-15
/
+13
2020-04-28
driver core: Ensure wait_for_device_probe() waits until the deferred_probe_ti...
John Stultz
1
-0
/
+5
2020-04-28
driver core: Use dev_warn() instead of dev_WARN() for deferred_probe_timeout ...
John Stultz
1
-1
/
+1
2020-04-28
driver core: Revert default driver_deferred_probe_timeout value to 0
John Stultz
1
-11
/
+2
2020-03-24
driver core: Replace open-coded list_last_entry()
Andy Shevchenko
1
-1
/
+1
2020-03-24
driver core: Read atomic counter once in driver_probe_done()
Andy Shevchenko
1
-3
/
+4
2020-03-04
driver core: Rename deferred_probe_timeout and make it global
John Stultz
1
-7
/
+9
2020-03-04
driver core: Remove driver_deferred_probe_check_state_continue()
John Stultz
1
-45
/
+8
2020-03-04
driver core: Set deferred_probe_timeout to a longer default if CONFIG_MODULES...
John Stultz
1
-0
/
+9
2020-03-04
driver core: Fix driver_deferred_probe_check_state() logic
John Stultz
1
-8
/
+10
2020-01-14
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
[next]