index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
|
*
Merge tag 'irq_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-05-01
1
-1
/
+5
|
|
\
|
|
*
bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc()
Shin'ichiro Kawasaki
2022-04-27
1
-1
/
+5
|
*
|
Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-04-30
2
-1
/
+20
|
|
\
\
|
|
*
|
topology: Fix up build warning in topology_is_visible()
Greg Kroah-Hartman
2022-04-23
1
-3
/
+1
|
|
*
|
arch_topology: Do not set llc_sibling if llc_id is invalid
Wang Qing
2022-04-20
1
-1
/
+1
|
|
*
|
topology: make core_mask include at least cluster_siblings
Darren Hart
2022-04-20
1
-0
/
+9
|
|
*
|
topology/sysfs: Hide PPIN on systems that do not support it.
Tony Luck
2022-04-20
1
-0
/
+12
|
*
|
|
Merge tag 'char-misc-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-04-30
25
-113
/
+148
|
|
\
\
\
|
|
*
\
\
Merge tag 'iio-fixes-for-5.18a' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2022-04-28
13
-42
/
+85
|
|
|
\
\
\
|
|
|
*
|
|
iio: imu: inv_icm42600: Fix I2C init possible nack
Fawzi Khaber
2022-04-16
1
-6
/
+9
|
|
|
*
|
|
iio: dac: ltc2688: fix voltage scale read
Nuno Sá
2022-04-16
1
-1
/
+1
|
|
|
*
|
|
iio:dac:ad3552r: Fix an IS_ERR() vs NULL check
Dan Carpenter
2022-04-10
1
-2
/
+2
|
|
|
*
|
|
iio: sx9324: Fix default precharge internal resistance register
Gwendal Grignou
2022-04-10
1
-2
/
+4
|
|
|
*
|
|
iio: dac: ad5446: Fix read_raw not returning set value
Michael Hennerich
2022-04-10
1
-1
/
+1
|
|
|
*
|
|
iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on()
Zheyu Ma
2022-04-10
1
-0
/
+1
|
|
|
*
|
|
iio:proximity:sx9324: Fix hardware gain read/write
Stephen Boyd
2022-04-04
1
-5
/
+21
|
|
|
*
|
|
iio:proximity:sx_common: Fix device property parsing on DT systems
Stephen Boyd
2022-04-04
1
-0
/
+1
|
|
|
*
|
|
iio: adc: ad7280a: Fix wrong variable used when setting thresholds.
Jonathan Cameron
2022-04-04
1
-6
/
+6
|
|
|
*
|
|
iio:filter:admv8818: select REGMAP_SPI for ADMV8818
Wang ShaoBo
2022-04-04
1
-0
/
+1
|
|
|
*
|
|
iio: dac: ad5592r: Fix the missing return value.
Zizhuang Deng
2022-04-04
1
-1
/
+1
|
|
|
*
|
|
iio: dac: dac5571: Fix chip id detection for OF devices
Jose Cazarin
2022-04-04
1
-10
/
+18
|
|
|
*
|
|
iio:imu:bmi160: disable regulator in error path
Tong Zhang
2022-04-04
1
-6
/
+14
|
|
|
*
|
|
iio: scd4x: check return of scd4x_write_and_fetch
Tom Rix
2022-04-04
1
-1
/
+4
|
|
|
*
|
|
iio: dac: ad3552r: fix signedness bug in ad3552r_reset()
Dan Carpenter
2022-04-04
1
-1
/
+1
|
|
*
|
|
|
eeprom: at25: Use DMA safe buffers
Christophe Leroy
2022-04-24
1
-8
/
+11
|
|
*
|
|
|
binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0
Alessandro Astone
2022-04-22
1
-0
/
+3
|
|
*
|
|
|
binder: Address corner cases in deferred copy and fixup
Alessandro Astone
2022-04-22
1
-1
/
+6
|
|
*
|
|
|
Merge tag 'icc-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...
Greg Kroah-Hartman
2022-04-22
2
-42
/
+0
|
|
|
\
\
\
\
|
|
|
*
|
|
|
interconnect: qcom: sdx55: Drop IP0 interconnects
Stephen Boyd
2022-04-14
1
-21
/
+0
|
|
|
*
|
|
|
interconnect: qcom: sc7180: Drop IP0 interconnects
Stephen Boyd
2022-04-14
1
-21
/
+0
|
|
|
|
/
/
/
|
|
*
|
|
|
Merge tag 'phy-fixes-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Greg Kroah-Hartman
2022-04-22
7
-20
/
+41
|
|
|
\
\
\
\
|
|
|
*
|
|
|
phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe()
Heiner Kallweit
2022-04-20
1
-8
/
+12
|
|
|
*
|
|
|
phy: ti: Add missing pm_runtime_disable() in serdes_am654_probe
Miaoqian Lin
2022-04-14
1
-1
/
+1
|
|
|
*
|
|
|
phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probe
Miaoqian Lin
2022-04-14
1
-1
/
+2
|
|
|
*
|
|
|
phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks
Miaoqian Lin
2022-04-13
1
-1
/
+1
|
|
|
*
|
|
|
phy: ti: tusb1210: Fix an error handling path in tusb1210_probe()
Christophe JAILLET
2022-04-11
1
-2
/
+8
|
|
|
*
|
|
|
phy: samsung: exynos5250-sata: fix missing device put in probe error paths
Krzysztof Kozlowski
2022-04-11
1
-6
/
+14
|
|
|
*
|
|
|
phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe
Miaoqian Lin
2022-04-11
1
-0
/
+1
[next]