summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() behaviorYoshihiro Shimoda2019-10-046-2/+34
* usb: renesas_usbhs: gadget: Do not discard queues in usb_ep_set_{halt,wedge}()Yoshihiro Shimoda2019-10-041-2/+0
* udc: lpc32xx: fix 64-bit compiler warningArnd Bergmann2019-10-042-3/+3
* xhci: Fix NULL pointer dereference in xhci_clear_tt_buffer_complete()Mathias Nyman2019-10-041-0/+8
* xhci: Increase STS_SAVE timeout in xhci_suspend()Kai-Heng Feng2019-10-041-1/+1
* xhci: Prevent deadlock when xhci adapter breaks during initBill Kuzeja2019-10-041-2/+21
* usb: xhci: wait for CNR controller not ready bit in xhci resumeRick Tseng2019-10-041-0/+12
* xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hostsMathias Nyman2019-10-041-4/+11
* xhci: Check all endpoints for LPM timeoutJan Schmidt2019-10-041-4/+4
* xhci: Prevent device initiated U1/U2 link pm if exit latency is too longMathias Nyman2019-10-041-4/+6
* xhci: Fix false warning message about wrong bounce buffer write lengthMathias Nyman2019-10-041-2/+2
* USB: legousbtower: fix open after failed reset requestJohan Hovold2019-10-041-2/+2
* USB: legousbtower: fix potential NULL-deref on disconnectJohan Hovold2019-10-041-11/+15
* USB: legousbtower: fix deadlock on disconnectJohan Hovold2019-10-041-17/+2
* USB: legousbtower: fix slab info leak at probeJohan Hovold2019-10-041-2/+4
* usb: typec: ucsi: displayport: Fix for the mode entering routineHeikki Krogerus2019-10-041-0/+2
* usb: typec: ucsi: ccg: Remove run_isr flagHeikki Krogerus2019-10-041-38/+4
* USB: usblcd: use pr_err()Johan Hovold2019-10-041-1/+1
* USB: usblcd: drop redundant lcd mutexJohan Hovold2019-10-041-7/+0
* USB: usblcd: drop redundant disconnect mutexJohan Hovold2019-10-041-17/+1
* USB: usblcd: fix I/O after disconnectJohan Hovold2019-10-041-2/+31
* bindings: rename links to mason USB2/USB3 DT filesMauro Carvalho Chehab2019-10-041-2/+2
* usb: typec: tcpm: usb: typec: tcpm: Fix a signedness bug in tcpm_fw_get_caps()Dan Carpenter2019-10-041-6/+8
* USB: dummy-hcd: fix power budget for SuperSpeed modeJacky.Cao@sony.com2019-10-041-1/+2
* usbip: vhci_hcd indicate failed messageMao Wenan2019-10-041-2/+2
* USB: yurex: Don't retry on unexpected errorsAlan Stern2019-10-041-3/+4
* USB: adutux: fix NULL-derefs on disconnectJohan Hovold2019-10-041-6/+10
* USB: adutux: fix use-after-free on disconnectJohan Hovold2019-10-041-3/+4
* usb: cdns3: Fix sheduling with locks held.Pawel Laszczak2019-10-041-1/+1
* usb: cdns3: Fix use after free in probe error handlingDan Carpenter2019-10-041-1/+2
* USB: microtek: fix info-leak at probeJohan Hovold2019-10-041-0/+4
* dt-bindings: usb: Fix references to usb-hcd.yamlJonathan Neuschäfer2019-10-044-7/+7
* USB: rio500: Remove Rio 500 kernel driverBastien Nocera2019-10-0413-708/+0
* Linux 5.4-rc1v5.4-rc1Linus Torvalds2019-09-301-2/+2
* Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-305-18/+58
|\
| * btrfs: qgroup: Fix reserved data space leak if we have multiple reserve callsQu Wenruo2019-09-271-0/+3
| * btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data spaceQu Wenruo2019-09-271-1/+1
| * btrfs: Fix a regression which we can't convert to SINGLE profileQu Wenruo2019-09-251-1/+7
| * btrfs: relocation: fix use-after-free on dead relocation rootsQu Wenruo2019-09-251-1/+8
| * Btrfs: fix race setting up and completing qgroup rescan workersFilipe Manana2019-09-241-14/+19
| * Btrfs: fix missing error return if writeback for extent buffer never startedFilipe Manana2019-09-241-0/+4
| * btrfs: adjust dirty_metadata_bytes after writeback failure of extent bufferDennis Zhou2019-09-241-0/+9
| * Btrfs: fix selftests failure due to uninitialized i_mode in test inodesFilipe Manana2019-09-241-1/+7
* | Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-09-3017-212/+291
|\ \
| * | csky: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-301-1/+1
| * | csky: entry: Remove unneeded need_resched() loopValentin Schneider2019-09-301-4/+0
| * | csky: Fixup csky_pmu.max_period assignmentMao Han2019-09-301-1/+1
| * | csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren2019-09-302-21/+31
| * | csky: Use generic free_initrd_mem()Mike Rapoport2019-09-301-16/+0
| * | csky: Fixup 610 vipt cache flush mechanismGuo Ren2019-08-222-12/+49