aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/core/devio.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-21usb: core: Don't hold the device lock while sleeping in do_proc_control()Gravatar Tasos Sahanidis 1-5/+9
2022-02-11USB: usbfs: Use a spinlock instead of atomic accesses to tally used memory.Gravatar Ingo Rohloff 1-10/+22
2021-09-14USB: core: Make do_proc_control() and do_proc_bulk() killableGravatar Alan Stern 1-33/+111
2021-07-12USB: core: Fix incorrect pipe calculation in do_proc_control()Gravatar Alan Stern 1-1/+1
2021-05-31Merge 5.13-rc4 into usb-nextGravatar Greg Kroah-Hartman 1-3/+8
2021-05-24USB: usbfs: remove double evaluation of usb_sndctrlpipe()Gravatar Geoffrey D. Bennett 1-1/+1
2021-05-21USB: usbfs: Don't WARN about excessively large memory allocationsGravatar Alan Stern 1-3/+8
2020-11-20USB: core: Change %pK for __user pointers to %pxGravatar Alan Stern 1-7/+7
2020-07-22usb: usbfs: stop using compat_alloc_user_spaceGravatar Christoph Hellwig 1-57/+69
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-9/+0
2020-05-29usb: get rid of pointless access_ok() callsGravatar Al Viro 1-9/+0
2020-05-14USB: usbfs: fix mmap dma mismatchGravatar Greg Kroah-Hartman 1-3/+13
2020-05-05usb: usbfs: correct kernel->user page attribute mismatchGravatar Jeremy Linton 1-3/+2
2020-01-17USB: usbfs: Always unlink URBs in reverse orderGravatar Alan Stern 1-2/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-15/+1
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-15/+1
2019-10-15usb: usbfs: Suppress problematic bind and unbind uevents.Gravatar Ingo Rohloff 1-1/+14
2019-10-10usb: core: devio.c: Fix assignment of 0/1 to bool variablesGravatar Saurav Girepunje 1-2/+2
2019-09-03Merge generic_lookup_helpers into usb-nextGravatar Greg Kroah-Hartman 1-7/+1
2019-08-21usb: usbfs: only account once for mmap()'ed usb memory usageGravatar Gavin Li 1-1/+2
2019-08-14USB: usbfs: Add a capability flag for runtime suspendGravatar Alan Stern 1-1/+8
2019-08-12Merge 5.3-rc4 into usb-nextGravatar Greg Kroah-Hartman 1-2/+0
2019-08-09usbfs: Add ioctls for runtime power managementGravatar Alan Stern 1-5/+91
2019-08-05usb: usbfs: fix double-free of usb memory upon submiturb errorGravatar Gavin Li 1-2/+0
2019-07-30drivers: Introduce device lookup variants by device typeGravatar Suzuki K Poulose 1-7/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2019-07-11Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-21/+50
2019-06-26USB: core: Fix compiler warnings in devio.cGravatar Alan Stern 1-6/+6
2019-06-26USB: core: Remove usbfs_mutexGravatar Alan Stern 1-9/+0
2019-06-24bus_find_device: Unify the match callback with class_find_deviceGravatar Suzuki K Poulose 1-2/+2
2019-06-18USB: add usbfs ioctl to retrieve the connection parametersGravatar Dmitry Torokhov 1-1/+41
2019-05-24usb: avoid redundant allocation and free of memoryGravatar Weitao Hou 1-5/+3
2019-05-22signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioGravatar Eric W. Biederman 1-24/+24
2019-02-20usb: core: Replace hardcoded check with inline function from usb.hGravatar Keyur Patel 1-1/+1
2019-01-07usb: devio: update max count of DPs per interval for ISOCGravatar Chunfeng Yun 1-5/+3
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-4/+3
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2018-10-16USB: fix the usbfs flag sanitization for control transfersGravatar Alan Stern 1-2/+2
2018-10-03signal: Distinguish between kernel_siginfo and siginfoGravatar Eric W. Biederman 1-2/+2
2018-09-20USB: usbdevfs: restore warning for nonsensical flagsGravatar Oliver Neukum 1-0/+5
2018-09-20USB: usbdevfs: sanitize flags moreGravatar Oliver Neukum 1-3/+16
2018-06-28usb: usbfs: use irqsave() in USB's complete callbackGravatar Sebastian Andrzej Siewior 1-2/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-3/+4
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Gravatar Stephen Smalley 1-8/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-3/+3
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-2/+0
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityGravatar Eric W. Biederman 1-2/+2
2017-12-18Merge 4.15-rc4 into usb-nextGravatar Greg Kroah-Hartman 1-5/+9
2017-12-12USB: remove the URB_NO_FSBR flagGravatar Alan Stern 1-2/+0