index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
dd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-18
drivers/base/dd.c : Remove the initial value of the global variable
lizhe
1
-1
/
+1
2022-03-18
driver core: dd: fix return value of __setup handler
Randy Dunlap
1
-1
/
+1
2022-03-18
driver core: Refactor sysfs and drv/bus remove hooks
Rob Herring
1
-20
/
+14
2022-03-18
driver core: Refactor multiple copies of device cleanup
Rob Herring
1
-30
/
+16
2022-02-28
Merge 5.17-rc6 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+5
2022-02-22
driver core: Free DMA range map when device is released
MÃ¥rten Lindahl
1
-0
/
+5
2022-02-22
driver core: cleanup double words comments
Tom Rix
1
-2
/
+2
2022-01-06
driver core: Make bus notifiers in right order in really_probe()
Lu Baolu
1
-1
/
+1
2022-01-06
driver core: Move driver_sysfs_remove() after driver_sysfs_add()
Lu Baolu
1
-3
/
+4
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]