aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-10-07drm/amd/pm: Disable VCN queue reset on SMU v13.0.6 due to regressionJesse.Zhang1-2/+1
2025-10-07drm/amdgpu: Fix general protection fault in amdgpu_vm_bo_reset_state_machineJesse.Zhang1-1/+1
2025-10-07drm/amdgpu: Check swus/ds for switch state saveLijo Lazar1-8/+15
2025-10-07drm/amd/pm: Avoid interface mismatch messagingLijo Lazar3-2/+5
2025-10-07drm/amdgpu: Merge amdgpu_vm_set_pasid into amdgpu_vm_initJesse.Zhang3-56/+24
2025-10-07drm/amd/amdgpu: Fix the mes version that support inv_tlbsShaoyun Liu1-1/+1
2025-10-07drm/amd: Check whether secure display TA loaded successfullyMario Limonciello1-1/+1
2025-10-07drm/amdkfd: Fix mmap write lock not releasePhilip Yang1-0/+2
2025-10-07drm/amdkfd: Fix kfd process ref leaking when userptr unmappingPhilip Yang1-2/+7
2025-10-07drm/amdgpu: Fix for GPU reset being blocked by KIQ I/O.Heng Zhou1-0/+5
2025-10-07drm/amd/display: Disable scaling on DCE6 for nowTimur Kristóf1-2/+2
2025-10-07drm/amd/display: Properly disable scaling on DCE6Timur Kristóf2-4/+13
2025-10-07drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6Timur Kristóf1-4/+2
2025-10-07drm/amd/display: Add missing DCE6 SCL_HORZ_FILTER_INIT* SRIsTimur Kristóf1-0/+2
2025-10-07drm/amdgpu: Add additional DCE6 SCL registersAlex Deucher2-0/+9
2025-10-07Merge tag 'acpi-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-17/+52
2025-10-07Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds20-45/+345
2025-10-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds277-7498/+28908
2025-10-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+29
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds20-99/+82
2025-10-07mailbox: mtk-cmdq: Remove pm_runtime APIs from cmdq_mbox_send_data()Jason-JH Lin1-11/+1
2025-10-07spi: dw-mmio: add error handling for reset_control_deassert()Artem Shimko1-1/+3
2025-10-07ipmi: Fix handling of messages with provided receive message pointerGuenter Roeck1-1/+4
2025-10-07net/mlx5e: Do not fail PSP init on missing capsCosmin Ratiu1-5/+5
2025-10-07net/mlx5e: Prevent tunnel reformat when tunnel mode not allowedCarolina Jubran3-21/+43
2025-10-07net/mlx5: Prevent tunnel mode conflicts between FDB and NIC IPsec tablesCarolina Jubran3-12/+19
2025-10-07Merge branches 'acpi-x86', 'acpi-battery', 'acpi-apei' and 'acpi-property'Rafael J. Wysocki3-17/+52
2025-10-07net: usb: asix: hold PM usage ref to avoid PM/MDIO + RTNL deadlockOleksij Rempel1-0/+29
2025-10-07Merge branch 'pm-cpufreq'Rafael J. Wysocki12-40/+71
2025-10-07Merge branches 'pm-core' and 'pm-runtime'Rafael J. Wysocki8-5/+274
2025-10-07net: sparx5/lan969x: fix flooding configuration on bridge join/leaveDaniel Machon3-10/+17
2025-10-07net: mdio: mdio-i2c: Hold the i2c bus lock during smbus transactionsMaxime Chevallier1-14/+25
2025-10-07irqchip/sifive-plic: Avoid interrupt ID 0 handling during suspend/resumeLucas Zampieri1-2/+4
2025-10-07irqchip/aspeed-scu-ic: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2025-10-06scsi: libfc: Prevent integer overflow in fc_fcp_recv_data()Dan Carpenter1-1/+1
2025-10-06scsi: qla4xxx: Fix typos in commentsAlok Tiwari1-4/+4
2025-10-06scsi: storvsc: Prefer returning channel with the same CPU as on the I/O issuing CPULong Li1-51/+45
2025-10-07Merge tag 'drm-xe-next-fixes-2025-10-03' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie13-75/+107
2025-10-07Merge tag 'drm-misc-next-fixes-2025-10-02' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie3-1/+4
2025-10-06mailbox: add MediaTek GPUEB IPI mailboxNicolas Frattaroli3-0/+331
2025-10-06mailbox: zynqmp-ipi: Fix SGI cleanup on unbindHarini T1-5/+10
2025-10-06mailbox: zynqmp-ipi: Fix out-of-bounds access in mailbox cleanup loopHarini T1-1/+1
2025-10-06mailbox: zynqmp-ipi: Remove dev.parent check in zynqmp_ipi_free_mboxesHarini T1-4/+2
2025-10-06mailbox: zynqmp-ipi: Remove redundant mbox_controller_unregister() callHarini T1-1/+0
2025-10-06mailbox: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang1-1/+0
2025-10-06mailbox: arm_mhuv3: Remove no_free_ptr() to maintain the original form of the pointerLiao Yuanhong1-1/+1
2025-10-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2025-10-06net: fsl_pq_mdio: Fix device node reference leak in fsl_pq_mdio_probeErick Karanja1-0/+2
2025-10-06Merge tag 'libnvdimm-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds15-295/+216
2025-10-06ice: ice_adapter: release xa entry on adapter allocation failureHaotian Zhang1-4/+6