1. af3a23e xhci: Export Latency Tolerance Messaging capabilities. by Sarah Sharp · 13 years ago
  2. c5c4bdf USB: Remove unused LPM variable. by Sarah Sharp · 13 years ago
  3. 2497191 USB: Fix LPM disable count mismatch on driver unbind. by Sarah Sharp · 13 years ago
  4. 9cf6599 USB: Disable LPM while the device is unconfigured. by Sarah Sharp · 13 years ago
  5. 6d1d051 USB: Fix LPM disable/enable during device reset. by Sarah Sharp · 13 years ago
  6. 1a49e2a EHCI: centralize controller initialization by Alan Stern · 13 years ago
  7. 1530280 usb: chipidea: add imx platform driver by Richard Zhao · 13 years ago
  8. b3d9968 usb: otg: add basic mxs phy driver support by Richard Zhao · 13 years ago
  9. a2c3d69 usb: chipidea: permit driver bindings pass phy pointer by Richard Zhao · 13 years ago
  10. 526c513 usb: otg: add notify_connect/notify_disconnect callback by Richard Zhao · 13 years ago
  11. ca72ae9 usb: chipidea: select USB_EHCI_ROOT_HUB_TT in USB_CHIPIDEA_HOST of Kconfig by Richard Zhao · 13 years ago
  12. fe6e125 USB: Chipidea: add ci13xxx device id management by Richard Zhao · 13 years ago
  13. cbc6dc2 USB: Chipidea: add unified ci13xxx_{add,remove}_device for platform drivers by Richard Zhao · 13 years ago
  14. 26c696c USB: Chipidea: rename struct ci13xxx variables from udc to ci by Richard Zhao · 13 years ago
  15. 2f0de9d usb: renesas_usbhs: use dmaengine helper functions by Kuninori Morimoto · 13 years ago
  16. 277bd87 drivers: usb: otg: fix build break in twl6030-usb.c by Kishon Vijay Abraham I · 13 years ago
  17. fe2072c usb/hcd: Ensure scatter-gather is not used for isoc transfers by Hans de Goede · 13 years ago
  18. c5cf921 EHCI: centralize controller suspend/resume by Alan Stern · 13 years ago
  19. 336c5c3 usb: convert port_owners type from void * to struct dev_state * by Lan Tianyu · 13 years ago
  20. 77c4400 USB: Chipidea: rename struct ci13xxx_udc_driver to struct ci13xxx_platform_data by Richard Zhao · 13 years ago
  21. 6bf8359 usb: chipidea: msm: add remove method by Felipe Balbi · 13 years ago
  22. 17d2fcc usb: chipidea: msm: add missing section annotation by Felipe Balbi · 13 years ago
  23. b2006d9 usb: chipidea: drop useless arch-check by Felipe Balbi · 13 years ago
  24. b7283d5 usb: chipidea: remove unneeded NULL check by Alexander Shishkin · 13 years ago
  25. 3d97ff6 usbdevfs: Use scatter-gather lists for large bulk transfers by Hans de Goede · 13 years ago
  26. 19181bc usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctl by Hans de Goede · 13 years ago
  27. 2102e06 usbdevfs: Correct amount of data copied to user in processcompl_compat by Hans de Goede · 13 years ago
  28. 02f824a USB: class: cdc-acm: Fixed coding style issue. by Jeffrin Jose · 13 years ago
  29. 9cb0756 USB: ehci-s5p: use devm_ functions by Jingoo Han · 13 years ago
  30. 390a0a7 USB: ohci-exynos: use devm_ functions by Jingoo Han · 13 years ago
  31. e864abe USB: ohci-exynos: add clock gating to suspend/resume by Jingoo Han · 13 years ago
  32. ff9cce8 Merge tag 'xceiv-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  33. 9331415 Merge tag 'dwc3-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  34. 94ff447 Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  35. 979eef3 Merge tag 'musb-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  36. e765bf8 Merge 3.5-rc5 into usb-next by Greg Kroah-Hartman · 13 years ago
  37. f8ecf82 usb: phy: fix error handling in usb_get_phy by Kishon Vijay Abraham I · 13 years ago
  38. ded017e usb: phy: fix return value check of usb_get_phy by Kishon Vijay Abraham I · 13 years ago
  39. 65c84ea usb: gadget: at91_udc: Propagate devicetree to gadget drivers by Alexandre Pereira da Silva · 13 years ago
  40. cb4baf1 usb: gadget: fsl_udc: Propagate devicetree to gadget drivers by Alexandre Pereira da Silva · 13 years ago
  41. 7d7b229 usb: gadget: s3c-hsotg: Propagate devicetree to gadget drivers by Alexandre Pereira da Silva · 13 years ago
  42. eebc0d3 usb: gadget: lpc32xx_udc: Propagate devicetree to gadget drivers by Alexandre Pereira da Silva · 13 years ago
  43. 48a31af usb: gadget: mass_storage: make "file" and "ro" read only in some cases by Michal Nazarewicz · 13 years ago
  44. 6f17f74 usb: dwc3: return error in case of run/stop timeout by Pratyush Anand · 13 years ago
  45. e274a31 usb: dwc3: enable ACCEPT{U1,U2}ENA when SetConfiguration received by Pratyush Anand · 13 years ago
  46. dd864f2 usb: dwc3: no need to clear INIT{U1,U2}ENA bits by Pratyush Anand · 13 years ago
  47. cbc725b usb: dwc3: keep default hird threshold value as 4b1100 by Pratyush Anand · 13 years ago
  48. 08f0d96 usb: dwc3: correct set_halt implementation for ep0 by Pratyush Anand · 13 years ago
  49. 6887a41 Linux 3.5-rc5 by Linus Torvalds · 13 years ago
  50. c07978b Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  51. 4f0f4af printk.c: fix kernel-doc warnings by Randy Dunlap · 13 years ago
  52. 87fac28 linux/irq.h: fix kernel-doc warning by Randy Dunlap · 13 years ago
  53. 5d5474d Merge branch 'v3.5-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Olof Johansson · 13 years ago
  54. 5ae95ae ARM: imx6q: fix suspend regression caused by common clk migration by Shawn Guo · 13 years ago
  55. e5a5192 Merge tag 'omap-fixes-for-v3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 13 years ago
  56. c767609 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  57. 21f2729 Merge tag 'driver-core-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  58. 6eca954 Merge branches 'acpi_pad-bugzilla-42981', 'apei-bugzilla-43282', 'video-bugzilla-43168', 'bugzilla-40002' and 'bugfix-misc' into release by Len Brown · 13 years ago
  59. 5f16012 acpi_pad: fix power_saving thread deadlock by Stuart Hayes · 13 years ago
  60. b037384 ACPI video: Still use ACPI backlight control if _DOS doesn't exist by Zhang Rui · 13 years ago
  61. 02529ba Merge tag 'pm-for-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  62. d362082 printk: Optimize if statement logic where newline exists by Steven Rostedt · 13 years ago
  63. 15114c7 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  64. 15b7743 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  65. 62a75b9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  66. efc9def Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  67. 084681d printk: flush continuation lines immediately to console by Kay Sievers · 13 years ago
  68. bc6dc75 powerpc/pseries: Fix software invalidate TCE by Michael Neuling · 13 years ago
  69. 0b17ba7 powerpc: check_and_cede_processor() never cedes by Anton Blanchard · 13 years ago
  70. 2d773aa powerpc/ftrace: Do not trace restore_interrupts() by Steven Rostedt · 13 years ago
  71. 2cb387a powerpc: Fix Section mismatch warnings in prom_init.c by Li Zhong · 13 years ago
  72. c58ce2b ppc64: fix missing to check all bits of _TIF_USER_WORK_MASK in preempt by Tiejun Chen · 13 years ago
  73. 82b2521 powerpc: Fix uninitialised error in numa.c by Michael Neuling · 13 years ago
  74. 7784655 powerpc: Fix BPF_JIT code to link with multiple TOCs by Michael Ellerman · 13 years ago
  75. 9acc7bd Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 13 years ago
  76. ccce27c Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 13 years ago
  77. 221d3eb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago
  78. 9a7c6b7 Merge tag 'upstream-3.5-rc5' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 13 years ago
  79. 8b9468d watchdog: core: fix WDIOC_GETSTATUS return value by Wim Van Sebroeck · 13 years ago
  80. a089361 watchdog: hpwdt: Unregister NMI events on exit. by Mingarelli, Thomas · 13 years ago
  81. e5de32e watchdog: iTCO_wdt: add platform driver module alias by Jan Beulich · 13 years ago
  82. 4a9c469 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  83. ef72622 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  84. f3747e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  85. 1df2ae3 udf: Fortify loading of sparing table by Jan Kara · 13 years ago
  86. adee11b udf: Avoid run away loop when partition table length is corrupted by Jan Kara · 13 years ago
  87. cb14d34 udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol() by Jan Kara · 13 years ago
  88. e9bcd47 Merge branches 'sh/urgent' and 'sh/trivial' into sh-fixes-for-linus by Paul Mundt · 13 years ago
  89. ad3337c sh: Convert sh_clk_mstp32_register to sh_clk_mstp_register by Nobuhiro Iwamatsu · 13 years ago
  90. bc404e9 sh: kfr2r09: fix compile breakage by Guennadi Liakhovetski · 13 years ago
  91. a969dd1 Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can by David S. Miller · 13 years ago
  92. d31bb4f 9p: fix min_t() casting in p9pdu_vwritef() by Dan Carpenter · 13 years ago
  93. 47b514c Merge tag 'usb-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  94. 2b25679 Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  95. 6ebfbe9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 13 years ago
  96. 843760c Merge tag 'mmc-fixes-for-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  97. e04fb02 Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 13 years ago
  98. 6b44695 chmod +x scripts/gfp-translate by Dave Jones · 13 years ago
  99. 2266b058 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 13 years ago
  100. 7aa1e7f Revert "drm/i915: allow PCH PWM override on IVB" by Daniel Vetter · 13 years ago