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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-23
/
+58
*
usb: core: switch bus numbering to using idr
Heiner Kallweit
2016-02-03
7
-35
/
+15
*
xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
Mathias Nyman
2016-02-03
2
-0
/
+4
*
xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capability
Mathias Nyman
2016-02-03
1
-9
/
+18
*
xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllers
Mathias Nyman
2016-02-03
1
-0
/
+1
*
xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
Mathias Nyman
2016-02-03
3
-6
/
+13
*
USB: EHCI: improvements to unlink_empty_async_suspended()
Alan Stern
2016-02-03
2
-3
/
+7
*
USB: EHCI: add a delay when unlinking an active QH
Alan Stern
2016-02-03
4
-5
/
+59
*
USB: EHCI: improve handling of the ehci->iaa_in_progress flag
Alan Stern
2016-02-03
4
-16
/
+20
*
USB: EHCI: store reason for unlinking a QH
Alan Stern
2016-02-03
5
-11
/
+26
*
Merge 4.5-rc2 into usb-next
Greg Kroah-Hartman
2016-02-01
267
-1770
/
+3988
|
\
|
*
Linux 4.5-rc2
v4.5-rc2
Linus Torvalds
2016-01-31
1
-1
/
+1
|
*
Merge tag 'usb-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2016-01-31
9
-7
/
+68
|
|
\
[next]