summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-08-10parisc: Move proc_mckinley_root and proc_runway_root to sba_iommuHelge Deller1-0/+6
2023-08-10Merge tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds42-219/+501
2023-08-10RDMA/bnxt_re: Initialize dpi_tbl_lock mutexKashyap Desai1-0/+1
2023-08-10RDMA/bnxt_re: Fix error handling in probe failure pathKalesh AP1-0/+2
2023-08-10RDMA/bnxt_re: Properly order ib_device_unalloc() to avoid UAFSelvin Xavier1-1/+1
2023-08-10net: hns3: fix strscpy causing content truncation issueHao Chen2-4/+4
2023-08-10Merge tag 'dmaengine-fix-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-14/+31
2023-08-10ibmvnic: Ensure login failure recovery is safe from other resetsNick Child1-21/+47
2023-08-10ibmvnic: Do partial reset on login failureNick Child1-6/+40
2023-08-10ibmvnic: Handle DMA unmapping of login buffs in release functionsNick Child1-5/+10
2023-08-10ibmvnic: Unmap DMA login rsp buffer on send login failNick Child1-1/+4
2023-08-10ibmvnic: Enforce stronger sanity checks on login responseNick Child1-0/+18
2023-08-10net: mana: Fix MANA VF unload when hardware is unresponsiveSouradeep Chakrabarti1-4/+33
2023-08-10ACPI: resource: Add IRQ override quirk for PCSpecialist Elimina Pro 16 MHans de Goede1-0/+12
2023-08-10driver core: cpu: Make cpu_show_not_affected() staticBorislav Petkov (AMD)1-8/+2
2023-08-10driver core: cpu: Unify redundant silly stubsBorislav Petkov (AMD)1-68/+19
2023-08-10drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap()Boris Brezillon1-0/+6
2023-08-10hwmon: (aquacomputer_d5next) Add selective 200ms delay after sending ctrl reportAleksa Savic1-1/+36
2023-08-10Merge tag 'wireless-2023-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski3-3/+7
2023-08-09platform/x86: ISST: Reduce noise for missing numa information in logsSrinivas Pandruvada1-2/+2
2023-08-09platform/x86: msi-ec: Fix the buildJean Delvare1-9/+9
2023-08-09ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD ZenHans de Goede1-0/+4
2023-08-09ACPI: resource: Always use MADT override IRQ settings for all legacy non i804...Hans de Goede1-20/+8
2023-08-09ACPI: resource: revert "Remove "Zen" specific match and quirks"Hans de Goede1-0/+60
2023-08-09tpm: Add a helper for checking hwrng enabledMario Limonciello1-5/+14
2023-08-09drm/amdkfd: disable IOMMUv2 support for RavenAlex Deucher1-7/+0
2023-08-09drm/amdkfd: disable IOMMUv2 support for KV/CZAlex Deucher2-13/+1
2023-08-09drm/amdkfd: ignore crat by defaultAlex Deucher1-4/+0
2023-08-09drm/amdgpu/gfx11: only enable CP GFX shadowing on SR-IOVAlex Deucher1-2/+6
2023-08-09drm/amd/display: Fix a regression on Polaris cardsMario Limonciello1-1/+1
2023-08-09drm/amdgpu: fix possible UAF in amdgpu_cs_pass1()Alex Deucher1-1/+1
2023-08-09drm/amd/pm: Fix SMU v13.0.6 energy reportingLijo Lazar1-3/+2
2023-08-09drm/amd/display: check attr flag before set cursor degamma on DCN3+Melissa Wen1-2/+5
2023-08-09drm/amd/pm: disable the SMU13 OD feature support temporarilyEvan Quan2-6/+23
2023-08-09drm/amd/pm: correct the pcie width for smu 13.0.0Kenneth Feng1-2/+1
2023-08-09drm/amd/display: Don't show stack trace for missing eDPMario Limonciello1-1/+2
2023-08-09drm/amdgpu: Match against exact bootloader statusLijo Lazar1-7/+8
2023-08-09drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11Tim Huang1-2/+2
2023-08-09drm/amd: Disable S/G for APUs when 64GB or more host memoryMario Limonciello3-3/+29
2023-08-09wifi: ath12k: Fix buffer overflow when scanning with extraieWen Gong1-2/+1
2023-08-09drm/rockchip: Don't spam logs in atomic checkDaniel Stone1-8/+9
2023-08-09net: enetc: remove of_device_is_available() handlingVladimir Oltean1-12/+0
2023-08-09net: enetc: reimplement RFS/RSS memory clearing as PCI quirkVladimir Oltean1-30/+73
2023-08-09PCI: move OF status = "disabled" detection to dev->match_driverVladimir Oltean2-6/+3
2023-08-09fsi: core: Switch to ida_alloc/freeEddie James1-8/+8
2023-08-09fsi: core: Fix legacy minor numberingEddie James1-3/+8
2023-08-09fsi: core: Add trace events for scan and unregisterEddie James1-0/+4
2023-08-09fsi: aspeed: Reset master errors after CFAM resetEddie James1-0/+2
2023-08-09fsi: sbefifo: Remove limits on user-specified read timeoutEddie James1-7/+2
2023-08-09fsi: sbefifo: Add configurable in-command timeoutEddie James1-1/+29