summaryrefslogtreecommitdiff
path: root/drivers/usb/core/devio.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-18usb: convert to new timestamp accessorsJeff Layton1-9/+17
2023-07-13usb: convert to ctime accessor functionsJeff Layton1-8/+8
2023-06-13usb: update the ctime as well when updating mtime after an ioctlJeff Layton1-8/+8
2023-06-05Merge 6.4-rc5 into usb-nextGreg Kroah-Hartman1-6/+14
2023-05-29usb: usbfs: Use consistent mmap functionsRuihan Li1-2/+9
2023-05-29usb: usbfs: Enforce page requirements for mmapRuihan Li1-4/+5
2023-05-29usb: hide unused usbfs_notify_suspend/resume functionsArnd Bergmann1-0/+2
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+1
2022-08-19usb: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-04-21usb: core: Don't hold the device lock while sleeping in do_proc_control()Tasos Sahanidis1-5/+9
2022-02-11USB: usbfs: Use a spinlock instead of atomic accesses to tally used memory.Ingo Rohloff1-10/+22
2021-09-14USB: core: Make do_proc_control() and do_proc_bulk() killableAlan Stern1-33/+111
2021-07-12USB: core: Fix incorrect pipe calculation in do_proc_control()Alan Stern1-1/+1
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman1-3/+8
2021-05-24USB: usbfs: remove double evaluation of usb_sndctrlpipe()Geoffrey D. Bennett1-1/+1
2021-05-21USB: usbfs: Don't WARN about excessively large memory allocationsAlan Stern1-3/+8
2020-11-20USB: core: Change %pK for __user pointers to %pxAlan Stern1-7/+7
2020-07-22usb: usbfs: stop using compat_alloc_user_spaceChristoph Hellwig1-57/+69
2020-06-02Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+0
2020-05-29usb: get rid of pointless access_ok() callsAl Viro1-9/+0
2020-05-14USB: usbfs: fix mmap dma mismatchGreg Kroah-Hartman1-3/+13
2020-05-05usb: usbfs: correct kernel->user page attribute mismatchJeremy Linton1-3/+2
2020-01-17USB: usbfs: Always unlink URBs in reverse orderAlan Stern1-2/+2
2019-12-02Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+1
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-15/+1
2019-10-15usb: usbfs: Suppress problematic bind and unbind uevents.Ingo Rohloff1-1/+14
2019-10-10usb: core: devio.c: Fix assignment of 0/1 to bool variablesSaurav Girepunje1-2/+2
2019-09-03Merge generic_lookup_helpers into usb-nextGreg Kroah-Hartman1-7/+1
2019-08-21usb: usbfs: only account once for mmap()'ed usb memory usageGavin Li1-1/+2
2019-08-14USB: usbfs: Add a capability flag for runtime suspendAlan Stern1-1/+8
2019-08-12Merge 5.3-rc4 into usb-nextGreg Kroah-Hartman1-2/+0
2019-08-09usbfs: Add ioctls for runtime power managementAlan Stern1-5/+91
2019-08-05usb: usbfs: fix double-free of usb memory upon submiturb errorGavin Li1-2/+0
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose1-7/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2019-07-12Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-21/+50
2019-06-26USB: core: Fix compiler warnings in devio.cAlan Stern1-6/+6
2019-06-26USB: core: Remove usbfs_mutexAlan Stern1-9/+0
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-2/+2
2019-06-18USB: add usbfs ioctl to retrieve the connection parametersDmitry Torokhov1-1/+41
2019-05-24usb: avoid redundant allocation and free of memoryWeitao Hou1-5/+3
2019-05-23signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman1-24/+24
2019-02-20usb: core: Replace hardcoded check with inline function from usb.hKeyur Patel1-1/+1
2019-01-07usb: devio: update max count of DPs per interval for ISOCChunfeng Yun1-5/+3
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds1-4/+3
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2018-10-16USB: fix the usbfs flag sanitization for control transfersAlan Stern1-2/+2
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-2/+2
2018-09-20USB: usbdevfs: restore warning for nonsensical flagsOliver Neukum1-0/+5
2018-09-20USB: usbdevfs: sanitize flags moreOliver Neukum1-3/+16