summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-07-23drm/atomic: Fix potential use-after-free in nonblocking commitsDaniel Vetter1-1/+10
2023-07-23scsi: qla2xxx: Remove unused nvme_ls_waitq wait queueManish Rangankar2-4/+0
2023-07-23scsi: qla2xxx: Pointer may be dereferencedShreyas Deodhar1-0/+2
2023-07-23scsi: qla2xxx: Correct the index of arrayBikash Hazarika1-1/+4
2023-07-23scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()Nilesh Javali1-0/+4
2023-07-23scsi: qla2xxx: Fix potential NULL pointer dereferenceBikash Hazarika1-1/+2
2023-07-23scsi: qla2xxx: Fix buffer overrunQuinn Tran1-1/+1
2023-07-23scsi: qla2xxx: Avoid fcport pointer dereferenceNilesh Javali1-2/+2
2023-07-23scsi: qla2xxx: Array index may go out of boundNilesh Javali1-1/+2
2023-07-23scsi: qla2xxx: Wait for io return on terminate rportQuinn Tran1-0/+13
2023-07-23net: ena: fix shift-out-of-bounds in exponential backoffKrister Johansen1-0/+3
2023-07-23bus: ixp4xx: fix IXP4XX_EXP_T1_MASKJonas Gorski1-1/+1
2023-07-23Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao3-28/+3
2023-07-23soundwire: qcom: fix storing port config out-of-boundsKrzysztof Kozlowski1-1/+2
2023-07-23opp: Fix use-after-free in lazy_opp_tables after probe deferralStephan Gerhold1-0/+3
2023-07-23meson saradc: fix clock divider mask lengthGeorge Stark1-1/+1
2023-07-23xhci: Show ZHAOXIN xHCI root hub speed correctlyWeitao Wang3-7/+27
2023-07-23xhci: Fix TRB prefetch issue of ZHAOXIN hostsWeitao Wang3-3/+13
2023-07-23xhci: Fix resume issue of some ZHAOXIN hostsWeitao Wang1-0/+5
2023-07-23firmware: stratix10-svc: Fix a potential resource leak in svc_create_memory_p...Christophe JAILLET1-1/+1
2023-07-23tty: serial: imx: fix rs485 rx after txMartin Fuzzey1-5/+13
2023-07-23tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when i...Christophe JAILLET1-0/+8
2023-07-23tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in cas...Christophe JAILLET1-1/+5
2023-07-23serial: atmel: don't enable IRQs prematurelyDan Carpenter1-2/+2
2023-07-23drm/ttm: Don't leak a resource on swapout move errorThomas Hellström1-0/+1
2023-07-23drm/amdgpu: avoid restore process run into dead loop.gaba1-0/+3
2023-07-23drm/amd/display: Correct `DMUB_FW_VERSION` macroMario Limonciello1-1/+1
2023-07-23drm/amdgpu: fix clearing mappings for BOs that are always valid in VMSamuel Pitoiset1-0/+12
2023-07-23drm/rockchip: vop: Leave vblank enabled in self-refreshBrian Norris1-4/+4
2023-07-23drm/atomic: Allow vblank-enabled + self-refresh "disable"Brian Norris1-1/+10
2023-07-23dm init: add dm-mod.waitfor to wait for asynchronously probed block devicesPeter Korsgaard1-1/+21
2023-07-23md/raid0: add discard support for the 'original' layoutJason Baron2-8/+55
2023-07-23mfd: pm8008: Fix module autoloadingJohan Hovold1-0/+1
2023-07-23misc: pci_endpoint_test: Re-init completion for every testDamien Le Moal1-0/+4
2023-07-23misc: pci_endpoint_test: Free IRQs before removing the deviceDamien Le Moal1-3/+3
2023-07-23PCI: rockchip: Set address alignment for endpoint modeDamien Le Moal1-0/+1
2023-07-23PCI: rockchip: Use u32 variable to access 32-bit registersRick Wertenbroek2-5/+6
2023-07-23PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint coreRick Wertenbroek2-35/+16
2023-07-23PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be lockedRick Wertenbroek2-0/+19
2023-07-23PCI: rockchip: Write PCI Device ID to correct registerRick Wertenbroek2-2/+6
2023-07-23PCI: rockchip: Assert PCI Configuration Enable bit after probeRick Wertenbroek1-0/+3
2023-07-23PCI: qcom: Disable write access to read only registers for IP v2.3.3Manivannan Sadhasivam1-0/+2
2023-07-23PCI: Add function 1 DMA alias quirk for Marvell 88SE9235Robin Murphy1-0/+2
2023-07-23PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3coldOndrej Zary1-5/+5
2023-07-23dm integrity: reduce vmalloc space footprint on 32-bit architecturesMikulas Patocka1-2/+2
2023-07-23hwrng: imx-rngc - fix the timeout for init and self checkMartin Kaiser1-4/+2
2023-07-23misc: fastrpc: Create fastrpc scalar with correct buffer countEkansh Gupta1-1/+1
2023-07-23net: bcmgenet: Ensure MDIO unregistration has clocks enabledFlorian Fainelli1-0/+2
2023-07-23mtd: rawnand: meson: fix unaligned DMA buffers handlingArseniy Krasnov1-0/+4
2023-07-23tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creationJarkko Sakkinen1-23/+7