1. 41c8a48 Merge tag 'fixes-for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 13 years ago
  2. 320cd1e usb: gadget: udc-core: fix incompatibility with dummy-hcd by Alan Stern · 13 years ago
  3. 83a787a usb: gadget: udc-core: fix wrong call order by Felipe Balbi · 13 years ago
  4. 6f6543f usb gadget: uvc: uvc_request_data::length field must be signed by Laurent Pinchart · 13 years ago
  5. 8f4f9d4 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  6. 15b120d usb: gadget: dummy: do not call pullup() on udc_stop() by Felipe Balbi · 13 years ago
  7. 7075602 USB: gadget/at91_udc: add gpio_to_irq() function to vbus interrupt by Nicolas Ferre · 13 years ago
  8. edffaa0 Merge tag 'fixes-for-v3.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 13 years ago
  9. c85dcda USB: gadget: storage gadgets send wrong error code for unknown commands by Alan Stern · 13 years ago
  10. 92b0abf usb: gadget: eliminate NULL pointer dereference (bugfix) by Andrzej Pietrasiewicz · 13 years ago
  11. 6190c79 usb: gadget: uvc: Remove non-required locking from 'uvc_queue_next_buffer' routine by Bhupesh Sharma · 13 years ago
  12. f135617 usb: gadget: rndis: fix Missing req->context assignment by Lukasz Majewski · 13 years ago
  13. 8ae8090 usb: gadget: udc-core: fix asymmetric calls in remove_driver by Kishon Vijay Abraham I · 13 years ago
  14. 8545e60 usb: gadget: FunctionFS: make module init & exit __init & __exit by Andrzej Pietrasiewicz · 13 years ago
  15. e2190a9 usb: gadget: FunctionFS: clear FFS_FL_BOUND flag on unbind (bugfix) by Andrzej Pietrasiewicz · 13 years ago
  16. db1d8ba usb: s3c-hsotg: Fix big buffers transfer in DMA mode by Anton Tikhomirov · 13 years ago
  17. 70fa030 usb: s3c-hsotg: Avoid TxFIFO corruption in DMA mode by Anton Tikhomirov · 13 years ago
  18. 659ad60 usb: s3c-hsotg: Fix maximum patcket size setting for EP0 by Anton Tikhomirov · 13 years ago
  19. f7a83fe usb: s3c-hsotg: Fix TX FIFOs allocation by Anton Tikhomirov · 13 years ago
  20. f79a60b usb: fsl_udc_core: prime status stage once data stage has primed by Peter Chen · 13 years ago
  21. 6d258a4 usb: gadget: udc-core: stop UDC on device-initiated disconnect by Felipe Balbi · 13 years ago
  22. e3fa252 Merge 3.2-rc1 into usb-linus by Greg Kroah-Hartman · 13 years ago
  23. a2457ee USB: remove compile warning on gadget/inode.c by Michael BRIGHT · 13 years ago
  24. ed359a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  25. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  26. 09893ee Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  27. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  28. 21dcda6 f_phonet: fix skb truesize underestimation by Eric Dumazet · 13 years ago
  29. de8856d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  30. 66f03c6 Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  31. d61b7a5 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  32. 50269e1 net: add a truesize parameter to skb_add_rx_frag() by Eric Dumazet · 13 years ago
  33. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  34. 104bb37 gadgetfs: list_for_each_safe() misuse by Al Viro · 13 years ago
  35. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  36. ed378a5 Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  37. 647d558 usb: gadget: f_fs: Remove lock is held before freeing checks by Andi Kleen · 13 years ago
  38. d1494a3 USB: at91: Device udc add dt support by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  39. 8d06984 usb gadget: fix a section mismatch when compiling g_ffs with CONFIG_USB_FUNCTIONFS_ETH by Lothar Waßmann · 13 years ago
  40. b55dd32 usb: gadget: Kconfig: fix typo for 'different' by Fabio Baltieri · 13 years ago
  41. 33d2832 USB: gadget: Make g_hid device class conform to spec. by Orjan Friberg · 13 years ago
  42. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 13 years ago
  43. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 13 years ago
  44. d60d506 Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup by Olof Johansson · 13 years ago
  45. 880bcd4 Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xx by Kukjin Kim · 13 years ago
  46. 30e9eb1 usb/gadget/pch_udc: Fix compile error by Tomoya MORINAGA · 13 years ago
  47. 85b4b3c usb: gadgetfs: return number of bytes on ep0 read request by Thomas Faber · 13 years ago
  48. 2a5be87 Allocate correct size (portably) in drivers/usb/gadget/f_midi.c::f_midi_bind() by Jesper Juhl · 13 years ago
  49. b1443ac0e usb: gadget: dummy_hcd: signedness bug in transfer() by Dan Carpenter · 13 years ago
  50. b130d5c ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX by Kukjin Kim · 13 years ago
  51. 6e1d521 Merge branches 'depends/irqdomain' and 'at91/base2+cleanup' into next/dt by Arnd Bergmann · 13 years ago
  52. f9b0f51 Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  53. 8062d94 Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  54. 89d4a17 Merge branch 'irqdomain/next' of git://git.secretlab.ca/git/linux-2.6 by Nicolas Ferre · 13 years ago
  55. 775dafd usb/gadget: use common defines within the storage gadget by Sebastian Andrzej Siewior · 13 years ago
  56. 7ac4704 usb/storage: a couple defines from drivers/usb/storage/transport.h to include/linux/usb/storage.h by Sebastian Andrzej Siewior · 13 years ago
  57. 6440093 usb: gadget: goku: use generic map/unmap routines by Felipe Balbi · 13 years ago
  58. ae4d793 usb: gadget: net2280: use generic map/unmap routines by Felipe Balbi · 13 years ago
  59. af93f2c usb: gadget: net2272: use generic map/umap routines by Felipe Balbi · 13 years ago
  60. 05d00fb usb: gadget: r8a66597: use generic map/unmap routines by Felipe Balbi · 13 years ago
  61. 220e860 usb: gadget: amd5536: use generic map/unmap routines by Felipe Balbi · 13 years ago
  62. ac8a138 usb: gadget: langwell: use generic map/unmap functions by Felipe Balbi · 13 years ago
  63. a698908 usb: gadget: add generic map/unmap request utilities by Felipe Balbi · 13 years ago
  64. 4d8cfec Merge branch 'cleanup-3.4' of git://github.com/hzhuang1/linux into next/cleanup by Arnd Bergmann · 13 years ago
  65. c15e03e usb: amd5536udc: Remove old CVS markers by Cyril Roelandt · 13 years ago
  66. 34af373 usb: amd5536udc: Fix the type of ep_string by Cyril Roelandt · 13 years ago
  67. 1b8860d usb: amd5536udc: use the DEFINE_PCI_DEVICE_TABLE macro by Cyril Roelandt · 13 years ago
  68. 1435db4 usb: amd5536udc: Fix indentation by Cyril Roelandt · 13 years ago
  69. 5647a14 usb: amd5536udc: Fix coding style issues. by Cyril Roelandt · 13 years ago
  70. 170b778 usb: amd5536udc: Fix brace coding style issues. by Cyril Roelandt · 13 years ago
  71. 6e13c65 usb: otg: Convert all users to pass struct usb_otg for OTG functions by Heikki Krogerus · 13 years ago
  72. b96d3b0 usb: Convert all users to new usb_phy by Heikki Krogerus · 13 years ago
  73. c5cc5ed usb: fsl_udc_core: Fix scheduling while atomic dump message by Peter Chen · 13 years ago
  74. f9c56cd usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable by Ido Shayevitz · 13 years ago
  75. b551495 ARM: at91/PMC: make register base soc independent by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  76. a003c18 usb: at91_udc: linux/prefetch.h included twice by Danny Kukawka · 13 years ago
  77. 4342d64 ARM: at91: make matrix register base soc independent by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  78. 132fcb4 usb: gadget: Add Audio Class 2.0 Driver by Jassi Brar · 13 years ago
  79. d747a91 usb: gadget: audio: Move string IDs to audio.c by Jassi Brar · 13 years ago
  80. 18b5b3b usb: gadget: Rename audio function to uac1 by Jassi Brar · 13 years ago
  81. 8675381 usb: otg: Rename otg_transceiver to usb_phy by Heikki Krogerus · 13 years ago
  82. 6fecfb0 usb: gadget: add usb3.0 descriptors to serial gadgets by Sebastian Andrzej Siewior · 13 years ago
  83. 609ca22 usb: gadget: clean the ep in autoconf before returning it. by Sebastian Andrzej Siewior · 13 years ago
  84. 637b78e usb: gadget: pch_udc: Detecting VBUS through GPIO with interrupt by Tomoya MORINAGA · 13 years ago
  85. dd63180 usb: gadget: pch_udc: Detecting VBUS through GPIO by Tomoya MORINAGA · 13 years ago
  86. 20edfbb usb: gadget: dummy_hcd: fix null-deref free req by Sebastian Andrzej Siewior · 13 years ago
  87. 3cf0ad0 usb: gadget: dummy_hcd: don't assign ->desc on error case by Sebastian Andrzej Siewior · 13 years ago
  88. 9918cea ARM: at91: code removal of CAP9 SoC by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  89. d11519a usb: gadget: Add Interface Association Descriptor to ECM by Praveena Nadahally · 13 years ago
  90. 683da59 usb: gadget: zero: fix bug in loopback autoresume handling by Timo Juhani Lindfors · 13 years ago
  91. 4b5203f usb: gadget: f_mass_storage: Use "bool" instead of "int" in fsg_module_parameters by Fabio Estevam · 13 years ago
  92. c74c930 usb: gadget: check for streams only for SS udcs by Sebastian Andrzej Siewior · 13 years ago
  93. 118d63f usb: gadget: fsl_udc: fix the usage of udc->max_ep by Peter Chen · 13 years ago
  94. 9e878a6 usb: gadget: SS Isoc endpoints use comp_desc->bMaxBurst too by Paul Zimmerman · 13 years ago
  95. a850163 usb: gadget: storage: endian fix by Andiry Xu · 13 years ago
  96. 37fd371 usb: gadget: langwell: don't call gadget's disconnect() by Alexander Shishkin · 13 years ago
  97. 28bd622 usb: gadget: langwell: drop langwell_otg support by Alexander Shishkin · 13 years ago
  98. fcc0bb5 usb: gadget: f_mass_storage: remove one FSG_NO_INTR_EP by Sebastian Andrzej Siewior · 13 years ago
  99. 54b8360 usb: gadget: update Michal Nazarewicz's email address by Michal Nazarewicz · 13 years ago
  100. 18f2cba usb: gadget: dummy_hcd: clean up checkpatch by Sebastian Andrzej Siewior · 13 years ago