index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
legacy
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-08
gadgetfs: ep_io - wait until IRQ finishes
Jozef Martiniak
1
-0
/
+1
2022-04-26
USB: gadget: Rename usb_gadget_probe_driver()
Alan Stern
1
-1
/
+1
2022-03-18
usb: gadget: eliminate anonymous module_init & module_exit
Randy Dunlap
1
-4
/
+4
2022-01-05
headers/prep: usb: gadget: Fix namespace collision
Ingo Molnar
1
-4
/
+4
2022-01-03
usb: gadget: clear related members when goto fail
Hangyu Hua
1
-2
/
+5
2022-01-03
usb: gadget: don't release an existing dev->buf
Hangyu Hua
1
-1
/
+2
2021-12-15
USB: gadget: bRequestType is a bitfield, not a enum
Greg Kroah-Hartman
1
-3
/
+3
2021-12-12
USB: gadget: detect too-big endpoint 0 requests
Greg Kroah-Hartman
1
-1
/
+15
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
1
-3
/
+2
2021-10-25
usb: remove res2 argument from gadget code completions
Jens Axboe
1
-4
/
+2
2021-08-05
usb: gadget: Fix inconsistent indent
Wei Ming Chen
1
-2
/
+2
2021-04-22
usb: gadget: prevent a ternary sign expansion bug
Dan Carpenter
1
-1
/
+2
2020-11-20
usb: gadget: Fix memleak in gadgetfs_fill_super
Zhang Qilong
1
-0
/
+3
2020-07-10
usb: gadget: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-4
/
+3
2020-06-11
kernel: better document the use_mm/unuse_mm API contract
Christoph Hellwig
1
-2
/
+2
2020-06-11
kernel: move use_mm/unuse_mm to kthread.c
Christoph Hellwig
1
-1
/
+1
2020-05-09
usb: gadget: legacy: fix redundant initialization warnings
Masahiro Yamada
1
-2
/
+1
2020-03-31
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2020-03-21
usb: gadget: Use completion interface instead of open coding it
Thomas Gleixner
1
-2
/
+2
2020-02-19
usb: gadget: legacy: inode: remove useless cast for driver.name
Corentin Labbe
1
-1
/
+1
2019-07-05
vfs: Convert gadgetfs to use the new mount API
David Howells
1
-6
/
+15
2019-02-07
usb: gadget: fix various indentation issues
Colin Ian King
1
-20
/
+20
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-3
/
+3
2018-02-01
Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+0
2017-12-11
USB: gadget: legacy: remove redundant zero assignment to variable 'value'
Colin Ian King
1
-1
/
+0
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-07
USB: gadget: legacy: Remove redundant license text
Greg Kroah-Hartman
1
-5
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-09-22
USB: gadgetfs: Fix crash caused by inadequate synchronization
Alan Stern
1
-5
/
+36
2017-09-22
USB: gadgetfs: fix copy_to_user while holding spinlock
Alan Stern
1
-1
/
+4
2017-06-15
USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks
Alan Stern
1
-2
/
+3
2017-06-09
USB: gadget: fix GPF in gadgetfs
Alan Stern
1
-1
/
+3
2017-03-17
drivers, usb: convert ep_data.count from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2017-03-17
drivers, usb: convert dev_data.count from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+5
2017-03-11
Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+3
2017-03-10
scripts/spelling.txt: add "disble(d)" pattern and fix typo instances
Masahiro Yamada
1
-2
/
+1
2017-03-06
USB: gadgetfs: Fix a potential memory leak in 'dev_config()'
Christophe JAILLET
1
-1
/
+3
2017-02-28
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
1
-1
/
+1
2017-01-02
USB: gadgetfs: remove unnecessary assignment
Alan Stern
1
-1
/
+0
2017-01-02
USB: gadgetfs: fix checks of wTotalLength in config descriptors
Alan Stern
1
-3
/
+7
2017-01-02
USB: gadgetfs: fix use-after-free bug
Alan Stern
1
-0
/
+2
2017-01-02
USB: gadgetfs: fix unbounded memory allocation bug
Alan Stern
1
-1
/
+1
2017-01-02
usb: gadgetfs: restrict upper bound on device configuration size
Greg Kroah-Hartman
1
-1
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-05
[iov_iter] new primitives - copy_from_iter_full() and friends
Al Viro
1
-1
/
+1
2016-09-28
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
1
-1
/
+1
2016-08-11
usb/gadget: fix gadgetfs aio support.
Mathieu Laurendeau
1
-1
/
+1
2016-08-11
usb: gadget: fix check in sync read from ep in gadgetfs
Binyamin Sharet
1
-1
/
+1
2016-05-31
usb: gadget: fix spinlock dead lock in gadgetfs
Bin Liu
1
-4
/
+13
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
[next]