1. 9ba55cf Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  2. 19e36ad Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  3. e10abc6 Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  4. 36ec2dd target: make close_session optional by Christoph Hellwig · 9 years ago
  5. 22d1175 target: make ->shutdown_session optional by Christoph Hellwig · 9 years ago
  6. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  7. 97ef38b tty: Replace TTY_THROTTLED bit tests with tty_throttled() by Peter Hurley · 9 years ago
  8. ce15bda Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 9 years ago
  9. 0878263 usb: gadget: composite: avoid kernel oops with bad gadgets by Felipe Balbi · 9 years ago
  10. 38740a5 usb: gadget: f_fs: Fix use-after-free by Lars-Peter Clausen · 9 years ago
  11. 097aa19 usb: gadget: pch_udc: don't free devm allocated memory by Felipe Balbi · 9 years ago
  12. f78bbca usb: f_mass_storage: test whether thread is running before starting another by Michal Nazarewicz · 9 years ago
  13. 332a5b4 usb: gadget: f_fs: Fix EFAULT generation for async read operations by Lars-Peter Clausen · 9 years ago
  14. 9bc0789 usb: gadget: r8a66597-udc: Deinline pipe_change, save 2176 bytes by Denys Vlasenko · 9 years ago
  15. 679ca39 usb: gadget: udc: core: add usb_gadget_{un}map_request_by_dev() by Yoshihiro Shimoda · 9 years ago
  16. 5096c4d usb: gadget: udc: core: Fix argument of dev_err() in usb_gadget_map_request() by Yoshihiro Shimoda · 9 years ago
  17. e4875bd usb: gadget: pch_udc: sort IDs by Andy Shevchenko · 9 years ago
  18. 6b96873 usb: gadged: pch_udc: get rid of redundant assignments by Andy Shevchenko · 9 years ago
  19. c7b640d usb: gadget: pch_udc: enable MSI if hardware supports by Andy Shevchenko · 9 years ago
  20. 969733f usb: gadget: pch_udc: convert to devres API by Andy Shevchenko · 9 years ago
  21. 5e3bd45 usb: gadged: pch_udc: PCI core handles power state for us by Andy Shevchenko · 9 years ago
  22. badf6d4 usb: common: rework CONFIG_USB_COMMON logic by Arnd Bergmann · 9 years ago
  23. 138b863 usb: gadget: composite: Clear reserved fields of SSP Dev Cap by John Youn · 9 years ago
  24. 46cdd19 usb: gadget: udc: at91: use PTR_ERR_OR_ZERO() by Felipe Balbi · 9 years ago
  25. ffb927d Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  26. 79171e9 usb: gadget: udc-core: remove manual dma configuration by Grygorii Strashko · 9 years ago
  27. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  28. 4fc50ba usb: gadget: f_midi: unlock on error by Dan Carpenter · 9 years ago
  29. 03d27ad usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize by Felipe F. Tonello · 9 years ago
  30. 08f8cab usb: gadget: composite: Access SSP Dev Cap fields properly by John Youn · 9 years ago
  31. 38e5898 usb: gadget: udc: atmel: don't disable enpdoints we don't own by Felipe Balbi · 9 years ago
  32. 9acdf4d usb: gadget: f_midi: added spinlock on transmit function by Felipe F. Tonello · 9 years ago
  33. 5266e5b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  34. 46e595a Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  35. 49dc2b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  36. 1a46712 Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  37. 364e8dd Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 9 years ago
  38. 48d10bd Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  39. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  40. 7b78f48 PCI: Add PCI_CLASS_SERIAL_USB_DEVICE definition by Heikki Krogerus · 9 years ago
  41. cff834c usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefs by Nicholas Bellinger · 9 years ago
  42. 71e7ae8 usb-gadget/tcm: Conversion to percpu_ida tag pre-allocation by Nicholas Bellinger · 9 years ago
  43. fb444abe target: Convert demo-mode only drivers to target_alloc_session by Christoph Hellwig · 9 years ago
  44. 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 9 years ago
  45. 0561f77 usb: gadget: f_acm: Fix configfs attr name by Krzysztof Opasiak · 9 years ago
  46. 59e0527 usb: udc: lpc32xx: remove USB PLL and USB OTG clock management by Vladimir Zapolskiy · 9 years ago
  47. c9083dd usb: udc: lpc32xx: remove direct access to clock controller registers by Vladimir Zapolskiy · 9 years ago
  48. 68726e7 usb: udc: lpc32xx: switch to clock prepare/unprepare model by Vladimir Zapolskiy · 9 years ago
  49. dd9fee6 usb: gadget: renesas_usb3: Use ARCH_RENESAS by Simon Horman · 9 years ago
  50. cff5638 usb: gadget: bdc_udc: fix race condition in bdc_udc_exit() by Alexey Khoroshilov · 9 years ago
  51. c5348b6 usb: gadget: composite: handle otg status selector request from OTG host by Li Jun · 9 years ago
  52. 175f712 usb: gadget: provide interface for legacy gadgets to get UDC name by Marek Szyprowski · 9 years ago
  53. 4111d49 usb: gadget: f_midi: stash substream in gmidi_in_port structure by Michal Nazarewicz · 9 years ago
  54. 413489c usb: gadget: f_midi: missing unlock on error path by Dan Carpenter · 9 years ago
  55. bf0028f usb: gadget: f_midi: use flexible array member for gmidi_in_port elements by Michal Nazarewicz · 9 years ago
  56. 06cd928 usb: gadget: f_midi: fix in_last_port looping logic by Michal Nazarewicz · 9 years ago
  57. 9a71eb5 usb: gadget: f_midi: move some of f_midi_transmit to separate func by Michal Nazarewicz · 9 years ago
  58. f297e86 usb: gadget: f_midi: remove useless midi reference from port struct by Felipe F. Tonello · 9 years ago
  59. ef15088 usb: f_fs: avoid race condition with ffs_epfile_io_complete by Du, Changbin · 9 years ago
  60. ae76e13 usb: f_fs: refactor ffs_epfile_io by Michal Nazarewicz · 9 years ago
  61. b3591f6 usb: f_fs: replace unnecessary goto with a return by Michal Nazarewicz · 9 years ago
  62. 3163c79 usb: f_fs: fix ffs_epfile_io returning success on req alloc failure by Michal Nazarewicz · 9 years ago
  63. 3de4e20 usb: f_fs: fix memory leak when ep changes during transfer by Michal Nazarewicz · 9 years ago
  64. a9458a3 usb: gadget: pxa25x_udc: document endianess better by Arnd Bergmann · 9 years ago
  65. d0fc35bc usb: fsl: drop USB_FSL_MPH_DR_OF Kconfig symbol by Arnd Bergmann · 9 years ago
  66. 65bc0fb usb: gadget: pxa25x_udc: use readl/writel for mmio by Arnd Bergmann · 9 years ago
  67. a77af20 usb: gadget: pxa25x_udc cleanup by Arnd Bergmann · 9 years ago
  68. c5418a0 usb: gadget: pxa25x_udc: move register definitions from arch by Arnd Bergmann · 9 years ago
  69. 59a3ced usb: gadget: f_mass_storage: Enable SuperSpeedPlus by John Youn · 9 years ago
  70. cd69cbe usb: gadget: composite: Update debug message for SuperSpeedPlus by John Youn · 9 years ago
  71. 4eb8e32 usb: gadget: composite: Configure the usb_ep for SuperSpeedPlus by John Youn · 9 years ago
  72. eae5820 usb: gadget: composite: Write SuperSpeedPlus config descriptors by John Youn · 9 years ago
  73. f3bdbe3 usb: gadget: composite: Add function to get descriptors by John Youn · 9 years ago
  74. a4afd01 usb: gadget: composite: Count configs for SuperSpeedPlus by John Youn · 9 years ago
  75. 554eead usb: gadget: Update config for SuperSpeedPlus by John Youn · 9 years ago
  76. f5c6122 usb: gadget: Update function for SuperSpeedPlus by John Youn · 9 years ago
  77. eaef50c usb: gadget: Update usb_assign_descriptors for SuperSpeedPlus by John Youn · 9 years ago
  78. f228a8d usb: gadget: composite: Return SSP Dev Cap descriptor by John Youn · 9 years ago
  79. 1a85329 usb: gadget: composite: Return bcdUSB 0x0310 by John Youn · 9 years ago
  80. 71e41bb Merge 4.5-rc6 into usb-next by Greg Kroah-Hartman · 9 years ago
  81. ca1c118 usb: gadget: net2280: fix endpoint max packet for super speed connections by Simon Appleby · 9 years ago
  82. 7b0a271 usb: gadget: gadgetfs: unregister gadget only if it got successfully registered by Marek Szyprowski · 9 years ago
  83. 31b994a usb: gadget: remove driver from pending list on probe error by Marek Szyprowski · 9 years ago
  84. 4747639 usb: gadget: atmel: access the PMC using regmap by Alexandre Belloni · 9 years ago
  85. 96c7de4 usb: gadget: fsl_qe_udc: fix IS_ERR_VALUE usage by Andrzej Hajda · 9 years ago
  86. 288e6ea gpio: Include linux/gpio.h instead of asm/gpio.h by Bjorn Helgaas · 9 years ago
  87. fc4fa6e treewide: Fix typo in printk by Masanari Iida · 9 years ago
  88. c470ba3 usb: add HAS_IOMEM dependency to USB_PXA27X by Vegard Nossum · 9 years ago
  89. 1b4ea40 usb: add HAS_IOMEM dependency to USB_PXA25X by Vegard Nossum · 9 years ago
  90. be6708e usb: Add HAS_IOMEM dependency to USB_M66592 by Vegard Nossum · 9 years ago
  91. 7562b75 usb: add HAS_IOMEM dependency to USB_NET2272 by Vegard Nossum · 9 years ago
  92. 1c17a35 usb: gadget: rndis: fix itnull.cocci warnings by Julia Lawall · 9 years ago
  93. f6281af usb: gadget: rndis: use list_for_each_entry_safe by Geliang Tang · 9 years ago
  94. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  95. 71e4634 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  96. f689b74 Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  97. 237f38c Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  98. c315259 Merge branch 'patchwork' into v4l_for_linus by Mauro Carvalho Chehab · 9 years ago
  99. 10c17c6 usb/gadget: Remove set-but-not-used variables by Bart Van Assche · 9 years ago
  100. 87cf558 Merge tag 'usb-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 9 years ago