index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
legacy
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: gadget: remove incorrect __init/__exit annotations
Arnd Bergmann
2015-04-27
17
-66
/
+66
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-04-27
1
-1
/
+1
|
\
|
*
VFS: assorted weird filesystems: d_inode() annotations
David Howells
2015-04-15
1
-1
/
+1
*
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2015-04-24
1
-48
/
+9
|
\
\
|
*
|
target: simplify the target template registration API
Christoph Hellwig
2015-04-14
1
-48
/
+9
*
|
|
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2015-04-15
1
-2
/
+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
make new_sync_{read,write}() static
Al Viro
2015-04-12
1
-2
/
+0
*
|
|
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2015-04-15
1
-2
/
+4
|
\
|
|
|
*
|
Merge branch 'iocb' into for-next
Al Viro
2015-04-12
1
-2
/
+4
|
|
\
\
|
|
*
|
fs: move struct kiocb to fs.h
Christoph Hellwig
2015-03-26
1
-0
/
+1
|
|
*
|
fs: split generic and aio kiocb
Christoph Hellwig
2015-03-13
1
-2
/
+3
*
|
|
|
Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
2015-03-24
2
-1191
/
+49
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
usb: gadget: printer: use module_usb_composite_driver helper macro
Andrzej Pietrasiewicz
2015-03-10
1
-13
/
+1
|
*
|
|
usb: gadget: printer: convert to new interface of f_printer
Andrzej Pietrasiewicz
2015-03-10
2
-14
/
+37
|
*
|
|
usb: gadget: f_printer: convert to new function interface with backward compa...
Andrzej Pietrasiewicz
2015-03-10
1
-0
/
+1
|
*
|
|
usb: gadget: printer: factor out f_printer
Andrzej Pietrasiewicz
2015-03-10
1
-1249
/
+6
|
*
|
|
usb: gadget: printer: allocate printer_dev instances dynamically
Andrzej Pietrasiewicz
2015-03-10
1
-22
/
+40
|
*
|
|
usb: gadget: printer: add req_match for printer function
Andrzej Pietrasiewicz
2015-03-10
1
-0
/
+36
|
*
|
|
usb: gadget: printer: name class specific requests
Andrzej Pietrasiewicz
2015-03-10
1
-3
/
+6
|
*
|
|
usb: gadget: printer: add container_of helper for printer_dev
Andrzej Pietrasiewicz
2015-03-10
1
-5
/
+10
|
*
|
|
usb: gadget: printer: don't access file global usb_printer_gadget in function...
Andrzej Pietrasiewicz
2015-03-10
1
-1
/
+1
|
*
|
|
usb: gadget: printer: eliminate file global printer_mutex
Andrzej Pietrasiewicz
2015-03-10
1
-3
/
+0
|
*
|
|
usb: gadget: printer: call gprinter_setup() from gadget's bind
Andrzej Pietrasiewicz
2015-03-10
1
-17
/
+18
|
*
|
|
usb: gadget: printer: add setup and cleanup functions
Andrzej Pietrasiewicz
2015-03-10
1
-15
/
+31
|
*
|
|
usb: gadget: printer: don't access file global pnp_string in function's code
Andrzej Pietrasiewicz
2015-03-10
1
-6
/
+8
|
*
|
|
usb: gadget: printer: define pnp string buffer length
Andrzej Pietrasiewicz
2015-03-10
1
-2
/
+4
|
*
|
|
usb: gadget: printer: move function-related unbind code to function's unbind
Andrzej Pietrasiewicz
2015-03-10
1
-33
/
+25
|
*
|
|
usb: gadget: printer: call usb_add_function() last
Andrzej Pietrasiewicz
2015-03-10
1
-5
/
+4
|
*
|
|
usb: gadget: printer: move function-related bind code to function's bind
Andrzej Pietrasiewicz
2015-03-10
1
-48
/
+66
|
*
|
|
usb: gadget: printer: standardize printer_do_config
Andrzej Pietrasiewicz
2015-03-10
1
-15
/
+24
|
*
|
|
usb: gadget: printer: follow the naming convention for usb_add_config callback
Andrzej Pietrasiewicz
2015-03-10
1
-2
/
+2
|
*
|
|
usb: gadget: printer: eliminate pdev member of struct printer_dev
Andrzej Pietrasiewicz
2015-03-10
1
-4
/
+4
|
*
|
|
usb: gadget: printer: add missing error handling
Andrzej Pietrasiewicz
2015-03-10
1
-18
/
+5
|
*
|
|
usb: gadget: printer: revert usb_add_function() effect in error recovery
Andrzej Pietrasiewicz
2015-03-10
1
-0
/
+1
|
*
|
|
usb: gadget: printer: eliminate random pointer dereference
Andrzej Pietrasiewicz
2015-03-10
1
-3
/
+3
|
*
|
|
usb: gadget: printer: remove unused and empty printer_unbind
Andrzej Pietrasiewicz
2015-03-10
1
-6
/
+0
|
*
|
|
usb: gadget: printer: enqueue printer's response for setup request
Andrzej Pietrasiewicz
2015-03-10
1
-0
/
+9
*
|
|
|
Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2015-03-22
1
-21
/
+0
|
\
\
\
\
|
*
|
|
|
Revert "usb: gadget: zero: Add support for interrupt EP"
Felipe Balbi
2015-03-11
1
-21
/
+0
|
|
/
/
/
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2015-03-21
1
-3
/
+2
|
\
\
\
\
|
*
|
|
|
loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_session
Bart Van Assche
2015-03-20
1
-3
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-03-13
1
-273
/
+193
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
gadgetfs: really get rid of switching ->f_op
Alan Stern
2015-03-08
1
-19
/
+19
|
*
|
gadgetfs: get rid of flipping ->f_op in ep_config()
Al Viro
2015-03-08
1
-53
/
+37
|
*
|
gadget: switch ep_io_operations to ->read_iter/->write_iter
Al Viro
2015-02-18
1
-214
/
+141
|
*
|
gadgetfs: use-after-free in ->aio_read()
Al Viro
2015-02-18
1
-3
/
+12
*
|
|
usb: gadget: gadgetfs: fix sparse warnings
Lad, Prabhakar
2015-02-23
1
-2
/
+4
|
|
/
|
/
|
*
|
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2015-02-19
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
kconfig: use bool instead of boolean for type definition attributes
Christoph Jaeger
2015-01-07
1
-1
/
+1
*
|
usb: gadget: gadgetfs: fix an oops in ep_write()
Dan Carpenter
2015-01-10
1
-0
/
+1
[next]