Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
722506f04dae7c88193dab2fc836ff15070190f0
/
drivers
/
usb
/
core
/
devio.c
c532b29
USB-BKL: Convert usb_driver ioctl to unlocked_ioctl
by Andi Kleen
· 14 years ago
27729aa
USB: make hcd.h public (drivers dependency)
by Eric Lescouet
· 15 years ago
7152b59
USB: fix usbfs regression
by Alan Stern
· 15 years ago
0880aef
USB: usbfs_snoop: add data logging back in
by Chris Frey
· 15 years ago
2a9d008
USB: BKL removal from ioctl path of usbfs
by Oliver Neukum
· 15 years ago
01412a2
USB: Reduce scope of BKL in usb ioctl handling
by Oliver Neukum
· 15 years ago
f9de332
USB: Remove BKL from lseek implementations
by Oliver Neukum
· 15 years ago
063e20e
USB: Remove BKL from usbdev_open()
by Oliver Neukum
· 15 years ago
62e299e
USB: change locking for device-level autosuspend
by Alan Stern
· 15 years ago
f661c6f
USB: check the endpoint type against the pipe type
by Alan Stern
· 15 years ago
ddeee0b
USB: usbfs: properly clean up the as structure on error paths
by Linus Torvalds
· 15 years ago
d4a4683
USB: usbfs: only copy the actual data received
by Greg KH
· 15 years ago
637e8a6
usbdevfs: move compat_ioctl handling to devio.c
by Arnd Bergmann
· 15 years ago
01c6460
USB: usbfs: add USBDEVFS_URB_BULK_CONTINUATION flag
by Alan Stern
· 15 years ago
5971897
USB: increase usbdevfs max isoc buffer size
by Markus Rechberger
· 15 years ago
4c6e897
USB: make the "usbfs_snoop" log more pertinent
by Alan Stern
· 15 years ago
7cbe5dc
USB: add API for userspace drivers to "claim" ports
by Alan Stern
· 15 years ago
01105a2
USB: usbfs: fix -ENOENT error code to be -ENODEV
by Alan Stern
· 15 years ago
18753eb
USB: devio: Properly do access_ok() checks
by Michael Buesch
· 15 years ago
9180135
USB: handle zero-length usbfs submissions correctly
by Alan Stern
· 15 years ago
516a1a0
USB: fix race leading to a write after kfree in usbfs
by Oliver Neukum
· 15 years ago
d794a02
USB: fix memleak in usbfs
by Oliver Neukum
· 15 years ago
3444b26
USB: add reset endpoint operations
by David Vrabel
· 16 years ago
71d2718
USB: more u32 conversion after transfer_buffer_length and actual_length
by Roel Kluin
· 16 years ago
d34d972
USB: usbfs: remove unneeded "inline" annotations
by Alan Stern
· 16 years ago
6da9c99
USB: allow libusb to talk to unauthenticated WUSB devices
by David Vrabel
· 16 years ago
6ff1046
USB: usbfs: keep async URBs until the device file is closed
by Alan Stern
· 16 years ago
501950d
USB: fix char-device disconnect handling
by Alan Stern
· 16 years ago
ed0c772
USB: fix minor nit in usbfs checking
by Mark Lord
· 16 years ago
ff8973d
USB: Remove restrictions on signal numbers in devio.c
by Phil Endecott
· 16 years ago
86a264a
CRED: Wrap current->cred and a few other accessors
by David Howells
· 16 years ago
cd80ca8
CRED: Wrap task credential accesses in the USB driver
by David Howells
· 16 years ago
69a8594
USB: remove err() macro from usb core code
by Greg Kroah-Hartman
· 16 years ago
3b6004f
USB: remove warn() macro from usb drivers
by Greg Kroah-Hartman
· 16 years ago
2da41d5
USB: snoop processes opening usbfs device files
by Alan Stern
· 16 years ago
b0b090e
device create: usb: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
bc00bc9
device create: usb: convert device_create to device_create_drvdata
by Greg Kroah-Hartman
· 16 years ago
e105b8b
sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor
by Dan Williams
· 17 years ago
a80d5ff
USB: Fix pointer/int cast in USB devio code
by David Howells
· 16 years ago
e04199b
usbfs: don't store bad pointers in registration
by Alan Stern
· 16 years ago
d64aac3
usbfs: fix race between open and unregister
by Alan Stern
· 16 years ago
61ad04a
usbfs: simplify the lookup-by-minor routines
by Alan Stern
· 16 years ago
cd9f037
usbfs: send disconnect signals when device is unregistered
by Alan Stern
· 16 years ago
742120c
USB: fix usb_reset_device and usb_reset_composite_device(take 3)
by Ming Lei
· 16 years ago
625f694
USB: remove interface parameter of usb_reset_composite_device
by Ming Lei
· 16 years ago
ea05af6
USB: remove CVS keywords
by Adrian Bunk
· 16 years ago
b5b4aa6
usbdev: BKL pushdown
by Jonathan Corbet
· 16 years ago
441b62c
USB: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
14722ef
USB: usbfs: export the URB_NO_INTERRUPT flag to userspace
by Alan Stern
· 17 years ago
ff66e3c
drivers/usb/core/devio.c: suppress warning with 64k PAGE_SIZE
by Andrew Morton
· 17 years ago
04e482ff
USB: fix codingstyle issues in drivers/usb/core/devio.c
by Greg Kroah-Hartman
· 17 years ago
dd95b81
USB: usbfs: struct async is a fixed size structure
by Pete Zaitcev
· 17 years ago
2e2eb83
USB: add usbfs stubs for suspend and resume
by Alan Stern
· 17 years ago
885e974
USB: repair USBDEVFS_CONNECT ioctl
by Alan Stern
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
efefc6e
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 17 years ago
e015268
USB: remove traces of urb->status from usbcore
by Alan Stern
· 17 years ago
93cf9b9
USB: avoid urb->pipe in usbfs
by Alan Stern
· 17 years ago
7e7654a
cdev: remove unneeded setting of cdev names
by Greg Kroah-Hartman
· 17 years ago
527660a
usbfs micro optimitation
by Oliver Neukum
· 18 years ago
9f8b17e
USB: make usbdevices export their device nodes instead of using a separate class
by Kay Sievers
· 18 years ago
341487a8
USB: remove use of the bus rwsem, as it doesn't really protect anything.
by Greg Kroah-Hartman
· 18 years ago
97b9eb9
USB: set the correct interval for interrupt URBs
by Alan Stern
· 18 years ago
3f141e2
USB: unconfigure devices which have config 0
by Alan Stern
· 18 years ago
316547f
USB: devio.c add missing INIT_LIST_HEAD()
by Dan Carpenter
· 18 years ago
7bc3d63
USB: move usb_device_class class devices to be real devices
by Greg Kroah-Hartman
· 18 years ago
df251b8
USB: fix to usbfs_snoop logging of user defined control urbs
by Chris Frey
· 18 years ago
94fcda1
usbcore: remove unused argument in autosuspend
by Alan Stern
· 18 years ago
27d39e2
usb devio: handle class_device_create() error
by Akinobu Mita
· 18 years ago
c714de5
[PATCH] devio __user annotations
by Al Viro
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
2425c08
[PATCH] usb: fixup usb so it uses struct pid
by Eric W. Biederman
· 18 years ago
ec17cf1
USB: Remove unneeded void * casts in core files
by Tobias Klauser
· 18 years ago
1b21d5e
USB: fix __must_check warnings in drivers/usb/core/
by Greg Kroah-Hartman
· 18 years ago
01d883d
usbcore: non-hub-specific uses of autosuspend
by Alan Stern
· 18 years ago
066202d
USB: Make file operations structs in drivers/usb const.
by Luiz Fernando N. Capitulino
· 18 years ago
349710c
usbfs: detect device unregistration
by Alan Stern
· 18 years ago
4a2a8a2
usbfs: private mutex for open, release, and remove
by Alan Stern
· 18 years ago
8e18e29
[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private
by Theodore Ts'o
· 18 years ago
cae74b3
Revert "[PATCH] USB: move usb_device_class class devices to be real devices"
by Greg Kroah-Hartman
· 18 years ago
7a01955
[PATCH] SELinux: update USB code with new kill_proc_info_as_uid
by David Quigley
· 18 years ago
83626b0
Revert "[PATCH] usb: drivers/usb/core/devio.c dereferences a userspace pointer"
by Linus Torvalds
· 18 years ago
c182274
[PATCH] USB: move usb_device_class class devices to be real devices
by Greg Kroah-Hartman
· 18 years ago
786dc1d
[PATCH] usb: drivers/usb/core/devio.c dereferences a userspace pointer
by Philippe Retornaz
· 18 years ago
79efa09
[PATCH] usbcore: port reset for composite devices
by Alan Stern
· 18 years ago
3612242
[PATCH] USB: Allow high-bandwidth isochronous packets via usbfs
by Micah Dowty
· 18 years ago
e016683
[PATCH] USB: Remove 4088-byte limit on usbfs control URBs
by Micah Dowty
· 18 years ago
24f8b11
[PATCH] USB: fix check_ctrlrecip to allow control transfers in state ADDRESS
by Horst Schirmeier
· 19 years ago
9fcd5c3
[PATCH] USB: optimise devio.c usbdev_read fix
by Andrew Morton
· 19 years ago
8781ba0
[PATCH] USB: optimise devio.c::usbdev_read
by Oliver Neukum
· 19 years ago
9ad3d6c
[PATCH] USB: Remove USB private semaphore
by Alan Stern
· 19 years ago
75318d2
[PATCH] USB: remove .owner field from struct usb_driver
by Greg Kroah-Hartman
· 19 years ago
058120d
[PATCH] usb devio warning fix
by Andrew Morton
· 19 years ago
777da59
[PATCH] USB: usbdevfs_ioctl 32bit fix
by Andrew Morton
· 19 years ago
0a1ef3b
[PATCH] usbcore: Use kzalloc instead of kmalloc/memset
by Alan Stern
· 19 years ago
c36fc88
[PATCH] usb: Patch for USBDEVFS_IOCTL from 32-bit programs
by Pete Zaitcev
· 19 years ago
a7b986b
[PATCH] USB: convert usbfs/devio.c to use usb notifiers
by Greg Kroah-Hartman
· 19 years ago
4592bf5
[PATCH] USB: remove the global function usbdev_lookup_minor
by Greg Kroah-Hartman
· 19 years ago
e639dd3
[PATCH] USB: add more snooping hooks in devio.c
by Greg Kroah-Hartman
· 19 years ago
53f4654
[PATCH] Driver Core: fix up all callers of class_device_create()
by Greg Kroah-Hartman
· 19 years ago
Next »