1. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  2. 2ecdc82 kill unused invalidate_inode_pages helper by Christoph Hellwig · 15 years ago
  3. 640e95a USB: atmel uaba: Adding invert vbus_pin by Eirik Aanonsen · 15 years ago
  4. 90f7976 USB: Remove unsupported usb gadget drivers by Christoph Egger · 15 years ago
  5. 8e7e61d USB: f_mass_storage: fix crash on bind() error by Peter Korsgaard · 15 years ago
  6. d7e18a9 USB: g_mass_storage: min(...) warning fixed by Michal Nazarewicz · 15 years ago
  7. a79df50 usb: gadgetfs: Convert semaphore to mutex by Thomas Gleixner · 15 years ago
  8. b00ce11 USB: g_mass_storage: superfluous and missing packets fixed by Michal Nazarewicz · 15 years ago
  9. 7f1ee82 USB: mass_storage: eject LUNs on thread exit by Michal Nazarewicz · 15 years ago
  10. 5e23e90 USB: pxa27x_udc: Fix deadlocks on request queueing by Robert Jarzmik · 15 years ago
  11. 5b52025 USB: s3c-hsotg: replace deprecated dma_sync_single() by FUJITA Tomonori · 15 years ago
  12. 0978f8c USB: s3c-hsotg: Staticise non-exported functions by Mark Brown · 15 years ago
  13. aa79074 USB: gadget: Add DEVTYPE support for Ethernet functions by Marcel Holtmann · 15 years ago
  14. 1ba2557 USB goku_udc: make PCI device id constant by Németh Márton · 15 years ago
  15. 07824d3 USB gadget: make Open Firmware device id constant by Németh Márton · 15 years ago
  16. f358f5b USB: gadget: introduce g_nokia gadget driver by Felipe Balbi · 15 years ago
  17. c9188ad USB: Correct CONFIG variable typo. by Robert P. J. Day · 15 years ago
  18. 767ffec USB: gadget: add INT support for Blackfin musb by Cliff Cai · 15 years ago
  19. 3a8a3b1 USB: gadget: use ep5 for bulk-in and ep6 for bulk-out for Blackfin MUSB by Bryan Wu · 15 years ago
  20. d8bb0fd USB: at91_udc.c: use resource_size() by H Hartley Sweeten · 15 years ago
  21. 3ba37bd USB: atmel_usba_udc.c: use resource_size() by H Hartley Sweeten · 15 years ago
  22. 5c90e31 USB: pxa27x_udc.c: use resource_size() by H Hartley Sweeten · 15 years ago
  23. 4fdb31d USB: pxa27x_udc: avoid compiler warnings and misbehavior on buggy hardware by Enrico Scholz · 15 years ago
  24. 12c2a68 Merge branch 'topic/misc' into for-linus by Takashi Iwai · 15 years ago
  25. aefbd3e usb/gadget/{f_audio,gmidi}.c: follow recent changes in audio.h by Daniel Mack · 15 years ago
  26. 31e5d4a USB: gadget: fix EEM gadget CRC usage by Brian Niebuhr · 15 years ago
  27. dbe4a99 USB: g_multi: fix CONFIG_USB_G_MULTI_RNDIS usage by Michal Nazarewicz · 15 years ago
  28. 6feb63b USB: s3c-hsotg: Export usb_gadget_register_driver() by Mark Brown · 15 years ago
  29. ae3a079 USB: r8a66597-udc: Prototype IS_ERR() and PTR_ERR() by Mark Brown · 15 years ago
  30. feef1d9 USB: audio gadget: free alsa devices when unloading by Cliff Cai · 15 years ago
  31. d16f172 USB: audio gadget: fix wTotalLength calculation by Cliff Cai · 15 years ago
  32. ff3b968 USB: gadget: Use ERR_PTR/IS_ERR by Julia Lawall · 15 years ago
  33. 09cea96 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  34. 3126c13 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  35. 396cda9 USB: Added USB_ETH_RNDIS to use instead of CONFIG_USB_ETH_RNDIS by Michal Nazarewicz · 15 years ago
  36. 5791e10 USB: g_multi kconfig: fix depends and help text by Randy Dunlap · 15 years ago
  37. f176a5d USB: g_multi: Multifunction Composite Gadget added by Michal Nazarewicz · 15 years ago
  38. c85efcb USB: g_mass_storage: thread_exits callback added by Michal Nazarewicz · 15 years ago
  39. 915c8be USB: composite: usb_composite_unregister() no longer __exit by Michal Nazarewicz · 15 years ago
  40. 8ea864c USB: g_mass_storage: most data moved to fsg_common by Michal Nazarewicz · 15 years ago
  41. d26a6aa USB: g_mass_storage: code cleaned up and comments updated by Michal Nazarewicz · 15 years ago
  42. e8b6f8c USB: g_mass_storage: lun_name_format and thread_name added by Michal Nazarewicz · 15 years ago
  43. 481e492 USB: g_mass_storage: fsg_config added & module params handlig changed by Michal Nazarewicz · 15 years ago
  44. d23b0f0 USB: g_mass_storage: Mass Storage Function created by Michal Nazarewicz · 15 years ago
  45. b97503f USB: Interface Association Descriptors added to CDC & RNDIS by Michal Nazarewicz · 15 years ago
  46. 9c61021 USB: g_mass_storage: fsg_common_init() created by Michal Nazarewicz · 15 years ago
  47. 606206c2 USB: g_mass_storage: constant length buffers used by Michal Nazarewicz · 15 years ago
  48. a41ae41 USB: g_mass_storage: parts of fsg_dev moved to fsg_common structure by Michal Nazarewicz · 15 years ago
  49. 93bcf12 USB: g_mass_storage: testing code from f_mass_storage.c removed by Michal Nazarewicz · 15 years ago
  50. d5e2b67 USB: g_mass_storage: template f_mass_storage.c file created by Michal Nazarewicz · 15 years ago
  51. 93f9374 USB: g_file_storage: more code from file_storage.c moved to storage_common.c by Michal Nazarewicz · 15 years ago
  52. e909ef5 USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changed by Michal Nazarewicz · 15 years ago
  53. d618170 USB: g_file_storage: "fsg_" prefix added to some identifiers by Michal Nazarewicz · 15 years ago
  54. b6058d0 USB: g_file_storage: parts of file_storage.c moved to separate file by Michal Nazarewicz · 15 years ago
  55. 23f6d91 USB: modifications for at91sam9g10 by Hong Xu · 15 years ago
  56. 0ad7252 USB audio gadget: handle endpoint control requests at the function level by Laurent Pinchart · 15 years ago
  57. 5242658 USB gadget: Handle endpoint requests at the function level by Laurent Pinchart · 15 years ago
  58. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  59. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  60. bcd6acd Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  61. 1c496784 Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 15 years ago
  62. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  63. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  64. c5deb83 usb: amd5536udc: fixed shared interrupt bug and warning oops by Thomas Dahlmann · 15 years ago
  65. 45f780a omap1: omap_udc: Add clocking and disable vbus sense for omap7xx by Cory Maccarrone · 15 years ago
  66. 58c12bd powerpc/qe&cpm: Implement static inline stubs for non-QE/CPM builds by Anton Vorontsov · 15 years ago
  67. 774facd Merge branch '7xx-iosplit-plat' with omap-fixes by Tony Lindgren · 15 years ago
  68. 37c4fd8 USB: fsl_udc_core: Fix kernel oops on module removal by Anton Vorontsov · 15 years ago
  69. 0996391 ARM: Fix lubbock defconfig build by Russell King · 15 years ago
  70. ce491cf omap: headers: Move remaining headers from include/mach to include/plat by Tony Lindgren · 15 years ago
  71. 4238ef5 USB: gadget: Fix EEM driver comments and VID/PID by Brian Niebuhr · 15 years ago
  72. c6c5992 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  73. d86a83f USB: gadget: imx_udc: Use resource size by Tobias Klauser · 15 years ago
  74. 1442138 Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  75. 59c82d1 usb: r8a66597-udc unaligned fifo fix by Magnus Damm · 15 years ago
  76. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  77. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  78. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  79. 9e221be USB: gadget: ether needs to select CRC32 by Randy Dunlap · 15 years ago
  80. 7f53669 USB: gadget: double free_irq() in at91udc_probe() by Roel Kluin · 15 years ago
  81. 48d3167 USB: double put_tty_driver(gs_tty_driver) in gserial_setup() by Roel Kluin · 15 years ago
  82. 04c4ab1 USB: fsl_qe_udc: Add fsl,mpc8323-qe-usb compatible entry by Anton Vorontsov · 15 years ago
  83. 823c3fd USB: s3c2410: unregister should call unbind, not disconnect by Alan Stern · 15 years ago
  84. 9b39e9d USB: gadget: Add EEM gadget driver by Brian Niebuhr · 15 years ago
  85. e792b1b USB: gadget: audio driver seg-fault fix by Robin Callender · 15 years ago
  86. 417b57b USB: gadget: Read buffer overflow by Roel Kluin · 15 years ago
  87. aa781af USB: at91: Add USB gadget driver selection for at91sam9g45 series by Nicolas Ferre · 15 years ago
  88. e923822 USB: dummy-hcd: accept mismatch between wLength and transfer length by Alan Stern · 15 years ago
  89. b780021 USB: gadget: s3c-hsotg: missing parentheses by Roel Kluin · 15 years ago
  90. 058e698 USB: gadget: Drop NULL test on list_entry result by Julia Lawall · 15 years ago
  91. ab26d20 USB: gadget: pxa25x: basic transceiver support by Philipp Zabel · 15 years ago
  92. b95cd7e USB audio gadget: Un-inline generic_[gs]et_cmd by Laurent Pinchart · 15 years ago
  93. 512ad27 USB audio gadget: Prefix all macro definitions with UAC_ in linux/usb/audio.h by Laurent Pinchart · 15 years ago
  94. 85e08ca USB: Move endpoint sync type definitions from usb/audio.h to usb/ch9.h by Laurent Pinchart · 15 years ago
  95. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  96. ea88023 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Paul Mundt · 15 years ago
  97. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  98. 25a79c4 usbnet: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  99. 56fd126 usb: gadget: m66592-udc needs linux/err.h. by Paul Mundt · 15 years ago
  100. 9e7291c usb: r8a66597-udc: implement the set_wedge method by Yoshihiro Shimoda · 15 years ago