index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
devio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-28
usb: usbfs: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
1
-2
/
+3
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-3
/
+4
2018-03-07
usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...
Stephen Smalley
1
-8
/
+2
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-3
/
+3
2018-02-01
Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-2
/
+0
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2018-01-22
signal: Replace memset(info,...) with clear_siginfo for clarity
Eric W. Biederman
1
-2
/
+2
2017-12-18
Merge 4.15-rc4 into usb-next
Greg Kroah-Hartman
1
-5
/
+9
2017-12-12
USB: remove the URB_NO_FSBR flag
Alan Stern
1
-2
/
+0
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-11-28
USB: usbfs: Filter flags passed in from user space
Oliver Neukum
1
-5
/
+9
2017-11-13
Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-14
/
+15
2017-11-09
USB: usbfs: compute urb->actual_length for isochronous
Alan Stern
1
-0
/
+14
2017-11-04
USB: core: Remove redundant license text
Greg Kroah-Hartman
1
-14
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-10-17
USB: devio: Revert "USB: devio: Don't corrupt user memory"
Hans de Goede
1
-5
/
+1
2017-09-25
USB: devio: Don't corrupt user memory
Dan Carpenter
1
-1
/
+5
2017-09-25
USB: devio: Prevent integer overflow in proc_do_submiturb()
Dan Carpenter
1
-0
/
+5
2017-08-28
USB: core: constify vm_operations_struct
Arvind Yadav
1
-1
/
+1
2017-08-28
USB: core: Avoid race of async_completed() w/ usbdev_release()
Douglas Anderson
1
-2
/
+2
2017-07-06
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-29
/
+19
2017-06-29
usbdevfs: get rid of field-by-field copyin
Al Viro
1
-29
/
+19
2017-06-13
USB: add usbfs ioctl to retrieve the connection speed
Alan Stern
1
-0
/
+3
2017-05-17
USB: core: replace %p with %pK
Vamsi Krishna Samavedam
1
-7
/
+7
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-27
scripts/spelling.txt: add "an one" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-01-10
USB: Increase usbfs transfer limit
Mateusz Berezecki
1
-27
/
+16
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
1
-9
/
+9
2016-08-23
USB: avoid left shift by -1
Alan Stern
1
-5
/
+11
2016-08-09
USB: remove race condition in usbfs/libusb when using reap-after-disconnect
Alan Stern
1
-1
/
+3
2016-08-09
usb: devio, do not warn when allocation fails
Jiri Slaby
1
-1
/
+2
2016-05-03
USB: usbfs: fix potential infoleak in devio
Kangjie Lu
1
-4
/
+5
2016-04-28
usb: devio: declare usbdev_vm_ops as static
Michele Curti
1
-1
/
+1
2016-03-05
usb: devio: Add ioctl to disallow detaching kernel USB drivers.
Reilly Grant
1
-5
/
+58
2016-02-14
USB: Add support for usbfs zerocopy.
Steinar H. Gunderson
1
-25
/
+202
2016-01-24
USB: core, devio: use to_usb_device
Geliang Tang
1
-1
/
+1
2016-01-24
usb: Use memdup_user to reuse the code
Rahul Pathak
1
-5
/
+4
2016-01-24
usb: core: devio.c: Removed unnecessary space
Chase Metzger
1
-1
/
+1
2016-01-13
Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-4
/
+21
2015-12-23
new helpers: no_seek_end_llseek{,_size}()
Al Viro
1
-25
/
+1
2015-12-01
USB: add usbfs snooping for REAP and DISCARD
Alan Stern
1
-3
/
+13
2015-12-01
USB: limit usbfs snooping of URB contents
Alan Stern
1
-1
/
+8
2015-08-08
usb: devio: fix spacing
Kris Borer
1
-2
/
+2
2015-08-05
usb: devio: remove assignment from if condition
Kris Borer
1
-5
/
+10
2015-05-24
USB: devio: fix a condition in async_completed()
Dan Carpenter
1
-1
/
+1
2015-04-10
drivers/usb/core: devio.c: Removed an uneeded space before tab
Chase Metzger
1
-1
/
+1
2015-02-24
USB: usbfs: don't leak kernel data in siginfo
Alan Stern
1
-0
/
+2
2015-01-31
USB: usbfs: allow URBs to be reaped after disconnection
Alan Stern
1
-26
/
+37
2014-08-01
USB: devio: fix issue with log flooding
Oliver Neukum
1
-1
/
+1
[next]