Age | Commit message (Expand) | Author | Files | Lines |
2016-08-16 | xhci: always handle "Command Ring Stopped" events | Mathias Nyman | 1 | -6/+7 |
2016-08-15 | cdc-acm: fix wrong pipe type on rx interrupt xfers | Gavin Li | 2 | -4/+2 |
2016-08-12 | Merge tag 'usb-serial-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 4 | -1/+40 |
2016-08-11 | usb: misc: usbtest: add fix for driver hang | Lu Baolu | 1 | -3/+4 |
2016-08-11 | Merge tag 'fixes-for-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 15 | -35/+69 |
2016-08-11 | usb: dwc3: gadget: stop processing on HWO set | Felipe Balbi | 1 | -10/+1 |
2016-08-11 | usb: dwc3: don't set last bit for ISOC endpoints | Janusz Dziedzic | 1 | -1/+1 |
2016-08-11 | usb: gadget: rndis: free response queue during REMOTE_NDIS_RESET_MSG | Xerox Lin | 1 | -0/+6 |
2016-08-11 | usb: udc: core: fix error handling | Peter Chen | 1 | -1/+4 |
2016-08-11 | usb: gadget: fsl_qe_udc: off by one in setup_received_handle() | Dan Carpenter | 1 | -1/+1 |
2016-08-11 | usb/gadget: fix gadgetfs aio support. | Mathieu Laurendeau | 1 | -1/+1 |
2016-08-11 | usb: gadget: composite: Fix return value in case of error | Christophe JAILLET | 1 | -2/+2 |
2016-08-11 | usb: gadget: uvc: Fix return value in case of error | Christophe JAILLET | 1 | -1/+1 |
2016-08-11 | usb: gadget: fix check in sync read from ep in gadgetfs | Binyamin Sharet | 1 | -1/+1 |
2016-08-11 | usb: misc: usbtest: usbtest_do_ioctl may return positive integer | Peter Chen | 1 | -1/+1 |
2016-08-11 | usb: dwc3: fix missing platform_set_drvdata() in dwc3_of_simple_probe() | Wei Yongjun | 1 | -0/+1 |
2016-08-11 | usb: phy: omap-otg: Fix missing platform_set_drvdata() in omap_otg_probe() | Wei Yongjun | 1 | -0/+2 |
2016-08-11 | usb: gadget: configfs: add mutex lock before unregister gadget | Winter Wang | 1 | -0/+2 |
2016-08-11 | usb: gadget: u_ether: fix dereference after null check coverify warning | Peter Chen | 1 | -1/+2 |
2016-08-11 | usb: gadget: composite: fix dereference after null check coverify warning | Peter Chen | 1 | -0/+2 |
2016-08-11 | usb: renesas_usbhs: Use dmac only if the pipe type is bulk | Yoshihiro Shimoda | 1 | -2/+2 |
2016-08-11 | usb: renesas_usbhs: clear the BRDYSTS in usbhsg_ep_enable() | Yoshihiro Shimoda | 1 | -2/+5 |
2016-08-11 | usb: renesas_usbhs: Fix receiving data corrupt on R-Car Gen3 with dmac | Yoshihiro Shimoda | 1 | -1/+2 |
2016-08-10 | usb: dwc3: pci: add Intel Kabylake PCI ID | Heikki Krogerus | 1 | -0/+2 |
2016-08-10 | usb: dwc3: gadget: always cleanup all TRBs | Felipe Balbi | 1 | -1/+1 |
2016-08-10 | usb: dwc3: gadget: fix for short pkts during chained xfers | Felipe Balbi | 1 | -3/+20 |
2016-08-10 | usb: dwc3: gadget: increment request->actual once | Felipe Balbi | 1 | -8/+11 |
2016-08-09 | usb: host: max3421-hcd: fix mask of IO control register | Jaewon Kim | 1 | -1/+1 |
2016-08-09 | USB: remove race condition in usbfs/libusb when using reap-after-disconnect | Alan Stern | 1 | -1/+3 |
2016-08-09 | usb: devio, do not warn when allocation fails | Jiri Slaby | 1 | -1/+2 |
2016-08-09 | usb: ehci: change order of register cleanup during shutdown | Marc Ohlf | 1 | -2/+2 |
2016-08-09 | USB: validate wMaxPacketValue entries in endpoint descriptors | Alan Stern | 1 | -3/+63 |
2016-08-09 | usb: misc: ftdi-elan: Fix off-by-one memory corruptions | Xiao Han | 1 | -5/+5 |
2016-08-09 | usb: misc: usbtest: usbtest_do_ioctl may return positive integer | Peter Chen | 1 | -1/+1 |
2016-08-09 | USB: hub: change the locking in hub_activate | Alan Stern | 1 | -3/+3 |
2016-08-09 | USB: hub: fix up early-exit pathway in hub_activate | Alan Stern | 1 | -9/+6 |
2016-08-09 | usb: hub: Fix unbalanced reference count/memory leak/deadlocks | Viresh Kumar | 1 | -2/+0 |
2016-08-08 | USB: serial: fix memleak in driver-registration error path | Alexey Klimov | 1 | -1/+3 |
2016-08-08 | USB: serial: option: add support for Telit LE920A4 | Daniele Palmas | 1 | -0/+21 |
2016-08-08 | USB: serial: ftdi_sio: add device ID for WICED USB UART dev board | Sheng-Hui J. Chu | 2 | -0/+7 |
2016-08-08 | USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices | Robert Deliƫn | 2 | -0/+8 |
2016-08-08 | USB: serial: option: add D-Link DWM-156/A3 | Lubomir Rintel | 1 | -0/+1 |
2016-08-07 | Linux 4.8-rc1v4.8-rc1 | Linus Torvalds | 1 | -2/+2 |
2016-08-07 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 62 | -213/+213 |
2016-08-07 | Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 22 | -156/+334 |
2016-08-07 | block: rename bio bi_rw to bi_opf | Jens Axboe | 51 | -157/+158 |
2016-08-07 | target: iblock_execute_sync_cache() should use bio_set_op_attrs() | Jens Axboe | 1 | -1/+1 |
2016-08-07 | mm: make __swap_writepage() use bio_set_op_attrs() | Jens Axboe | 1 | -2/+3 |
2016-08-07 | block/mm: make bdev_ops->rw_page() take a bool for read/write | Jens Axboe | 11 | -53/+51 |
2016-08-07 | Merge tag 'doc-4.8-fixes' of git://git.lwn.net/linux | Linus Torvalds | 16 | -34/+31 |