index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
driver core: Set default deferred_probe_timeout back to 0.
Saravana Kannan
2022-06-03
1
-5
/
+0
*
driver core: Fix wait_for_device_probe() & deferred_probe_timeout interaction
Saravana Kannan
2022-06-03
1
-5
/
+0
*
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-06-03
33
-709
/
+1500
|
\
|
*
driver core: fix deadlock in __device_attach
Zhang Wensheng
2022-05-19
1
-1
/
+4
|
*
driver core: Extend deferred probe timeout on driver registration
Saravana Kannan
2022-05-19
3
-0
/
+21
|
*
driver: base: fix UAF when driver_attach failed
Schspa Shi
2022-05-19
1
-1
/
+3
|
*
driver core: location: Add "back" as a possible output for panel
Won Chung
2022-05-19
1
-0
/
+3
|
*
driver core: location: Free struct acpi_pld_info *pld
Won Chung
2022-05-19
1
-0
/
+1
|
*
driver core: Add "*" wildcard support to driver_async_probe cmdline param
Saravana Kannan
2022-05-19
1
-1
/
+8
|
*
driver core: location: Check for allocations failure
Dan Carpenter
2022-05-06
1
-0
/
+2
|
*
arch_topology: Trace the update thermal pressure
Lukasz Luba
2022-05-06
1
-0
/
+5
|
*
rpmsg: use local 'dev' variable
Krzysztof Kozlowski
2022-05-06
1
-3
/
+3
|
*
rpmsg: Fix calling device_lock() on non-initialized device
Krzysztof Kozlowski
2022-05-06
3
-29
/
+32
|
*
firmware_loader: describe 'module' parameter of firmware_upload_register()
Bagas Sanjaya
2022-05-03
1
-0
/
+1
|
*
Merge 5.18-rc5 into driver-core-next
Greg Kroah-Hartman
2022-05-02
310
-1985
/
+2976
|
|
\
|
*
|
firmware_loader: Move definitions from sysfs_upload.h to sysfs.h
Russ Weight
2022-04-29
4
-20
/
+20
|
*
|
firmware_loader: Fix configs for sysfs split
Russ Weight
2022-04-29
2
-6
/
+6
|
*
|
firmware: edd: Remove redundant condition
Haowen Bai
2022-04-29
1
-2
/
+1
|
*
|
Revert "firmware_loader: use kernel credentials when reading firmware"
Greg Kroah-Hartman
2022-04-27
1
-16
/
+0
|
*
|
driver core: Add sysfs support for physical location of a device
Won Chung
2022-04-27
4
-0
/
+169
|
*
|
platform: finally disallow IRQ0 in platform_get_irq() and its ilk
Sergey Shtylyov
2022-04-27
1
-2
/
+4
|
*
|
drivers/base/node.c: fix compaction sysfs file leak
Miaohe Lin
2022-04-27
1
-0
/
+1
|
*
|
driver core: Prevent overriding async driver of a device before it probe
Mark-PK Tsai
2022-04-27
1
-1
/
+2
|
*
|
Documentation: dd: Use ReST lists for return values of driver_deferred_probe_...
Bagas Sanjaya
2022-04-26
1
-4
/
+4
|
*
|
firmware_loader: Add sysfs nodes to monitor fw_upload
Russ Weight
2022-04-26
3
-0
/
+135
|
*
|
firmware_loader: Add firmware-upload support
Russ Weight
2022-04-26
8
-12
/
+373
|
*
|
firmware_loader: Split sysfs support from fallback
Russ Weight
2022-04-26
6
-463
/
+503
|
*
|
drivers/base/memory: Fix an unlikely reference counting issue in __add_memory...
Christophe JAILLET
2022-04-22
1
-3
/
+2
|
*
|
firmware_loader: use kernel credentials when reading firmware
ThiƩbaud Weksteen
2022-04-22
1
-0
/
+16
|
*
|
firmware_loader: Check fw_state_is_done in loading_store
Russ Weight
2022-04-22
2
-20
/
+18
|
*
|
firmware_loader: Clear data and size in fw_free_paged_buf
Russ Weight
2022-04-22
1
-0
/
+2
|
*
|
rpmsg: Fix kfree() of static memory on setting driver_override
Krzysztof Kozlowski
2022-04-22
2
-4
/
+23
|
*
|
rpmsg: Constify local variable in field store macro
Krzysztof Kozlowski
2022-04-22
1
-1
/
+2
|
*
|
slimbus: qcom-ngd: Fix kfree() of static memory on setting driver_override
Krzysztof Kozlowski
2022-04-22
1
-1
/
+12
|
*
|
clk: imx: scu: Fix kfree() of static memory on setting driver_override
Krzysztof Kozlowski
2022-04-22
1
-1
/
+6
|
*
|
vdpa: Use helper for safer setting of driver_override
Krzysztof Kozlowski
2022-04-22
1
-25
/
+4
|
*
|
spi: Use helper for safer setting of driver_override
Krzysztof Kozlowski
2022-04-22
1
-22
/
+4
|
*
|
s390/cio: Use driver_set_override() instead of open-coding
Krzysztof Kozlowski
2022-04-22
2
-25
/
+9
|
*
|
PCI: Use driver_set_override() instead of open-coding
Krzysztof Kozlowski
2022-04-22
1
-24
/
+4
|
*
|
hv: Use driver_set_override() instead of open-coding
Krzysztof Kozlowski
2022-04-22
1
-24
/
+4
|
*
|
fsl-mc: Use driver_set_override() instead of open-coding
Krzysztof Kozlowski
2022-04-22
1
-21
/
+4
|
*
|
amba: Use driver_set_override() instead of open-coding
Krzysztof Kozlowski
2022-04-22
1
-24
/
+4
|
*
|
driver: platform: Add helper for safer setting of driver_override
Krzysztof Kozlowski
2022-04-22
2
-24
/
+73
|
*
|
firmware: Add the support for ZSTD-compressed firmware files
Takashi Iwai
2022-04-22
2
-9
/
+91
*
|
|
Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-06-03
286
-4413
/
+14013
|
\
\
\
|
*
|
|
habanalabs: use separate structure info for each error collect data
Tal Cohen
2022-05-22
5
-52
/
+63
|
*
|
|
habanalabs: fix missing handle shift during mmap
Yuri Nudelman
2022-05-22
1
-2
/
+2
|
*
|
|
habanalabs: remove hdev from hl_ctx_get args
Ohad Sharabi
2022-05-22
6
-13
/
+13
|
*
|
|
habanalabs: do MMU prefetch as deferred work
Ohad Sharabi
2022-05-22
6
-36
/
+103
|
*
|
|
habanalabs: order memory manager messages
Yuri Nudelman
2022-05-22
1
-4
/
+4
[next]