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
/
gadget
Age
Commit message (
Expand
)
Author
Files
Lines
2007-01-05
USB: omap_udc build fixes (sync with linux-omap)
David Brownell
2
-53
/
+195
2006-12-20
USB: at91_udc: Additional checks
Wojtek Kaniewski
1
-2
/
+8
2006-12-20
USB: at91_udc: Cleanup variables after failure in usb_gadget_register_driver()
Wojtek Kaniewski
1
-0
/
+4
2006-12-20
USB: at91_udc: allow drivers that support high speed
Wojtek Kaniewski
1
-1
/
+1
2006-12-20
USB: at91_udc, misc fixes
Andrew Victor
2
-6
/
+42
2006-12-20
USB: at91 udc, support at91sam926x addresses
Andrew Victor
2
-86
/
+84
2006-12-20
USB: gadget driver unbind() is optional; section fixes; misc
David Brownell
10
-47
/
+41
2006-12-13
[PATCH] getting rid of all casts of k[cmz]alloc() calls
Robert P. J. Day
1
-1
/
+1
2006-12-13
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
Robert P. J. Day
1
-1
/
+1
2006-12-08
[PATCH] tty: switch to ktermios
Alan Cox
1
-2
/
+2
2006-12-08
[PATCH] struct path: convert usb
Josef Sipek
1
-8
/
+8
2006-12-07
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-1
/
+1
2006-12-07
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
Nigel Cunningham
1
-1
/
+1
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
6
-8
/
+8
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
5
-6
/
+12
2006-12-01
USB: lh7a40x_udc remove double declaration
David Brownell
1
-1
/
+0
2006-12-01
USB: pxa2xx_udc recognizes ixp425 rev b0 chip
David Brownell
1
-0
/
+2
2006-12-01
USB: net2280: don't send unwanted zero-length packets
Alan Stern
2
-3
/
+8
2006-12-01
usb/gadget/ether.c minor manycast tweaks
David Brownell
1
-2
/
+2
2006-12-01
[ARM] 3963/1: AT91: Update configuration files
Andrew Victor
1
-1
/
+1
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-3
/
+3
2006-10-20
[PATCH] fix PXA2xx UDC compilation error
Nicolas Pitre
1
-1
/
+1
2006-10-17
Fix USB gadget net2280.c compile
Linus Torvalds
1
-2
/
+2
2006-10-17
USB/gadget/net2280: handle sysfs errors
Jeff Garzik
1
-4
/
+16
2006-10-08
[PATCH] misc arm pt_regs fixes
Al Viro
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
6
-17
/
+13
2006-10-04
Remove all inclusions of <linux/config.h>
Dave Jones
1
-1
/
+0
2006-10-03
Still more typo fixes
Matt LaPlante
1
-1
/
+1
2006-10-02
[PATCH] namespaces: utsname: use init_utsname when appropriate
Serge E. Hallyn
5
-5
/
+5
2006-10-02
[PATCH] const struct tty_operations
Jeff Dike
1
-1
/
+1
2006-10-01
[PATCH] Vectorize aio_read/aio_write fileop methods
Badari Pulavarty
1
-25
/
+55
2006-10-01
[PATCH] completions: lockdep annotate on stack completions
Peter Zijlstra
2
-2
/
+2
2006-09-28
USB: g_file_storage: Set sense info Valid bit only when needed
Alan Stern
1
-1
/
+15
2006-09-28
USB: g_file_storage: fix "ignoring return value" warnings
Alan Stern
1
-7
/
+12
2006-09-28
USB: dummy-hcd: fix "warn-unused-result" messages
Alan Stern
1
-10
/
+23
2006-09-28
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-3
/
+3
2006-09-28
[ARM] 3865/1: AT91RM9200 header updates
Andrew Victor
1
-3
/
+3
2006-09-27
USB: net2280: update dma buffer allocation
David Brownell
1
-68
/
+88
2006-09-27
USB: usb serial gadget smp related bug
Eugeny S. Mints
1
-0
/
+3
2006-09-27
gadgetfs patch for ep0out
Skip Hansen
1
-1
/
+1
2006-09-27
USB: ethernet gadget avoids zlps for musb_hdrc
David Brownell
1
-0
/
+3
2006-09-27
usbcore: trim down usb_bus structure
Alan Stern
1
-6
/
+2
2006-09-27
USB: fix typo in drivers/usb/gadget/Kconfig
Jules Villard
1
-1
/
+1
2006-09-27
USB: fix signedness issue in drivers/usb/gadget/ether.c
Eric Sesterhenn
1
-1
/
+1
2006-09-27
USB gadget: gadgetfs dont try to lock before free
Milan Svoboda
1
-1
/
+0
2006-09-27
USB: add poll to gadgetfs's endpoint zero
Milan Svoboda
1
-1
/
+31
2006-09-27
USB: Make file operations structs in drivers/usb const.
Luiz Fernando N. Capitulino
3
-6
/
+6
2006-09-27
USB: gmidi: New USB MIDI Gadget class driver.
Ben Williamson
3
-0
/
+1353
2006-09-27
USB: gadgetfs: protect ep_release with lock
Milan Svoboda
1
-0
/
+5
2006-09-27
USB: fix ep_config to return correct value
Milan Svoboda
1
-3
/
+4
[next]