index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
devio.c
Age
Commit message (
Expand
)
Author
2024-11-13
USB: core: remove dead code in do_proc_bulk()
Rex Nie
2024-10-17
usb: require FMODE_WRITE for usbdev_mmap()
Jann Horn
2023-10-18
usb: convert to new timestamp accessors
Jeff Layton
2023-07-13
usb: convert to ctime accessor functions
Jeff Layton
2023-06-13
usb: update the ctime as well when updating mtime after an ioctl
Jeff Layton
2023-06-05
Merge 6.4-rc5 into usb-next
Greg Kroah-Hartman
2023-05-29
usb: usbfs: Use consistent mmap functions
Ruihan Li
2023-05-29
usb: usbfs: Enforce page requirements for mmap
Ruihan Li
2023-05-29
usb: hide unused usbfs_notify_suspend/resume functions
Arnd Bergmann
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2022-08-19
usb: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-04-21
usb: core: Don't hold the device lock while sleeping in do_proc_control()
Tasos Sahanidis
2022-02-11
USB: usbfs: Use a spinlock instead of atomic accesses to tally used memory.
Ingo Rohloff
2021-09-14
USB: core: Make do_proc_control() and do_proc_bulk() killable
Alan Stern
2021-07-12
USB: core: Fix incorrect pipe calculation in do_proc_control()
Alan Stern
2021-05-31
Merge 5.13-rc4 into usb-next
Greg Kroah-Hartman
2021-05-24
USB: usbfs: remove double evaluation of usb_sndctrlpipe()
Geoffrey D. Bennett
2021-05-21
USB: usbfs: Don't WARN about excessively large memory allocations
Alan Stern
2020-11-20
USB: core: Change %pK for __user pointers to %px
Alan Stern
2020-07-22
usb: usbfs: stop using compat_alloc_user_space
Christoph Hellwig
2020-06-01
Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-05-29
usb: get rid of pointless access_ok() calls
Al Viro
2020-05-14
USB: usbfs: fix mmap dma mismatch
Greg Kroah-Hartman
2020-05-05
usb: usbfs: correct kernel->user page attribute mismatch
Jeremy Linton
2020-01-17
USB: usbfs: Always unlink URBs in reverse order
Alan Stern
2019-12-01
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-10-23
compat_ioctl: move drivers to compat_ptr_ioctl
Arnd Bergmann
2019-10-15
usb: usbfs: Suppress problematic bind and unbind uevents.
Ingo Rohloff
2019-10-10
usb: core: devio.c: Fix assignment of 0/1 to bool variables
Saurav Girepunje
2019-09-03
Merge generic_lookup_helpers into usb-next
Greg Kroah-Hartman
2019-08-21
usb: usbfs: only account once for mmap()'ed usb memory usage
Gavin Li
2019-08-14
USB: usbfs: Add a capability flag for runtime suspend
Alan Stern
2019-08-12
Merge 5.3-rc4 into usb-next
Greg Kroah-Hartman
2019-08-09
usbfs: Add ioctls for runtime power management
Alan Stern
2019-08-05
usb: usbfs: fix double-free of usb memory upon submiturb error
Gavin Li
2019-07-30
drivers: Introduce device lookup variants by device type
Suzuki K Poulose
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-07-11
Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2019-06-26
USB: core: Fix compiler warnings in devio.c
Alan Stern
2019-06-26
USB: core: Remove usbfs_mutex
Alan Stern
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
2019-06-18
USB: add usbfs ioctl to retrieve the connection parameters
Dmitry Torokhov
2019-05-24
usb: avoid redundant allocation and free of memory
Weitao Hou
2019-05-22
signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncio
Eric W. Biederman
2019-02-20
usb: core: Replace hardcoded check with inline function from usb.h
Keyur Patel
2019-01-07
usb: devio: update max count of DPs per interval for ISOC
Chunfeng Yun
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-10-16
USB: fix the usbfs flag sanitization for control transfers
Alan Stern
2018-10-03
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
[next]