aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-03-11i3c: mipi-i3c-hci: Consolidate common xfer processing logicAdrian Hunter4-28/+33
2026-03-11i3c: mipi-i3c-hci: Restart DMA ring correctly after dequeue abortAdrian Hunter1-0/+2
2026-03-11i3c: mipi-i3c-hci: Add missing TID field to no-op command descriptorAdrian Hunter2-1/+2
2026-03-11i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeueAdrian Hunter1-9/+16
2026-03-11i3c: mipi-i3c-hci: Fix race between DMA ring dequeue and interrupt handlerAdrian Hunter3-11/+8
2026-03-11i3c: mipi-i3c-hci: Fix race in DMA ring dequeueAdrian Hunter3-0/+4
2026-03-11i3c: mipi-i3c-hci: Fix race in DMA ring enqueue for parallel xfersAdrian Hunter1-16/+16
2026-03-11i3c: mipi-i3c-hci: Consolidate spinlocksAdrian Hunter4-17/+16
2026-03-11i3c: mipi-i3c-hci: Factor out DMA mapping from queuing pathAdrian Hunter1-16/+33
2026-03-11i3c: mipi-i3c-hci: Fix Hot-Join NACKAdrian Hunter1-2/+4
2026-03-11i3c: mipi-i3c-hci: Use ETIMEDOUT instead of ETIME for timeout errorsAdrian Hunter3-5/+5
2026-03-11clk: qcom: dispcc-sm6125: Add missing MDSS resetsVal Packett1-0/+7
2026-03-11clk: qcom: dispcc-sm6115: Add missing MDSS resetsVal Packett1-0/+7
2026-03-11clk: qcom: Add TCSR clock driver for ElizaAbel Vesa3-0/+189
2026-03-11clk: qcom: Add support for Global clock controller on ElizaTaniya Das3-0/+3115
2026-03-11clk: qcom: rpmh: Add support for Eliza rpmh clocksTaniya Das1-0/+26
2026-03-11EDAC/device: Drop unused macro to_edacdev_attr()Thomas Weißschuh1-2/+0
2026-03-11EDAC/altera: Drop unused field eccmgr_sysfs_attrThomas Weißschuh1-1/+0
2026-03-11RDMA/rdmavt: Add driver mmap callbackDean Luick1-5/+17
2026-03-11RDMA/rdmavt: Correct multi-port QP iterationDean Luick1-1/+1
2026-03-11RDMA/rdmavt: Add ucontext alloc/dealloc passthroughDean Luick1-0/+8
2026-03-11spi: atcspi200: Handle invalid buswidth and fix compiler warningCL Wang1-1/+9
2026-03-11efi: libstub: fix type of fdt 32 and 64bit variablesBen Dooks1-6/+6
2026-03-11accel/amdxdna: Support sensors for column utilizationMario Limonciello (AMD)2-5/+37
2026-03-11accel/amdxdna: Add IOCTL to retrieve realtime NPU power estimateLizhi Hou3-1/+51
2026-03-11accel/amdxdna: Import AMD_PMF namespaceMario Limonciello (AMD)1-0/+1
2026-03-11ACPI: processor: idle: Remove redundant static variable and rename cstate check functionHuisong Li1-9/+3
2026-03-11ACPI: processor: idle: Move max_cstate update out of the loopHuisong Li1-1/+2
2026-03-11ACPI: processor: idle: Remove redundant cstate check in acpi_processor_power_initHuisong Li1-2/+0
2026-03-11drm/xe/pat: Extract gt_pta_entry()Gustavo Sousa1-10/+23
2026-03-11drm/amd: Set num IP blocks to 0 if discovery failsMario Limonciello2-2/+4
2026-03-11drm/amdkfd: Unreserve bo if queue update failedPhilip Yang1-0/+1
2026-03-11drm/amd/display: Check for S0i3 to be done before DCCG init on DCN21Ivan Lipski1-1/+20
2026-03-11drm/amd/display: Add missing DCCG register entries for DCN20-DCN316Ivan Lipski4-4/+20
2026-03-11drm/amdgpu: revert to old status lock handling v4Christian König4-105/+68
2026-03-11drm/amd: Set num IP blocks to 0 if discovery failsMario Limonciello2-2/+4
2026-03-11drm/amd/pm: Fix xgmi max speed reportingLijo Lazar1-2/+3
2026-03-11drm/amdgpu: fix array out of bounds accesses for mes sw_finiLe Ma2-4/+6
2026-03-11drm/amdgpu: fix sysfs ip base addr with 64bitLikun Gao1-7/+2
2026-03-11drm/amdgpu: disable rlc fw info printLikun Gao1-8/+8
2026-03-11drm/amdgpu: change sdma doorbell size for soc v1Likun Gao1-1/+1
2026-03-11drm/amdgpu: correct SDMA instance number for soc v1_0Likun Gao1-5/+7
2026-03-11drm/amdgpu: fix shift-out-of-bounds when updating umc active maskHawking Zhang1-2/+2
2026-03-11drm/amdgpu: bypass IMU ucode loading for MP0 15.0.8Le Ma1-0/+7
2026-03-11drm/amdgpu: update GFX CGCG/LS flags for gfx 12.1Le Ma1-1/+2
2026-03-11drm/amd/amdgpu: Disable reset on init for soc_v1_0Asad Kamal1-11/+0
2026-03-11drm/amdgpu: Add default reset method for soc_v1_0Asad Kamal1-0/+24
2026-03-11drm/amdgpu: use common defines for GMC 12.1 HUB faultsAlex Deucher2-1/+5
2026-03-11drm/amdgpu: Handle IH v7_1 reg offset differencesHawking Zhang1-7/+29
2026-03-11drm/amdgpu: fix DF NULL pointer issue for soc24Likun Gao1-1/+1