Freezer: make kernel threads nonfreezable by default
[safe/jmp/linux-2.6] / drivers / usb / core / hub.c
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-07-12 Alan SternUSB: add power/persist device attribute
2007-07-12 Alan SternUSB: unify reset_resume and normal resume
2007-07-12 Alan SternUSB: add reset_resume method
2007-07-12 Alan SternUSB: remove excess code from hub.c
2007-07-12 Alan SternUSB: separate root and non-root suspend/resume
2007-07-12 Alan SternUSB: remove __usb_port_suspend
2007-07-12 Vikram PanditaUSB Core: hub.c: prevent re-enumeration on HNP
2007-07-12 Mark LordUSB: hub.c loops forever on resume from ram due to...
2007-07-12 Alan SternUSB: Make device reset stop retrying after disconnect
2007-07-12 Alan SternUSB: add RESET_RESUME device quirk
2007-07-12 Alan SternUSB: add USB-Persist facility
2007-07-12 Alan SternUSB: make hub driver's release more robust
2007-07-12 Alan SternUSB: remove "locktree" routine from the hub driver
2007-07-12 Alan SternUSB: don't unsuspend for a new connection
2007-07-12 Alan SternUSB: move bus_suspend and bus_resume method calls
2007-07-11 Rafael J. WysockiPM: Remove prev_state from struct dev_pm_info
2007-05-29 Alan SternUSB: replace flush_workqueue with cancel_sync_work
2007-05-23 Alan SternUSB: fix ratelimit call semantics
2007-05-23 Alan SternUSB: remove short initial timeout for device descriptor...
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-04-27 Alan SternUSB: add "last_busy" field for use in autosuspend
2007-04-27 Kay SieversUSB: make usbdevices export their device nodes instead...
2007-04-27 Alan SternUSB: separate autosuspend from external suspend
2007-04-27 Dan Williamsdev_dbg: check dev_dbg() arguments
2007-03-10 Oliver NeukumUSB: kill dead code from hub.c
2007-03-10 Oliver NeukumUSB: ratelimit debounce error messages
2007-02-23 Oliver NeukumUSB: add a blacklist for devices that can't handle...
2007-02-16 Alan SternUSB: fix concurrent buffer access in the hub driver
2007-02-16 Alan Sternusbcore: small changes to hub driver's suspend method
2007-02-07 Oliver NeukumUSB: total removal of multithreaded probing in usb
2007-01-22 Greg Kroah-HartmanUSB: disable USB_MULTITHREAD_PROBE
2006-12-07 Nigel Cunningham[PATCH] Add include/linux/freezer.h and move definition...
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_ATOMIC
2006-12-05 David HowellsWorkQueue: Fix up arch-specific work items where possible
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-01 Alan Sternusbcore: remove unused argument in autosuspend
2006-12-01 Alan SternUSB: keep count of unsuspended children
2006-12-01 Alan SternUSB hub: simplify remote-wakeup handling
2006-12-01 Alan SternUSB: Add autosuspend support to the hub driver
2006-12-01 Greg Kroah-HartmanUSB: create a new thread for every USB device found...
2006-12-01 Alan SternUSB: Move private hub declarations out of public header...
2006-12-01 inaky@linux.intel.comusb hub: fix root hub code so it takes more than 15...
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-11-03 David BrownellUSB: fix compiler issues with newer gcc versions
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-09-28 Alan SternUSB: fix autosuspend when CONFIG_PM isn't set
2006-09-27 David BrownellUSB: remove OTG build warning
2006-09-27 Alan SternUSB: force root hub resume after power loss
2006-09-27 Tobias KlauserUSB: Remove unneeded void * casts in core files
2006-09-27 Alan Sternusbcore: remove usb_suspend_root_hub
2006-09-27 Alan Sternusbcore: add autosuspend/autoresume infrastructure
2006-09-27 Alan Sternusbcore: store each usb_device's level in the tree
2006-09-27 Andrew MortonUSB: usb-hub-driver-improve-use-of-ifdef fix
2006-09-27 Inaky Perez-Gonzalezwusb: pretty print new wireless USB devices when they...
2006-09-27 Inaky Perez-Gonzalezwusb: handle wusb device ep0 speed settings
2006-09-27 Inaky Perez-Gonzalezwusb: hub code recognizes wusb ports
2006-09-27 Alan Sternusbcore: khubd and busy-port handling
2006-09-27 Luiz Fernando N... USB: hub: Use usb_endpoint_* functions.
2006-09-27 Alan Sternhub driver: improve use of #ifdef
2006-09-27 Alan Sternusbcore: fix up device and power state tests
2006-09-27 Alan Sternusbcore: set device and power states properly
2006-09-27 Alan Sternusbcore: resume device resume recursion
2006-09-27 Alan Sternusbcore: make usb_generic a usb_device_driver
2006-09-27 Alan Sternusbcore: rename usb_suspend_device to usb_port_suspend
2006-07-12 Alan Stern[PATCH] usbcore: fixes for hub_port_resume
2006-07-12 Alan Stern[PATCH] USB hub: don't return status > 0 from resume
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-21 Alan Stern[PATCH] USB hub: use usb_reset_composite_device
2006-06-21 Alan Stern[PATCH] usbcore: port reset for composite devices
2006-06-21 Giridhar Pemmasani[PATCH] usbcore: Fix broken RNDIS config selection
2006-06-21 Daniel Drake[PATCH] USB: print message when device is rejected...
2006-06-21 Alan Stern[PATCH] USB: usbcore: always turn on hub port power
2006-05-09 Alan Stern[PATCH] USB: usbcore: don't check the device's power...
2006-04-14 David Brownell[PATCH] USB: otg hub support is optional
2006-04-14 Adrian Bunk[PATCH] USB: drivers/usb/core/: remove unused exports
2006-03-20 Alan Stern[PATCH] USB: usbcore: Don't assume a USB configuration...
2006-03-20 Alan Stern[PATCH] usbcore: fix compile error with CONFIG_USB_SUSP...
2006-03-20 David Brownell[PATCH] USB: remove usbcore-specific wakeup flags
2006-03-20 Arjan van de Ven[PATCH] USB: convert a bunch of USB semaphores to mutexes
2006-01-04 Alan Stern[PATCH] USB: Don't assume root-hub resume succeeds
2006-01-04 Alan Stern[PATCH] USB: Store port number in usb_device
2006-01-04 Alan Stern[PATCH] USB: Consider power budget when choosing config...
2006-01-04 Alan Stern[PATCH] USB: Fix locking for USB suspend/resume
2006-01-04 Alan Stern[PATCH] USB: Disconnect children during hub unbind
2006-01-04 Alan Stern[PATCH] USB: Remove USB private semaphore
2006-01-04 Greg Kroah-Hartman[PATCH] USB: remove .owner field from struct usb_driver
2006-01-04 Alan Stern[PATCH] USB: central handling for host controllers...
2005-11-24 David Brownell[PATCH] USB: EHCI updates
2005-11-17 Greg Kroah-Hartman[PATCH] USB: move CONFIG_USB_DEBUG checks into the...
2005-10-29 Greg Kroah-HartmanUSB: fix up some odd parts due to partial merges
2005-10-28 Andrew Morton[PATCH] USB: fix pm patches with CONFIG_PM off part 2
2005-10-28 Alan Stern[PATCH] usbcore: Fix handling of sysfs strings and...
2005-10-28 Alan Stern[PATCH] usbcore: Use kzalloc instead of kmalloc/memset
2005-10-28 Greg Kroah-Hartman[PATCH] USB: convert usbfs/inode.c to use usb notifiers
2005-10-28 Greg Kroah-Hartman[PATCH] USB: convert usbfs/devio.c to use usb notifiers
2005-10-28 Greg Kroah-Hartman[PATCH] USB: add notifier functions to the USB core...
2005-10-28 Alan Stern[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend
2005-10-28 Greg Kroah-Hartman[PATCH] USB: make wHubCharacteristics __le16 to match...
next