1. a1016ce Merge branch 'for-next/musb' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  2. 007d00d Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  3. c91043a USB: Remove the duplicate definition of HUB_SET_DEPTH by Qinglin Ye · 13 years ago
  4. e7f4e73 usb: musb: omap2430: fix compile warning by Felipe Balbi · 13 years ago
  5. 712d8ef usb: musb: fix pm_runtime calls while atomic by Vikram Pandita · 13 years ago
  6. 1e546aa usb: musb: drop ARCH dependency by Felipe Balbi · 13 years ago
  7. 7d5b49a usb: musb: headers cleanup by Felipe Balbi · 13 years ago
  8. 9a35f87 usb: musb: allow building USB_MUSB_TUSB6010 as a module by Arnd Bergmann · 13 years ago
  9. 2e7fc3b usb: musb: use a Kconfig choice to pick the right DMA method by Arnd Bergmann · 13 years ago
  10. e25bec1 usb: musb: omap2+: save and restore OTG_INTERFSEL by Hema HK · 13 years ago
  11. ea73755 usb: musb: omap2+: fix context api's by Vikram Pandita · 13 years ago
  12. be18a25 usb: musb: ux500: optimize DMA callback routine by Per Forlin · 13 years ago
  13. 68d3e66 usb: dwc3: ep0: fix for possible early delayed_status by Felipe Balbi · 13 years ago
  14. c90bfae usb: dwc3: gadget: fix stream enable bit by Felipe Balbi · 13 years ago
  15. e261779 usb: dwc3: ep0: fix GetStatus handling (again) by Felipe Balbi · 13 years ago
  16. e0ce0b0 usb: dwc3: ep0: use dwc3_request for ep0 requsts instead of usb_request by Sebastian Andrzej Siewior · 13 years ago
  17. 164d773 usb: dwc3: use correct hwparam register for power mgm check by Sebastian Andrzej Siewior · 13 years ago
  18. 6838087 usb: dwc3: omap: move to module_platform_driver by Felipe Balbi · 13 years ago
  19. df62df5 usb: dwc3: workaround: missing disconnect event by Felipe Balbi · 13 years ago
  20. 05870c5 usb: dwc3: workaround: missing USB3 Reset event by Felipe Balbi · 13 years ago
  21. fae2b90 usb: dwc3: workaround: U1/U2 -> U0 transiton by Felipe Balbi · 13 years ago
  22. d39ee7b usb: dwc3: gadget: return early in dwc3_cleanup_done_reqs() by Sebastian Andrzej Siewior · 13 years ago
  23. 5bdb1dc usb: dwc3: ep0: handle delayed_status again by Sebastian Andrzej Siewior · 13 years ago
  24. f0f2b2a usb: dwc3: ep0: push ep0state into xfernotready processing by Sebastian Andrzej Siewior · 13 years ago
  25. 8becf27 usb: dwc3: fix sparse errors by Felipe Balbi · 13 years ago
  26. 25b8ff6 usb: dwc3: fix few coding style problems by Felipe Balbi · 13 years ago
  27. 4878a02 usb: dwc3: move generic dwc3 code from gadget into core by Sebastian Andrzej Siewior · 13 years ago
  28. 3140e8c usb: dwc3: use a helper function for operation mode setting by Sebastian Andrzej Siewior · 13 years ago
  29. c2da2ff usb: dwc3: ep0: don't use ep0in for transfers by Sebastian Andrzej Siewior · 13 years ago
  30. 1e7618d usb: dwc3: ep0: use proper endianess in SetFeature for wIndex by Sebastian Andrzej Siewior · 13 years ago
  31. 457d3f2 usb: dwc3: core: drop DWC3_EVENT_BUFFERS_MAX by Felipe Balbi · 13 years ago
  32. 5ddcee2 usb: dwc3: omap: add multiple instances support to OMAP by Felipe Balbi · 13 years ago
  33. 8300dd2 usb: dwc3: move dwc3 device ID bitmap to core.c by Felipe Balbi · 13 years ago
  34. 8ee6270 usb: dwc3: remove special status request handling in ep0 by Sebastian Andrzej Siewior · 13 years ago
  35. 0cc7a51 usb: dwc3: reset pending status flag in error case by Sebastian Andrzej Siewior · 13 years ago
  36. bd178f2 usb: dwc3: host: remove unused includes by Sebastian Andrzej Siewior · 13 years ago
  37. c5537ea usb: dwc3: debugfs: hold the lock in during mode change by Sebastian Andrzej Siewior · 13 years ago
  38. 7ae4fc4 usb: dwc3: add a platform device alias by Sebastian Andrzej Siewior · 13 years ago
  39. 9cc9bcd usb: dwc3: ep0: handle unexpected XferNotReady events by Felipe Balbi · 13 years ago
  40. 0b9fe32 usb: dwc3: debugfs: add support for changing port mode by Felipe Balbi · 13 years ago
  41. f96a6ec usb: dwc3: ep0: SetAddress() won't be issued while Configured by Felipe Balbi · 13 years ago
  42. c4da177 usb: dwc3: depend on both Host and Gadget stacks by Felipe Balbi · 13 years ago
  43. f80b45e usb: dwc3: move gadget prototypes to core.h by Felipe Balbi · 13 years ago
  44. 67920bd usb: dwc3: always compile gadget side too by Felipe Balbi · 13 years ago
  45. d07e881 usb: dwc3: add xHCI Host support by Felipe Balbi · 13 years ago
  46. 0949e99 usb: dwc3: fetch mode of operation from HW by Felipe Balbi · 13 years ago
  47. 9f622b2 usb: dwc3: calculate number of event buffers dynamically by Felipe Balbi · 13 years ago
  48. 6c167fc usb: dwc3: allow forcing a maximum speed by Felipe Balbi · 13 years ago
  49. b2c2271 usb: dwc3: gadget: don't disable endpoints on exit by Felipe Balbi · 13 years ago
  50. 99823f4 usb: cdc-acm: Kill ACM_READY() macro completely by Havard Skinnemoen · 13 years ago
  51. 7bf0118 USB: Adding #define in hub_configure() and hcd.c file by Aman Deep · 13 years ago
  52. 35657c4 USB: pxa168: Fix compilation error by Tanmay Upadhyay · 13 years ago
  53. a451eaf uwb: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  54. d5ca9db USB: wusb: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  55. 8776384 usb: gadget: renesas_usbhs: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  56. 59bf5cf USB: isight: fix kernel bug when loading firmware by Greg Kroah-Hartman · 13 years ago
  57. bc677d5 usb: fix number of mapped SG DMA entries by Clemens Ladisch · 13 years ago
  58. 8ad028b USB: isp1760: Fix endianness-sensitivity in of_isp1760_probe() by Dave Martin · 13 years ago
  59. 7fb57a0 USB: cdc-acm: Fix potential deadlock (lockdep warning) by Havard Skinnemoen · 13 years ago
  60. 332cedd Merge branch 'for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-linux into usb-next by Greg Kroah-Hartman · 13 years ago
  61. a36ae95 Merge v3.2-rc4 into usb-next by Greg Kroah-Hartman · 13 years ago
  62. dc47ce9 Linux 3.2-rc5 by Linus Torvalds · 13 years ago
  63. 8def5f5 Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  64. a776878 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. e2f4e0b Merge branch 'spi/for-3.2' of git://git.pengutronix.de/git/wsa/linux-2.6 by Linus Torvalds · 13 years ago
  66. aaa0ef2 usb: PS3 EHCI QH read work-around by Geoff Levand · 13 years ago
  67. af209e0 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 13 years ago
  68. 53523d5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 13 years ago
  69. 592d44a Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  70. 3ab345f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  71. 975e32c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  72. 031af165 sys_getppid: add missing rcu_dereference by Mandeep Singh Baines · 13 years ago
  73. 1cee22b rapidio/tsi721: modify PCIe capability settings by Alexandre Bounine · 13 years ago
  74. b439e66 rapidio/tsi721: fix mailbox resource reporting by Alexandre Bounine · 13 years ago
  75. ceb9639 rapidio/tsi721: switch to dma_zalloc_coherent by Alexandre Bounine · 13 years ago
  76. 2a95ea6 procfs: do not overflow get_{idle,iowait}_time for nohz by Michal Hocko · 13 years ago
  77. 1368edf mm: vmalloc: check for page allocation failure before vmlist insertion by Mel Gorman · 13 years ago
  78. d0215638 mm: Ensure that pfn_valid() is called once per pageblock when reserving pageblocks by Michal Hocko · 13 years ago
  79. 0976133 mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pages by Hillf Danton · 13 years ago
  80. 58a84aa thp: set compound tail page _count to zero by Youquan Song · 13 years ago
  81. b6999b19 thp: add compound tail page _mapcount when mapped by Youquan Song · 13 years ago
  82. 09dc3cf printk: avoid double lock acquire by Peter Zijlstra · 13 years ago
  83. c193c82 memcg: update maintainers by KAMEZAWA Hiroyuki · 13 years ago
  84. 2dbcd05 drivers/rtc/rtc-s3c.c: fix driver clock enable/disable balance issues by Jonghwan Choi · 13 years ago
  85. 1de8ad4 CREDITS: update Kees's expired fingerprint and fix details by Kees Cook · 13 years ago
  86. 1dfb059 thp: reduce khugepaged freezing latency by Andrea Arcangeli · 13 years ago
  87. b53fc7c fs/proc/meminfo.c: fix compilation error by Claudio Scordino · 13 years ago
  88. 83aeead vmscan: use atomic-long for shrinker batching by Konstantin Khlebnikov · 13 years ago
  89. 635697c vmscan: fix initial shrinker size handling by Konstantin Khlebnikov · 13 years ago
  90. b2c1639 MAINTAINERS: Update amd-iommu F: patterns by Joe Perches · 13 years ago
  91. e8c7106 x86, efi: Calling __pa() with an ioremap()ed address is invalid by Matt Fleming · 13 years ago
  92. 7023676 cifs: check for NULL last_entry before calling cifs_save_resume_key by Jeff Layton · 13 years ago
  93. 95edcff cifs: attempt to freeze while looping on a receive attempt by Jeff Layton · 13 years ago
  94. 59edb63 cifs: Fix sparse warning when calling cifs_strtoUCS by Steve French · 13 years ago
  95. 9a5101c CIFS: Add descriptions to the brlock cache functions by Pavel Shilovsky · 13 years ago
  96. 5d8c71f md: raid5 crash during degradation by Adam Kwolek · 13 years ago
  97. 09d9673 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  98. fb38f9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 13 years ago
  99. 8bd1c88 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  100. 1418a3e TOMOYO: Fix pathname handling of disconnected paths. by Tetsuo Handa · 13 years ago