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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-17
USB/PCI: Fix resume breakage of controllers behind cardbus bridges
Rafael J. Wysocki
2
-14
/
+2
2009-01-27
USB: fix char-device disconnect handling
Alan Stern
3
-10
/
+12
2009-01-27
USB: Fix suspend-resume of PCI USB controllers
Rafael J. Wysocki
2
-90
/
+27
2009-01-27
USB: don't enable wakeup by default for PCI host controllers
Alan Stern
1
-1
/
+0
2009-01-27
USB: fix toggle mismatch in disable_endpoint paths
Alan Stern
4
-21
/
+30
2009-01-15
drivers/usb/core/hub.c: fix CONFIG_USB_OTG=y build
David Brownell
1
-1
/
+1
2009-01-07
USB: fix minor nit in usbfs checking
Mark Lord
1
-1
/
+1
2009-01-07
USB: re-enable interface after driver unbinds
Alan Stern
5
-16
/
+26
2009-01-07
USB: cancel pending Set-Config requests if userspace gets there first
Alan Stern
1
-4
/
+38
2009-01-07
USB: automatically enable wakeup for PCI host controllers
Alan Stern
1
-0
/
+1
2009-01-07
USB: fix up suspend and resume for PCI host controllers
Alan Stern
2
-95
/
+109
2009-01-07
USB: extension of anchor API to unpoison an anchor
Oliver Neukum
1
-0
/
+20
2009-01-07
USB: mark "reject" field of struct urb as atomic_t
Ming Lei
2
-21
/
+8
2009-01-07
USB: utilize the bus notifiers
Alan Stern
6
-44
/
+91
2009-01-07
USB: make printk messages more searchable
Wu Fengguang
1
-21
/
+24
2009-01-07
USB: Enhance usage of pm_message_t
Alan Stern
8
-60
/
+70
2009-01-07
USB: utilize round_jiffies_up_relative()
Alan Stern
1
-2
/
+2
2009-01-07
USB: Don't use __module_param_call; use core_param.
Rusty Russell
1
-2
/
+6
2009-01-07
USB: announce new devices earlier
Alan Stern
1
-6
/
+7
2009-01-07
USB: Allow usbmon as a module even if usbcore is builtin
Pete Zaitcev
2
-4
/
+4
2009-01-07
USB: Introduce usb_queue_reset() to do resets from atomic contexts
Inaky Perez-Gonzalez
3
-2
/
+105
2009-01-07
USB: add asynchronous autosuspend/autoresume support
Alan Stern
4
-2
/
+91
2009-01-07
USB: change interface to usb_lock_device_for_reset()
Alan Stern
1
-16
/
+7
2009-01-07
USB: Remove restrictions on signal numbers in devio.c
Phil Endecott
1
-5
/
+0
2009-01-07
USB: straighten out inline code in sysfs.c
Alan Stern
1
-26
/
+9
2009-01-07
USB: avoid needless address-taking of function parameters
Harvey Harrison
1
-3
/
+3
2009-01-07
USB: protect hcd.h from multiple inclusions
Anton Vorontsov
1
-0
/
+4
2009-01-06
PM: Simplify the new suspend/hibernation framework for devices
Rafael J. Wysocki
1
-2
/
+2
2009-01-05
zero i_uid/i_gid on inode allocation
Al Viro
1
-1
/
+0
2008-12-25
Merge branch 'next' into for-linus
James Morris
2
-6
/
+8
2008-12-17
USB: skip Set-Interface(0) if already in altsetting 0
Alan Stern
1
-1
/
+3
2008-11-18
Merge branch 'master' into next
James Morris
3
-3
/
+4
2008-11-14
CRED: Wrap current->cred and a few other accessors
David Howells
1
-4
/
+6
2008-11-14
CRED: Wrap task credential accesses in the USB driver
David Howells
2
-6
/
+6
2008-11-13
USB: mention URB_FREE_BUFFER in usb_free_urb documentation
Rabin Vincent
1
-2
/
+2
2008-11-13
USB: don't register endpoints for interfaces that are going away
Alan Stern
2
-1
/
+2
2008-10-29
USB: prevent autosuspend during hub initialization
Alan Stern
1
-0
/
+3
2008-10-29
USB: fix crash when URBs are unlinked after the device is gone
Alan Stern
4
-3
/
+56
2008-10-22
USB: don't rebind drivers after failed resume or reset
Alan Stern
2
-2
/
+3
2008-10-17
USB: remove err() macro from usb core code
Greg Kroah-Hartman
5
-14
/
+17
2008-10-17
USB: remove warn() macro from usb drivers
Greg Kroah-Hartman
3
-4
/
+8
2008-10-17
USB: hub.c: Add initial_descriptor_timeout module parameter for usbcore
Jaroslav Kysela
1
-1
/
+10
2008-10-17
USB: Export if an interface driver supports autosuspend.
Sarah Sharp
1
-0
/
+24
2008-10-17
USB: snoop processes opening usbfs device files
Alan Stern
1
-0
/
+2
2008-10-17
USB: EHCI: log a warning if ehci-hcd is not loaded first
Alan Stern
2
-0
/
+10
2008-10-17
USB: anchor API changes needed for btusb
Oliver Neukum
1
-0
/
+70
2008-10-17
USB: change hub initialization sleeps to delayed_work
Alan Stern
1
-10
/
+81
2008-10-17
USB: RESET_RESUME needs to block autosuspend when remote wakeup is needed
Oliver Neukum
1
-1
/
+2
2008-10-17
usb core: fix USB_OTG_BLACKLIST_HUB typo
Peter Korsgaard
1
-1
/
+1
2008-10-17
USB: extend poisoning to anchors
Oliver Neukum
1
-9
/
+48
[next]