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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-10
USB: otg/ulpi: remove unused macro
Igor Grinberg
1
-2
/
+0
2010-08-10
USB: otg/ulpi.c : fix register write
Eric BĂ©nard
1
-2
/
+2
2010-08-10
USB: io_ti.c: don't return 0 if writing the download record failed
Roel Kluin
1
-1
/
+1
2010-08-10
USB: host: Remove dead CONFIG_ARCH_KARO
Christian Dietrich
1
-23
/
+1
2010-08-10
USB: serial: enable async suspend for usb serial port device
Ming Lei
1
-0
/
+2
2010-08-10
USB: musb: forward debug mode feature to gadget
stephane duverger
1
-0
/
+3
2010-08-10
USB: EHCI Debug Port Device Gadget
stephane duverger
3
-0
/
+464
2010-08-10
USB: gadget: Remove unnecessary casts of private_data
Joe Perches
1
-3
/
+3
2010-08-10
USB: misc: Remove unnecessary casts of private_data
Joe Perches
5
-18
/
+18
2010-08-10
USB: usb-skeleton: Remove unnecessary casts of private_data
Joe Perches
1
-4
/
+4
2010-08-10
USB: autoconvert trivial BKL users to private mutex
Arnd Bergmann
4
-25
/
+28
2010-08-10
usb: storage: freecom: Fixed several coding style issues.
Martin Enderleit
1
-12
/
+11
2010-08-10
USB: musb: do not override DMA mode in channel program
Anand Gadiyar
1
-4
/
+1
2010-08-10
USB: musb: Kill board specific pinmux from driver file
Anand Gadiyar
1
-6
/
+0
2010-08-10
USB: ehci_omap: fix device detect issue with modules
Ajay Kumar Gupta
1
-0
/
+36
2010-08-10
USB: musb: fix compilation warning in host only mode
Ajay Kumar Gupta
1
-4
/
+3
2010-08-10
USB: musb: use correct register widths in register dumps
Anand Gadiyar
1
-16
/
+16
2010-08-10
USB: core: hcd-pci: use for_each_pci_dev()
Kulikov Vasiliy
1
-4
/
+1
2010-08-10
USB: serial: io_ti: Don't return 0 if writing the download record failed
Roel Kluin
1
-1
/
+1
2010-08-10
USB: gadget: storage_common: comments updated
Michal Nazarewicz
1
-21
/
+48
2010-08-10
USB: gadget: compilation issue: missing TASK_INTERRUPTIBLE
stephane duverger
1
-0
/
+1
2010-08-10
USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEM
Andrea Righi
2
-1
/
+7
2010-08-10
USB: xhci: trivial: use ARRAY_SIZE
Kulikov Vasiliy
1
-2
/
+2
2010-08-10
USB: drivers/usb/Makefile: conditionally descend to 'early'
Nicolas Kaiser
1
-1
/
+1
2010-08-10
USB: usblp: fixed switch, brace, whitespace and spacing coding style issues
Nicolas Kaiser
1
-186
/
+185
2010-08-10
USB: add runtime PM for PCI-based host controllers
Alan Stern
1
-14
/
+62
2010-08-10
USB: UHCI: add support for Intel's wakeup flags
Alan Stern
2
-14
/
+23
2010-08-10
USB: fix race between root-hub wakeup & controller suspend
Alan Stern
2
-1
/
+16
2010-08-10
USB: controller resume should check the root hub
Alan Stern
4
-5
/
+15
2010-08-10
USB: add do_wakeup parameter for PCI HCD suspend
Alan Stern
8
-14
/
+16
2010-08-10
USB: move PCI HCD resume routine
Alan Stern
1
-38
/
+39
2010-08-10
USB: refactor the powermac-specific ASIC clock code
Alan Stern
1
-21
/
+23
2010-08-10
USB: gadget: g_fs: code cleanup
Michal Nazarewicz
2
-137
/
+60
2010-08-10
USB: convert usb_hcd bitfields into atomic flags
Alan Stern
20
-68
/
+63
2010-08-10
USB: gadget: section mismatch warning fixed
Michal Nazarewicz
13
-22
/
+22
2010-08-10
USB: gadget: f_mass_storage: added eject callback
Michal Nazarewicz
2
-40
/
+74
2010-08-10
USB: gadget: composite: added disconnect callback
Michal Nazarewicz
1
-0
/
+2
2010-08-10
USB: gadget: g_multi: code clean up and refactoring
Michal Nazarewicz
2
-116
/
+147
2010-08-10
USB: gadget: f_mass_storage: dead code removed
Michal Nazarewicz
1
-3
/
+0
2010-08-10
USB: gadget: f_fs: use usb_string_ids_n()
Michal Nazarewicz
1
-18
/
+12
2010-08-10
USB: gadget: composite: usb_string_ids_*() functions added
Michal Nazarewicz
1
-4
/
+67
2010-08-10
USB: gadget: f_fs: functionfs_add() renamed to functionfs_bind_config()
Michal Nazarewicz
2
-4
/
+4
2010-08-10
USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config()
Michal Nazarewicz
3
-6
/
+13
2010-08-10
USB: gadget: g_mass_storage: static data instead of dynamic allocation
Michal Nazarewicz
1
-6
/
+9
2010-08-10
USB: mon: kill BKL usage
Arnd Bergmann
1
-20
/
+2
2010-08-10
usb: gadget: Do not take BKL for gadget->ops->ioctl
Arnd Bergmann
2
-6
/
+2
2010-08-10
USB-BKL: Remove BKL use in uhci-debug
Andi Kleen
1
-13
/
+7
2010-08-10
USB-BKL: Remove BKL use for usb serial driver probing
Andi Kleen
1
-16
/
+14
2010-08-10
USB-BKL: Convert usb_driver ioctl to unlocked_ioctl
Andi Kleen
3
-7
/
+6
2010-08-10
USB-BKL: Remove lock_kernel in usbfs update_sb()
Andi Kleen
1
-4
/
+0
[next]