1. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  2. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  3. e42837b freezer: introduce freezer-friendly waiting macros by Rafael J. Wysocki · 17 years ago
  4. cbfee34 security/ cleanups by Adrian Bunk · 17 years ago
  5. fd39c86 docbook: fix usb content by Randy Dunlap · 17 years ago
  6. efefc6e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  7. d1aa3e6 USB: fix race in autosuspend reschedule by Alan Stern · 17 years ago
  8. 271f9e6 USB: skip autosuspended devices during system resume by Alan Stern · 17 years ago
  9. 32fe019 USB: mutual exclusion for EHCI init and port resets by Alan Stern · 17 years ago
  10. 4d59d8a USB: Export URB statistics for powertop by Sarah Sharp · 17 years ago
  11. a691efa USB: remove USB_QUIRK_NO_AUTOSUSPEND by Alan Stern · 17 years ago
  12. 7108f28 USB: don't propagate FREEZE or PRETHAW suspends by Alan Stern · 17 years ago
  13. 403fae7 USB: fix limited_power setting mistake in hub.c by jidong xiao · 17 years ago
  14. 6840d25 USB: flush outstanding URBs when suspending by Alan Stern · 17 years ago
  15. 95cf82f USB: break apart flush_endpoint and disable_endpoint by Alan Stern · 17 years ago
  16. 5ad4f71 USB: move decision to ignore FREEZE events by Alan Stern · 17 years ago
  17. 7477120 USB: Get rid of annoying endpoint-release message by Alan Stern · 17 years ago
  18. e015268 USB: remove traces of urb->status from usbcore by Alan Stern · 17 years ago
  19. 1431d2a USB: get rid of urb->lock by Alan Stern · 17 years ago
  20. 4a00027 USB: Eliminate urb->status usage! by Alan Stern · 17 years ago
  21. 9347d51 USB: reorganize urb->status use in usbmon by Alan Stern · 17 years ago
  22. 1f5a3d0 USB: fix mistake in usb_hcd_giveback_urb by Alan Stern · 17 years ago
  23. eb23105 USB: add urb->unlinked field by Alan Stern · 17 years ago
  24. b0d9efb USB: centralize -EREMOTEIO handling by Alan Stern · 17 years ago
  25. d74d4a6 USB: don't touch sysfs stuff when altsetting is unchanged by Alan Stern · 17 years ago
  26. e9df41c USB: make HCDs responsible for managing endpoint queues by Alan Stern · 17 years ago
  27. b0e396e USB: make usb_release_interface static by Greg Kroah-Hartman · 17 years ago
  28. b5ea060 USB: rename choose_configuration by Greg Kroah-Hartman · 17 years ago
  29. e03f2e8 usb: hook up device authorization to sysfs by Inaky Perez-Gonzalez · 17 years ago
  30. 93993a0 usb: introduce usb_authorize/deauthorize() by Inaky Perez-Gonzalez · 17 years ago
  31. d9d16e8 usb: split usb_new_device for clarity and refactoring by Inaky Perez-Gonzalez · 17 years ago
  32. f8a3746 usb: usb_generic_probe() obeys authorization by Inaky Perez-Gonzalez · 17 years ago
  33. 72230ab usb: usb_probe_interface() obeys authorization by Inaky Perez-Gonzalez · 17 years ago
  34. 1145065 usb: usb_get_configuration() obeys authorization by Inaky Perez-Gonzalez · 17 years ago
  35. 16bbab2 usb: usb_set_configuration() obeys authorization by Inaky Perez-Gonzalez · 17 years ago
  36. d7d0725 usb: initialize authorization and wusb bits in USB devices by Inaky Perez-Gonzalez · 17 years ago
  37. eb579f5 usb: cleanup usb_register_bus() and hook up sysfs group by Inaky Perez-Gonzalez · 17 years ago
  38. 5234ce1 usb: add the concept of default authorization to USB hosts by Inaky Perez-Gonzalez · 17 years ago
  39. 9a9bf40 USB: separate out endpoint queue management and DMA mapping routines by Alan Stern · 17 years ago
  40. 9439eb9 USB: update spinlock usage for root-hub URBs by Alan Stern · 17 years ago
  41. d617bc8 USB: cleanup for previous patches by Alan Stern · 17 years ago
  42. 93cf9b9 USB: avoid urb->pipe in usbfs by Alan Stern · 17 years ago
  43. 4326ed0 USB: address-0 handling during device initialization by Alan Stern · 17 years ago
  44. 5e60a16 USB: avoid using urb->pipe in usbcore by Alan Stern · 17 years ago
  45. fea3409 USB: add direction bit to urb->transfer_flags by Alan Stern · 17 years ago
  46. bdd016b USB: add ep->enable by Alan Stern · 17 years ago
  47. 5b653c7 USB: add urb->ep by Alan Stern · 17 years ago
  48. 7e7654a cdev: remove unneeded setting of cdev names by Greg Kroah-Hartman · 17 years ago
  49. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  50. 7d2c592 USB: disable autosuspend by default for non-hubs by Alan Stern · 17 years ago
  51. e6a20ff USB: another quirky device (LCD display) by Oliver Neukum · 17 years ago
  52. 8683369 USB: More USB_QUIRK_RESET_RESUME devices by Lamarque Vieira Souza · 17 years ago
  53. e5dd011 USB: fix linked list insertion bugfix for usb core by Nathael Pajani · 17 years ago
  54. ce05916 USB: quirky flash drive by Oliver Neukum · 17 years ago
  55. c269b6a USB: prevent Genesys USB-IDE from autosuspending by Alan Stern · 17 years ago
  56. d7790ba USB: prevent Thomson card reader from autosuspending by Alan Stern · 17 years ago
  57. a74108d USB: Add iPhone device id to the quirk list. by Matt Colyer · 17 years ago
  58. d65cc1b usb: add PRODUCT, TYPE to usb-interface events by Kay Sievers · 17 years ago
  59. a78d702b usb quirks: Add Canon EOS 5D (PC Connection mode) to the autosuspend blacklist by Paul Walmsley · 17 years ago
  60. 013d27f USB: update last_busy field correctly by Alan Stern · 17 years ago
  61. c39772d USB: allow retry on descriptor fetch errors by Alan Stern · 17 years ago
  62. 53059f4 USB: another quirky device by Oliver Neukum · 17 years ago
  63. 5f546c5 USB: quirky mass storage device by Oliver Neukum · 17 years ago
  64. 46dede4 USB: accept 1-byte Device Status replies, fixing some b0rken devices by Alan Stern · 17 years ago
  65. f095137 USB: blacklist Samsung ML-2010 printer by Oliver Neukum · 17 years ago
  66. 8b2580e USB: quirks: multicard reader doesn't like autosuspend by David Brownell · 17 years ago
  67. 67f5dde USB: Fix a bug in usb_start_wait_urb by Alan Stern · 17 years ago
  68. a12b8db USB: fix scatterlist PIO case (IOMMU) by David Brownell · 17 years ago
  69. 209b3cf USB: yet another quirky device by Oliver Neukum · 17 years ago
  70. d229813 USB: Add CanonScan LiDE30 to the quirk list by Johann Felix Soden · 17 years ago
  71. 81ac0dd USB: even more quirks by Oliver Neukum · 17 years ago
  72. fb74535 USB: more quirky devices by Oliver Neukum · 17 years ago
  73. 809a58b USB: change name of spinlock in hcd.c by Alan Stern · 17 years ago
  74. 32aca56 USB: move routines in hcd.c by Alan Stern · 17 years ago
  75. 3fc3e82 USB: core: message: clean up urb->status usage by Greg Kroah-Hartman · 17 years ago
  76. beafef0 USB: documentation update for usb_unlink_urb by Alan Stern · 17 years ago
  77. 195af2c USB: fix warning caused by autosuspend counter going negative by Alan Stern · 17 years ago
  78. 69d42a7 USB: add "descriptors" binary sysfs attribute by Alan Stern · 17 years ago
  79. aebdc3b dev_vdbg(), available with -DVERBOSE_DEBUG by David Brownell · 17 years ago
  80. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  81. 6c59649 USB: additions to the quirk list by Oliver Neukum · 17 years ago
  82. e4f7473 USB: quirk for samsung printer by Oliver Neukum · 17 years ago
  83. fbf54dd USB: usb/dma doc updates by David Brownell · 17 years ago
  84. 70f458f USB: make the usb_device numa_node get assigned from controller by Yinghai Lu · 17 years ago
  85. 8d6d5fd USB: Make usb-autosuspend timer 1 sec jiffy aligned by Venki Pallipadi · 17 years ago
  86. 8e80e75 USB: Don't autosuspend Blackberry devices. by Jeremy Katz · 17 years ago
  87. 165fe97 USB: add IAD support to usbfs and sysfs by Craig W. Nadler · 17 years ago
  88. 8ccef0d USB: Fix off-by-1 error in the scatter-gather library by Alan Stern · 17 years ago
  89. cfa59da USB: Don't resume root hub if the controller is suspended by Alan Stern · 17 years ago
  90. e7e6da9 USB: Remove usages of dev->power.power_state by Alan Stern · 17 years ago
  91. 8b3b01c USB: Add URB_FREE_BUFFER flag and the logic behind it by Marcel Holtmann · 17 years ago
  92. 300871c USB: Fix up full-speed bInterval values in high-speed interrupt descriptor by Laurent Pinchart · 17 years ago
  93. 9f6a93f usb: free DMA mappings if enqueue fails by Pete Zaitcev · 17 years ago
  94. 60aac1e USB: Handle bogus low-speed Bulk endpoints by Alan Stern · 17 years ago
  95. b41a60e USB: add power/persist device attribute by Alan Stern · 17 years ago
  96. 54515fe USB: unify reset_resume and normal resume by Alan Stern · 17 years ago
  97. f07600c USB: add reset_resume method by Alan Stern · 17 years ago
  98. 624d6c0 USB: remove excess code from hub.c by Alan Stern · 17 years ago
  99. 686314c USB: separate root and non-root suspend/resume by Alan Stern · 17 years ago
  100. 4956ecc USB: remove __usb_port_suspend by Alan Stern · 17 years ago