| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: gadget: f_fs: Fix use-after-free | Lars-Peter Clausen | 2016-04-20 | 1 | -3/+2 |
* | usb: dwc3: gadget: Fix suspend/resume during device mode | Roger Quadros | 2016-04-18 | 1 | -0/+6 |
* | usb: dwc3: fix memory leak of dwc->regset | Du, Changbin | 2016-04-18 | 1 | -5/+8 |
* | usb: dwc3: core: fix PHY handling during suspend | Felipe Balbi | 2016-04-18 | 1 | -1/+22 |
* | usb: dwc3: omap: fix up error path on probe() | Felipe Balbi | 2016-04-18 | 1 | -8/+4 |
* | usb: gadget: composite: Clear reserved fields of SSP Dev Cap | John Youn | 2016-04-18 | 1 | -0/+2 |
* | usb: hcd: out of bounds access in for_each_companion | Robert Dobrowolski | 2016-04-13 | 1 | -0/+9 |
* | USB: uas: Add a new NO_REPORT_LUNS quirk | Hans de Goede | 2016-04-13 | 3 | -2/+24 |
* | USB: uas: Limit qdepth at the scsi-host level | Hans de Goede | 2016-04-13 | 1 | -1/+6 |
* | usb: host: xhci-plat: Make enum xhci_plat_type start at a non zero value | Peter Griffin | 2016-04-13 | 1 | -1/+1 |
* | xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers | Mathias Nyman | 2016-04-13 | 4 | -4/+9 |
* | usb: xhci: fix wild pointers in xhci_mem_cleanup | Lu Baolu | 2016-04-13 | 1 | -0/+6 |
* | usb: host: xhci-plat: fix cannot work if R-Car Gen2/3 run on above 4GB phys | Yoshihiro Shimoda | 2016-04-13 | 1 | -0/+13 |
* | usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORT | Yoshihiro Shimoda | 2016-04-13 | 2 | -0/+11 |
* | xhci: resume USB 3 roothub first | Mathias Nyman | 2016-04-13 | 1 | -3/+3 |
* | usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 host | Rafal Redzimski | 2016-04-13 | 1 | -1/+3 |
* | cdc-acm: fix crash if flushed with nothing buffered | Oliver Neukum | 2016-04-13 | 1 | -0/+4 |
* | Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2016-04-09 | 21 | -147/+150 |
|\ |
|
| * | Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2016-04-08 | 4 | -0/+15 |
| |\ |
|
| | * | USB: option: add "D-Link DWM-221 B1" device id | Bjørn Mork | 2016-04-07 | 1 | -0/+2 |
| | * | USB: serial: cp210x: Adding GE Healthcare Device ID | Martyn Welch | 2016-04-07 | 1 | -0/+1 |
| | * | USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices | Josh Boyer | 2016-04-07 | 2 | -0/+12 |
| * | | Merge tag 'fixes-for-v4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2016-04-07 | 7 | -20/+34 |
| |\ \ |
|
| | * | | usb: dwc3: keystone: drop dma_mask configuration | Grygorii Strashko | 2016-04-06 | 1 | -5/+0 |
| | * | | usb: gadget: udc-core: remove manual dma configuration | Grygorii Strashko | 2016-04-06 | 1 | -6/+0 |
| | * | | usb: dwc3: pci: add ID for one more Intel Broxton platform | Heikki Krogerus | 2016-04-06 | 1 | -0/+2 |
| | * | | usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done() | Yoshihiro Shimoda | 2016-04-04 | 1 | -1/+5 |
| | * | | usb: dwc2: do not override forced dr_mode in gadget setup | Przemek Rudy | 2016-04-04 | 1 | -5/+18 |
| | * | | usb: gadget: f_midi: unlock on error | Dan Carpenter | 2016-04-04 | 1 | -1/+3 |
| | * | | usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer | Yoshihiro Shimoda | 2016-03-30 | 1 | -0/+1 |
| | * | | usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler() | Yoshihiro Shimoda | 2016-03-30 | 1 | -1/+2 |
| | * | | usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize | Felipe F. Tonello | 2016-03-30 | 1 | -1/+3 |
| * | | | USB: digi_acceleport: do sanity checking for the number of ports | Oliver Neukum | 2016-03-31 | 1 | -0/+19 |
| * | | | USB: cypress_m8: add endpoint sanity check | Oliver Neukum | 2016-03-31 | 1 | -6/+5 |
| * | | | USB: mct_u232: add sanity checking in probe | Oliver Neukum | 2016-03-31 | 1 | -1/+8 |
| * | | | usb: fix regression in SuperSpeed endpoint descriptor parsing | Mathias Nyman | 2016-03-30 | 1 | -9/+7 |
| * | | | USB: usbip: fix potential out-of-bounds write | Ignat Korchagin | 2016-03-30 | 1 | -0/+11 |
| |/ / |
|
| * | | usb: phy: qcom-8x16: fix regulator API abuse | Arnd Bergmann | 2016-03-30 | 1 | -61/+11 |
| * | | usb: gadget: composite: Access SSP Dev Cap fields properly | John Youn | 2016-03-29 | 1 | -3/+5 |
| * | | usb: gadget: udc: atmel: don't disable enpdoints we don't own | Felipe Balbi | 2016-03-29 | 1 | -14/+0 |
| * | | usb: dwc3: gadget: fix endpoint renaming | Felipe Balbi | 2016-03-29 | 1 | -2/+3 |
| * | | usb: dwc3: gadget: release spin lock during gadget resume | Jiebing Li | 2016-03-29 | 1 | -1/+5 |
| * | | usb: dwc3: core: improve reset sequence | Felipe Balbi | 2016-03-29 | 1 | -30/+18 |
| * | | usb: gadget: f_midi: added spinlock on transmit function | Felipe F. Tonello | 2016-03-29 | 1 | -0/+9 |
| |/ |
|
* | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 3 | -5/+5 |
|/ |
|
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2016-03-23 | 1 | -4/+5 |
|\ |
|
| * | usb: dwc3: Remove impossible check for of_clk_get_parent_count() < 0 | Stephen Boyd | 2016-02-26 | 1 | -4/+5 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2016-03-22 | 2 | -106/+89 |
|\ \ |
|
| * | | usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefs | Nicholas Bellinger | 2016-03-10 | 1 | -40/+11 |
| * | | usb-gadget/tcm: Conversion to percpu_ida tag pre-allocation | Nicholas Bellinger | 2016-03-10 | 2 | -39/+60 |