index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lock
Heiner Kallweit
2016-02-06
4
-22
/
+22
*
USB: EHCI: fix compiler warning introduced by commit 2a40f324541e
Alan Stern
2016-02-04
2
-1
/
+2
*
Add ioctls to enable and disable local controls on an instrument
Dave Penkler
2016-02-03
1
-0
/
+70
*
Add ioctl to retrieve USBTMC-USB488 capabilities
Dave Penkler
2016-02-03
1
-0
/
+12
*
Add support for receiving USBTMC USB488 SRQ notifications via poll/select
Dave Penkler
2016-02-03
1
-0
/
+23
*
Add support for USBTMC USB488 SRQ notification with fasync
Dave Penkler
2016-02-03
1
-0
/
+24
*
Implement an ioctl to support the USMTMC-USB488 READ_STATUS_BYTE operation.
Dave Penkler
2016-02-03
1
-0
/
+201
*
usb: usbip: Fix possible deadlocks reported by lockdep
Andrew Goodbody
2016-02-03
5
-65
/
+91
*
USB: cxacru: fix an bounds check warning
Dan Carpenter
2016-02-03
1
-0
/
+2
*
usb: storage: ene_ub6250: Remove unnecessary cast in kfree
Amitoj Kaur Chawla
2016-02-03
1
-2
/
+2
*
usb: host: ehci-sched: remove unnecessary braces
Geyslan G. Bem
2016-02-03
1
-5
/
+1
*
usb: host: ehci-sched: use sizeof operator with parens
Geyslan G. Bem
2016-02-03
1
-4
/
+4
*
usb: host: ehci-sched: add line after declarations
Geyslan G. Bem
2016-02-03
1
-0
/
+2
*
usb: host: ehci-sched: use C89-style comments
Geyslan G. Bem
2016-02-03
1
-12
/
+14
*
usb: host: ehci-sched: remove useless else branch
Geyslan G. Bem
2016-02-03
1
-3
/
+2
*
usb: host: ehci-sched: remove prohibited spaces
Geyslan G. Bem
2016-02-03
1
-132
/
+133
*
usb: host: ehci-sched: add spaces around operators
Geyslan G. Bem
2016-02-03
1
-1
/
+1
*
usb: host: ehci-sched: remove useless initializations
Geyslan G. Bem
2016-02-03
1
-2
/
+2
*
usb: host: ehci-sched: move constants to right
Geyslan G. Bem
2016-02-03
1
-3
/
+3
*
usb: host: ehci-sched: refactor scan_isoc function
Geyslan G. Bem
2016-02-03
1
-101
/
+101
*
usb: ehci: remove old stub_debug_files definition
Geyslan G. Bem
2016-02-03
2
-7
/
+2
*
usb: host: ehci-dbg: add function output_buf_tds_dir()
Geyslan G. Bem
2016-02-03
1
-33
/
+29
*
usb: host: ehci-dbg: prefer kmalloc_array over kmalloc times size
Geyslan G. Bem
2016-02-03
1
-1
/
+1
*
usb: host: ehci-dbg: enclose conditional blocks with braces
Geyslan G. Bem
2016-02-03
1
-4
/
+5
*
usb: host: ehci-dbg: replace sizeof operand
Geyslan G. Bem
2016-02-03
1
-1
/
+1
*
usb: host: ehci-dbg: remove blank line before close brace
Geyslan G. Bem
2016-02-03
1
-1
/
+0
*
usb: host: ehci-dbg: add blank line after declarations
Geyslan G. Bem
2016-02-03
1
-0
/
+1
*
usb: host: ehci-dbg: convert macro to inline function
Geyslan G. Bem
2016-02-03
1
-20
/
+34
*
usb: host: ehci-dbg: use a blank line after struct declarations
Geyslan G. Bem
2016-02-03
1
-0
/
+3
*
usb: host: ehci-dbg: fix up function definitions
Geyslan G. Bem
2016-02-03
1
-12
/
+16
*
usb: host: ehci-dbg: use scnprintf() in qh_lines()
Geyslan G. Bem
2016-02-03
1
-6
/
+2
*
usb: host: ehci-dbg: put spaces around operators
Geyslan G. Bem
2016-02-03
1
-8
/
+8
*
usb: host: ehci-dbg: fix up closing parenthesis
Geyslan G. Bem
2016-02-03
1
-8
/
+4
*
usb: host: ehci-dbg: move trailing statements to next line
Geyslan G. Bem
2016-02-03
1
-16
/
+38
*
usb: host: ehci-dbg: use C89-style comments
Geyslan G. Bem
2016-02-03
1
-10
/
+11
*
usb: host: ehci-dbg: remove space before open square bracket
Geyslan G. Bem
2016-02-03
1
-17
/
+16
*
usb: host: ehci-dbg: remove space before open parenthesis
Geyslan G. Bem
2016-02-03
1
-100
/
+99
*
usb: host: ehci.h: move constant to right
Geyslan G. Bem
2016-02-03
1
-1
/
+1
*
usb: host: ehci.h: move pointer operator to name side
Geyslan G. Bem
2016-02-03
1
-1
/
+1
*
usb: host: ehci.h: remove macros trailing semicolon
Geyslan G. Bem
2016-02-03
1
-2
/
+2
*
usb: host: ehci.h: use space after comma
Geyslan G. Bem
2016-02-03
1
-2
/
+3
*
usb: host: ehci.h: remove direct use of __attribute__ keyword
Geyslan G. Bem
2016-02-03
1
-5
/
+5
*
usb: host: ehci.h: fix single statement macros
Geyslan G. Bem
2016-02-03
1
-2
/
+2
*
usb: host: ehci.h: remove space before open square bracket
Geyslan G. Bem
2016-02-03
1
-11
/
+11
*
usb: host: ehci.h: remove space before function open parenthesis
Geyslan G. Bem
2016-02-03
1
-11
/
+11
*
usb: host: ehci.h: remove space before comma
Geyslan G. Bem
2016-02-03
1
-4
/
+4
*
usb: gadget: rndis: fix itnull.cocci warnings
Julia Lawall
2016-02-03
1
-1
/
+1
*
usb: no locking for reading descriptors in sysfs
Oliver Neukum
2016-02-03
1
-5
/
+1
*
usb: sysfs: make locking interruptible
Oliver Neukum
2016-02-03
1
-20
/
+49
*
usb: core: switch bus numbering to using idr
Heiner Kallweit
2016-02-03
5
-33
/
+13
[next]