1. 765f5b8 usb: gadget: defer setting maxpacket till ->setup() by Sebastian Andrzej Siewior · 13 years ago
  2. 193ab2a usb: gadget: allow multiple gadgets to be built by Felipe Balbi · 13 years ago
  3. ee34e51 usb: musb: choose correct fifo_mode by Felipe Balbi · 13 years ago
  4. 6228596 usb: musb: drop a gigantic amount of ifdeferry by Felipe Balbi · 13 years ago
  5. e4e5b136 usb: musb: be careful when using different fifo_modes by Felipe Balbi · 13 years ago
  6. fc0b721 usb: gadget: dummy_hcd: move common bits of suspend/resume into one function by Sebastian Andrzej Siewior · 13 years ago
  7. 4baa74f usb: gadget: remove net2280_set_fifo_mode() by Sebastian Andrzej Siewior · 13 years ago
  8. d8a14a8 usb: gadget: dummy_hcd: use less checks for USB_SPEED_SUPER by Sebastian Andrzej Siewior · 13 years ago
  9. 719e52c usb: gadget: dummy_hcd: use gadget_to_dummy_hcd() where possible by Sebastian Andrzej Siewior · 13 years ago
  10. 99fd140 usb: gadget: dummy_hcd: set gadget.is_otg before calling bind() by Sebastian Andrzej Siewior · 13 years ago
  11. 2542787 usb: gadget: dummy_hcd: use dummy_pullup() instead of open coding by Sebastian Andrzej Siewior · 13 years ago
  12. 199e7ed usb: gadget: chips: remove ifdef trickery by Felipe Balbi · 13 years ago
  13. 877c1f5 usb: gadget: ci13xx_udc: fix usb_ep_enable() call by Felipe Balbi · 13 years ago
  14. 513385a usb: gadget: s3c2410_udc: use platform ids instead by Sebastian Andrzej Siewior · 13 years ago
  15. 86081d7 usb: gadget: add platform module alias where it is missing by Sebastian Andrzej Siewior · 13 years ago
  16. e4fe056 usb: gadget: net2272: cleanup pci_register_driver() error path by Sebastian Andrzej Siewior · 13 years ago
  17. 7eca4c5 usb: gadget: dummy_hcd: add 'is_high_speed' parameter by Tatyana Brokhman · 13 years ago
  18. 1cd8fd2 usb: gadget: dummy_hcd: add SuperSpeed support by Tatyana Brokhman · 13 years ago
  19. cdfcbd2 usb: gadget: dummy_hcd: use the shared_hcd infrastructure by Tatyana Brokhman · 13 years ago
  20. bdb64d7 usb: gadget: add SuperSpeed support to the Gadget Framework by Tatyana Brokhman · 13 years ago
  21. 35a0e0b usb: gadget: add max_speed to usb_composite_driver by Tatyana Brokhman · 13 years ago
  22. 9ea3533 usb: musb: update musb_platform_ops docs to match code by Mike Frysinger · 13 years ago
  23. a59d6b9 usb: gadget: add streams support to the gadget framework by Tatyana Brokhman · 13 years ago
  24. 7c884fe usb: gadget: coding style fix by Tatyana Brokhman · 13 years ago
  25. ea2a1df usb: gadget: use config_ep_by_speed() instead of ep_choose() by Tatyana Brokhman · 13 years ago
  26. 48767a4 usb: gadget: configure endpoint according to gadget speed by Tatyana Brokhman · 13 years ago
  27. 72c973d usb: gadget: add usb_endpoint_descriptor to struct usb_ep by Tatyana Brokhman · 13 years ago
  28. 0f91349 usb: gadget: convert all users to the new udc infrastructure by Sebastian Andrzej Siewior · 13 years ago
  29. 2ccea03 usb: gadget: introduce UDC Class by Felipe Balbi · 13 years ago
  30. 664a51a USB: deprecate g_file_storage by Alan Stern · 13 years ago
  31. 08e6c61 usb: renesas_usbhs: fixup connection fail by Kuninori Morimoto · 13 years ago
  32. dcc8545 Merge 3.0-rc2 into usb-linus as it's needed by some USB patches by Greg Kroah-Hartman · 13 years ago
  33. 80dadf8 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  34. c78a9b9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  35. 562d1ff Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  36. e3f88ae spi-pl022: Add missing return value update by Virupax Sadashivpetimath · 13 years ago
  37. c7ca6b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 by Linus Torvalds · 13 years ago
  38. 08d63aa Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  39. 152b92d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  40. 84860c7 ISDN, hfcsusb: Don't leak in hfcsusb_ph_info() by Jesper Juhl · 13 years ago
  41. f1c089e net: ep93xx_eth: fix DMA API violations by Mika Westerberg · 13 years ago
  42. 1f758a4 net: ep93xx_eth: drop GFP_DMA from call to dma_alloc_coherent() by Mika Westerberg · 13 years ago
  43. 3247a1f net: ep93xx_eth: allocate buffers using kmalloc() by Mika Westerberg · 13 years ago
  44. fc9b491 net: ep93xx_eth: pass struct device to DMA API functions by Mika Westerberg · 13 years ago
  45. 06866bf dl2k: EEPROM CRC calculation wrong endianess on bigendian machine by Daniel Hellstrom · 13 years ago
  46. f777737 NET: am79c961: fix assembler warnings by Russell King - ARM Linux · 13 years ago
  47. bfc6501 NET: am79c961: ensure multicast filter is correctly set at open by Russell King - ARM Linux · 13 years ago
  48. d814dee NET: am79c961: ensure asm() statements are marked volatile by Russell King - ARM Linux · 13 years ago
  49. 3307d0d ide-cd: signedness warning fix again by Connor Hansen · 13 years ago
  50. 45694c2 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 13 years ago
  51. 7f45e5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 13 years ago
  52. 33d7864 gpio/nomadik: fix sleepmode for elder Nomadik by Linus Walleij · 13 years ago
  53. 461df4d Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 13 years ago
  54. 361932b Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6 by Linus Torvalds · 13 years ago
  55. 90494cc Merge branch 'stable/broadcom.ibft-bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6 by Linus Torvalds · 13 years ago
  56. e23535c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem by John W. Linville · 13 years ago
  57. 8aa460e staging: iio: max517: Fix iio_info changes by Roland Stigge · 13 years ago
  58. 8eb73c6 Staging: mei: fix debug code by Dan Carpenter · 13 years ago
  59. 7f20caf iscsi_ibft: iscsi_ibft_find unused variable i by Connor Hansen · 13 years ago
  60. 2809e80 unicore32: move rtc-puv3.c to drivers/rtc directory by Guan Xuetao · 13 years ago
  61. 5f12713 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent by Ingo Molnar · 13 years ago
  62. 6c43e04 gianfar:localized filer table by Wu Jiajun-B06378 · 13 years ago
  63. 06e8684 Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 13 years ago
  64. 4c1f683 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  65. 365a13a Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  66. 7e24cf4 Merge 3.0-rc2 + Linus's latest into usb-linus by Greg Kroah-Hartman · 13 years ago
  67. a26d31ce USB: serial: add another 4N-GALAXY.DE PID to ftdi_sio driver by Steffen Sledz · 13 years ago
  68. a80fd9d spi/rtc-m41t93: Use spi_get_drvdata() for SPI devices by Geert Uytterhoeven · 13 years ago
  69. 467701e Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  70. 51e6525 iwlegacy: fix channel switch locking by Stanislaw Gruszka · 13 years ago
  71. 43e4e0b iwlagn: send tx power command if defer cause by RXON not match by Wey-Yi Guy · 13 years ago
  72. e2d4dc5 Staging: cx23885: fix include of altera.h by Greg Kroah-Hartman · 13 years ago
  73. 5b28f6a Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  74. 46671b0 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 13 years ago
  75. 18367c0 Merge branch 'drm-radeon-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  76. c226feb Merge branch 'for_3.0/gpio-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into gpio/merge by Grant Likely · 13 years ago
  77. 81de916 tty_buffer: get rid of 'seen_tail' logic in flush_to_ldisc by Linus Torvalds · 13 years ago
  78. 805c221 drm/radeon/kms: disable hdmi audio by default by Alex Deucher · 13 years ago
  79. 62fff81 drm/radeon/kms: fix for radeon on systems >4GB without hardware iommu by Daniel Haid · 13 years ago
  80. 428c6e3 drm/radeon/kms: set family for use in parser. by Dave Airlie · 13 years ago
  81. ef23980 Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  82. 12871a0 Merge branch 'drm-radeon-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  83. aec040e2 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  84. 8ea656b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 13 years ago
  85. 2421007 Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-3.x by Linus Torvalds · 13 years ago
  86. 8397345 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  87. 3095ec8 Revert "USB: option: add ID for ZTE MF 330" by Greg Kroah-Hartman · 13 years ago
  88. 3b3eca3 PM / Runtime: Fix loops in pm_runtime_clk_notify() by Rafael J. Wysocki · 13 years ago
  89. 665c8c8 igb: fix i350 SR-IOV failture by Williams, Mitch A · 13 years ago
  90. 32919a2 gpio/samsung: make Kconfig options def_bool by H Hartley Sweeten · 13 years ago
  91. 8c56cac libata: fix unexpectedly frozen port after ata_eh_reset() by Tejun Heo · 13 years ago
  92. 99592ba PM / Intel IOMMU: Fix init_iommu_pm_ops() for CONFIG_PM unset by Rafael J. Wysocki · 13 years ago
  93. 53aebb5 staging: iio: error case memory leak fix by Andre Bartke · 13 years ago
  94. 0d422f4 staging: ath6kl: Fix a kernel panic during suspend/resume by Vasanthakumar Thiagarajan · 13 years ago
  95. aaa5c67 staging: gma500: get control from firmware framebuffer if conflicts by Michael Chang · 13 years ago
  96. 3ab8be5 staging: gma500: Skip bogus LVDS VBT mode and check for LVDS before adding backlight by Patrik Jakobsson · 13 years ago
  97. d3ac077 staging: usbip: bugfix prevent driver unbind by Arjan Mels · 13 years ago
  98. c11c4ee staging: iio: industrialio-trigger: set iio_poll_func private_data by Michael Hennerich · 13 years ago
  99. cddac88 staging: rts_pstor: use bitwise operator instead of logical one by Nicolas Kaiser · 13 years ago
  100. 827e4a0 staging: fix ath6kl build when CFG80211 is not enabled by Randy Dunlap · 13 years ago