summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-12-08spi: Fix null dereference on suspendMark Hasemeyer1-17/+39
2023-12-08fbdev: stifb: Make the STI next font pointer a 32-bit signed offsetHelge Deller1-1/+1
2023-12-08PCI: qcom-ep: Add dedicated callback for writing to DBI2 registersManivannan Sadhasivam1-0/+17
2023-12-08octeontx2-af: Initialize 'cntr_val' to fix uninitialized symbol errorSuman Ghosh1-2/+2
2023-12-08PCI: Lengthen reset delay for VideoPropulsion Torrent QN16e cardLukas Wunner1-0/+12
2023-12-08net: ravb: Keep reverse order of operations in ravb_remove()Claudiu Beznea1-9/+13
2023-12-08net: ravb: Stop DMA in case of failures on ravb_open()Claudiu Beznea1-0/+1
2023-12-08net: ravb: Start TX queues after HW initialization succeededClaudiu Beznea1-2/+2
2023-12-08net: ravb: Make write access to CXR35 first before accessing other EMAC regis...Claudiu Beznea1-8/+9
2023-12-08net: ravb: Use pm_runtime_resume_and_get()Claudiu Beznea1-1/+4
2023-12-08net: ravb: Check return value of reset_control_deassert()Claudiu Beznea1-3/+6
2023-12-08ravb: Fix races between ravb_tx_timeout_work() and net related opsYoshihiro Shimoda1-1/+10
2023-12-08r8169: prevent potential deadlock in rtl8169_closeHeiner Kallweit1-1/+3
2023-12-08octeontx2-pf: Restore TC ingress police rules when interface is upSubbaraya Sundeep4-25/+102
2023-12-08octeontx2-af: Install TC filter rules in hardware based on prioritySuman Ghosh8-104/+255
2023-12-08octeontx2-pf: Fix adding mbox work queue entry when num_vfs > 64Geetha sowjanya1-2/+5
2023-12-08net: stmmac: xgmac: Disable FPE MMC interruptsFurong Xu1-0/+4
2023-12-08octeontx2-af: Fix possible buffer overflowElena Salomatkina1-2/+2
2023-12-08dpaa2-eth: increase the needed headroom to account for alignmentIoana Ciornei2-5/+5
2023-12-08usb: config: fix iteration issue in 'usb_get_bos_descriptor()'Niklas Neronin1-1/+2
2023-12-08USB: core: Change configuration warnings to noticesAlan Stern1-41/+41
2023-12-08USB: xhci-plat: fix legacy PHY double initJohan Hovold1-11/+18
2023-12-08serial: sc16is7xx: add missing support for rs485 devicetree propertiesHugo Villeneuve1-0/+4
2023-12-08serial: sc16is7xx: Put IOControl register into regmap_volatileHui Wang1-0/+1
2023-12-08auxdisplay: hd44780: move cursor home after clear display commandHugo Villeneuve1-1/+9
2023-12-08Input: xpad - add HyperX Clutch Gladiate SupportMax Nguyen1-0/+2
2023-12-08iommu/vt-d: Add MTL to quirk list to skip TE disablingAbdul Halim, Mohd Syazwan1-1/+1
2023-12-08bcache: revert replacing IS_ERR_OR_NULL with IS_ERRMarkus Weippert1-1/+1
2023-12-08dma-buf: fix check in dma_resv_add_fenceChristian König1-1/+1
2023-12-08cpufreq/amd-pstate: Fix the return value of amd_pstate_fast_switch()Gautham R. Shenoy1-1/+3
2023-12-08powercap: DTPM: Fix unneeded conversions to micro-WattsLukasz Luba2-13/+4
2023-12-08nvme: check for valid nvme_identify_ns() before using itEwan D. Milne1-0/+9
2023-12-08dm verity: don't perform FEC for failed readahead IOWu Bo1-1/+3
2023-12-08dm verity: initialize fec io before freeing itWu Bo1-1/+2
2023-12-08drm/amd/display: fix ABM disablementHamza Mahfooz1-3/+5
2023-12-08drm/amd/display: Update min Z8 residency time to 2100 for DCN314Nicholas Kazlauskas1-1/+1
2023-12-08drm/amd/display: Use DRAM speed from validation for dummy p-stateAlvin Lee1-1/+2
2023-12-08drm/amd/display: Remove min_dst_y_next_start check for Z8Nicholas Kazlauskas1-14/+1
2023-12-08drm/amd/display: Include udelay when waiting for INBOX0 ACKAlvin Lee1-0/+1
2023-12-08drm/amdgpu: Force order between a read and write to the same addressAlex Sierra2-0/+10
2023-12-08drm/amd: Enable PCIe PME from D3Mario Limonciello1-0/+2
2023-12-08scsi: sd: Fix system start for ATA devicesDamien Le Moal2-1/+13
2023-12-08scsi: Change SCSI device boolean fields to single bit flagsDamien Le Moal2-5/+5
2023-12-08dm-verity: align struct dm_verity_fec_io properlyMikulas Patocka2-7/+2
2023-12-08mmc: block: Be sure to wait while busy in CQE error recoveryAdrian Hunter1-0/+2
2023-12-08mmc: block: Do not lose cache flush during CQE error recoveryAdrian Hunter1-0/+2
2023-12-08mmc: block: Retry commands in CQE error recoveryAdrian Hunter1-2/+5
2023-12-08mmc: cqhci: Fix task clearing in CQE error recoveryAdrian Hunter1-16/+16
2023-12-08mmc: cqhci: Warn of halt or task clear failureAdrian Hunter1-3/+3
2023-12-08mmc: cqhci: Increase recovery halt timeoutAdrian Hunter1-3/+3