1. 581bfce Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  2. bafb076 Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  3. 05a4a33 gadget/f_mass_storage: stop messing with the address limit by Christoph Hellwig · 7 years ago
  4. 9f57ed0 Merge tag 'extcon-next-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-next by Greg Kroah-Hartman · 7 years ago
  5. 2ab3c34 usb: gadget: make snd_pcm_hardware const by Bhumika Goyal · 7 years ago
  6. 34a0036 Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 7 years ago
  7. 0852659 usb: gadget: f_ncm/u_ether: Move 'SKB reserve' quirk setup to u_ether by Dmitry Osipenko · 7 years ago
  8. daa35bd usb: gadget: serial: fix oops when data rx'd after close by Stephen Warren · 7 years ago
  9. afd7fd8 USB: Gadget core: fix inconsistency in the interface tousb_add_gadget_udc_release() by Alan Stern · 7 years ago
  10. ee61371 usb: gadget: udc: Replace the deprecated extcon API by Chanwoo Choi · 7 years ago
  11. cdff9f8 usb: gadget: f_fs: Pass along set_halt errors. by Jerry Zhang · 7 years ago
  12. cc29d4f usb: bdc: Add support for USB phy by Al Cooper · 7 years ago
  13. 3f8b121 usb: bdc: Enable in Kconfig for ARCH_BRCMSTB systems by Al Cooper · 7 years ago
  14. cff97f3 usb: bdc: fix "xsf for ep not enabled" errror by Al Cooper · 7 years ago
  15. 0de9742 usb: bdc: Add support for suspend/resume by Al Cooper · 7 years ago
  16. 8ac1685 usb: bdc: hook a quick Device Tree compatible string by Florian Fainelli · 7 years ago
  17. 10fbb06 usb: bdc: Small code cleanup by Al Cooper · 7 years ago
  18. c87dca0 usb: bdc: Add clock enable for new chips with a separate BDC clock by Al Cooper · 7 years ago
  19. 5916733 usb: bdc: Fix misleading register names by Al Cooper · 7 years ago
  20. 73517cf usb: gadget: add RNDIS configfs options for class/subclass/protocol by David Lechner · 7 years ago
  21. 31fe084 usb: gadget: core: unmap request from DMA only if previously mapped by Jack Pham · 7 years ago
  22. f8faa3b usb: gadget: allow serial gadget console on other configs by Thadeu Lima de Souza Cascardo · 7 years ago
  23. 64b59f1 usb: gadget: udc: renesas_usb3: make usb_ep_ops const by Bhumika Goyal · 7 years ago
  24. 2d19cdc usb: gadget: f_midi: Use snd_card_free_when_closed with refcount by Jerry Zhang · 7 years ago
  25. 24cf345 usb: gadget: f_midi: add super speed support by Badhri Jagan Sridharan · 7 years ago
  26. a79741f usb: gadget: dummy: fix infinite loop because of missing loop decrement by Colin Ian King · 7 years ago
  27. c054290 usb: gadget: f_midi: constify snd_rawmidi_ops structures by Julia Lawall · 7 years ago
  28. b3c4ec7 usb: gadget: f_hid: {GET,SET} PROTOCOL Support by Abdulhadi Mohamed · 7 years ago
  29. 89c9968 usb: gadget: fsl_qe_udc: constify qe_ep0_desc by Julia Lawall · 7 years ago
  30. b744a2e usb: gadget: udc: renesas_usb3: add support for R-Car M3-W by Yoshihiro Shimoda · 7 years ago
  31. feea468 Merge 4.13-rc5 into usb-next by Greg Kroah-Hartman · 7 years ago
  32. 4b67a54 usb: gadget: fsl_qe_udc: constify qe_ep0_desc by Julia Lawall · 7 years ago
  33. 640c0be usb: gadget: f_uac2: constify snd_pcm_ops structures by Arvind Yadav · 7 years ago
  34. 974203c usb: gadget: udc: renesas_usb3: add support for R-Car H3 ES2.0 by Yoshihiro Shimoda · 7 years ago
  35. 43ba968 usb: gadget: udc: renesas_usb3: add debugfs to set the b-device mode by Yoshihiro Shimoda · 7 years ago
  36. 8e374f0 usb: gadget: udc: renesas_usb3: fix error return code in renesas_usb3_probe() by Gustavo A. R. Silva · 7 years ago
  37. b765ff1 usb: gadget: f_uac2: constify snd_pcm_ops structures by Arvind Yadav · 7 years ago
  38. aca5b9e usb: gadget: udc: renesas_usb3: Fix usb_gadget_giveback_request() calling by Yoshihiro Shimoda · 7 years ago
  39. 1417698 Merge 4.13-rc2 into usb-next by Greg Kroah-Hartman · 7 years ago
  40. 3dc173f USB: gadget: remove unneeded MODULE_VERSION() usage by Greg Kroah-Hartman · 7 years ago
  41. 781001f usb: gadget: udc: renesas_usb3: protect usb3_ep->started in usb3_start_pipen() by Yoshihiro Shimoda · 7 years ago
  42. ebe6b2b usb: gadget: udc: renesas_usb3: fix zlp transfer by the dmac by Yoshihiro Shimoda · 7 years ago
  43. 80584ef usb: gadget: udc: renesas_usb3: fix free size in renesas_usb3_dma_free_prd() by Yoshihiro Shimoda · 7 years ago
  44. 14e1d56 usb: gadget: f_uac2: endianness fixes. by Ruslan Bilovol · 7 years ago
  45. 42370b8 usb: gadget: f_uac1: endianness fixes. by Ruslan Bilovol · 7 years ago
  46. ab1d53d usb: gadget: udc: start_udc() can be static by kbuild test robot · 7 years ago
  47. a9ef5c4 usb: gadget: udc: USB_SNP_CORE should depend on HAS_DMA by Geert Uytterhoeven · 7 years ago
  48. f84a31e usb: gadget: udc: USB_RENESAS_USB3 should depend on HAS_DMA by Geert Uytterhoeven · 7 years ago
  49. bee9186 usb: gadget: f_mass_storage: Fix the logic to iterate all common->luns by Axel Lin · 7 years ago
  50. 920f2ec Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  51. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  52. 818a23e Merge tag 'asoc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 7 years ago
  53. 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  54. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 7 years ago
  55. 24040a5 Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testing by Greg Kroah-Hartman · 7 years ago
  56. 571949a Merge 4.12-rc6 into usb-next by Greg Kroah-Hartman · 7 years ago
  57. 0591bc2 usb: gadget: add f_uac1 variant based on a new u_audio api by Ruslan Bilovol · 7 years ago
  58. d355339 usb: gadget: function: make current f_uac1 implementation legacy by Ruslan Bilovol · 7 years ago
  59. eb9fecb usb: gadget: f_uac2: split out audio core by Ruslan Bilovol · 7 years ago
  60. 7158b57 usb: gadget: f_uac2: remove platform driver/device creation by Ruslan Bilovol · 7 years ago
  61. 1fc4926 usb: gadget: function: f_uac1: implement get_alt() by Ruslan Bilovol · 7 years ago
  62. d423b965 usb: gadget: udc: atmel: Remove unnecessary macros by Alexandre Belloni · 7 years ago
  63. c8e4e5b usb: gadget: bdc: 64-bit pointer capability check by Srinath Mannam · 7 years ago
  64. 19ea9d6 Merge tag 'usb-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  65. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
  66. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  67. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 7 years ago
  68. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 7 years ago
  69. f16443a USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks by Alan Stern · 8 years ago
  70. a090bd4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  71. 0e1b89e usb: gadget: mv_udc: Handle return value of clk_prepare_enable. by Arvind Yadav · 8 years ago
  72. 8e55d30 usb: gadget: mass_storage: set msg_registered after msg registered by Li Jun · 8 years ago
  73. 2d4aa21 usb: gadget: udc: renesas_usb3: add support for dedicated DMAC by Yoshihiro Shimoda · 8 years ago
  74. 46ddd79 usb: gadget: udc: atmel: Remove AVR32 bits from the driver by Andy Shevchenko · 8 years ago
  75. 1041656 usb: gadget: udc: add a 'function' sysfs file by Felipe Balbi · 8 years ago
  76. 06644aa usb: gadget: dummy: implement ->udc_set_speed() by Felipe Balbi · 8 years ago
  77. 67fdfda usb: gadget: core: introduce ->udc_set_speed() method by Felipe Balbi · 8 years ago
  78. 1b9f35a usb: gadget: udc: Add Synopsys UDC Platform driver by Raviteja Garimella · 8 years ago
  79. 7c51247 usb: gadget: udc: Provide correct arguments for 'dma_pool_create' by Raviteja Garimella · 8 years ago
  80. 498beb4 usb: gadget: udc: make debug prints compatible with both pci and platform devices by Raviteja Garimella · 8 years ago
  81. a676fb6 usb: gadget: udc: Rename amd5536udc driver file based on IP by Raviteja Garimella · 8 years ago
  82. e800e8cb usb: gadget: configfs: use hexadecimal values and new line by Stefan Agner · 8 years ago
  83. 76180d7 usb: gadget: configfs: make qw_sign attribute symmetric by Stefan Agner · 8 years ago
  84. 81606ae Merge 4.12-rc5 into usb-next by Greg Kroah-Hartman · 8 years ago
  85. f50b878 USB: gadget: fix GPF in gadgetfs by Alan Stern · 8 years ago
  86. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  87. 4c7aba4 Merge branch 'for-linus' into for-next by Takashi Iwai · 8 years ago
  88. 0e3e975 usb: gadget: composite: make sure to reactivate function on unbind by Felipe Balbi · 8 years ago
  89. 66b5542 usb: gadget: u_uac1: Kill set_fs() usage by Takashi Iwai · 8 years ago
  90. afbbc79 usb: gadget: udc: renesas_usb3: Fix PN_INT_ENA disabling timing by Yoshihiro Shimoda · 8 years ago
  91. 940f538 usb: gadget: udc: renesas_usb3: lock for PN_ registers access by Yoshihiro Shimoda · 8 years ago
  92. 067d6fd usb: gadget: udc: renesas_usb3: fix deadlock by spinlock by Yoshihiro Shimoda · 8 years ago
  93. cdc8768 usb: gadget: udc: renesas_usb3: fix pm_runtime functions calling by Yoshihiro Shimoda · 8 years ago
  94. dc9217b usb: gadget: f_mass_storage: Serialize wake and sleep execution by Thinh Nguyen · 8 years ago
  95. a9548c5 usb: gadget: Allow a non-SuperSpeed gadget to support LPM by John Youn · 8 years ago
  96. 0b67a6b usb: gadget: composite: Exclude SS Dev Cap Desc by John Youn · 8 years ago
  97. e16828c usb: gadget: function: f_fs: Move epfile waitqueue to ffs_data. by Jerry Zhang · 8 years ago
  98. 222155d usb: gadget: function: f_fs: Let ffs_epfile_ioctl wait for enable. by Jerry Zhang · 8 years ago
  99. 8a8b161 usb: gadget: remove redundant self assignment by Stefan Agner · 8 years ago
  100. 6acf116 Merge 4.12-rc2 into usb-next by Greg Kroah-Hartman · 8 years ago