summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-02-16net: stmmac: xgmac: fix a typo of register name in DPP safety handlingFurong Xu2-2/+2
2024-02-16net: stmmac: xgmac: use #define for string constantsSimon Horman1-34/+35
2024-02-16RDMA/irdma: Fix support for 64k pagesMike Marciniszyn1-1/+1
2024-02-16vhost: use kzalloc() instead of kmalloc() followed by memset()Prathu Baronia1-3/+2
2024-02-16Input: atkbd - skip ATKBD_CMD_SETLEDS when skipping ATKBD_CMD_GETIDHans de Goede1-5/+8
2024-02-16Input: i8042 - fix strange behavior of touchpad on Clevo NS70PUWerner Sembach1-0/+6
2024-02-16usb: host: xhci-plat: Add support for XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K1-0/+3
2024-02-16usb: dwc3: host: Set XHCI_SG_TRB_CACHE_SIZE_QUIRKPrashanth K1-1/+3
2024-02-16USB: serial: cp210x: add ID for IMST iM871A-USBLeonard Dallmayr1-0/+1
2024-02-16USB: serial: option: add Fibocom FM101-GL variantPuliang Lu1-0/+1
2024-02-16USB: serial: qcserial: add new usb-id for Dell Wireless DW5826eJackBB Wu1-0/+2
2024-02-16mtd: parsers: ofpart: add workaround for #size-cells 0Francesco Dolcini1-0/+19
2024-02-16scsi: core: Move scsi_host_busy() out of host lock if it is for per-commandMing Lei2-2/+5
2024-02-16drm/amd/display: Implement bounds check for stream encoder creation in DCN301Srinivasan Shanmugam1-1/+1
2024-02-16ppp_async: limit MRU to 64KEric Dumazet1-0/+4
2024-02-16drm/i915/gvt: Fix uninitialized variable in handle_mmio()Dan Carpenter1-2/+1
2024-02-16hwmon: (coretemp) Fix bogus core_id to attr name mappingZhang Rui1-13/+19
2024-02-16hwmon: (coretemp) Fix out-of-bounds memory accessZhang Rui1-6/+2
2024-02-16hwmon: (aspeed-pwm-tacho) mutex for tach readingLoic Prylli1-0/+7
2024-02-16octeontx2-pf: Fix a memleak otx2_sq_initZhipeng Lu1-2/+12
2024-02-16atm: idt77252: fix a memleak in open_card_ubr0Zhipeng Lu1-0/+2
2024-02-16net: atlantic: Fix DMA mapping for PTP hwts ringIvan Vecera3-2/+16
2024-02-16netdevsim: avoid potential loop in nsim_dev_trap_report_work()Eric Dumazet1-4/+4
2024-02-16net: stmmac: xgmac: fix handling of DPP safety error for DMA channelsFurong Xu3-1/+60
2024-02-16drm/msm/dpu: check for valid hw_pp in dpu_encoder_helper_phys_cleanupAbhinav Kumar1-2/+2
2024-02-16drm/msm/dp: return correct Colorimetry for DP_TEST_DYNAMIC_RANGE_CEA caseKuogee Hsieh2-5/+10
2024-02-16drm/msms/dp: fixed link clock divider bits be over written in BPC unknown caseKuogee Hsieh2-8/+7
2024-02-16phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRPTony Lindgren1-2/+2
2024-02-16phy: renesas: rcar-gen3-usb2: Fix returning wrong error codeYoshihiro Shimoda1-4/+0
2024-02-16dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMAChristophe JAILLET1-5/+5
2024-02-16dmaengine: fsl-qdma: Fix a memory leak related to the status queue DMAChristophe JAILLET1-12/+5
2024-02-16dmaengine: ti: k3-udma: Report short packet errorsJai Luthra1-2/+8
2024-02-16dmaengine: fsl-dpaa2-qdma: Fix the size of dma poolsGuanhua Gao1-4/+6
2024-02-05drm/amdgpu: Fix missing error code in 'gmc_v6/7/8/9_0_hw_init()'Srinivasan Shanmugam4-8/+8
2024-02-05bonding: remove print in bond_verify_device_pathZhengchao Shao1-4/+1
2024-02-05gve: Fix use-after-free vulnerabilityPraveen Kaligineedi1-1/+4
2024-02-05drm/msm/dsi: Enable runtime PMKonrad Dybcio1-0/+4
2024-02-05Revert "drm/amd/display: Disable PSR-SU on Parade 0803 TCON again"Jonathan Gray1-2/+0
2024-02-05net: dsa: qca8k: fix illegal usage of GPIOMichal Vokáč1-2/+1
2024-02-05ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()Christophe JAILLET1-1/+2
2024-02-05ixgbe: Refactor overtemp event handlingJedrzej Jagielski5-41/+43
2024-02-05ixgbe: Refactor returning internal error codesJedrzej Jagielski12-317/+264
2024-02-05net: lan966x: Fix port configuration when using SGMII interfaceHoratiu Vultur1-2/+3
2024-02-05HID: hidraw: fix a problem of memory leak in hidraw_release()Su Hui1-2/+5
2024-02-05scsi: core: Move scsi_host_busy() out of host lock for waking up EH handlerMing Lei3-6/+6
2024-02-05regulator: ti-abb: don't use devm_platform_ioremap_resource_byname for shared...Romain Naour1-3/+19
2024-02-05scsi: isci: Fix an error code problem in isci_io_request_build()Su Hui1-1/+1
2024-02-05drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()'Srinivasan Shanmugam1-5/+5
2024-02-05drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'Srinivasan Shanmugam1-0/+1
2024-02-05drm/amdgpu: Fix with right return code '-EIO' in 'amdgpu_gmc_vram_checking()'Srinivasan Shanmugam1-7/+14