Age | Commit message (Expand) | Author | Files | Lines |
2021-06-16 | usb: gadget: f_fs: Ensure io_completion_wq is idle during unbind | Wesley Cheng | 1 | -0/+3 |
2021-05-22 | usb: gadget/function/f_fs string table fix for multiple languages | Dean Anderson | 1 | -1/+2 |
2020-12-30 | usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus | Jack Pham | 1 | -1/+4 |
2020-12-11 | usb: gadget: f_fs: Use local copy of descriptors for userspace copy | Vamsi Krishna Samavedam | 1 | -2/+4 |
2020-04-29 | usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset() | Udipto Goswami | 1 | -0/+4 |
2020-04-17 | usb: gadget: f_fs: Fix use after free issue as part of queue failure | Sriharsha Allenki | 1 | -0/+1 |
2020-03-11 | usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flags | Lars-Peter Clausen | 1 | -2/+3 |
2019-07-31 | usb: gadget: Zero ffs_io_data | Andrzej Pietrasiewicz | 1 | -2/+4 |
2019-04-05 | usb: f_fs: Avoid crash due to out-of-scope stack ptr access | John Stultz | 1 | -0/+1 |
2018-12-13 | Revert "usb: gadget: ffs: Fix BUG when userland exits with submitted AIO tran... | Shen Jing | 1 | -18/+8 |
2018-07-20 | usb: gadget: f_fs: Only return delayed status when len is 0 | Jerry Zhang | 1 | -1/+1 |
2018-06-18 | usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfers | Vincent Pelletier | 1 | -8/+18 |
2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+1 |
2018-06-06 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 1 | -1/+1 |
2018-05-15 | usb: gadget: f_fs: Add compat_ioctl to epfiles | Jerry Zhang | 1 | -0/+11 |
2018-03-23 | Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 1 | -1/+5 |
2018-03-13 | usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUS | Lars-Peter Clausen | 1 | -1/+1 |
2018-03-13 | usb: gadget: ffs: Execute copy_to_user() with USER_DS set | Lars-Peter Clausen | 1 | -0/+4 |
2018-03-05 | usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb() | Xinyong | 1 | -1/+0 |
2018-02-12 | usb: gadget: f_fs: Use config_ep_by_speed() | Jack Pham | 1 | -31/+7 |
2018-02-12 | usb: gadget: f_fs: Process all descriptors during bind | Jack Pham | 1 | -4/+2 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -4/+4 |
2018-02-01 | Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -4/+8 |
2018-01-31 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
2018-01-09 | usb: f_fs: Prevent gadget unbind if it is already unbound | Hemant Kumar | 1 | -1/+2 |
2017-12-11 | usb: gadget: ffs: Make sparse happier | Vincent Pelletier | 1 | -3/+6 |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
2017-11-28 | usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPAT | John Keeping | 1 | -2/+11 |
2017-11-27 | usb: gadget: ffs: Forbid usb_ep_alloc_request from sleeping | Vincent Pelletier | 1 | -1/+1 |
2017-11-15 | Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs | Linus Torvalds | 1 | -1/+1 |
2017-11-09 | usb: gadget: f_fs: Fix use-after-free in ffs_free_inst | Andrew Gabbasov | 1 | -0/+1 |
2017-11-07 | USB: gadget: function: 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-10-19 | usb: gadget: make config_item_type structures const | Bhumika Goyal | 1 | -1/+1 |
2017-09-28 | usb: gadget: ffs: handle I/O completion in-order | John Keeping | 1 | -4/+13 |
2017-08-15 | usb: gadget: f_fs: Pass along set_halt errors. | Jerry Zhang | 1 | -4/+3 |
2017-06-20 | Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 1 | -47/+63 |
2017-06-02 | usb: gadget: function: f_fs: Move epfile waitqueue to ffs_data. | Jerry Zhang | 1 | -9/+10 |
2017-06-02 | usb: gadget: function: f_fs: Let ffs_epfile_ioctl wait for enable. | Jerry Zhang | 1 | -39/+54 |
2017-05-16 | usb: gadget: f_fs: avoid out of bounds access on comp_desc | William Wu | 1 | -5/+5 |
2017-04-11 | Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 1 | -59/+13 |
2017-04-11 | usb: gadget: f_fs: simplify ffs_dev name handling | Michal Nazarewicz | 1 | -59/+13 |
2017-03-17 | drivers, usb: convert ffs_data.ref from atomic_t to refcount_t | Elena Reshetova | 1 | -4/+4 |
2017-03-06 | Revert "usb: gadget: f_fs: Fix ExtCompat descriptor validation" | Janusz Dziedzic | 1 | -1/+1 |
2017-03-06 | usb: gadget: function: f_fs: pass companion descriptor along | Felipe Balbi | 1 | -2/+13 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
2017-02-22 | Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -2/+2 |
2017-02-21 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2017-02-06 | Merge 4.10-rc7 into usb-next | Greg Kroah-Hartman | 1 | -1/+12 |
2017-01-26 | Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 1 | -2/+2 |