1. b54fc46 xhci: add variable 'cmd_type' in handle_cmd_completion() by Xenia Ragiadakou · 11 years ago
  2. 9124b12 xhci: add variable 'cmd_trb' in handle_cmd_completion() by Xenia Ragiadakou · 11 years ago
  3. e7a79a1 xhci: add variable 'cmd_comp_code' in handle_cmd_completion() by Xenia Ragiadakou · 11 years ago
  4. 6ed46d3 xhci: refactor TRB_CONFIG_EP case into function by Xenia Ragiadakou · 11 years ago
  5. fd54498 xhci: remove unused 'ep_ring' variable in handle_cmd_completion() by Xenia Ragiadakou · 11 years ago
  6. 07948a8 xhci: refactor TRB_EVAL_CONTEXT case into function by Xenia Ragiadakou · 11 years ago
  7. 2c07082 xhci: refactor TRB_NEC_GET_FW case into function by Xenia Ragiadakou · 11 years ago
  8. f681321 xhci: refactor TRB_RESET_DEV case into function by Xenia Ragiadakou · 11 years ago
  9. 20e7acb xhci: use completion event's slot id rather than dig it out of command by Xenia Ragiadakou · 11 years ago
  10. 9b3103a xhci: refactor TRB_ADDR_DEV case into function by Xenia Ragiadakou · 11 years ago
  11. 6c02dd1 xhci: refactor TRB_DISABLE_SLOT case into function by Xenia Ragiadakou · 11 years ago
  12. b244b43 xhci: refactor TRB_ENABLE_SLOT case into function by Xenia Ragiadakou · 11 years ago
  13. 60b9593 xhci: rename existing Command Completion Event handlers by Xenia Ragiadakou · 11 years ago
  14. 07a37e9 xhci: remove unused argument from xhci_giveback_urb_in_irq() by Xenia Ragiadakou · 11 years ago
  15. d194c03 xhci: correct the usage of USB_CTRL_SET_TIMEOUT by xiao jin · 11 years ago
  16. 5f20cf1 usb: xhci: Staticize xhci_del_comp_mod_timer by Sachin Kamat · 11 years ago
  17. f468f7b usb: Push USB2 LPM disable on disconnect into USB core. by Sarah Sharp · 11 years ago
  18. 890dae8 xhci: Enable LPM support only for hardwired or BESL devices by Mathias Nyman · 11 years ago
  19. de68bab usb: Don't enable USB 2.0 Link PM by default. by Sarah Sharp · 11 years ago
  20. 58e21f7 xhci: Set L1 device slot on USB2 LPM enable/disable. by Sarah Sharp · 11 years ago
  21. dcc01c0 usb: Disable USB 2.0 Link PM before device reset. by Sarah Sharp · 11 years ago
  22. c00809d USB: ohci-exynos: Remove non-DT support by Jingoo Han · 11 years ago
  23. 88ed9fd usb/hcd: remove unnecessary local_irq_save by Michael Opdenacker · 11 years ago
  24. a393a80 USB: EHCI: start new isochronous streams ASAP by Alan Stern · 11 years ago
  25. b35c500 USB: EHCI: create per-TT bandwidth tables by Alan Stern · 11 years ago
  26. ca1ad0f Revert "USB: OHCI: Properly handle OHCI controller suspend" by Greg Kroah-Hartman · 11 years ago
  27. 118cb99 Revert "USB: OHCI: Properly handle ohci-at91 suspend" by Greg Kroah-Hartman · 11 years ago
  28. ba8d400 Revert "USB: OHCI: Properly handle ohci-s3c2410 suspend" by Greg Kroah-Hartman · 11 years ago
  29. 5d93128 Revert "USB: OHCI: Properly handle ohci-da8xx suspend" by Greg Kroah-Hartman · 11 years ago
  30. 848b5b5 Revert "USB: OHCI: Properly handle ohci-ep93xx suspend" by Greg Kroah-Hartman · 11 years ago
  31. 066ba8e Revert "USB: OHCI: Properly handle ohci-exynos suspend" by Greg Kroah-Hartman · 11 years ago
  32. 3de80bf Revert "USB: OHCI: Properly handle ohci-spear suspend" by Greg Kroah-Hartman · 11 years ago
  33. 781b213 drivers: usb: core: hub.c: Comments shouldnt be C99 // comment style by Matthias Beyer · 11 years ago
  34. 1335f2d drivers: usb: core: file.c: moved asterisk to variable name by Matthias Beyer · 11 years ago
  35. 469271f drivers: usb: core: {file,hub,sysfs,usb}.c: Whitespace fixes by Matthias Beyer · 11 years ago
  36. a91ccd2 USB: mos7840: fix tiocmget error handling by Johan Hovold · 11 years ago
  37. 706cd17 USB: serial: export usb_serial_generic_write_start by Johan Hovold · 11 years ago
  38. 818f603 USB: serial: add memory flags to usb_serial_generic_write_start by Johan Hovold · 11 years ago
  39. 92ad247 USB: serial: clean up comments in generic driver by Johan Hovold · 11 years ago
  40. 059239a drivers: usb: core: hcd.c: converted busmap from struct to bitmap by Matthias Beyer · 11 years ago
  41. 29824c1 USB: host: Rename ehci-s5p to ehci-exynos by Jingoo Han · 11 years ago
  42. 57ae160 USB: ehci-s5p: Remove non-DT support by Jingoo Han · 11 years ago
  43. a4b3f02 ARM: SAMSUNG: Remove unused s5p_device_ehci by Jingoo Han · 11 years ago
  44. 7c4bb94 USB: add a private-data pointer to struct usb_tt by Alan Stern · 11 years ago
  45. d0ce5c6 USB: EHCI: use a bandwidth-allocation table by Alan Stern · 11 years ago
  46. ffa0248 USB: EHCI: create a "periodic schedule info" struct by Alan Stern · 11 years ago
  47. 91a99b5 USB: EHCI: use consistent NO_FRAME value by Alan Stern · 11 years ago
  48. 27c4a31 USB: EHCI: change toggle only upon successful reset by Alan Stern · 11 years ago
  49. 8c05dc5 USB: EHCI: No SSPLIT allowed in uframe 7 by Alan Stern · 11 years ago
  50. 2b90f01 USB: EHCI: compute full-speed bandwidth usage correctly by Alan Stern · 11 years ago
  51. e24371a USB: EHCI: check the right uframes for CSPLIT by Alan Stern · 11 years ago
  52. 63fb3a2 USB: NS_TO_US should round up by Alan Stern · 11 years ago
  53. 6ec4147 usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is done by Hans de Goede · 11 years ago
  54. 9ef73db usb-anchor: Ensure poisened gets initialized to 0 by Hans de Goede · 11 years ago
  55. a72e2e5 USB: ohci-exynos: Add missing usb_put_hcd() to prevent memory leak by Jingoo Han · 11 years ago
  56. 0fc924b USB: ehci-msm: Add device tree support and binding information by Ivan T. Ivanov · 11 years ago
  57. e4f0da0 ehci-msm: Remove global struct usb_phy variable by Ivan T. Ivanov · 11 years ago
  58. 2b84f92 usb: Remove unnecessary semicolons by Joe Perches · 11 years ago
  59. 65b2fb3 usb: chipidea: udc: Fix calling spin_lock_irqsave at sleep context by Peter Chen · 11 years ago
  60. a3aee36 usb: chipidea: udc: Fix spinlock recursion during bus reset by Peter Chen · 11 years ago
  61. 5287bf7 USB: cyberjack: fix buggy integer overflow test by Dan Carpenter · 11 years ago
  62. 5a3e205 USB/host: Bugfix: Return length of copied buffer in uhci_hub_control() by Deng-Cheng Zhu · 11 years ago
  63. cae9160 usb: gadget: mv_u3d_core: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  64. afc3cba usb: wusbcore: fix string formatting warnings on 64-bit builds by Thomas Pugliese · 11 years ago
  65. 2b4ef83 usb: host: uhci-platform: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  66. 4c015ba Merge 3.12-rc4 into usb-next by Greg Kroah-Hartman · 11 years ago
  67. d0e639c9 Linux 3.12-rc4 by Linus Torvalds · 11 years ago
  68. 2433c8f net: Update the sysctl permissions handler to test effective uid/gid by Eric W. Biederman · 11 years ago
  69. 13caa8e Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  70. 831ae3c Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  71. d1ddb0a drivers: usb: core: hcd: if-else-braces fixed by Matthias Beyer · 11 years ago
  72. 0701049 drivers: usb: core: hcd: removed braces for return statements by Matthias Beyer · 11 years ago
  73. 048cb21 drivers: usb: core: hcd: replaced C99 // comments by Matthias Beyer · 11 years ago
  74. 1455735 drivers: usb: core: hcd: Whitespace fixes by Matthias Beyer · 11 years ago
  75. 842c196 drivers: usb: core: hcd: moved asterix to variable by Matthias Beyer · 11 years ago
  76. f1125f8 USB/host: Use existing macros instead of hard-coded values in uhci-debug.c by Deng-Cheng Zhu · 11 years ago
  77. 36a8758 USB: OHCI: Properly handle ohci-spear suspend by Manjunath Goudar · 11 years ago
  78. f3c6059 USB: OHCI: Properly handle ohci-sm501 suspend by Manjunath Goudar · 11 years ago
  79. 4ceaa89 USB: OHCI: Properly handle ohci-pxa27x suspend by Manjunath Goudar · 11 years ago
  80. 39dbd7d USB: OHCI: Properly handle ohci-platform suspend by Manjunath Goudar · 11 years ago
  81. 10abfa1 USB: OHCI: Properly handle ohci-omap suspend by Manjunath Goudar · 11 years ago
  82. fea0896 USB: OHCI: Properly handle ohci-exynos suspend by Manjunath Goudar · 11 years ago
  83. 018258b USB: OHCI: Properly handle ohci-ep93xx suspend by Manjunath Goudar · 11 years ago
  84. 86a63f1 USB: OHCI: Properly handle ohci-da8xx suspend by Manjunath Goudar · 11 years ago
  85. 19d3394 USB: OHCI: Properly handle ohci-s3c2410 suspend by Manjunath Goudar · 11 years ago
  86. 056ca85 USB: OHCI: Properly handle ohci-at91 suspend by Manjunath Goudar · 11 years ago
  87. 476e4bf USB: OHCI: Properly handle OHCI controller suspend by Manjunath Goudar · 11 years ago
  88. e81b1a6 usb: g_ffs: fix compilation warning by David Cohen · 11 years ago
  89. 7a32d9b usb: wusbcore: add support for isoc out transfers by Thomas Pugliese · 11 years ago
  90. e4a49a6 usb: remove intel_mid_otg.h by Heikki Krogerus · 11 years ago
  91. e62063d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  92. 85f6d2d Merge tag 'gpio-v3.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  93. 4ed5476 Merge tag 'usb-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  94. e3757a1 Merge tag 'tty-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  95. 20fa786 Merge tag 'staging-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  96. b208c2f btrfs: Fix crash due to not allocating integrity data for a bioset by Darrick J. Wong · 11 years ago
  97. 1329dfc Merge branch 'for-linus' into for-linus-3.12 by Chris Mason · 11 years ago
  98. a5c984c Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago
  99. 95167aa Merge tag 'pci-v3.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  100. 67d470e Revert "x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero" by Bjorn Helgaas · 11 years ago