index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-04
usb: host: ehci-sched: remove useless initializations
Geyslan G. Bem
1
-2
/
+2
2016-02-04
usb: host: ehci-sched: move constants to right
Geyslan G. Bem
1
-3
/
+3
2016-02-04
usb: host: ehci-sched: refactor scan_isoc function
Geyslan G. Bem
1
-101
/
+101
2016-02-04
usb: ehci: remove old stub_debug_files definition
Geyslan G. Bem
2
-7
/
+2
2016-02-04
usb: host: ehci-dbg: add function output_buf_tds_dir()
Geyslan G. Bem
1
-33
/
+29
2016-02-04
usb: host: ehci-dbg: prefer kmalloc_array over kmalloc times size
Geyslan G. Bem
1
-1
/
+1
2016-02-04
usb: host: ehci-dbg: enclose conditional blocks with braces
Geyslan G. Bem
1
-4
/
+5
2016-02-04
usb: host: ehci-dbg: replace sizeof operand
Geyslan G. Bem
1
-1
/
+1
2016-02-04
usb: host: ehci-dbg: remove blank line before close brace
Geyslan G. Bem
1
-1
/
+0
2016-02-04
usb: host: ehci-dbg: add blank line after declarations
Geyslan G. Bem
1
-0
/
+1
2016-02-04
usb: host: ehci-dbg: convert macro to inline function
Geyslan G. Bem
1
-20
/
+34
2016-02-04
usb: host: ehci-dbg: use a blank line after struct declarations
Geyslan G. Bem
1
-0
/
+3
2016-02-04
usb: host: ehci-dbg: fix up function definitions
Geyslan G. Bem
1
-12
/
+16
2016-02-04
usb: host: ehci-dbg: use scnprintf() in qh_lines()
Geyslan G. Bem
1
-6
/
+2
2016-02-04
usb: host: ehci-dbg: put spaces around operators
Geyslan G. Bem
1
-8
/
+8
2016-02-04
usb: host: ehci-dbg: fix up closing parenthesis
Geyslan G. Bem
1
-8
/
+4
2016-02-04
usb: host: ehci-dbg: move trailing statements to next line
Geyslan G. Bem
1
-16
/
+38
2016-02-04
usb: host: ehci-dbg: use C89-style comments
Geyslan G. Bem
1
-10
/
+11
2016-02-04
usb: host: ehci-dbg: remove space before open square bracket
Geyslan G. Bem
1
-17
/
+16
2016-02-04
usb: host: ehci-dbg: remove space before open parenthesis
Geyslan G. Bem
1
-100
/
+99
2016-02-04
usb: host: ehci.h: move constant to right
Geyslan G. Bem
1
-1
/
+1
2016-02-04
usb: host: ehci.h: move pointer operator to name side
Geyslan G. Bem
1
-1
/
+1
2016-02-04
usb: host: ehci.h: remove macros trailing semicolon
Geyslan G. Bem
1
-2
/
+2
2016-02-04
usb: host: ehci.h: use space after comma
Geyslan G. Bem
1
-2
/
+3
2016-02-04
usb: host: ehci.h: remove direct use of __attribute__ keyword
Geyslan G. Bem
1
-5
/
+5
2016-02-04
usb: host: ehci.h: fix single statement macros
Geyslan G. Bem
1
-2
/
+2
2016-02-04
usb: host: ehci.h: remove space before open square bracket
Geyslan G. Bem
1
-11
/
+11
2016-02-04
usb: host: ehci.h: remove space before function open parenthesis
Geyslan G. Bem
1
-11
/
+11
2016-02-04
usb: host: ehci.h: remove space before comma
Geyslan G. Bem
1
-4
/
+4
2016-02-04
usb: gadget: rndis: fix itnull.cocci warnings
Julia Lawall
1
-1
/
+1
2016-02-04
usb: no locking for reading descriptors in sysfs
Oliver Neukum
1
-5
/
+1
2016-02-04
usb: sysfs: make locking interruptible
Oliver Neukum
3
-23
/
+58
2016-02-04
usb: core: switch bus numbering to using idr
Heiner Kallweit
7
-35
/
+15
2016-02-04
xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
Mathias Nyman
2
-0
/
+4
2016-02-04
xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capability
Mathias Nyman
1
-9
/
+18
2016-02-04
xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllers
Mathias Nyman
1
-0
/
+1
2016-02-04
xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
Mathias Nyman
3
-6
/
+13
2016-02-04
USB: EHCI: improvements to unlink_empty_async_suspended()
Alan Stern
2
-3
/
+7
2016-02-04
USB: EHCI: add a delay when unlinking an active QH
Alan Stern
4
-5
/
+59
2016-02-04
USB: EHCI: improve handling of the ehci->iaa_in_progress flag
Alan Stern
4
-16
/
+20
2016-02-04
USB: EHCI: store reason for unlinking a QH
Alan Stern
5
-11
/
+26
2016-02-01
Merge 4.5-rc2 into usb-next
Greg Kroah-Hartman
267
-1770
/
+3988
2016-02-01
Linux 4.5-rc2
v4.5-rc2
Linus Torvalds
1
-1
/
+1
2016-02-01
Merge tag 'usb-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
9
-7
/
+68
2016-02-01
Merge tag 'tty-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
6
-12
/
+82
2016-02-01
Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-29
/
+42
2016-02-01
Merge tag 'driver-core-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+9
2016-02-01
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2
-0
/
+13
2016-02-01
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
12
-103
/
+209
2016-02-01
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
11
-36
/
+245
[next]