summaryrefslogtreecommitdiff
path: root/drivers/usb/core/devio.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-28usb: usbfs: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-2/+3
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+4
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley1-8/+2
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+0
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-01-23signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman1-2/+2
2017-12-18Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman1-5/+9
2017-12-12USB: remove the URB_NO_FSBR flagAlan Stern1-2/+0
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-28USB: usbfs: Filter flags passed in from user spaceOliver Neukum1-5/+9
2017-11-14Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-14/+15
2017-11-09USB: usbfs: compute urb->actual_length for isochronousAlan Stern1-0/+14
2017-11-04USB: core: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-17USB: devio: Revert "USB: devio: Don't corrupt user memory"Hans de Goede1-5/+1
2017-09-25USB: devio: Don't corrupt user memoryDan Carpenter1-1/+5
2017-09-25USB: devio: Prevent integer overflow in proc_do_submiturb()Dan Carpenter1-0/+5
2017-08-28USB: core: constify vm_operations_structArvind Yadav1-1/+1
2017-08-28USB: core: Avoid race of async_completed() w/ usbdev_release()Douglas Anderson1-2/+2
2017-07-07Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-29/+19
2017-06-30usbdevfs: get rid of field-by-field copyinAl Viro1-29/+19
2017-06-13USB: add usbfs ioctl to retrieve the connection speedAlan Stern1-0/+3
2017-05-17USB: core: replace %p with %pKVamsi Krishna Samavedam1-7/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-28scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-01-10USB: Increase usbfs transfer limitMateusz Berezecki1-27/+16
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-9/+9
2016-08-23USB: avoid left shift by -1Alan Stern1-5/+11
2016-08-09USB: remove race condition in usbfs/libusb when using reap-after-disconnectAlan Stern1-1/+3
2016-08-09usb: devio, do not warn when allocation failsJiri Slaby1-1/+2
2016-05-04USB: usbfs: fix potential infoleak in devioKangjie Lu1-4/+5
2016-04-28usb: devio: declare usbdev_vm_ops as staticMichele Curti1-1/+1
2016-03-05usb: devio: Add ioctl to disallow detaching kernel USB drivers.Reilly Grant1-5/+58
2016-02-15USB: Add support for usbfs zerocopy.Steinar H. Gunderson1-25/+202
2016-01-25USB: core, devio: use to_usb_deviceGeliang Tang1-1/+1
2016-01-25usb: Use memdup_user to reuse the codeRahul Pathak1-5/+4
2016-01-25usb: core: devio.c: Removed unnecessary spaceChase Metzger1-1/+1
2016-01-13Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+21
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro1-25/+1
2015-12-01USB: add usbfs snooping for REAP and DISCARDAlan Stern1-3/+13
2015-12-01USB: limit usbfs snooping of URB contentsAlan Stern1-1/+8
2015-08-09usb: devio: fix spacingKris Borer1-2/+2
2015-08-05usb: devio: remove assignment from if conditionKris Borer1-5/+10
2015-05-24USB: devio: fix a condition in async_completed()Dan Carpenter1-1/+1
2015-04-10drivers/usb/core: devio.c: Removed an uneeded space before tabChase Metzger1-1/+1
2015-02-24USB: usbfs: don't leak kernel data in siginfoAlan Stern1-0/+2
2015-01-31USB: usbfs: allow URBs to be reaped after disconnectionAlan Stern1-26/+37
2014-08-02USB: devio: fix issue with log floodingOliver Neukum1-1/+1