summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-05-17qibfs: fix dentry leakAl Viro1-0/+1
2024-05-17net:usb:qmi_wwan: support Rolling modulesVanillan Wang1-0/+1
2024-05-17drm/radeon: silence UBSAN warning (v3)Alex Deucher1-5/+5
2024-05-17platform/x86: ISST: Add Granite Rapids-D to HPM CPU listSrinivas Pandruvada1-0/+1
2024-05-17drm/nouveau/dp: Don't probe eDP ports twice harderLyude Paul1-5/+8
2024-05-17gpio: lpc32xx: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-05-17clk: Don't hold prepare_lock when calling kref_put()Stephen Boyd1-7/+5
2024-05-17gpio: crystalcove: Use -ENOTSUPP consistentlyAndy Shevchenko1-1/+1
2024-05-17gpio: wcove: Use -ENOTSUPP consistentlyAndy Shevchenko1-1/+1
2024-05-17iommu: mtk: fix module autoloadingKrzysztof Kozlowski2-0/+2
2024-05-17Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encryptedMichael Kelley1-1/+3
2024-05-17uio_hv_generic: Don't free decrypted memoryRick Edgecombe1-4/+8
2024-05-17hv_netvsc: Don't free decrypted memoryRick Edgecombe1-2/+5
2024-05-17Drivers: hv: vmbus: Track decrypted status in vmbus_gpadlRick Edgecombe1-4/+21
2024-05-17Drivers: hv: vmbus: Leak pages if set_memory_encrypted() failsRick Edgecombe1-7/+22
2024-05-17amd/amdkfd: sync all devices to wait all processes being evictedZhigang Luo1-11/+6
2024-05-17drm/amdgpu: Fix VCN allocation in CPX partitionLijo Lazar1-4/+11
2024-05-17drm/amd/display: Skip on writeback when it's not applicableAlex Hung1-0/+10
2024-05-17drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2Tao Zhou1-13/+3
2024-05-17drm/amdgpu: Refine IB schedule error loggingLijo Lazar1-2/+5
2024-05-17gpu: host1x: Do not setup DMA for virtual devicesThierry Reding1-8/+0
2024-05-17scsi: hisi_sas: Handle the NCQ error returned by D2H frameXiang Chen1-1/+9
2024-05-17scsi: target: Fix SELinux error when systemd-modules loads the target moduleMaurizio Lombardi1-0/+12
2024-05-17firewire: ohci: mask bus reset interrupts between ISR and bottom halfAdam Goldman1-1/+5
2024-05-17ata: sata_gemini: Check clk_enable() resultChen Ni1-1/+4
2024-05-17net: bcmgenet: Reset RBUF on first openPhil Elwell1-4/+12
2024-05-17scsi: ufs: core: Fix MCQ mode dev command timeoutPeter Wang1-1/+3
2024-05-17scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGNYihang Li1-1/+1
2024-05-17scsi: ufs: core: WLUN suspend dev/link state error recoveryPeter Wang1-1/+4
2024-05-17regulator: tps65132: Add of_match tableAndré Apitzsch1-0/+7
2024-05-17drm/amdkfd: range check cp bad op exception interruptsJonathan Kim3-3/+6
2024-05-17drm/amdkfd: Check cgroup when returning DMABuf infoMukul Joshi1-2/+2
2024-05-17scsi: bnx2fc: Remove spin_lock_bh while releasing resources after uploadSaurav Kashyap1-2/+0
2024-05-17scsi: mpi3mr: Avoid memcpy field-spanning write WARNINGShin'ichiro Kawasaki1-1/+1
2024-05-17wifi: iwlwifi: mvm: guard against invalid STA ID on removalBenjamin Berg1-1/+6
2024-05-17wifi: iwlwifi: read txq->read_ptr under lockJohannes Berg1-1/+1
2024-05-17scsi: lpfc: Use a dedicated lock for ras_fwlog stateJustin Tee6-28/+32
2024-05-17scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up()Justin Tee3-20/+19
2024-05-17scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port()Justin Tee1-2/+2
2024-05-17scsi: lpfc: Update lpfc_ramp_down_queue_handler() logicJustin Tee2-10/+4
2024-05-17scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handlingJustin Tee1-1/+1
2024-05-17scsi: lpfc: Move NPIV's transport unregistration to after resource clean upJustin Tee1-4/+4
2024-05-17scsi: ufs: core: Fix MCQ MAC configurationRohit Ner1-1/+1
2024-05-17clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate changeJernej Skrabec1-2/+17
2024-05-17clk: qcom: smd-rpm: Restore msm8976 num_clkAdam Skladowski1-0/+1
2024-05-17drm/panel: ili9341: Use predefined error codesAndy Shevchenko1-2/+2
2024-05-17drm/panel: ili9341: Respect deferred probeAndy Shevchenko1-2/+2
2024-05-17drm/panel: ili9341: Correct use of device property APIsAndy Shevchenko2-3/+4
2024-05-17s390/qeth: Fix kernel panic after setting hsuidAlexandra Winter1-34/+27
2024-05-17vxlan: Pull inner IP header in vxlan_rcv().Guillaume Nault1-1/+18