summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: core: Fix regression in Hercules audio cardAlan Stern2020-12-021-0/+6
* USB: core: add endpoint-blacklist quirkJohan Hovold2020-12-023-0/+46
* regulator: workaround self-referent regulatorsMichał Mirosław2020-12-021-1/+4
* regulator: avoid resolve_supply() infinite recursionMichał Mirosław2020-12-021-0/+6
* usb: gadget: Fix memleak in gadgetfs_fill_superZhang Qilong2020-12-021-0/+3
* usb: gadget: f_midi: Fix memleak in f_midi_allocZhang Qilong2020-12-021-3/+7
* USB: core: Change %pK for __user pointers to %pxAlan Stern2020-12-021-7/+7
* platform/x86: toshiba_acpi: Fix the wrong variable assignmentKaixu Xia2020-12-021-2/+1
* can: gs_usb: fix endianess problem with candleLight firmwareMarc Kleine-Budde2020-12-021-61/+70
* ibmvnic: fix NULL pointer dereference in ibmvic_reset_crqLijun Pan2020-12-021-0/+3
* net: ena: set initial DMA width to avoid intel iommu issueShay Agroskin2020-12-021-9/+8
* nfc: s3fwrn5: use signed integer for parsing GPIO numbersKrzysztof Kozlowski2020-12-021-2/+2
* IB/mthca: fix return value of error branch in mthca_init_cq()Xiongfeng Wang2020-12-021-4/+6
* bnxt_en: Release PCI regions when DMA mask setup fails during probe.Michael Chan2020-12-021-1/+1
* video: hyperv_fb: Fix the cache type when mapping the VRAMDexuan Cui2020-12-021-1/+6
* bnxt_en: fix error return code in bnxt_init_board()Zhang Changzhong2020-12-021-0/+1
* scsi: ufs: Fix race between shutdown and runtime resume flowStanley Chu2020-12-021-5/+1
* phy: tegra: xusb: Fix dangling pointer on probe failureMarc Zyngier2020-12-021-0/+1
* scsi: target: iscsi: Fix cmd abort fabric stop raceMike Christie2020-12-021-4/+13
* scsi: libiscsi: Fix NOP race conditionLee Duncan2020-12-021-8/+15
* dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst sizeSugar Zhang2020-12-021-1/+1
* dmaengine: xilinx_dma: use readl_poll_timeout_atomic variantMarc Ferland2020-12-021-2/+2
* HID: hid-sensor-hub: Fix issue with devices with no report IDPablo Ceballos2020-12-021-1/+2
* Input: i8042 - allow insmod to succeed on devices without an i8042 controllerHans de Goede2020-12-021-1/+11
* HID: cypress: Support Varmilo Keyboards' media hotkeysFrank Yang2020-12-022-5/+41
* PCI: Add device even if driver attach failedRajat Jain2020-12-021-5/+1
* regulator: fix memory leak with repeated set_machine_constraints()Michał Mirosław2020-11-241-16/+13
* iio: accel: kxcjk1013: Replace is_smo8500_device with an acpi_type enumHans de Goede2020-11-241-5/+10
* tty: serial: imx: keep console clocks always onFugang Duan2020-11-241-17/+3
* regulator: ti-abb: Fix array out of bound read access on the first transitionNishanth Menon2020-11-241-1/+11
* can: m_can: m_can_handle_state_change(): fix state changeWu Bo2020-11-241-2/+2
* can: peak_usb: fix potential integer overflow on shift of a intColin Ian King2020-11-241-2/+2
* can: dev: can_restart(): post buffer from the right contextAlejandro Concepcion Rodriguez2020-11-241-1/+1
* Input: adxl34x - clean up a data type in adxl34x_probe()Dan Carpenter2020-11-241-1/+1
* pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irqJianqun Xu2020-11-241-0/+2
* mlxsw: core: Use variable timeout for EMAD retriesIdo Schimmel2020-11-241-1/+1
* net: ftgmac100: Fix crash when removing driverJoel Stanley2020-11-241-0/+4
* net: usb: qmi_wwan: Set DTR quirk for MR400Filip Moc2020-11-241-1/+1
* qlcnic: fix error return code in qlcnic_83xx_restart_hw()Zhang Changzhong2020-11-241-1/+2
* net/mlx4_core: Fix init_hca fields offsetAya Levin2020-11-242-5/+5
* net: b44: fix error return code in b44_init_one()Zhang Changzhong2020-11-241-1/+2
* bnxt_en: read EEPROM A2h address using page 0Edwin Peer2020-11-241-1/+1
* atm: nicstar: Unmap DMA on send errorSebastian Andrzej Siewior2020-11-241-0/+2
* ACPI: GED: fix -WformatNick Desaulniers2020-11-221-1/+1
* Input: sunkbd - avoid use-after-free in teardown pathsDmitry Torokhov2020-11-221-8/+33
* i2c: mux: pca954x: Add missing pca9546 definition to chip_descMike Looijmans2020-11-221-1/+5
* i2c: imx: Fix external abort on interrupt in exit pathsKrzysztof Kozlowski2020-11-221-11/+13
* i2c: imx: use clk notifier for rate changesLucas Stach2020-11-221-7/+25
* xen/events: block rogue events for some timeJuergen Gross2020-11-182-6/+24
* xen/events: defer eoi in case of excessive number of eventsJuergen Gross2020-11-184-32/+208