summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* staging: vme_user: Fix possible UAF in tsi148_dma_list_addGaosheng Cui2023-01-181-0/+1
* usb: fotg210-udc: Fix ages old endianness issuesLinus Walleij2023-01-181-6/+6
* uio: uio_dmem_genirq: Fix deadlock between irq config and handlingRafael Mendonca2023-01-181-1/+4
* uio: uio_dmem_genirq: Fix missing unlock in irq configurationRafael Mendonca2023-01-181-5/+3
* vfio: platform: Do not pass return buffer to ACPI _RST methodRafael Mendonca2023-01-181-2/+1
* class: fix possible memory leak in __class_register()Yang Yingliang2023-01-181-0/+5
* serial: tegra: Read DMA status before terminatingKartik2023-01-181-2/+4
* tty: serial: tegra: Activate RX DMA transfer by requestDmitry Osipenko2023-01-181-32/+46
* serial: tegra: Add PIO mode supportKrishna Yarlagadda2023-01-181-31/+86
* serial: tegra: report clk rate errorsKrishna Yarlagadda2023-01-181-2/+57
* serial: tegra: add support to adjust baud rateKrishna Yarlagadda2023-01-181-0/+68
* serial: tegra: add support to use 8 bytes triggerKrishna Yarlagadda2023-01-181-2/+11
* serial: tegra: set maximum num of uart ports to 8Krishna Yarlagadda2023-01-181-2/+17
* serial: tegra: check for FIFO mode enabled statusKrishna Yarlagadda2023-01-181-6/+46
* serial: tegra: avoid reg access when clk disabledAhung Cheng2023-01-181-6/+11
* drivers: dio: fix possible memory leak in dio_init()Yang Yingliang2023-01-181-0/+8
* IB/IPoIB: Fix queue count inconsistency for PKEY child interfacesDragos Tatulea2023-01-181-0/+7
* hwrng: geode - Fix PCI device refcount leakXiongfeng Wang2023-01-181-8/+28
* hwrng: amd - Fix PCI device refcount leakXiongfeng Wang2023-01-181-5/+13
* crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui2023-01-181-2/+6
* RDMA/hfi1: Fix error return code in parse_platform_config()Wang Yufen2023-01-181-0/+6
* scsi: snic: Fix possible UAF in snic_tgt_create()Gaosheng Cui2023-01-181-0/+3
* scsi: fcoe: Fix transport not deattached when fcoe_if_init() failsChen Zhongjin2023-01-181-0/+1
* scsi: ipr: Fix WARNING in ipr_init()Shang XiaoJing2023-01-181-1/+9
* scsi: fcoe: Fix possible name leak when device_register() failsYang Yingliang2023-01-181-9/+10
* scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device()Yang Yingliang2023-01-181-1/+3
* scsi: hpsa: Fix error handling in hpsa_add_sas_host()Yang Yingliang2023-01-181-1/+2
* scsi: hpsa: Fix possible memory leak in hpsa_init_one()Yuan Can2023-01-181-1/+1
* scsi: hpsa: use local workqueues instead of system workqueuesDon Brace2023-01-182-3/+20
* RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failedZhang Xiaoxu2023-01-181-3/+3
* crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König2023-01-181-1/+1
* RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang2023-01-181-0/+2
* PCI: Check for alloc failure in pci_request_irq()Zeng Heng2023-01-181-0/+2
* scsi: scsi_debug: Fix a warning in resp_write_scat()Harshit Mogalapalli2023-01-181-1/+1
* RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang2023-01-181-1/+1
* stmmac: fix potential division by 0Piergiorgio Beruto2023-01-182-2/+3
* Bluetooth: hci_bcsp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-1/+1
* Bluetooth: hci_h5: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-1/+1
* Bluetooth: hci_qca: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-1/+1
* Bluetooth: btusb: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-3/+3
* ntb_netdev: Use dev_kfree_skb_any() in interrupt contextEric Pilmore2023-01-181-2/+2
* net: lan9303: Fix read error execution pathJerry Ray2023-01-181-1/+3
* net: amd-xgbe: Check only the minimum speed for active/passive cablesTom Lendacky2023-01-181-12/+2
* net: amd-xgbe: Fix logic around active and passive cablesTom Lendacky2023-01-181-3/+6
* net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-182-2/+2
* hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-3/+3
* net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-2/+2
* net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-1/+1
* net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-1/+1
* net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-181-1/+1