index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
usb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-17
security/ cleanups
Adrian Bunk
1
-1
/
+0
2007-10-12
USB: Export URB statistics for powertop
Sarah Sharp
1
-0
/
+1
2007-10-12
USB: flush outstanding URBs when suspending
Alan Stern
1
-0
/
+1
2007-10-12
usb: initialize authorization and wusb bits in USB devices
Inaky Perez-Gonzalez
1
-0
/
+18
2007-10-12
USB: avoid using urb->pipe in usbcore
Alan Stern
1
-10
/
+9
2007-10-12
USB: add ep->enable
Alan Stern
1
-1
/
+1
2007-07-12
USB: usb/dma doc updates
David Brownell
1
-5
/
+6
2007-07-12
USB: make the usb_device numa_node get assigned from controller
Yinghai Lu
1
-0
/
+1
2007-05-29
USB: replace flush_workqueue with cancel_sync_work
Alan Stern
1
-4
/
+0
2007-05-22
USB: make the autosuspend workqueue thread freezable
Alan Stern
1
-1
/
+5
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-04-27
USB: make usbdevices export their device nodes instead of using a separate class
Kay Sievers
1
-9
/
+11
2007-04-27
USB: Allow autosuspend delay to equal 0
Alan Stern
1
-1
/
+1
2007-04-27
USB: separate autosuspend from external suspend
Alan Stern
1
-1
/
+2
2007-04-27
usbcore: move usb_autosuspend_work
Alan Stern
1
-21
/
+0
2007-02-23
USB: make autosuspend delay a module parameter
Alan Stern
1
-0
/
+12
2007-02-07
usbcore: trivial whitespace fixes
Oliver Neukum
1
-48
/
+48
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
1
-152
/
+8
2006-12-01
USB core: fix compiler warning about usb_autosuspend_work
Alan Stern
1
-8
/
+8
2006-12-01
USB: makes usb_endpoint_* functions inline.
Luiz Fernando N. Capitulino
1
-144
/
+0
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-4
/
+5
2006-10-03
fix file specification in comments
Uwe Zeisberger
1
-1
/
+1
2006-09-28
USB: fix autosuspend when CONFIG_PM isn't set
Alan Stern
1
-2
/
+2
2006-09-28
USB: create new workqueue thread for USB autosuspend
Alan Stern
1
-3
/
+39
2006-09-27
USB: fix __must_check warnings in drivers/usb/core/
Greg Kroah-Hartman
1
-2
/
+4
2006-09-27
usbcore: add autosuspend/autoresume infrastructure
Alan Stern
1
-0
/
+23
2006-09-27
usbcore: trim down usb_bus structure
Alan Stern
1
-3
/
+2
2006-09-27
USB: remove struct usb_operations
Alan Stern
1
-5
/
+5
2006-09-27
USB core: Use const where possible.
Luiz Fernando N. Capitulino
1
-10
/
+11
2006-09-27
USB: New functions to check endpoints info.
Luiz Fernando N. Capitulino
1
-0
/
+144
2006-09-27
usbcore: make usb_generic a usb_device_driver
Alan Stern
1
-1
/
+0
2006-09-27
usbcore: add usb_device_driver definition
Alan Stern
1
-6
/
+9
2006-09-27
usbcore: move code among source files
Alan Stern
1
-307
/
+0
2006-09-27
usbcore: rename usb_suspend_device to usb_port_suspend
Alan Stern
1
-5
/
+2
2006-09-27
USB: Make usb_buffer_free() NULL-safe
Dmitry Torokhov
1
-1
/
+3
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-22
[PATCH] USB: get USB suspend to work again
Greg Kroah-Hartman
1
-0
/
+2
2006-06-21
[PATCH] usbcore: port reset for composite devices
Alan Stern
1
-0
/
+1
2006-04-14
[PATCH] USB: drivers/usb/core/: remove unused exports
Adrian Bunk
1
-2
/
+0
2006-03-20
[PATCH] USB: convert a bunch of USB semaphores to mutexes
Arjan van de Ven
1
-2
/
+3
2006-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
1
-43
/
+41
2006-01-04
[PATCH] driver core: replace "hotplug" by "uevent"
Kay Sievers
1
-45
/
+41
2006-01-04
[PATCH] USB: fix usb_find_interface for ppc64
Pete Zaitcev
1
-10
/
+13
2006-01-04
[PATCH] USB: replace __setup("nousb") with __module_param_call
Pete Zaitcev
1
-12
/
+1
2006-01-04
[PATCH] USB: Store port number in usb_device
Alan Stern
1
-0
/
+1
2006-01-04
[PATCH] USB: Remove USB private semaphore
Alan Stern
1
-105
/
+9
2006-01-04
[PATCH] USB: reorg some functions out of the main usb.c file
Greg Kroah-Hartman
1
-311
/
+0
2005-12-21
[PATCH] usbcore: allow suspend/resume even if drivers don't support it
Alan Stern
1
-3
/
+6
2005-11-17
[PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile
Greg Kroah-Hartman
1
-7
/
+0
2005-10-28
[PATCH] usbcore: Use kzalloc instead of kmalloc/memset
Alan Stern
1
-3
/
+1
[next]