summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/legacy/inode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gadgetfs: ep_io - wait until IRQ finishesJozef Martiniak2022-07-081-0/+1
* USB: gadget: Rename usb_gadget_probe_driver()Alan Stern2022-04-261-1/+1
* usb: gadget: eliminate anonymous module_init & module_exitRandy Dunlap2022-03-181-4/+4
* headers/prep: usb: gadget: Fix namespace collisionIngo Molnar2022-01-051-4/+4
* usb: gadget: clear related members when goto failHangyu Hua2022-01-031-2/+5
* usb: gadget: don't release an existing dev->bufHangyu Hua2022-01-031-1/+2
* USB: gadget: bRequestType is a bitfield, not a enumGreg Kroah-Hartman2021-12-151-3/+3
* USB: gadget: detect too-big endpoint 0 requestsGreg Kroah-Hartman2021-12-121-1/+15
* fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-3/+2
* usb: remove res2 argument from gadget code completionsJens Axboe2021-10-251-4/+2
* usb: gadget: Fix inconsistent indentWei Ming Chen2021-08-051-2/+2
* usb: gadget: prevent a ternary sign expansion bugDan Carpenter2021-04-221-1/+2
* usb: gadget: Fix memleak in gadgetfs_fill_superZhang Qilong2020-11-201-0/+3
* usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-4/+3
* kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-111-2/+2
* kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-111-1/+1
* usb: gadget: legacy: fix redundant initialization warningsMasahiro Yamada2020-05-091-2/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-2/+2
|\
| * usb: gadget: Use completion interface instead of open coding itThomas Gleixner2020-03-211-2/+2
* | usb: gadget: legacy: inode: remove useless cast for driver.nameCorentin Labbe2020-02-191-1/+1
|/
* vfs: Convert gadgetfs to use the new mount APIDavid Howells2019-07-051-6/+15
* usb: gadget: fix various indentation issuesColin Ian King2019-02-071-20/+20
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-011-1/+0
|\
| * USB: gadget: legacy: remove redundant zero assignment to variable 'value'Colin Ian King2017-12-111-1/+0
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* USB: gadget: legacy: Remove redundant license textGreg Kroah-Hartman2017-11-071-5/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: gadgetfs: Fix crash caused by inadequate synchronizationAlan Stern2017-09-221-5/+36
* USB: gadgetfs: fix copy_to_user while holding spinlockAlan Stern2017-09-221-1/+4
* USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacksAlan Stern2017-06-151-2/+3
* USB: gadget: fix GPF in gadgetfsAlan Stern2017-06-091-1/+3
* drivers, usb: convert ep_data.count from atomic_t to refcount_tElena Reshetova2017-03-171-4/+4
* drivers, usb: convert dev_data.count from atomic_t to refcount_tElena Reshetova2017-03-171-4/+5
* Merge tag 'usb-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-03-111-1/+3
|\
| * USB: gadgetfs: Fix a potential memory leak in 'dev_config()'Christophe JAILLET2017-03-061-1/+3
* | scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-101-2/+1
|/
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-1/+1
* USB: gadgetfs: remove unnecessary assignmentAlan Stern2017-01-021-1/+0
* USB: gadgetfs: fix checks of wTotalLength in config descriptorsAlan Stern2017-01-021-3/+7
* USB: gadgetfs: fix use-after-free bugAlan Stern2017-01-021-0/+2
* USB: gadgetfs: fix unbounded memory allocation bugAlan Stern2017-01-021-1/+1
* usb: gadgetfs: restrict upper bound on device configuration sizeGreg Kroah-Hartman2017-01-021-1/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-1/+1
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
* usb/gadget: fix gadgetfs aio support.Mathieu Laurendeau2016-08-111-1/+1
* usb: gadget: fix check in sync read from ep in gadgetfsBinyamin Sharet2016-08-111-1/+1
* usb: gadget: fix spinlock dead lock in gadgetfsBin Liu2016-05-311-4/+13
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2