1. 226e2d2 Merge tag 'usb-serial-4.18-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 7 years ago
  2. 90f26cc usb: chipidea: host: fix disconnection detect issue by Peter Chen · 7 years ago
  3. d5a4f93 usb: typec: tcpm: fix logbuffer index is wrong if _tcpm_log is re-entered by Peter Chen · 7 years ago
  4. 9578bcd typec: tcpm: Fix a msecs vs jiffies bug by Dan Carpenter · 7 years ago
  5. 4a76256 usb: cdc_acm: Add quirk for Uniden UBC125 scanner by Houston Yaroschoff · 7 years ago
  6. 68816e1 usb: typec: ucsi: Fix for incorrect status data issue by Heikki Krogerus · 7 years ago
  7. 1f9f9d1 usb: typec: ucsi: acpi: Workaround for cache mode issue by Heikki Krogerus · 7 years ago
  8. 305886c usb: xhci: increase CRS timeout value by Ajay Gupta · 7 years ago
  9. 3431a15 usb: xhci: tegra: fix runtime PM error handling by Stefan Agner · 7 years ago
  10. 36eb935 usb: xhci: remove the code build warning by Dongjiu Geng · 7 years ago
  11. d850c16 xhci: Fix kernel oops in trace_xhci_free_virt_device by Zhengjun Xing · 7 years ago
  12. 229bc19 xhci: Fix perceived dead host due to runtime suspend race with event handler by Mathias Nyman · 7 years ago
  13. 1d8e5c0 dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculation by Minas Harutyunyan · 7 years ago
  14. 9bb073a usb: gadget: dwc2: fix memory leak in gadget_init() by Grigor Tovmasyan · 7 years ago
  15. 980900d usb: gadget: composite: fix delayed_status race condition when set_interface by Chunfeng Yun · 7 years ago
  16. 70c3c8c usb: dwc2: fix isoc split in transfer with no data by William Wu · 7 years ago
  17. af424a4 usb: dwc2: alloc dma aligned buffer for isoc split in by William Wu · 7 years ago
  18. 8760675 usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hub by William Wu · 7 years ago
  19. 22bb5cf usb: dwc2: Fix host exit from hibernation flow. by Artur Petrosyan · 7 years ago
  20. 9925e6e usb: dwc3: qcom: mark PM functions as __maybe_unused by Arnd Bergmann · 7 years ago
  21. 93ef2dc usb: dwc3: Fix error return code in dwc3_qcom_probe() by Wei Yongjun · 7 years ago
  22. 21cbbc6 usb: dwc2: gadget: fix packet drop issue for ISOC OUT transfers by Minas Harutyunyan · 7 years ago
  23. 6152777 usb: dwc3: Only call clk_bulk_get() on devicetree instantiated devices by Hans de Goede · 7 years ago
  24. 6e967d7 usb: dwc2: gadget: fix packet drop issue in dwc2_gadget_handle_nak by Zeng Tao · 7 years ago
  25. 896e518 usb: dwc3: of-simple: fix use-after-free on remove by Johan Hovold · 7 years ago
  26. 1ffba90 usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc() by Minas Harutyunyan · 7 years ago
  27. d52e4d0 usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfers by Vincent Pelletier · 7 years ago
  28. 0090869 usb: dwc3: pci: add support for Intel IceLake by Heikki Krogerus · 8 years ago
  29. 2416062 USB: serial: cp210x: add CESINEL device ids by Johan Hovold · 7 years ago
  30. 2f83982 USB: serial: cp210x: add Silicon Labs IDs for Windows Update by Karoly Pados · 7 years ago
  31. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  32. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  33. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
  34. 590b5b7 treewide: kzalloc_node() -> kcalloc_node() by Kees Cook · 7 years ago
  35. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  36. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  37. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  38. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  39. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  40. ec064d3 Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  41. 07c4dd3 Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  42. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  43. c2ef60f Revert "xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue" by Marc Zyngier · 7 years ago
  44. 12de0a3 xhci: Add quirk to zero 64bit registers on Renesas PCIe controllers by Marc Zyngier · 7 years ago
  45. 36b6857 xhci: Allow more than 32 quirks by Marc Zyngier · 7 years ago
  46. a965315 usb: xhci: force all memory allocations to node by Adam Wallis · 7 years ago
  47. bc9832c USB: typec: fsusb302: no need to check return value of debugfs_create_dir() by Greg Kroah-Hartman · 7 years ago
  48. e15bea0 USB: gadget: udc: s3c2410_udc: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  49. 743d1ef USB: gadget: udc: renesas_usb3: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  50. edbeb6b USB: gadget: udc: pxa27x_udc: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  51. 37ea710 USB: gadget: udc: gr_udc: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  52. da281a8e USB: gadget: udc: bcm63xx_udc: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  53. a143dca USB: udc: atmel_usba_udc: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  54. 535c8dc USB: dwc3: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  55. 1dcd569 USB: dwc2: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  56. b708692d USB: core: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  57. a61b75d USB: chipidea: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  58. b8fc774 USB: ehci-hcd: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  59. 2ee1272 USB: fhci-hcd: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  60. 9b10516 USB: fotg210-hcd: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  61. 465d325 USB: imx21-hcd: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  62. 9fc6f22 USB: isp116x-hcd: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  63. 63c4c0d USB: ohci: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  64. 3770587 USB: uhci: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  65. 26d0b22 USB: mon: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 7 years ago
  66. 71cae9a USB: mtu3: no need to check return value of debugfs_create_dir() by Greg Kroah-Hartman · 7 years ago
  67. 8a1ef17 USB: musb: clean up debugfs file and directory creation by Greg Kroah-Hartman · 7 years ago
  68. a941fc3 USB: typec: tcpm: no need to check return value of debugfs_create_dir() by Greg Kroah-Hartman · 7 years ago
  69. 822852f phy: tegra: select USB_COMMON by Arnd Bergmann · 7 years ago
  70. aa071a9 usb: hub: Per-port setting to reduce TRSTRCY to 10 ms by Nicolas Boichat · 7 years ago
  71. 2524422 usb: hub: Per-port setting to use old enumeration scheme by Nicolas Boichat · 7 years ago
  72. 380375b usb: xhci: tegra: Fix runtime PM support by Jon Hunter · 7 years ago
  73. 03e6275 usb: chipidea: Fix ULPI on imx51 by Andrey Smirnov · 7 years ago
  74. edf3800 usb: musb: remove an unused variable by Arnd Bergmann · 7 years ago
  75. 3bea1cf usb: dwc3: Remove DEBUG define from Qualcomm DWC3 glue driver by Douglas Anderson · 7 years ago
  76. 802bda5 usb: host: ohci: fix sfr kernel warning in ohci-at91 driver by Prasanthi Chellakumar · 7 years ago
  77. 48b73d0 usb: core: message: remove extra endianness conversion in usb_set_isoch_delay by Ruslan Bilovol · 7 years ago
  78. 7eeb111 Merge tag 'usb-serial-4.18-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next by Greg Kroah-Hartman · 7 years ago
  79. 8c97a46 driver core: hold dev's parent lock when needed by Martin Liu · 7 years ago
  80. 58c3811 usb: xhci: tegra: Add support for managing powergates by Jon Hunter · 7 years ago
  81. ee9e5f4 usb: xhci: tegra: Add runtime PM support by Jon Hunter · 7 years ago
  82. f468b55 usb: xhci: tegra: Prepare for adding runtime PM support by Jon Hunter · 7 years ago
  83. ca7d951 usb-storage: Add compatibility quirk flags for G-Technologies G-Drive by Alexander Kappner · 7 years ago
  84. 8c4e97dd usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver by Alexander Kappner · 7 years ago
  85. 05826ff usb: typec: wcove: Remove dependency on HW FSM by Heikki Krogerus · 7 years ago
  86. cb29684 usb: roles: intel_xhci: Enable runtime PM by Heikki Krogerus · 7 years ago
  87. c9359f4 usb: typec: fusb302: Fix debugfs issue by Heikki Krogerus · 7 years ago
  88. 35fcf02 usb: roles: intel_xhci: Always allow user control by Heikki Krogerus · 7 years ago
  89. 74789ae usb: typec: Fix htmldocs warning by Heikki Krogerus · 7 years ago
  90. a0d6ec8 usbip: vhci_sysfs: fix potential Spectre v1 by Gustavo A. R. Silva · 7 years ago
  91. 4a014a7 usb: gadget: function: printer: avoid wrong list handling in printer_write() by Yoshihiro Shimoda · 7 years ago
  92. c97a8cc typec: tcpm: Provide fwnode pointer as part of psy_cfg by Adam Thomson · 7 years ago
  93. 681e948 usb: mtu3: fix warning of sleep in atomic context in notifier callback by Chunfeng Yun · 7 years ago
  94. 4f9f032 usb: mtu3: reset gadget when VBUS_FALL interrupt arises by Chunfeng Yun · 7 years ago
  95. 3d7678e usb: mtu3: avoid sleep in atomic context when enter test mode by Chunfeng Yun · 7 years ago
  96. fbe9db7 usb: mtu3: clear test_mode flag when reset by Chunfeng Yun · 7 years ago
  97. 5fcdd6d usb: mtu3: fix uncontinuous SeqN issue after disable EP by Chunfeng Yun · 7 years ago
  98. ad0c542 usb: mtu3: re-enable controller to accept LPM request after LPM resume by Chunfeng Yun · 7 years ago
  99. 87a0380 xhci: debugfs: add debugfs interface to enable compliance mode for a port by Mathias Nyman · 7 years ago
  100. 6547502 xhci: debugfs: add usb ports to xhci debugfs by Mathias Nyman · 7 years ago