index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
soc
/
qcom
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-07
genirq: Remove leading space from irq_chip::irq_print_chip() callbacks
Geert Uytterhoeven
1
-1
/
+1
2025-01-08
soc: qcom: pd_mapper: Add SM7225 compatible
Luca Weiss
1
-0
/
+1
2025-01-07
soc: qcom: llcc: Update configuration data for IPQ5424
Varadarajan Narayanan
1
-2
/
+55
2025-01-06
soc: qcom: socinfo: add QCS9075 SoC ID
Wasim Nazir
1
-0
/
+1
2025-01-06
soc: qcom: socinfo: Avoid out of bounds read of serial number
Stephan Gerhold
1
-1
/
+1
2024-12-26
soc: qcom: rmtfs: constify rmtfs_class
Bartosz Golaszewski
1
-1
/
+1
2024-12-26
soc: qcom: rmtfs: allow building the module with COMPILE_TEST=y
Bartosz Golaszewski
1
-1
/
+1
2024-12-26
soc: qcom: pmic_glink_altmode: simplify locking with guard()
Krzysztof Kozlowski
1
-6
/
+5
2024-12-25
soc: qcom: smem_state: fix missing of_node_put in error path
Krzysztof Kozlowski
1
-1
/
+2
2024-12-25
soc: qcom: llcc: Enable LLCC_WRCACHE at boot on X1
Konrad Dybcio
1
-0
/
+1
2024-12-25
soc: qcom: pd-mapper: Add X1P42100
Konrad Dybcio
1
-0
/
+1
2024-12-11
soc: qcom: pmic_glink: simplify locking with guard()
Krzysztof Kozlowski
1
-41
/
+29
2024-11-20
Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
22
-367
/
+3019
2024-11-13
Merge tag 'qcom-drivers-for-6.13-2' of https://git.kernel.org/pub/scm/linux/k...
Arnd Bergmann
3
-36
/
+587
2024-11-11
soc: qcom: ice: Remove the device_link field in qcom_ice
Joe Hattori
1
-3
/
+3
2024-11-05
soc: qcom: socinfo: add IPQ5424/IPQ5404 SoC ID
Manikanta Mylavarapu
1
-0
/
+2
2024-11-05
soc: qcom: llcc: Flip the manual slice configuration condition
Konrad Dybcio
1
-25
/
+4
2024-11-04
Merge tag 'qcom-drivers-for-6.13' of https://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
10
-311
/
+2412
2024-11-04
Merge tag 'qcom-drivers-fixes-for-6.12' of https://git.kernel.org/pub/scm/lin...
Arnd Bergmann
3
-4
/
+32
2024-11-03
soc: qcom: llcc: Add LLCC configuration for the QCS8300 platform
Jingyi Wang
1
-0
/
+67
2024-11-03
soc: qcom: llcc: Add configuration data for QCS615
Song Xue
1
-0
/
+55
2024-11-03
soc: qcom: llcc: add support for SAR2130P and SAR1130P
Dmitry Baryshkov
1
-6
/
+454
2024-11-03
soc: qcom: llcc: use deciman integers for bit shift values
Dmitry Baryshkov
1
-6
/
+6
2024-11-01
soc: Switch back to struct platform_driver::remove()
Uwe Kleine-König
15
-18
/
+18
2024-10-29
soc: qcom: socinfo: add QCS9100 ID
Tengfei Fan
1
-0
/
+1
2024-10-29
soc: qcom: socinfo: add support for SA8255P
Nikunj Kela
1
-0
/
+1
2024-10-29
soc: qcom: smp2p: Simplify code with dev_err_probe()
Zhang Zekun
1
-6
/
+3
2024-10-29
soc: qcom: smem: Simplify code with dev_err_probe()
Zhang Zekun
1
-5
/
+3
2024-10-29
soc: qcom: rpmh-rsc: Simplify code with dev_err_probe()
Zhang Zekun
1
-6
/
+3
2024-10-24
soc: qcom: pmic_glink: Handle GLINK intent allocation rejections
Bjorn Andersson
1
-3
/
+22
2024-10-24
soc: qcom: socinfo: fix revision check in qcom_socinfo_probe()
Manikanta Mylavarapu
1
-1
/
+1
2024-10-22
soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P
Dmitry Baryshkov
1
-0
/
+2
2024-10-22
soc: qcom: socinfo: Add QCS615 SoC ID table entry
Lijuan Gao
1
-0
/
+1
2024-10-22
soc: qcom: smem: Fix up kerneldoc
Konrad Dybcio
1
-1
/
+7
2024-10-07
soc: qcom: pd-mapper: Add QCM6490 PD maps
Bjorn Andersson
1
-0
/
+1
2024-10-05
soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get()
Dan Carpenter
1
-1
/
+2
2024-10-05
EDAC/qcom: Make irq configuration optional
Rajendra Nayak
1
-0
/
+3
2024-10-05
soc: qcom: smem_state: simplify locking with guard()
Krzysztof Kozlowski
1
-8
/
+4
2024-10-05
soc: qcom: pbs: simplify locking with guard()
Krzysztof Kozlowski
1
-14
/
+8
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-30
soc: qcom: Add check devm_kasprintf() returned value
Charles Han
1
-1
/
+7
2024-09-30
soc: qcom: qmi: Reorganize kerneldoc parameter names
Julia Lawall
1
-1
/
+1
2024-09-30
soc: qcom: llcc: Use designated initializers for LLC settings
Konrad Dybcio
1
-269
/
+2375
2024-09-17
Merge tag 'soc-drivers-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
14
-72
/
+248
2024-08-21
soc: qcom: pd-mapper: Fix singleton refcount
Bjorn Andersson
1
-0
/
+2
2024-08-21
soc: qcom: pmic_glink: Actually communicate when remote goes down
Bjorn Andersson
1
-1
/
+1
2024-08-21
usb: typec: ucsi: Move unregister out of atomic section
Bjorn Andersson
1
-1
/
+9
2024-08-21
soc: qcom: pmic_glink: Fix race during initialization
Bjorn Andersson
2
-16
/
+29
2024-08-15
soc: qcom: pd_mapper: Add SM7325 compatible
Danila Tikhonov
1
-0
/
+1
2024-08-15
soc: qcom: socinfo: Add Soc IDs for SM7325 family
Danila Tikhonov
1
-0
/
+2
[next]