summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-07-27fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probeZhang Shurong1-0/+3
2023-07-27iavf: Fix use-after-free in free_netdevDing Hui1-4/+1
2023-07-27net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field()Tanmay Patil1-5/+19
2023-07-27pinctrl: amd: Use amd_pinconf_set() for all config optionsMario Limonciello1-13/+15
2023-07-27fbdev: imxfb: warn about invalid left/right marginMartin Kaiser1-2/+2
2023-07-27spi: bcm63xx: fix max prepend lengthJonas Gorski1-1/+1
2023-07-27igb: Fix igb_down hung on surprise removalYing Hsu1-0/+5
2023-07-27wifi: iwlwifi: mvm: avoid baid size integer overflowJohannes Berg1-1/+1
2023-07-27md/raid10: prevent soft lockup while flush writesYu Kuai1-0/+2
2023-07-27md: fix data corruption for raid456 when reshape restart while grow upYu Kuai1-2/+12
2023-07-27nbd: Add the maximum limit of allocated index in nbd_dev_addZhong Jinghua1-1/+2
2023-07-27drm/client: Fix memory leak in drm_client_modeset_probeJocelyn Falempe1-0/+1
2023-07-27drm/client: Fix memory leak in drm_client_target_clonedJocelyn Falempe1-0/+5
2023-07-27drm/atomic: Fix potential use-after-free in nonblocking commitsDaniel Vetter1-1/+10
2023-07-27scsi: qla2xxx: Remove unused nvme_ls_waitq wait queueManish Rangankar2-4/+0
2023-07-27scsi: qla2xxx: Pointer may be dereferencedShreyas Deodhar1-0/+2
2023-07-27scsi: qla2xxx: Correct the index of arrayBikash Hazarika1-1/+4
2023-07-27scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()Nilesh Javali1-0/+4
2023-07-27scsi: qla2xxx: Fix potential NULL pointer dereferenceBikash Hazarika1-1/+2
2023-07-27scsi: qla2xxx: Wait for io return on terminate rportQuinn Tran1-0/+13
2023-07-27tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when i...Christophe JAILLET1-0/+8
2023-07-27tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in cas...Christophe JAILLET1-1/+5
2023-07-27Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao3-28/+3
2023-07-27meson saradc: fix clock divider mask lengthGeorge Stark1-1/+1
2023-07-27hwrng: imx-rngc - fix the timeout for init and self checkMartin Kaiser1-4/+2
2023-07-27firmware: stratix10-svc: Fix a potential resource leak in svc_create_memory_p...Christophe JAILLET1-1/+1
2023-07-27serial: atmel: don't enable IRQs prematurelyDan Carpenter1-2/+2
2023-07-27drm/rockchip: vop: Leave vblank enabled in self-refreshBrian Norris1-4/+4
2023-07-27drm/atomic: Allow vblank-enabled + self-refresh "disable"Brian Norris1-1/+10
2023-07-27md/raid0: add discard support for the 'original' layoutJason Baron2-8/+55
2023-07-27misc: pci_endpoint_test: Re-init completion for every testDamien Le Moal1-0/+4
2023-07-27misc: pci_endpoint_test: Free IRQs before removing the deviceDamien Le Moal1-3/+3
2023-07-27PCI: rockchip: Set address alignment for endpoint modeDamien Le Moal1-0/+1
2023-07-27PCI: rockchip: Use u32 variable to access 32-bit registersRick Wertenbroek2-5/+6
2023-07-27PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint coreRick Wertenbroek2-35/+16
2023-07-27PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be lockedRick Wertenbroek2-0/+19
2023-07-27PCI: rockchip: Write PCI Device ID to correct registerRick Wertenbroek2-2/+6
2023-07-27PCI: rockchip: Assert PCI Configuration Enable bit after probeRick Wertenbroek1-0/+3
2023-07-27PCI: qcom: Disable write access to read only registers for IP v2.3.3Manivannan Sadhasivam1-0/+2
2023-07-27PCI: Add function 1 DMA alias quirk for Marvell 88SE9235Robin Murphy1-0/+2
2023-07-27PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3coldOndrej Zary1-5/+5
2023-07-27misc: fastrpc: Create fastrpc scalar with correct buffer countEkansh Gupta1-1/+1
2023-07-27net: bcmgenet: Ensure MDIO unregistration has clocks enabledFlorian Fainelli1-0/+2
2023-07-27mtd: rawnand: meson: fix unaligned DMA buffers handlingArseniy Krasnov1-0/+4
2023-07-27tpm: tpm_vtpm_proxy: fix a race condition in /dev/vtpmx creationJarkko Sakkinen1-23/+7
2023-07-27pinctrl: amd: Only use special debounce behavior for GPIO 0Mario Limonciello1-3/+5
2023-07-27pinctrl: amd: Detect internal GPIO0 debounce handlingMario Limonciello2-0/+8
2023-07-27pinctrl: amd: Fix mistake in handling clearing pins at startupMario Limonciello1-2/+2
2023-07-27wifi: airo: avoid uninitialized warning in airo_get_rate()Randy Dunlap1-1/+4
2023-07-27platform/x86: wmi: Break possible infinite loop when parsing GUIDAndy Shevchenko1-10/+12