1. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  2. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  3. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  4. 5b91aca usbfs: propagate umode_t by Al Viro · 13 years ago
  5. 587a1f1 switch ->is_visible() to returning umode_t by Al Viro · 13 years ago
  6. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  7. c972b4b vfs: live vfsmounts never have NULL ->mnt_sb by Al Viro · 13 years ago
  8. 4c1d5a6 vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root by Al Viro · 13 years ago
  9. e78832c USB: remove dead code from suspend/resume path by Oliver Neukum · 13 years ago
  10. 35284b3 USB: add quirk for another camera by Oliver Neukum · 13 years ago
  11. 1b41c83 usbfs: Fix oops related to user namespace conversion. by Sarah Sharp · 13 years ago
  12. 7bf0118 USB: Adding #define in hub_configure() and hcd.c file by Aman Deep · 13 years ago
  13. bc677d5 usb: fix number of mapped SG DMA entries by Clemens Ladisch · 13 years ago
  14. 5689871 USB: remove BKL comments by Davidlohr Bueso · 13 years ago
  15. 47b6495 Merge 3.2-rc3 into usb-linus by Greg Kroah-Hartman · 13 years ago
  16. 3f5eb8d USB: make the usbfs memory limit configurable by Alan Stern · 13 years ago
  17. add1aae USB: change the memory limits in usbfs URB submission by Alan Stern · 13 years ago
  18. 52fb743 USB: unify some error pathways in usbfs by Alan Stern · 13 years ago
  19. 2c4d6bf USB: move usb_translate_errors to linux/usb.h by Johan Hovold · 13 years ago
  20. ff231db USB: Add optional match for interface class to dynamic ID facility by Josua Dietze · 13 years ago
  21. 968b822 USB: Remove the SAW_IRQ hcd flag by Alan Stern · 13 years ago
  22. 0d145d7 USB: quirks: adding more quirky webcams to avoid squeaky audio by sordna · 13 years ago
  23. 60c71ca USB: add quirk for Logitech C600 web cam by Josh Boyer · 13 years ago
  24. 47c6a04 Merge branch 'for-usb-linus' of git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus by Greg Kroah-Hartman · 13 years ago
  25. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  26. b2c0a86 USB: Update last_busy time after autosuspend fails by Alan Stern · 13 years ago
  27. 79c3dd8 usb, xhci: Clear warm reset change event during init by Don Zickus · 13 years ago
  28. f940fcd usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 13 years ago
  29. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  30. 48e8236 xHCI/USB: Make xHCI driver have a BOS descriptor. by Sarah Sharp · 13 years ago
  31. d727b60 Merge branch 'pm-runtime' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  32. 5b253d8 USB: add quirk for Logitech C300 web cam by Jon Levell · 13 years ago
  33. d178bc3 user namespace: usb: make usb urbs user namespace aware (v2) by Serge Hallyn · 13 years ago
  34. edb2b25 USB: message: cleanup min_t() cast in usb_sg_init() by Dan Carpenter · 13 years ago
  35. 30b1a7a USB: Add wakeup info to debugging messages by Alan Stern · 13 years ago
  36. 393cbb5 usb/core/devio.c: Check for printer class specific request by Matthias Dellweg · 13 years ago
  37. aec01c5 USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uid by Serge Hallyn · 13 years ago
  38. a6eeeb9 USB: Update USB default wakeup settings by Alan Stern · 13 years ago
  39. c1045e8 usbcore: add sysfs support to xHCI usb2 hardware LPM by Andiry Xu · 13 years ago
  40. 65580b43 xHCI: set USB2 hardware LPM by Andiry Xu · 13 years ago
  41. 1ff4df5 usbcore: check device's LPM capability by Andiry Xu · 13 years ago
  42. 3148bf0 usbcore: get BOS descriptor set by Andiry Xu · 13 years ago
  43. 10d674a USB: When hot reset for USB3 fails, try warm reset. by Sarah Sharp · 13 years ago
  44. 75d7cf7 usbcore: refine warm reset logic by Andiry Xu · 13 years ago
  45. 2394d67e USB: add RESET_RESUME for webcams shown to be quirky by Oliver Neukum · 13 years ago
  46. b5dd18d USB: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  47. e538dfd usb: Provide usb_speed_string() function by Michal Nazarewicz · 13 years ago
  48. c5a4859 USB: for usb_autopm_get_interface_async -EINPROGRESS is not an error by Jim Wylder · 13 years ago
  49. 6ed962a Merge 3.1-rc4 into usb-next by Greg Kroah-Hartman · 13 years ago
  50. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  51. 316541b USB: Remove test for NULL that'll never happen in usb_disconnect() by Jesper Juhl · 13 years ago
  52. 5b1b0b8 PM / Runtime: Add macro to test for runtime PM events by Alan Stern · 13 years ago
  53. 8a9af4f USB: Avoid NULL pointer deref in usb_hcd_alloc_bandwidth. by Sarah Sharp · 13 years ago
  54. 7de7c7d usb/config: use proper endian access for wMaxPacketSize by Sebastian Andrzej Siewior · 13 years ago
  55. f549953 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  56. ca5c485 USB: additional regression fix for device removal by Alan Stern · 13 years ago
  57. e534c5b USB: fix regression occurring during device removal by Alan Stern · 13 years ago
  58. 2e34b42 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  59. 95a2424 Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus by Greg Kroah-Hartman · 13 years ago
  60. f76b168b PM: Rename dev_pm_info.in_suspend to is_prepared by Alan Stern · 13 years ago
  61. 0af212b USB: don't let errors prevent system sleep by Alan Stern · 13 years ago
  62. cbb3300 USB: don't let the hub driver prevent system sleep by Alan Stern · 13 years ago
  63. fccf4e8 USB: Free bandwidth when usb_disable_device is called. by Sarah Sharp · 13 years ago
  64. dcc8545 Merge 3.0-rc2 into usb-linus as it's needed by some USB patches by Greg Kroah-Hartman · 13 years ago
  65. c4fc234 USB: Add "authorized_default" parameter to the usbcore module by Carl-Daniel Hailfinger · 13 years ago
  66. 1d4a4bd usb: remove bad dput after dentry_unhash by Sage Weil · 13 years ago
  67. 3824c1d USB: core: Tolerate protocol stall during hub and port status read by Libor Pechacek · 13 years ago
  68. 69fff59 USB: remove remaining usages of hcd->state from usbcore and fix regression by Alan Stern · 13 years ago
  69. 5e467f6 usbcore: warm reset USB3 port in SS.Inactive state by Andiry Xu · 13 years ago
  70. a711423 usbcore: Refine USB3.0 device suspend and resume by Andiry Xu · 13 years ago
  71. 0ed9a57 xHCI: report USB3.0 portstatus comply with USB3.0 specification by Andiry Xu · 13 years ago
  72. 64b3c30 usb/ch9: use proper endianess for wBytesPerInterval by Sebastian Andrzej Siewior · 13 years ago
  73. 643de62 usb: core: Change usb_create_sysfs_intf_files()' return type to void by Michal Nazarewicz · 13 years ago
  74. 1d15ee4 usb/hcd: don't return 0 on error in usb_add_hcd() by Sebastian Andrzej Siewior · 13 years ago
  75. 50ee933 Merge 2.6.39-rc4 into usb-next by Greg Kroah-Hartman · 13 years ago
  76. a8f08d8 usbcore: Bug fix: system can't suspend with USB3.0 device connected to USB3.0 hub by Andiry Xu · 13 years ago
  77. b214f19 USB: Fix unplug of device with active streams by Matthew Wilcox · 14 years ago
  78. edf847d USB: remove dead code from usb_deregister_dev() by Libor Pechacek · 13 years ago
  79. bce1a70 USB: change the way we initialize format strings by Dmitry Torokhov · 13 years ago
  80. 2868a2b USB: fix formatting of SuperSpeed endpoints in /proc/bus/usb/devices by Dmitry Torokhov · 13 years ago
  81. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  82. 9d02b42 USB: Do not pass negative length to snoop_urb() by Michal Sojka · 13 years ago
  83. e1620d5 USB: Move runtime PM callbacks to usb_device_pm_ops by Rafael J. Wysocki · 13 years ago
  84. 971f115 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  85. aa33860 PM: Remove CONFIG_PM_OPS by Rafael J. Wysocki · 14 years ago
  86. 4681b17 USB / Hub: Do not call device_set_wakeup_capable() under spinlock by Rafael J. Wysocki · 14 years ago
  87. 500132a USB: Add support for SuperSpeed isoc endpoints by Paul Zimmerman · 13 years ago
  88. 0c9ffe0 USB: Disable auto-suspend for USB 3.0 hubs. by Sarah Sharp · 14 years ago
  89. 131dec3 USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol. by Sarah Sharp · 14 years ago
  90. ff9d78b USB: Set usb_hcd->state and flags for shared roothubs. by Sarah Sharp · 14 years ago
  91. c563543 usb: Make core allocate resources per PCI-device. by Sarah Sharp · 14 years ago
  92. 83de4b2 usb: Store bus type in usb_hcd, not in driver flags. by Sarah Sharp · 14 years ago
  93. d673bfc usb: Change usb_hcd->bandwidth_mutex to a pointer. by Sarah Sharp · 14 years ago
  94. 23e0d10 usb: Refactor irq enabling out of usb_add_hcd() by Sarah Sharp · 14 years ago
  95. 8766c81 usb: Make usb_hcd_pci_probe labels more descriptive. by Sarah Sharp · 14 years ago
  96. 22c6a35 usb: Make USB 3.0 roothub have a SS EP comp descriptor. by Sarah Sharp · 14 years ago
  97. c706157 USB: Clear "warm" port reset change. by Sarah Sharp · 14 years ago
  98. dbe79bb USB 3.0 Hub Changes by John Youn · 23 years ago
  99. 4814030 usb: Initialize hcd->state roothubs. by Sarah Sharp · 13 years ago
  100. abc4f9b USB: Fix usb_add_hcd() checkpatch errors. by Sarah Sharp · 14 years ago