1. 38740a5 usb: gadget: f_fs: Fix use-after-free by Lars-Peter Clausen · 9 years ago
  2. 138b863 usb: gadget: composite: Clear reserved fields of SSP Dev Cap by John Youn · 9 years ago
  3. 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
  4. 79171e9 usb: gadget: udc-core: remove manual dma configuration by Grygorii Strashko · 9 years ago
  5. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  6. 4fc50ba usb: gadget: f_midi: unlock on error by Dan Carpenter · 9 years ago
  7. 03d27ad usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize by Felipe F. Tonello · 9 years ago
  8. 08f8cab usb: gadget: composite: Access SSP Dev Cap fields properly by John Youn · 9 years ago
  9. 38e5898 usb: gadget: udc: atmel: don't disable enpdoints we don't own by Felipe Balbi · 9 years ago
  10. 9acdf4d usb: gadget: f_midi: added spinlock on transmit function by Felipe F. Tonello · 9 years ago
  11. 5266e5b Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  12. 46e595a Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  13. 49dc2b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  14. 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
  15. 364e8dd Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 9 years ago
  16. 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
  17. 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
  18. 7b78f48 PCI: Add PCI_CLASS_SERIAL_USB_DEVICE definition by Heikki Krogerus · 9 years ago
  19. cff834c usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefs by Nicholas Bellinger · 9 years ago
  20. 71e7ae8 usb-gadget/tcm: Conversion to percpu_ida tag pre-allocation by Nicholas Bellinger · 9 years ago
  21. fb444abe target: Convert demo-mode only drivers to target_alloc_session by Christoph Hellwig · 9 years ago
  22. 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 9 years ago
  23. 0561f77 usb: gadget: f_acm: Fix configfs attr name by Krzysztof Opasiak · 9 years ago
  24. 59e0527 usb: udc: lpc32xx: remove USB PLL and USB OTG clock management by Vladimir Zapolskiy · 9 years ago
  25. c9083dd usb: udc: lpc32xx: remove direct access to clock controller registers by Vladimir Zapolskiy · 9 years ago
  26. 68726e7 usb: udc: lpc32xx: switch to clock prepare/unprepare model by Vladimir Zapolskiy · 9 years ago
  27. dd9fee6 usb: gadget: renesas_usb3: Use ARCH_RENESAS by Simon Horman · 9 years ago
  28. cff5638 usb: gadget: bdc_udc: fix race condition in bdc_udc_exit() by Alexey Khoroshilov · 9 years ago
  29. c5348b6 usb: gadget: composite: handle otg status selector request from OTG host by Li Jun · 9 years ago
  30. 175f712 usb: gadget: provide interface for legacy gadgets to get UDC name by Marek Szyprowski · 9 years ago
  31. 4111d49 usb: gadget: f_midi: stash substream in gmidi_in_port structure by Michal Nazarewicz · 9 years ago
  32. 413489c usb: gadget: f_midi: missing unlock on error path by Dan Carpenter · 9 years ago
  33. bf0028f usb: gadget: f_midi: use flexible array member for gmidi_in_port elements by Michal Nazarewicz · 9 years ago
  34. 06cd928 usb: gadget: f_midi: fix in_last_port looping logic by Michal Nazarewicz · 9 years ago
  35. 9a71eb5 usb: gadget: f_midi: move some of f_midi_transmit to separate func by Michal Nazarewicz · 9 years ago
  36. f297e86 usb: gadget: f_midi: remove useless midi reference from port struct by Felipe F. Tonello · 9 years ago
  37. ef15088 usb: f_fs: avoid race condition with ffs_epfile_io_complete by Du, Changbin · 9 years ago
  38. ae76e13 usb: f_fs: refactor ffs_epfile_io by Michal Nazarewicz · 9 years ago
  39. b3591f6 usb: f_fs: replace unnecessary goto with a return by Michal Nazarewicz · 9 years ago
  40. 3163c79 usb: f_fs: fix ffs_epfile_io returning success on req alloc failure by Michal Nazarewicz · 9 years ago
  41. 3de4e20 usb: f_fs: fix memory leak when ep changes during transfer by Michal Nazarewicz · 9 years ago
  42. a9458a3 usb: gadget: pxa25x_udc: document endianess better by Arnd Bergmann · 9 years ago
  43. d0fc35bc usb: fsl: drop USB_FSL_MPH_DR_OF Kconfig symbol by Arnd Bergmann · 9 years ago
  44. 65bc0fb usb: gadget: pxa25x_udc: use readl/writel for mmio by Arnd Bergmann · 9 years ago
  45. a77af20 usb: gadget: pxa25x_udc cleanup by Arnd Bergmann · 9 years ago
  46. c5418a0 usb: gadget: pxa25x_udc: move register definitions from arch by Arnd Bergmann · 9 years ago
  47. 59a3ced usb: gadget: f_mass_storage: Enable SuperSpeedPlus by John Youn · 9 years ago
  48. cd69cbe usb: gadget: composite: Update debug message for SuperSpeedPlus by John Youn · 9 years ago
  49. 4eb8e32 usb: gadget: composite: Configure the usb_ep for SuperSpeedPlus by John Youn · 9 years ago
  50. eae5820 usb: gadget: composite: Write SuperSpeedPlus config descriptors by John Youn · 9 years ago
  51. f3bdbe3 usb: gadget: composite: Add function to get descriptors by John Youn · 9 years ago
  52. a4afd01 usb: gadget: composite: Count configs for SuperSpeedPlus by John Youn · 9 years ago
  53. 554eead usb: gadget: Update config for SuperSpeedPlus by John Youn · 9 years ago
  54. f5c6122 usb: gadget: Update function for SuperSpeedPlus by John Youn · 9 years ago
  55. eaef50c usb: gadget: Update usb_assign_descriptors for SuperSpeedPlus by John Youn · 9 years ago
  56. f228a8d usb: gadget: composite: Return SSP Dev Cap descriptor by John Youn · 9 years ago
  57. 1a85329 usb: gadget: composite: Return bcdUSB 0x0310 by John Youn · 9 years ago
  58. 71e41bb Merge 4.5-rc6 into usb-next by Greg Kroah-Hartman · 9 years ago
  59. ca1c118 usb: gadget: net2280: fix endpoint max packet for super speed connections by Simon Appleby · 9 years ago
  60. 7b0a271 usb: gadget: gadgetfs: unregister gadget only if it got successfully registered by Marek Szyprowski · 9 years ago
  61. 31b994a usb: gadget: remove driver from pending list on probe error by Marek Szyprowski · 9 years ago
  62. 4747639 usb: gadget: atmel: access the PMC using regmap by Alexandre Belloni · 9 years ago
  63. 96c7de4 usb: gadget: fsl_qe_udc: fix IS_ERR_VALUE usage by Andrzej Hajda · 9 years ago
  64. 288e6ea gpio: Include linux/gpio.h instead of asm/gpio.h by Bjorn Helgaas · 9 years ago
  65. fc4fa6e treewide: Fix typo in printk by Masanari Iida · 9 years ago
  66. c470ba3 usb: add HAS_IOMEM dependency to USB_PXA27X by Vegard Nossum · 9 years ago
  67. 1b4ea40 usb: add HAS_IOMEM dependency to USB_PXA25X by Vegard Nossum · 9 years ago
  68. be6708e usb: Add HAS_IOMEM dependency to USB_M66592 by Vegard Nossum · 9 years ago
  69. 7562b75 usb: add HAS_IOMEM dependency to USB_NET2272 by Vegard Nossum · 9 years ago
  70. 1c17a35 usb: gadget: rndis: fix itnull.cocci warnings by Julia Lawall · 9 years ago
  71. f6281af usb: gadget: rndis: use list_for_each_entry_safe by Geliang Tang · 9 years ago
  72. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  73. 71e4634 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  74. 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
  75. 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
  76. c315259 Merge branch 'patchwork' into v4l_for_linus by Mauro Carvalho Chehab · 9 years ago
  77. 10c17c6 usb/gadget: Remove set-but-not-used variables by Bart Van Assche · 9 years ago
  78. 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
  79. 746bfe6 usb: gadget: renesas_usb3: add support for Renesas USB3.0 peripheral controller by Yoshihiro Shimoda · 9 years ago
  80. 7aa1aa6 QE: Move QE from arch/powerpc to drivers/soc by Zhao Qiang · 9 years ago
  81. ea4a8cb usb: gadget: bcm63xx_udc: use list_for_each_entry_safe by Geliang Tang · 9 years ago
  82. a5beaaf usb: gadget: Add the console support for usb-to-serial port by Baolin Wang · 9 years ago
  83. 4bb8548 usb: gadget: f_tcm: add configfs support by Andrzej Pietrasiewicz · 9 years ago
  84. 9beab5d usb: gadget: f_tcm: use usb_gstrings_attach by Andrzej Pietrasiewicz · 9 years ago
  85. c3f890b usb: gadget: f_tcm: remove redundant singleton by Andrzej Pietrasiewicz · 9 years ago
  86. e5587ea usb: gadget: f_tcm: remove compatibility layer by Andrzej Pietrasiewicz · 9 years ago
  87. 0024071 usb: gadget: tcm: convert to use new function registration interface by Andrzej Pietrasiewicz · 9 years ago
  88. dc8c46a usb: gadget: f_tcm: convert to new function interface with backward compatibility by Andrzej Pietrasiewicz · 9 years ago
  89. 08a1cb0 usb: gadget: tcm: factor out f_tcm by Andrzej Pietrasiewicz · 9 years ago
  90. e2ffb77 usb: gadget: tcm: simplify attribute store function by Andrzej Pietrasiewicz · 9 years ago
  91. c8afb61 usb: gadget: tcm: use strtobool for a boolean value by Andrzej Pietrasiewicz · 9 years ago
  92. 8c29350 usb: gadget: tcm: follow naming conventions by Andrzej Pietrasiewicz · 9 years ago
  93. c3978ed usb: gadget: tcm: split string definitions into function and device by Andrzej Pietrasiewicz · 9 years ago
  94. 894a255 tcm_usb_gadget: Fix enabled attribute failure by Nicholas Bellinger · 9 years ago
  95. 4fef4e4 tcm_usb_gadget: Fix nexus leak by Nicholas Bellinger · 9 years ago
  96. a0841d4 tcm_usb_gadget: Don't strip off nexus WWPN prefix by Nicholas Bellinger · 9 years ago
  97. d6dd645 [media] media: videobuf2: Move timestamp to vb2_buffer by Junghak Sung · 9 years ago
  98. df9ecb0 [media] vb2: drop v4l2_format argument from queue_setup by Hans Verkuil · 9 years ago
  99. b7bd98b usb: gadget: inode.c: fix unbalanced spin_lock in ep0_write by David Eccher · 9 years ago
  100. ab738ff usb: gadget: ether: Allow changing the MTU by Mike Looijmans · 9 years ago