summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-04-07usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.cAbhishek Tamboli1-1/+11
2025-04-07serial: 8250_dma: terminate correct DMA in tx_dma_flush()John Keeping1-1/+1
2025-04-07memstick: rtsx_usb_ms: Fix slab-use-after-free in rtsx_usb_ms_drv_removeLuo Qiu1-0/+1
2025-04-07net: usb: usbnet: restore usb%d name exception for local mac addressesDominique Martinet1-6/+15
2025-04-07net: usb: qmi_wwan: add Telit Cinterion FE990B compositionFabio Porcedda1-0/+1
2025-04-07net: usb: qmi_wwan: add Telit Cinterion FN990B compositionFabio Porcedda1-0/+1
2025-04-07tty: serial: fsl_lpuart: disable transmitter before changing RS485 related re...Sherry Sun1-0/+17
2025-04-07tty: serial: 8250: Add Brainboxes XC devicesCameron Williams1-0/+30
2025-04-07tty: serial: 8250: Add some more device IDsCameron Williams1-0/+16
2025-04-07counter: microchip-tcb-capture: Fix undefined counter channel state on probeWilliam Breathitt Gray1-0/+19
2025-04-07counter: stm32-lptimer-cnt: fix error handling when enablingFabrice Gasnier1-9/+15
2025-04-07scsi: ufs: qcom: Only free platform MSIs when ESI is enabledManivannan Sadhasivam1-1/+3
2025-04-07reset: starfive: jh71x0: Fix accessing the empty member on JH7110 SoCChanghuang Liang1-0/+3
2025-04-07drm/amd/display: Don't write DP_MSTM_CTRL after LTWayne Lin1-12/+4
2025-04-07drm/dp_mst: Add a helper to queue a topology probeImre Deak1-0/+27
2025-04-07drm/dp_mst: Factor out function to queue a topology probe workImre Deak1-2/+7
2025-04-07drm/amd/display: Check denominator crb_pipes before usedAlex Hung1-1/+1
2025-04-07HID: hid-plantronics: Add mic mute mapping and generalize quirksTerry Junge1-77/+67
2025-03-28wifi: iwlwifi: mvm: ensure offloading TID queue existsBenjamin Berg3-2/+38
2025-03-28wifi: iwlwifi: support BIOS override for 5G9 in CA also in LARI version 8Miri Korenblit2-3/+38
2025-03-28bnxt_en: Fix receive ring space parameters when XDP is activeShravya KN1-1/+9
2025-03-28drm/amd/display: Use HW lock mgr for PSR1 when only one eDPMario Limonciello1-0/+11
2025-03-28drm/amd/display: should support dmub hw lock on ReplayMartin Tsai1-0/+4
2025-03-28drm/amdgpu: Fix JPEG video caps max size for navi1x and ravenDavid Rosca2-2/+2
2025-03-28drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max sizeDavid Rosca3-36/+36
2025-03-28drm/sched: Fix fence reference count leakqianyi liu1-2/+9
2025-03-28drm/radeon: fix uninitialized size issue in radeon_vce_cs_parse()Nikita Zhandarovich1-1/+1
2025-03-28soc: qcom: pdr: Fix the potential deadlockSaranya R1-7/+1
2025-03-28efi/libstub: Avoid physical address 0x0 when doing random allocationArd Biesheuvel1-0/+4
2025-03-28mmc: atmel-mci: Add missing clk_disable_unprepare()Gu Bowen1-1/+3
2025-03-28mmc: sdhci-brcmstb: add cqhci suspend/resume to PM opsKamal Dasu1-0/+10
2025-03-28accel/qaic: Fix integer overflow in qaic_validate_req()Dan Carpenter1-1/+3
2025-03-28regulator: check that dummy regulator has been probed before using itChristian Eggers1-1/+11
2025-03-28regulator: dummy: force synchronous probingChristian Eggers1-1/+1
2025-03-28drm/v3d: Don't run jobs that have errors flagged in its fenceMaĆ­ra Canal1-1/+8
2025-03-28can: flexcan: disable transceiver during system PMHaibo Chen1-1/+11
2025-03-28can: flexcan: only change CAN state when link up in system PMHaibo Chen1-2/+4
2025-03-28can: ucan: fix out of bound read in strscpy() sourceVincent Mailhol1-25/+18
2025-03-28can: rcar_canfd: Fix page entries in the AFL listBiju Das1-17/+11
2025-03-28i2c: omap: fix IRQ stormsAndreas Kemnade1-19/+7
2025-03-28accel/qaic: Fix possible data corruption in BOs > 2GJeffrey Hugo1-1/+4
2025-03-28RDMA/hns: Fix wrong value of max_sge_rdJunxian Huang1-1/+1
2025-03-28RDMA/hns: Fix a missing rollback in error path of hns_roce_create_qp_common()Junxian Huang1-1/+1
2025-03-28RDMA/hns: Fix unmatched condition in error path of alloc_user_qp_db()Junxian Huang1-3/+5
2025-03-28RDMA/hns: Fix soft lockup during bt pages loopJunxian Huang1-1/+15
2025-03-28RDMA/bnxt_re: Avoid clearing VLAN_ID mask in modify qp pathSaravanan Vajravel1-2/+0
2025-03-28RDMA/mlx5: Handle errors returned from mlx5r_ib_rate()Qasim Ijaz1-5/+9
2025-03-28RDMA/bnxt_re: Add missing paranthesis in map_qp_id_to_tbl_indxKashyap Desai1-1/+2
2025-03-28soc: imx8m: Unregister cpufreq and soc dev in cleanup pathPeng Fan1-2/+24
2025-03-28soc: imx8m: Use devm_* to simplify probe failure handlingMarek Vasut1-63/+29