summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-12-29spi: bcm2835aux: Fix use-after-free on unbindLukas Wunner1-12/+6
2020-12-11Input: i8042 - fix error return code in i8042_setup_aux()Luo Meng1-1/+2
2020-12-11spi: bcm2835: Release the DMA channel if probe fails after dma_initPeter Ujfalusi1-3/+4
2020-12-11spi: bcm2835: Fix use-after-free on unbindLukas Wunner1-10/+5
2020-12-11spi: Introduce device-managed SPI controller allocationLukas Wunner1-1/+53
2020-12-11iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEsSuravee Suthikulpanit1-1/+1
2020-12-11i2c: imx: Check for I2SR_IAL after every byteChristian Eggers1-0/+10
2020-12-11i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers1-5/+15
2020-12-11tty: Fix ->session lockingJann Horn1-14/+37
2020-12-11tty: Fix ->pgrp locking in tiocspgrp()Jann Horn1-2/+2
2020-12-11USB: serial: option: add support for Thales Cinterion EXS82Giacinto Cifelli1-0/+2
2020-12-11USB: serial: option: add Fibocom NL668 variantsVincent Palatin1-1/+2
2020-12-11USB: serial: ch341: sort device-id entriesJohan Hovold1-3/+3
2020-12-11USB: serial: ch341: add new Product ID for CH341AJan-Niklas Burfeind1-0/+1
2020-12-11USB: serial: kl5kusb105: fix memleak on openJohan Hovold1-6/+4
2020-12-11usb: gadget: f_fs: Use local copy of descriptors for userspace copyVamsi Krishna Samavedam1-2/+4
2020-12-11Input: i8042 - add ByteSpeed touchpad to noloop tablePo-Hsu Lin1-0/+4
2020-12-11Input: xpad - support Ardwiino ControllersSanjay Govind1-0/+2
2020-12-11net: pasemi: fix error return code in pasemi_mac_open()Zhang Changzhong1-2/+6
2020-12-11cxgb3: fix error return code in t3_sge_alloc_qset()Zhang Changzhong1-0/+1
2020-12-11bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2-35/+44
2020-12-11usbnet: ipheth: fix connectivity with iOS 14Yves-Alexis Perez1-1/+1
2020-12-02USB: core: Fix regression in Hercules audio cardAlan Stern1-0/+6
2020-12-02USB: core: add endpoint-blacklist quirkJohan Hovold3-0/+46
2020-12-02USB: core: Change %pK for __user pointers to %pxAlan Stern1-2/+2
2020-12-02nfc: s3fwrn5: use signed integer for parsing GPIO numbersKrzysztof Kozlowski1-2/+2
2020-12-02IB/mthca: fix return value of error branch in mthca_init_cq()Xiongfeng Wang1-4/+6
2020-12-02bnxt_en: Release PCI regions when DMA mask setup fails during probe.Michael Chan1-1/+1
2020-12-02video: hyperv_fb: Fix the cache type when mapping the VRAMDexuan Cui1-1/+6
2020-12-02bnxt_en: fix error return code in bnxt_init_board()Zhang Changzhong1-0/+1
2020-12-02scsi: ufs: Fix race between shutdown and runtime resume flowStanley Chu1-5/+1
2020-12-02scsi: target: iscsi: Fix cmd abort fabric stop raceMike Christie1-4/+13
2020-12-02scsi: libiscsi: Fix NOP race conditionLee Duncan1-8/+15
2020-12-02dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst sizeSugar Zhang1-1/+1
2020-12-02HID: hid-sensor-hub: Fix issue with devices with no report IDPablo Ceballos1-1/+2
2020-12-02Input: i8042 - allow insmod to succeed on devices without an i8042 controllerHans de Goede1-1/+11
2020-12-02HID: cypress: Support Varmilo Keyboards' media hotkeysFrank Yang2-5/+41
2020-11-24tty: serial: imx: keep console clocks always onFugang Duan1-17/+3
2020-11-24regulator: ti-abb: Fix array out of bound read access on the first transitionNishanth Menon1-1/+11
2020-11-24can: m_can: m_can_handle_state_change(): fix state changeWu Bo1-2/+2
2020-11-24can: peak_usb: fix potential integer overflow on shift of a intColin Ian King1-2/+2
2020-11-24can: dev: can_restart(): post buffer from the right contextAlejandro Concepcion Rodriguez1-1/+1
2020-11-24Input: adxl34x - clean up a data type in adxl34x_probe()Dan Carpenter1-1/+1
2020-11-24pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irqJianqun Xu1-0/+2
2020-11-24net: usb: qmi_wwan: Set DTR quirk for MR400Filip Moc1-1/+1
2020-11-24qlcnic: fix error return code in qlcnic_83xx_restart_hw()Zhang Changzhong1-1/+2
2020-11-24net/mlx4_core: Fix init_hca fields offsetAya Levin2-5/+5
2020-11-24net: b44: fix error return code in b44_init_one()Zhang Changzhong1-1/+2
2020-11-24atm: nicstar: Unmap DMA on send errorSebastian Andrzej Siewior1-0/+2
2020-11-22Input: sunkbd - avoid use-after-free in teardown pathsDmitry Torokhov1-8/+33