summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-12-27accel/ivpu: Fix WARN in ivpu_ipc_send_receive_internal()Jacek Lawrynowicz1-1/+1
2024-12-27accel/ivpu: Fix general protection fault in ivpu_bo_list()Jacek Lawrynowicz1-1/+1
2024-12-27x86/hyperv: Fix hv tsc page based sched_clock for hibernationNaman Jain1-1/+13
2024-12-27Drivers: hv: util: Avoid accessing a ringbuffer not initialized yetMichael Kelley4-0/+23
2024-12-27drm/amdgpu/mmhub4.1: fix IP version checkAlex Deucher1-1/+1
2024-12-27drm/amdgpu/gfx12: fix IP version checkAlex Deucher1-1/+1
2024-12-27drm/amdgpu/nbio7.0: fix IP version checkAlex Deucher1-1/+1
2024-12-27zram: fix uninitialized ZRAM not releasing backing deviceKairui Song1-5/+4
2024-12-27zram: refuse to use zero sized block device as backing deviceKairui Song1-0/+6
2024-12-27drm/amdgpu/smu14.0.2: fix IP version checkAlex Deucher1-1/+1
2024-12-27drm/amdgpu/nbio7.7: fix IP version checkAlex Deucher1-1/+1
2024-12-27drm/amdgpu/nbio7.11: fix IP version checkAlex Deucher1-1/+1
2024-12-27hwmon: (tmp513) Fix interpretation of values of Temperature Result and Limit ...Murad Masimov1-1/+1
2024-12-27hwmon: (tmp513) Fix Current Register value interpretationMurad Masimov1-1/+1
2024-12-27hwmon: (tmp513) Fix interpretation of values of Shunt Voltage and Limit Regis...Murad Masimov1-2/+4
2024-12-27drm/amdgpu: don't access invalid schedPierre-Eric Pelloux-Prayer1-2/+1
2024-12-27i915/guc: Accumulate active runtime on gt resetUmesh Nerlige Ramappa1-1/+14
2024-12-27i915/guc: Ensure busyness counter increases motonicallyUmesh Nerlige Ramappa2-1/+9
2024-12-27i915/guc: Reset engine utilization buffer before registrationUmesh Nerlige Ramappa1-0/+21
2024-12-27drm/panel: synaptics-r63353: Fix regulator unbalanceMichael Trimarchi1-1/+1
2024-12-27drm/panel: st7701: Add prepare_prev_first flag to drm_panelMarek Vasut1-0/+1
2024-12-27drm/panel: novatek-nt35950: fix return value check in nt35950_probe()Yang Yingliang1-2/+2
2024-12-27drm/panel: himax-hx83102: Add a check to prevent NULL pointer dereferenceZhang Zekun1-0/+2
2024-12-27dma-buf: Fix __dma_buf_debugfs_list_del argument for !CONFIG_DEBUG_FST.J. Mercier1-1/+1
2024-12-27udmabuf: fix memory leak on last export_udmabuf() error pathJann Horn1-11/+17
2024-12-27udmabuf: udmabuf_create pin folio codestyle cleanupHuan Yang1-61/+76
2024-12-27drm/amdgpu: Handle NULL bo->tbo.resource (again) in amdgpu_vm_bo_updateMichel Dänzer1-4/+3
2024-12-27drm/amdgpu: fix amdgpu_coredumpChristian König1-3/+2
2024-12-27drm/modes: Avoid divide by zero harder in drm_mode_vrefresh()Ville Syrjälä1-4/+7
2024-12-27drm/amd: Update strapping for NBIO 2.5.0Mario Limonciello1-0/+11
2024-12-27drm/display: use ERR_PTR on DP tunnel manager creation failKrzysztof Karas1-5/+5
2024-12-27thunderbolt: Don't display nvm_version unless upgrade supportedMario Limonciello1-4/+15
2024-12-27thunderbolt: Improve redrive mode handlingMika Westerberg1-0/+41
2024-12-27thunderbolt: Add support for Intel Panther Lake-M/PMika Westerberg2-0/+12
2024-12-27xhci: Turn NEC specific quirk for handling Stop Endpoint errors genericMathias Nyman1-2/+0
2024-12-27USB: serial: option: add Telit FE910C04 rmnet compositionsDaniele Palmas1-0/+6
2024-12-27USB: serial: option: add MediaTek T7XX compositionsJack Wu1-0/+2
2024-12-27USB: serial: option: add Netprisma LCUK54 modules for WWAN ReadyMank Wang1-0/+12
2024-12-27USB: serial: option: add MeiG Smart SLM770AMichal Hrusecky1-0/+3
2024-12-27USB: serial: option: add TCL IK512 MBIM & ECMDaniel Swanemar1-0/+4
2024-12-27i2c: riic: Always round-up when calculating bus periodGeert Uytterhoeven1-1/+1
2024-12-27chelsio/chtls: prevent potential integer overflow on 32bitDan Carpenter1-2/+3
2024-12-27net: tun: fix tun_napi_alloc_frags()Eric Dumazet1-1/+1
2024-12-27EDAC/amd64: Simplify ECC check on unified memory controllersBorislav Petkov (AMD)1-22/+10
2024-12-27irqchip/gic-v3: Work around insecure GIC integrationsMarc Zyngier1-1/+16
2024-12-27mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe()Joe Hattori1-0/+2
2024-12-27mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirkPrathamesh Shete1-1/+0
2024-12-27net: mdiobus: fix an OF node reference leakJoe Hattori1-3/+10
2024-12-27can: m_can: fix missed interrupts with m_can_pciMatthias Schiffer3-5/+19
2024-12-27can: m_can: set init flag earlier in probeMatthias Schiffer1-5/+9