summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: gadget: Add scatter-gather modeAndrzej Pietrasiewicz2019-02-071-36/+77
* usb: gadget: fix various indentation issuesColin Ian King2019-02-075-28/+28
* usb: dwc2: Fix EP TxFIFO number settingMinas Harutyunyan2019-02-071-0/+1
* udc: net2280: Fix net2280_disableGuido Kiener2019-02-061-2/+2
* USB: gadget: Improve kerneldoc for usb_ep_dequeue()Alan Stern2019-02-061-4/+4
* usb: dwc3: debug: purge usage of strcatFelipe Balbi2019-02-051-5/+9
* usb: dwc3: trace: pass trace buffer size to decoding functionsFelipe Balbi2019-02-042-69/+80
* usb: dwc3: gadget: remove DWC3_EP_END_TRANSFER_PENDINGFelipe Balbi2019-02-043-13/+6
* usb: dwc3: gadget: early giveback if End Transfer already completedFelipe Balbi2019-02-041-1/+5
* usb: dwc3: gadget: don't use resource_index as a flagFelipe Balbi2019-02-041-2/+2
* usb: dwc3: gadget: clear DWC3_EP_TRANSFER_STARTED on cmd completeFelipe Balbi2019-02-011-14/+5
* usb: dwc3: gadget: remove req->started flagFelipe Balbi2019-01-283-5/+0
* usb: dwc3: gadget: prevent dwc3_request from being queued twiceFelipe Balbi2019-01-281-0/+5
* usb: dwc3: gadget: add dwc3_request status trackingFelipe Balbi2019-01-283-0/+14
* usb: gadget: udc: renesas_usb3: add support for r8a774c0Fabrizio Castro2019-01-281-0/+4
* usb: gadget: uvc: add uvcg_warn macroPaul Elder2019-01-281-0/+2
* usb: gadget: u_serial: process RX in workqueue instead of taskletMichał Mirosław2019-01-281-21/+14
* dt-bindings: usb: renesas_usbhs: Add r8a774c0 supportFabrizio Castro2019-01-281-0/+1
* usb: gadget: udc: renesas_usb3: Add bindings for r8a774c0Fabrizio Castro2019-01-281-0/+1
* usb: gadget: udc: reduce indentationJulia Lawall2019-01-281-9/+8
* usb: gadget: aspeed: fix typoMatteo Croce2019-01-281-1/+1
* usb: dwc3: keystone: Add support for ti,am654-dwc3Roger Quadros2019-01-282-4/+13
* dt-bindings: usb: keystone-usb: Add ti,am654-dwc3 supportRoger Quadros2019-01-281-2/+4
* usb: dwc3: gadget: Fix OTG events when gadget driver isn't loadedRoger Quadros2019-01-281-0/+2
* usb: renesas_usbhs: replace udelay() with usleep_range()Yoshihiro Shimoda2019-01-282-2/+2
* usb: dwc3: qcom: Add support for MSM8998Jeffrey Hugo2019-01-281-0/+1
* dt-bindings: usb: Add support for msm8998Jeffrey Hugo2019-01-281-0/+1
* usb: gadget: Remove dead branch codeYueHaibing2019-01-281-8/+0
* Linux 5.0-rc4v5.0-rc4Linus Torvalds2019-01-281-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-278-17/+61
|\
| * x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabledSinan Kaya2019-01-221-1/+1
| * x86/entry/64/compat: Fix stack switching for XEN PVJan Beulich2019-01-181-2/+4
| * x86/kexec: Fix a kexec_file_load() failureDave Young2019-01-152-0/+3
| * x86/mm/mem_encrypt: Fix erroneous sizeof()Peng Hao2019-01-151-2/+2
| * x86/selftests/pkeys: Fork() to check for state being preservedDave Hansen2019-01-151-10/+31
| * x86/pkeys: Properly copy pkey state at fork()Dave Hansen2019-01-151-0/+18
| * x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake2019-01-111-2/+2
| * x86/intel/lpss: Make PCI dependency explicitSinan Kaya2019-01-111-1/+1
* | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-272-18/+16
|\ \
| * | x86/hpet: Remove unused FSEC_PER_NSEC defineRoland Dreier2018-12-041-4/+0
| * | x86/tsc: Make calibration refinement more robustDaniel Vacek2018-11-061-14/+16
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-01-271-0/+1
|\ \ \
| * | | posix-cpu-timers: Unbreak timer rearmingThomas Gleixner2019-01-151-0/+1
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-01-275-12/+39
|\ \ \ \
| * | | | locking/rwsem: Fix (possible) missed wakeupXie Yongji2019-01-211-2/+9
| * | | | futex: Fix (possible) missed wakeupPeter Zijlstra2019-01-211-5/+8
| * | | | sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra2019-01-211-3/+4
| * | | | sched/wake_q: Document wake_q_add()Peter Zijlstra2019-01-212-1/+17
| * | | | sched/wait: Fix rcuwait_wake_up() orderingPrateek Sood2019-01-211-1/+1
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-277-16/+20
|\ \ \ \ \