summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-12-17xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman2-2/+11
2019-12-17xhci: Fix memory leak in xhci_add_in_port()Mika Westerberg1-0/+4
2019-12-17usb: xhci: only set D3hot for pci deviceHenry Lin3-5/+16
2019-12-17staging: gigaset: add endpoint-type sanity checkJohan Hovold1-0/+12
2019-12-17staging: gigaset: fix illegal free on probe errorsJohan Hovold1-5/+1
2019-12-17staging: gigaset: fix general protection fault on probeJohan Hovold1-0/+5
2019-12-17staging: vchiq: call unregister_chrdev_region() when driver registration failsMarcelo Diop-Gonzalez1-1/+1
2019-12-17staging: rtl8712: fix interface sanity checkJohan Hovold1-1/+1
2019-12-17staging: rtl8188eu: fix interface sanity checkJohan Hovold1-1/+1
2019-12-17staging: exfat: fix multiple definition error of `rename_file'Brendan Higgins3-6/+6
2019-12-17binder: fix incorrect calculation for num_validTodd Kjos1-2/+2
2019-12-17usb: host: xhci-tegra: Correct phy enable sequenceNagarjuna Kristam1-12/+13
2019-12-17usb: Allow USB device to be warm reset in suspended stateKai-Heng Feng1-3/+2
2019-12-17USB: uas: heed CAPACITY_HEURISTICSOliver Neukum1-0/+6
2019-12-17USB: uas: honor flag to avoid CAPACITY16Oliver Neukum1-0/+4
2019-12-17media: venus: remove invalid compat_ioctl32 handlerArnd Bergmann2-6/+0
2019-12-17scsi: qla2xxx: Fix memory leak when sending I/O failsArun Easi1-0/+4
2019-12-17scsi: qla2xxx: Fix double scsi_done for abort pathQuinn Tran4-59/+72
2019-12-17scsi: qla2xxx: Fix driver unload hangQuinn Tran1-2/+0
2019-12-17scsi: qla2xxx: Do command completion on abort timeoutQuinn Tran2-0/+19
2019-12-17scsi: zfcp: trace channel log even for FCP command responsesSteffen Maier1-5/+3
2019-12-17scsi: lpfc: Fix bad ndlp ptr in xri aborted handlingJames Smart3-7/+12
2019-12-17Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T"Jian-Hong Pan1-10/+0
2019-12-17nvme: Namepace identification descriptor list is optionalKeith Busch1-0/+2
2019-12-17usb: gadget: pch_udc: fix use after freeGustavo A. R. Silva1-1/+0
2019-12-17usb: gadget: configfs: Fix missing spin_lock_init()Wei Yongjun1-0/+1
2019-12-13EDAC/ghes: Fix locking and memory barrier issuesRobert Richter1-24/+66
2019-12-13watchdog: aspeed: Fix clock behaviour for ast2600Joel Stanley1-6/+10
2019-12-13drm/mcde: Fix an error handling path in 'mcde_probe()'Christophe JAILLET1-1/+2
2019-12-13md/raid0: Fix an error message in raid0_make_request()Dan Carpenter1-1/+1
2019-12-13cpufreq: imx-cpufreq-dt: Correct i.MX8MN's default speed grade valueAnson Huang1-10/+10
2019-12-13binder: Handle start==NULL in binder_update_page_range()Jann Horn1-3/+5
2019-12-13binder: Prevent repeated use of ->mmap() via NULL mappingJann Horn1-5/+6
2019-12-13binder: Fix race between mmap() and binder_alloc_print_pages()Jann Horn1-8/+14
2019-12-13Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"Je Yen Tam1-288/+4
2019-12-13vcs: prevent write access to vcsu devicesNicolas Pitre1-0/+3
2019-12-13thermal: Fix deadlock in thermal thermal_zone_device_checkWei Wang1-2/+2
2019-12-13RDMA/qib: Validate ->show()/store() callbacks before calling themViresh Kumar1-0/+6
2019-12-13can: ucan: fix non-atomic allocation in completion handlerJohan Hovold1-1/+1
2019-12-13spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CSGregory CLEMENT1-1/+2
2019-12-13spi: Fix SPI_CS_HIGH setting when using native and GPIO CSGregory CLEMENT1-9/+9
2019-12-13spi: atmel: Fix CS high supportGregory CLEMENT1-4/+2
2019-12-13spi: stm32-qspi: Fix kernel oops when unbinding driverPatrice Chotard1-1/+2
2019-12-13spi: spi-fsl-qspi: Clear TDH bits in FLSHCR registerFrieder Schrempf1-5/+33
2019-12-13crypto: ccp - fix uninitialized list headMark Salter1-0/+1
2019-12-13crypto: geode-aes - switch to skcipher for cbc(aes) fallbackArd Biesheuvel2-25/+34
2019-12-13crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeTudor Ambarus1-23/+30
2019-12-13crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter1-5/+1
2019-12-13drm/i810: Prevent underflow in ioctlDan Carpenter1-2/+2
2019-12-13drm: damage_helper: Fix race checking plane->state->fbSean Paul1-1/+7