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-03-11
drivers: base: dd: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-01-12
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-17
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-20
net: mdio: don't defer probe forever if PHY IRQ provider is missing
Vladimir Oltean
1
-0
/
+1
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-08-09
Merge 5.14-rc5 into driver-core-next
Greg Kroah-Hartman
1
-2
/
+2
2021-07-27
drivers core: Fix oops when driver probe fails
Filip Schauer
1
-2
/
+2
2021-07-21
driver core: Fix error return code in really_probe()
Zhen Lei
1
-6
/
+10
2021-06-21
driver core: Export device_driver_attach()
Jason Gunthorpe
1
-0
/
+3
2021-06-21
driver core: Don't return EPROBE_DEFER to userspace during sysfs bind
Christoph Hellwig
1
-39
/
+45
2021-06-21
driver core: Flow the return code from ->probe() through to sysfs bind
Christoph Hellwig
1
-9
/
+20
2021-06-21
driver core: Better distinguish probe errors in really_probe
Christoph Hellwig
1
-30
/
+42
2021-06-21
driver core: Pull required checks into driver_probe_device()
Jason Gunthorpe
1
-22
/
+10
2021-04-14
Merge tag 'v5.12-rc7' into driver-core-next
Greg Kroah-Hartman
1
-3
/
+5
2021-04-05
driver core: add helper for deferred probe reason setting
Ahmad Fatoum
1
-6
/
+11
2021-04-05
driver core: Improve fw_devlink & deferred_probe_timeout interaction
Saravana Kannan
1
-0
/
+5
2021-04-05
driver core: Fix locking bug in deferred_probe_timeout_work_func()
Saravana Kannan
1
-3
/
+5
2021-04-05
Merge 5.12-rc6 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+3
2021-03-28
base: dd: fix error return code of driver_sysfs_add()
Jia-Ju Bai
1
-2
/
+5
2021-03-28
driver core: Use unbound workqueue for deferred probes
Yogesh Lal
1
-1
/
+1
2021-03-23
driver core: clear deferred probe reason on probe retry
Ahmad Fatoum
1
-0
/
+3
2021-03-23
driver core: Update device link status properly for device_bind_driver()
Saravana Kannan
1
-1
/
+3
2021-03-23
driver core: Avoid pointless deferred probe attempts
Saravana Kannan
1
-0
/
+6
2021-03-23
driver core: dd: remove deferred_devices variable
Greg Kroah-Hartman
1
-4
/
+3
2021-01-12
Revert "driver core: Reorder devices on successful probe"
Greg Kroah-Hartman
1
-7
/
+0
2021-01-08
drivers core: Free dma_range_map when driver probe failed
Meng Li
1
-0
/
+2
2020-12-09
driver core: make driver_probe_device() static
Julian Wiedmann
1
-1
/
+1
2020-12-09
driver core: Reorder devices on successful probe
Thierry Reding
1
-0
/
+7
2020-12-09
Revert "driver core: fw_devlink: Add support for batching fwnode parsing"
Saravana Kannan
1
-8
/
+0
2020-12-09
Revert "driver core: Remove check in driver_deferred_probe_force_trigger()"
Saravana Kannan
1
-0
/
+3
2020-12-09
Revert "driver core: Don't do deferred probe in parallel with kernel_init thr...
Saravana Kannan
1
-0
/
+5
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
[next]