1. 2f2cac3 USB: at91: modify OHCI driver to allow shared interrupts by Nicolas Ferre · 15 years ago
  2. aa781af USB: at91: Add USB gadget driver selection for at91sam9g45 series by Nicolas Ferre · 15 years ago
  3. 501c9c0 USB: at91: Add USB EHCI driver for at91sam9g45 series by Nicolas Ferre · 15 years ago
  4. c0ad729 USB: uhci: rm repeatedly evaluation for urbp->qh by Bob Liu · 15 years ago
  5. a2fbf10 USB: usbtmc: fix printk format warnings by Randy Dunlap · 15 years ago
  6. 665d766 USB: usbtmc: sanity checks for DEV_DEP_MSG_IN urbs by Guus Sliepen · 15 years ago
  7. a9d4309 USB: NXP ISP1362 USB host driver by Lothar Wassmann · 15 years ago
  8. e923822 USB: dummy-hcd: accept mismatch between wLength and transfer length by Alan Stern · 15 years ago
  9. 527101c USB: don't lose mode switch events on suspended devices by Alan Stern · 15 years ago
  10. 25118084 USB: check for hub driver not bound to root hub device by Alan Stern · 15 years ago
  11. 81e5b23 USB: fix wrong order of events in usb serial suspension by Oliver Neukum · 15 years ago
  12. 807fcb5 USB: au1xxx: add dev_pm_ops by Manuel Lauss · 15 years ago
  13. 64aebe7 USB: storage: Drop an unneeded a NULL test by Julia Lawall · 15 years ago
  14. 981e60f USB: serial: Spelling correction in Motorola USB Phone driver by Maxin John · 15 years ago
  15. 9da69c6 USB: isp1760: allow platform devices to customize devflags by Michael Hennerich · 15 years ago
  16. 331ac6b USB: EHCI: Add Intel Moorestown EHCI controller HOSTPCx extensions and support phy low power mode by Alek Du · 15 years ago
  17. 3807e26 USB: EHCI: split ehci_qh into hw and sw parts by Alek Du · 15 years ago
  18. 403dbd3 USB: EHCI: add need_io_watchdog flag to ehci_hcd by Alek Du · 15 years ago
  19. 4d155eb USB: full autosuspend and power management support for usbsevseg by Oliver Neukum · 15 years ago
  20. d9bfbd1 USB: full power management support for the idmouse driver by Oliver Neukum · 15 years ago
  21. b780021 USB: gadget: s3c-hsotg: missing parentheses by Roel Kluin · 15 years ago
  22. 058e698 USB: gadget: Drop NULL test on list_entry result by Julia Lawall · 15 years ago
  23. d12b85e USB: ldusb should signal an error in poll if the device is disconnected by Oliver Neukum · 15 years ago
  24. d35b4ce USB: legousbtower: make poll notice disconnect by Oliver Neukum · 15 years ago
  25. a470810 USB: suspend/resume support for usbtmc by Oliver Neukum · 15 years ago
  26. 8628688 USB: usbtmc can do IO to device after disconnect by Oliver Neukum · 15 years ago
  27. 75b48f0 USB: usb-serial, remove unused variables by Jiri Slaby · 15 years ago
  28. 383cedc USB: serial: full autosuspend support for the option driver by Oliver Neukum · 15 years ago
  29. ab26d20 USB: gadget: pxa25x: basic transceiver support by Philipp Zabel · 15 years ago
  30. 4c6e897 USB: make the "usbfs_snoop" log more pertinent by Alan Stern · 15 years ago
  31. ccf5b80 USB: make intf.pm_usage an atomic_t by Alan Stern · 15 years ago
  32. 7cbe5dc USB: add API for userspace drivers to "claim" ports by Alan Stern · 15 years ago
  33. 831baa4 USB: whci-hcd: make endpoint_reset method async by David Vrabel · 15 years ago
  34. 586dfc8 USB: Add nuvoton Ehci driver for w90p910 platform by Wan ZongShun · 15 years ago
  35. b95cd7e USB audio gadget: Un-inline generic_[gs]et_cmd by Laurent Pinchart · 15 years ago
  36. 512ad27 USB audio gadget: Prefix all macro definitions with UAC_ in linux/usb/audio.h by Laurent Pinchart · 15 years ago
  37. 315ad30 USB: Move vendor subclass definition from usb/audio.h to usb/ch9.h by Laurent Pinchart · 15 years ago
  38. 85e08ca USB: Move endpoint sync type definitions from usb/audio.h to usb/ch9.h by Laurent Pinchart · 15 years ago
  39. 81bf46f USB: Let usb_sg_init to set transfer_buffer more often by Pete Zaitcev · 15 years ago
  40. 4e9e920 USB: usbmon: end ugly tricks with DMA peeking by Pete Zaitcev · 15 years ago
  41. f4e2332 USB: usbmon: touch up the documentation by Pete Zaitcev · 15 years ago
  42. b07f4d0 USB: usbmon: drop Kconfig defaults by Pete Zaitcev · 15 years ago
  43. d2fb1bb USB: sisusbvga: drop usb_buffer_alloc by Pete Zaitcev · 15 years ago
  44. f8086a0 USB: ehci-dbg.c: no need for checking it before call vfree by Figo.zhang · 15 years ago
  45. 6682bb3 USB: Fix SS endpoint companion descriptor parsing. by Sarah Sharp · 15 years ago
  46. 624defa USB: xhci: Support interrupt transfers. by Sarah Sharp · 15 years ago
  47. 2f697f6 USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length. by Sarah Sharp · 15 years ago
  48. 204970a USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status. by Sarah Sharp · 15 years ago
  49. 99eb32d USB: xhci: Check URB's actual transfer buffer size. by Sarah Sharp · 15 years ago
  50. 9191eee USB: xhci: Don't touch xhci_td after it's freed. by Sarah Sharp · 15 years ago
  51. 83fbcdc USB: xhci: Handle babbling endpoints correctly. by Sarah Sharp · 15 years ago
  52. 66d1eeb USB: xhci: Make TRB completion code comparison readable. by Sarah Sharp · 15 years ago
  53. ac9d8fe USB: xhci: Add quirk for Fresco Logic xHCI hardware. by Sarah Sharp · 15 years ago
  54. 82d1009 USB: xhci: Handle stalled control endpoints. by Sarah Sharp · 15 years ago
  55. 2d3f1fa USB: xhci: Support full speed devices. by Sarah Sharp · 15 years ago
  56. 47aded8 USB: xhci: Set correct max packet size for HS/FS control endpoints. by Sarah Sharp · 15 years ago
  57. f2217e8 USB: xhci: Configure endpoint code refactoring. by Sarah Sharp · 15 years ago
  58. 018218d USB: xhci: Fix slot and endpoint context debugging. by Sarah Sharp · 15 years ago
  59. b0567b3 USB: xhci: Work around for chain bit in link TRBs. by Sarah Sharp · 15 years ago
  60. 11eaf17 USB: serial: ftdi: handle gnICE+ JTAG adaptors by Michael Hennerich · 15 years ago
  61. eb661bc USB: sl811-hcd: Fix device disconnect: by Hennerich, Michael · 15 years ago
  62. ec3815c USB: add PIDs for FTDI based OpenDCC hardware by mail@rainerkeller.de · 15 years ago
  63. 7af25b4 USB: fix cdc-acm regression in open by Oliver Neukum · 15 years ago
  64. 7f1dc31 USB: CDC WDM driver doesn't support non-blocking reads by Oliver Neukum · 15 years ago
  65. ce60c48 USB: option: TELIT UC864G support by Manuel Lauss · 15 years ago
  66. a67d8e6 USB: option.c Add support for ZTE AC2726 EVDO modem by Huzaifa Sidhpurwala · 15 years ago
  67. 35904e6 USB: serial: pl2303: new hardware support - sanwa multimeter by Pawel Ludwikow · 15 years ago
  68. e7d7fcc USB: serial: ftdi_sio: new hardware support - hameg power supply by Pawel Ludwikow · 15 years ago
  69. e5dc8ae USB: storage: fix a resume path GFP_NOIO must be used by Oliver Neukum · 15 years ago
  70. 7fa0772 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  71. 991d79b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck by Linus Torvalds · 15 years ago
  72. a87e84b Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  73. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  74. 50223e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 15 years ago
  75. e258b80 input: add a driver for the Winbond WPCD376I Consumer IR hardware by David Härdeman · 15 years ago
  76. abd6633 pnp: add a shutdown method to pnp drivers by David Härdeman · 15 years ago
  77. a976f15 hwmon: applesmc: restore accelerometer and keyboard backlight on resume by Henrik Rydberg · 15 years ago
  78. 560a64a hwmon: fix freeing of gpio_data and irq by Roel Kluin · 15 years ago
  79. 905ffdc drivers/hwmon/adm1021.c: add low_power support for adm1021 driver by Michael Abbott · 15 years ago
  80. f266889 drivers/hwmon/adm1021.c: support high precision ADM1023 remote sensor by Michael Abbott · 15 years ago
  81. dc791f8 lis3_spi: code cleanups by Daniel Mack · 15 years ago
  82. 2cd9645 lis3: add power management functions by Daniel Mack · 15 years ago
  83. 8873c33 lis3: add free-fall/wakeup function via platform_data by Daniel Mack · 15 years ago
  84. 0ec4891 lis3: fix typo by Daniel Mack · 15 years ago
  85. 0bf41d9 drivers/hwmon/coretemp.c: enable the Intel Atom by Michael Riepe · 15 years ago
  86. 42e41c5 checkpatch: add some common Blackfin checks by Mike Frysinger · 15 years ago
  87. 0487683 checkpatch: version 0.29 by Andy Whitcroft · 15 years ago
  88. fb9e909 checkpatch: limit sN/uN matches to actual bit sizes by Andy Whitcroft · 15 years ago
  89. ea71a0a checkpatch: format strings should not have brackets in macros by Andy Whitcroft · 15 years ago
  90. 77f5b10 checkpatch: make -f alias --file, add --help, more verbose help message by Hannes Eder · 15 years ago
  91. 30dad6e checkpatch: indent checks -- stop when we run out of continuation lines by Andy Whitcroft · 15 years ago
  92. 113f04a checkpatch: handle C99 comments correctly (performance issue) by Daniel Walker · 15 years ago
  93. 463f286 checkpatch: possible types -- else cannot start a type by Andy Whitcroft · 15 years ago
  94. fc0d8d9 flex_array: add missing kerneldoc annotations by David Rientjes · 15 years ago
  95. 45b588d flex_array: introduce DEFINE_FLEX_ARRAY by David Rientjes · 15 years ago
  96. 4af5a2f flex_array: add flex_array_shrink function by David Rientjes · 15 years ago
  97. 19da3dd flex_array: poison free elements by David Rientjes · 15 years ago
  98. e6de398 flex_array: add flex_array_clear function by David Rientjes · 15 years ago
  99. 2f30b1f9 vsprintf: use WARN_ON_ONCE by Marcin Slusarz · 15 years ago
  100. efc03ec MAINTAINERS: move ARM lists to infradead by Joe Perches · 15 years ago