summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-10-15drm/amdgpu/vcn: Fix double-free of vcn dump bufferLijo Lazar4-5/+1
2025-10-15scsi: ufs: core: Fix PM QoS mutex initializationMarek Szyprowski1-3/+3
2025-10-15usb: cdns3: cdnsp-pci: remove redundant pci_disable_device() callMiaoqian Lin1-4/+1
2025-10-15usb: typec: tipd: Clear interrupts firstSven Peter1-13/+11
2025-10-15net: usb: asix: hold PM usage ref to avoid PM/MDIO + RTNL deadlockOleksij Rempel1-0/+29
2025-10-15bus: fsl-mc: Check return value of platform_get_resource()Salah Triki1-0/+3
2025-10-15pinctrl: check the return value of pinmux_ops::get_function_name()Bartosz Golaszewski1-1/+1
2025-10-15tee: fix register_shm_helper()Jens Wiklander1-0/+8
2025-10-15thunderbolt: Fix use-after-free in tb_dp_dprx_workDuoming Zhou1-2/+3
2025-10-15PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before releaseShin'ichiro Kawasaki1-6/+11
2025-10-15remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctab...Zhen Ni1-1/+2
2025-10-15PCI/AER: Avoid NULL pointer dereference in aer_ratelimit()Breno Leitao1-0/+3
2025-10-15Input: uinput - zero-initialize uinput_ff_upload_compat to avoid info leakZhen Ni1-0/+1
2025-10-15Input: atmel_mxt_ts - allow reset GPIO to sleepMarek Vasut1-1/+1
2025-10-15misc: fastrpc: Skip reference for DMA handlesLing Xu1-18/+27
2025-10-15misc: fastrpc: fix possible map leak in fastrpc_put_argsLing Xu1-3/+7
2025-10-15misc: fastrpc: Fix fastrpc_map_lookup operationLing Xu1-1/+6
2025-10-15misc: fastrpc: Save actual DMA size in fastrpc_map structureLing Xu1-9/+18
2025-10-15fbdev: simplefb: Fix use after free in simplefb_detach_genpds()Janne Grunau1-8/+23
2025-10-15pwm: loongson: Fix LOONGSON_PWM_FREQ_DEFAULTXi Ruoyao1-1/+1
2025-10-15dm: fix NULL pointer dereference in __dm_suspend()Zheng Qixing1-3/+4
2025-10-15dm: fix queue start/stop imbalance under suspend/load/resume racesZheng Qixing2-3/+6
2025-10-15mfd: vexpress-sysreg: Check the return value of devm_gpiochip_add_data()Bartosz Golaszewski1-1/+5
2025-10-15mfd: intel_soc_pmic_chtdc_ti: Set use_single_read regmap_config flagHans de Goede1-0/+2
2025-10-15mfd: rz-mtu3: Fix MTU5 NFCR register offsetCosmin Tanislav1-1/+1
2025-10-15hisi_acc_vfio_pci: Fix reference leak in hisi_acc_vfio_debug_initMiaoqian Lin1-1/+5
2025-10-15uio_hv_generic: Let userspace take care of interrupt maskNaman Jain1-6/+1
2025-10-15tpm: Disable TPM2_TCG_HMAC by defaultJarkko Sakkinen1-1/+1
2025-10-15vhost: vringh: Modify the return value checkzhang jiao1-3/+4
2025-10-15octeontx2-pf: fix bitmap leakBo Sun1-0/+1
2025-10-15octeontx2-vf: fix bitmap leakBo Sun1-0/+1
2025-10-15Revert "net/mlx5e: Update and set Xon/Xoff upon MTU set"Jakub Kicinski2-28/+1
2025-10-15iommufd: Register iommufd mock devices with fwspecGuixin Liu3-1/+29
2025-10-15net: enetc: initialize SW PIR and CIR based HW PIR and CIR valuesWei Fang1-10/+5
2025-10-15bonding: fix xfrm offload feature setup on active-backup modeHangbin Liu2-8/+10
2025-10-15net/mlx5: fw reset, add reset timeout workMoshe Shemesh1-0/+24
2025-10-15net/mlx5: pagealloc: Fix reclaim race during command interface teardownShay Drory1-2/+5
2025-10-15net/mlx5: Stop polling for command response if interface goes downMoshe Shemesh1-1/+5
2025-10-15net: dlink: handle copy_thresh allocation failureYeounsu Moon1-2/+5
2025-10-15net: ena: return 0 in ena_get_rxfh_key_size() when RSS hash key is not config...Kohei Enju1-1/+4
2025-10-15nfp: fix RSS hash key size when RSS is not supportedKohei Enju1-1/+1
2025-10-15idpf: fix mismatched free function for dma_alloc_coherentAlok Tiwari1-3/+3
2025-10-15PCI: j721e: Fix incorrect error message in probe()Alok Tiwari1-1/+1
2025-10-15mtd: rawnand: atmel: Fix error handling path in atmel_nand_controller_add_nandsErick Karanja1-2/+2
2025-10-15drivers/base/node: fix double free in register_one_node()Donet Tom1-1/+0
2025-10-15hwrng: ks-sa - fix division by zero in ks_sa_rng_initNishanth Menon1-0/+4
2025-10-15Bluetooth: btintel_pcie: Refactor Device CoredumpKiran K2-145/+77
2025-10-15net: macb: single dma_alloc_coherent() for DMA descriptorsThéo Lebrun1-39/+41
2025-10-15net: macb: move ring size computation to functionsThéo Lebrun1-11/+16
2025-10-15net: macb: remove illusion about TBQPH/RBQPH being per-queueThéo Lebrun2-37/+24