1. 87fc94d Merge branch 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 15 years ago
  2. 692105b trivial: fix typos/grammar errors in Kconfig texts by Matt LaPlante · 16 years ago
  3. b92efa9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into avr32-arch by Haavard Skinnemoen · 15 years ago
  4. 8e9d20897 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 15 years ago
  5. 08abe18 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  6. 61a0918 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  7. 0c93ea4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  8. 472a678 atmel-usba-udc: use gpio_is_valid() to check vbus_pin I/O line by Hans-Christian Egtvedt · 15 years ago
  9. 5df5852 usb: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  10. 4c24b6d USB: pxa27x_udc: typo fixes and code cleanups by Vernon Sauder · 15 years ago
  11. ab943a2 USB: gadget: gadget zero uses new suspend/resume hooks by David Brownell · 15 years ago
  12. 8942939 USB: gadget: composite device-level suspend/resume hooks by David Brownell · 15 years ago
  13. 16e2e5f USB: make transfer_buffer_lengths in struct urb field u32 by Greg Kroah-Hartman · 15 years ago
  14. b2bdf3a USB: composite: avoid inconsistent lock state by Felipe Balbi · 15 years ago
  15. 551509d USB: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  16. 6f8aa65 USB: add missing KERN_* constants to printks by Frank Seidel · 15 years ago
  17. b633d28 USB: imx_udc: Fix IMX UDC gadget general irq handling by Darius Augulis · 16 years ago
  18. d24921a USB: imx_udc: Fix IMX UDC gadget ep0 irq handling by Darius Augulis · 16 years ago
  19. 593bef6 USB: imx_udc: Fix IMX UDC gadget code style by Darius Augulis · 16 years ago
  20. 8f182e5 USB: imx_udc: Fix IMX UDC gadget bugs by Darius Augulis · 16 years ago
  21. bcbbbfc USB: gadget: remove duplicated #include by Huang Weiyi · 16 years ago
  22. 00185a6 USB: Remove redundant test in pxa27x_udc and ftdi_sio by Julia Lawall · 16 years ago
  23. ee069fb USB: pxa27x_udc: add vbus_draw callback by Robert Jarzmik · 16 years ago
  24. 7fec3c2 USB: pxa27x_udc: add otg transceiver support by Robert Jarzmik · 16 years ago
  25. b799a7e USB: pxa27x_udc: add vbus session handling by Robert Jarzmik · 16 years ago
  26. eb50702 USB: pxa27x_udc: factor pullup code to prepare otg transceiver by Robert Jarzmik · 16 years ago
  27. 090b901 USB: gadget: fix rndis regression by David Brownell · 15 years ago
  28. dec14f8 Merge branch 'topic/snd_card_new-err' into for-linus by Takashi Iwai · 15 years ago
  29. b555649 usbnet: convert rndis driver to use dev_get_stats by Stephen Hemminger · 15 years ago
  30. db1dd4d Use f_lock to protect f_flags by Jonathan Corbet · 15 years ago
  31. aa4abc9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  32. 54b9ed3 USB: gadget: fix build error in omap_apollon_2420_defconfig by David Brownell · 15 years ago
  33. ce459ec USB: g_file_storage: automatically disable stalls under Atmel by Alan Stern · 15 years ago
  34. 29a46bf usb: gadget: obex: select correct ep descriptors by Felipe Balbi · 15 years ago
  35. 9a6e184 USB: fsl_usb2_udc: fix potential queue head corruption by Li Yang · 15 years ago
  36. e70049b Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  37. 22eb36f [ARM] 5403/1: pxa25x_ep_fifo_flush() *ep->reg_udccs always set to 0 by Roel Kluin · 15 years ago
  38. 5e30589 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  39. 35c26c2 rndis: remove private wrapper of __constant_cpu_to_le32 by Harvey Harrison · 15 years ago
  40. af3ddbd USB: fsl_qe_udc: Fix stalled TX requests bug by Anton Vorontsov · 16 years ago
  41. 82341b3 USB: fsl_qe_udc: Fix muram corruption by disabled endpoints by Anton Vorontsov · 16 years ago
  42. ef84e40 USB: fsl_qe_udc: Fix disconnects reporting during bus reset by Anton Vorontsov · 16 years ago
  43. 2247818 USB: fsl_qe_udc: Fix QE USB controller initialization by Anton Vorontsov · 16 years ago
  44. a30551d USB: fsl_qe_udc: Fix recursive locking bug in ch9getstatus() by Anton Vorontsov · 16 years ago
  45. 94f341db USB: fsl_qe_udc: Fix oops on QE UDC probe failure by Anton Vorontsov · 16 years ago
  46. 0df2479 USB: GADGET: fix !x & y by Roel Kluin · 16 years ago
  47. 0888951 USB: composite: Fix bug: low byte of w_index is the usb interface number not the whole 2 bytes of w_index by Bryan Wu · 16 years ago
  48. dd4dff8 USB: composite: Fix bug: should test set_alt function pointer before use it by Bryan Wu · 16 years ago
  49. 183c6e0 drivers/usb/gadget: Convert to snd_card_create() by Takashi Iwai · 16 years ago
  50. 7f46b13 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  51. 5ec38f3 gadget: convert devices to new API by Stephen Hemminger · 16 years ago
  52. ab638e6 phonet: update to net_device_ops by Stephen Hemminger · 16 years ago
  53. 32e7fea USB: Fix goku_udc usb speed handling by SangSu Park · 16 years ago
  54. 2a4f136 USB: add imx udc gadget driver by Darius Augulis · 16 years ago
  55. 085ad40 USB: musb: add Blackfin Kconfig options and Makefile by Bryan Wu · 16 years ago
  56. 889394b USB: gadget: don't wait for completion twice by Felipe Balbi · 16 years ago
  57. 68144e0 USB: otg: add otg_put_transceiver() by Philipp Zabel · 16 years ago
  58. ea99ecf USB: gadget: s3c2410_udc uses standard GPIO calls by Ben Dooks · 16 years ago
  59. b40fc2a USB: gadget: pxa25x_udc vbus sense initialization by David Brownell · 16 years ago
  60. aa69a80 USB: gadget: MIPS ci13xxx_udc by David Lopo · 16 years ago
  61. bb9496c USB: gadget: change simple_strtol to simple_strtoul by Julia Lawall · 16 years ago
  62. 12aae68 USB: g_file_storage: add CD-ROM emulation by Alan Stern · 16 years ago
  63. 1c53e6c USB: gadget: pxa27x_udc.c: cleanup kernel-doc by Qinghuang Feng · 16 years ago
  64. 0a2e5b9 USB: m66592 and r8a66597 resource changes by Magnus Damm · 16 years ago
  65. cd40c4c USB: fsl_qe_udc: Check for muram allocation errors by Anton Vorontsov · 16 years ago
  66. da2bbdc USB: avoid needless address-taking of function parameters by Harvey Harrison · 16 years ago
  67. c682b17 gadget: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  68. 4c728ef add a vfs_fsync helper by Christoph Hellwig · 16 years ago
  69. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  70. 14a3c4a Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  71. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  72. d643510 usb: Fix up sh_mobile usbf clock framework warnings. by Paul Mundt · 16 years ago
  73. af5be79 sh: sh_mobile usbf clock framework support by Magnus Damm · 16 years ago
  74. 9732d52 Phonet: USB CDC Phonet function for gadget framework by Rémi Denis-Courmont · 16 years ago
  75. 7c12414 USB: gadget: fix rndis working at high speed by David Brownell · 16 years ago
  76. 72aaf09 Merge git://git.marvell.com/orion into devel by Russell King · 16 years ago
  77. aa2ba5f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  78. 1f15a50 USB: fsl_usb2_udc: Report disconnect before unbinding by Anton Vorontsov · 16 years ago
  79. 9ac36da USB: fsl_qe_udc: Report disconnect before unbinding by Anton Vorontsov · 16 years ago
  80. fba6700 Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into devel by Russell King · 16 years ago
  81. 7ef4de1 Merge branch 'highmem' into devel by Russell King · 16 years ago
  82. e0d8b13 [ARM] pxa: don't pass a consumer clock name for devices with unique clocks by Russell King · 16 years ago
  83. 47fd6f7 [ARM] 5335/1: pxa25x_udc: Fix is_vbus_present to return 1 or 0 by Jaya Kumar · 16 years ago
  84. 6ab33d5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  85. ccad637 netdev: expose ethernet address primitives by Stephen Hemminger · 16 years ago
  86. ff34950 USB: gadget rndis: send notifications by Richard Röjfors · 16 years ago
  87. 9c26452 USB: gadget rndis: stop windows self-immolation by David Brownell · 16 years ago
  88. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  89. e50ae57 USB: gadget: cdc-acm deadlock fix by David Brownell · 16 years ago
  90. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  91. e856359 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into s3c-moves2 by Ben Dooks · 16 years ago
  92. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  93. 57bd4b9 [ARM] S3C24XX: Movev udc headers to arch/arm/plat-s3c24xx/include/plat by Ben Dooks · 16 years ago
  94. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  95. 3131f7b USB: Fix unneeded endpoint check in pxa27x_udc by Robert Jarzmik · 16 years ago
  96. dd9ebf14 usb/gadget: fix kernel-doc warning by Randy Dunlap · 16 years ago
  97. d66937d USB: Fix debugfs_create_file's error checking method for usb/gadget/s3c2410_udc by Zhaolei · 16 years ago
  98. 15d5a9a usb/fsl_qe_udc: clear data toggle on clear halt request by Li Yang · 16 years ago
  99. 928dfa6 usb/fsl_qe_udc: fix response to get status request by Li Yang · 16 years ago
  100. 23d7cd0 fsl_usb2_udc: Fix oops on probe failure. by Will Newton · 16 years ago