1. c71fc37 usb: dwc3: gadget: re-factor dwc3_prepare_trbs() by Felipe Balbi · 15 years ago
  2. 898c608 usb: gadget: introduce support for sg lists by Felipe Balbi · 15 years ago
  3. 14ff96e usb: renesas: pipe: convert a long if into a XOR operation by Felipe Balbi · 15 years ago
  4. abfbe33 usb: gadget: remove useless depends on Kconfig by Felipe Contreras · 15 years ago
  5. 922be95 usb: gadget: s3c-hsudc: remove the_controller global by Heiko Stübner · 15 years ago
  6. dee19be usb: gadget: s3c-hsudc: use release_mem_region instead of release_resource by Heiko Stübner · 15 years ago
  7. bab7d03 usb: gadget: s3c-hsudc: Add regulator handling by Heiko Stübner · 15 years ago
  8. d93e260 usb: gadget: s3c-hsudc: use udc_start and udc_stop functions by Heiko Stübner · 15 years ago
  9. 103495a usb: gadget: s3c-hsudc: move device registration to probe by Heiko Stübner · 15 years ago
  10. e9bcb9e usb: gadget: s3c-hsudc: add missing otg_put_transceiver in probe by Heiko Stübner · 15 years ago
  11. a197756 usb: gadget: s3c-hsudc: add __devinit to probe function by Heiko Stübner · 15 years ago
  12. 715a3e4 usb: gadget: s3c-hsudc: move platform_data struct to global header by Heiko Stübner · 15 years ago
  13. 3a082ec USB: EHCI: Add Marvell Host Controller driver by Neil Zhang · 15 years ago
  14. 277164f USB: OTG: add Marvell usb OTG driver support by Neil Zhang · 15 years ago
  15. 5e6c86b usb: gadget: mv_udc: drop ARCH dependency by Neil Zhang · 15 years ago
  16. c2bbd16 usb: gadget: mv_udc: fix bug in ep_dequeue by Neil Zhang · 15 years ago
  17. a7250db usb: gadget: enlarge maxburst bit width. by Yu Xu · 15 years ago
  18. 91d959d usb: gadget: mv_udc: rewrite queue_dtd according to spec by Neil Zhang · 15 years ago
  19. 86bb702 usb: gadget: mv_udc: fix readl error by Neil Zhang · 15 years ago
  20. 8418153 usb: renesas_usbhs: silence a gcc warning by Dan Carpenter · 15 years ago
  21. d9b78f3 usb: renesas_usbhs: tidyup for smatch warnings by Kuninori Morimoto · 15 years ago
  22. 15a3838 usb: renesas_usbhs: show error reason on usbhsh_urb_enqueu() by Kuninori Morimoto · 15 years ago
  23. 2d833fa usb: renesas_usbhs: add force packet remove method by Kuninori Morimoto · 15 years ago
  24. 6d0376f usb: renesas_usbhs: care usb_hcd_giveback_urb() status by Kuninori Morimoto · 15 years ago
  25. b1930da usb: renesas_usbhs: add usbhsh_is_running() by Kuninori Morimoto · 15 years ago
  26. 31e00fd usb: renesas_usbhs: disable attch irq after device attached by Kuninori Morimoto · 15 years ago
  27. 3edeee3 usb: renesas_usbhs: care pipe sequence by Kuninori Morimoto · 15 years ago
  28. e5679d0 usb: renesas_usbhs: add usbhs_pipe_attach() method by Kuninori Morimoto · 15 years ago
  29. e4c57de usb: renesas_usbhs: add usbhsh_endpoint_detach_all() for error case by Kuninori Morimoto · 15 years ago
  30. c1e4877 usb: renesas_usbhs: modify device attach method by Kuninori Morimoto · 15 years ago
  31. 5479654 usb: renesas_usbhs: pop packet when urb dequeued by Kuninori Morimoto · 15 years ago
  32. 37332ee usb: renesas_usbhs: add lost error value when enqueue by Kuninori Morimoto · 15 years ago
  33. 2bcb751 usb: gadget: mv_udc: replace some debug info by Neil Zhang · 15 years ago
  34. 5076ae5 usb: gadget: mv_udc: refine suspend/resume function by Neil Zhang · 15 years ago
  35. 85ff7bf usb: gadget: mv_udc: refine the clock relative code by Neil Zhang · 15 years ago
  36. 309d6d2 usb: gadget: mv_udc: disable ISR when stopped by Neil Zhang · 15 years ago
  37. 487d54d usb: gadget: mv_udc: add otg relative code by Neil Zhang · 15 years ago
  38. 9823a52 usb: gadget: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 15 years ago
  39. b294b20 usb: renesas_usbhs: remove the_controller_link by Kuninori Morimoto · 15 years ago
  40. dfbb7f4 usb: renesas_usbhs: add test-mode support by Kuninori Morimoto · 15 years ago
  41. 91b158f usb: renesas_usbhs: call usbhsg_queue_pop() when pipe disable. by Kuninori Morimoto · 15 years ago
  42. 25fa707 usb: renesas_usbhs: send packet in necessary timing. by Kuninori Morimoto · 15 years ago
  43. 17f7f76 usb: renesas_usbhs: add basic USB_REQ_GET_STATUS support by Kuninori Morimoto · 15 years ago
  44. ced6e09 usb: renesas_usbhs: add basic USB_REQ_SET_FEATURE support by Kuninori Morimoto · 15 years ago
  45. 9cf1b06 usb: renesas_usbhs: add usbhs_pipe_is_stall() by Kuninori Morimoto · 15 years ago
  46. 4b81593 usb: renesas_usbhs: remove superfluous usbhs_lock from recip handler by Kuninori Morimoto · 15 years ago
  47. 7177aed usb: gadget: rename usb_gadget_driver::speed to max_speed by Michal Nazarewicz · 15 years ago
  48. d327ab5 usb: gadget: replace usb_gadget::is_dualspeed with max_speed by Michal Nazarewicz · 15 years ago
  49. 7aac8d1 usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_device_xx() by Kuninori Morimoto · 15 years ago
  50. 4825093 usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_endpoint_xx() by Kuninori Morimoto · 15 years ago
  51. 3eddc9e usb: gadget: renesas_usbhs: parameter cleanup for usbhsh_xx_queue_push() by Kuninori Morimoto · 15 years ago
  52. f352741 usb: gadget: renesas_usbhs: cleanup usbhsh_endpoint_xxx() by Kuninori Morimoto · 15 years ago
  53. d399f90 usb: gadget: renesas_usbhs: adds spin lock area on mod_host by Kuninori Morimoto · 15 years ago
  54. ab14230 usb: gadget: renesas_usbhs: check device0 status when alloc by Kuninori Morimoto · 15 years ago
  55. c5b963f usb: gadget: renesas_usbhs: remove usbhsh_request list by Kuninori Morimoto · 15 years ago
  56. 9c67365 usb: gadget: renesas_usbhs: usbhs_set_device_config() care upphub/hubport by Kuninori Morimoto · 15 years ago
  57. fca8ab7 usb: gadget: renesas_usbhs: cleanup usbhs_endpoint_disable() by Kuninori Morimoto · 15 years ago
  58. 3dd4926 usb: gadget: renesas_usbhs: modify function name of usbhs_set_device_xx() by Kuninori Morimoto · 15 years ago
  59. fc9d5c7 usb: gadget: renesas_usbhs: usbhsh_ureq_alloc/free() care urb->hcpriv by Kuninori Morimoto · 15 years ago
  60. ee8a0bf usb: gadget: renesas_usbhs: cleanup complicated ureq alloc/free by Kuninori Morimoto · 15 years ago
  61. 1ab6f25 usb: gadget: renesas_usbhs: drop dependency for mod_gadget by Kuninori Morimoto · 15 years ago
  62. 144974e usb: gadget: mass_storage: support multi-luns with different logic block size by Yuping Luo · 15 years ago
  63. b4fcea2 usb: gadget: renesas_usbhs: unified callback function by Kuninori Morimoto · 15 years ago
  64. f1ee56a usb: gadget: renesas_usbhs: add platform power control function by Kuninori Morimoto · 15 years ago
  65. a49a88f usb: gadget: renesas_usbhs: tidyup the unit of detection_delay by Kuninori Morimoto · 15 years ago
  66. 25234b4 usb: gadget: renesas_usbhs: tidyup mod_host request variable name by Kuninori Morimoto · 15 years ago
  67. 7619015 usb: gadget: renesas_usbhs: tidyup usbhs_sys_clock_ctrl() was local function by Kuninori Morimoto · 15 years ago
  68. 3244a7b usb: gadget: renesas_usbhs: remove usbhs_sys_usb_ctrl() by Kuninori Morimoto · 15 years ago
  69. 2288e10 usb: gadget: renesas_usbhs: remove usbhs_sys_hispeed_ctrl() by Kuninori Morimoto · 15 years ago
  70. dd39c35 USB: ci13xxx_udc: handle controllers with less than 16 EPs by Marc Kleine-Budde · 15 years ago
  71. 7bb4fdc USB: ci13xxx_udc: make suspend and resume in gadget driver optional by Marc Kleine-Budde · 15 years ago
  72. dc47ce9 Linux 3.2-rc5 by Linus Torvalds · 15 years ago
  73. 8def5f5 Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  74. a776878 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  75. e2f4e0b Merge branch 'spi/for-3.2' of git://git.pengutronix.de/git/wsa/linux-2.6 by Linus Torvalds · 15 years ago
  76. af209e0 Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 15 years ago
  77. 53523d5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 15 years ago
  78. 592d44a Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 15 years ago
  79. 3ab345f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 15 years ago
  80. 975e32c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 15 years ago
  81. 031af165 sys_getppid: add missing rcu_dereference by Mandeep Singh Baines · 15 years ago
  82. 1cee22b rapidio/tsi721: modify PCIe capability settings by Alexandre Bounine · 15 years ago
  83. b439e66 rapidio/tsi721: fix mailbox resource reporting by Alexandre Bounine · 15 years ago
  84. ceb9639 rapidio/tsi721: switch to dma_zalloc_coherent by Alexandre Bounine · 15 years ago
  85. 2a95ea6 procfs: do not overflow get_{idle,iowait}_time for nohz by Michal Hocko · 15 years ago
  86. 1368edf mm: vmalloc: check for page allocation failure before vmlist insertion by Mel Gorman · 15 years ago
  87. d0215638 mm: Ensure that pfn_valid() is called once per pageblock when reserving pageblocks by Michal Hocko · 15 years ago
  88. 0976133 mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pages by Hillf Danton · 15 years ago
  89. 58a84aa thp: set compound tail page _count to zero by Youquan Song · 15 years ago
  90. b6999b19 thp: add compound tail page _mapcount when mapped by Youquan Song · 15 years ago
  91. 09dc3cf printk: avoid double lock acquire by Peter Zijlstra · 15 years ago
  92. c193c82 memcg: update maintainers by KAMEZAWA Hiroyuki · 15 years ago
  93. 2dbcd05 drivers/rtc/rtc-s3c.c: fix driver clock enable/disable balance issues by Jonghwan Choi · 15 years ago
  94. 1de8ad4 CREDITS: update Kees's expired fingerprint and fix details by Kees Cook · 15 years ago
  95. 1dfb059 thp: reduce khugepaged freezing latency by Andrea Arcangeli · 15 years ago
  96. b53fc7c fs/proc/meminfo.c: fix compilation error by Claudio Scordino · 15 years ago
  97. 83aeead vmscan: use atomic-long for shrinker batching by Konstantin Khlebnikov · 15 years ago
  98. 635697c vmscan: fix initial shrinker size handling by Konstantin Khlebnikov · 15 years ago
  99. b2c1639 MAINTAINERS: Update amd-iommu F: patterns by Joe Perches · 15 years ago
  100. e8c7106 x86, efi: Calling __pa() with an ioremap()ed address is invalid by Matt Fleming · 15 years ago