index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-02-03
usb: host: ehci-dbg: fix up closing parenthesis
Geyslan G. Bem
1
-8
/
+4
2016-02-03
usb: host: ehci-dbg: move trailing statements to next line
Geyslan G. Bem
1
-16
/
+38
2016-02-03
usb: host: ehci-dbg: use C89-style comments
Geyslan G. Bem
1
-10
/
+11
2016-02-03
usb: host: ehci-dbg: remove space before open square bracket
Geyslan G. Bem
1
-17
/
+16
2016-02-03
usb: host: ehci-dbg: remove space before open parenthesis
Geyslan G. Bem
1
-100
/
+99
2016-02-03
usb: host: ehci.h: move constant to right
Geyslan G. Bem
1
-1
/
+1
2016-02-03
usb: host: ehci.h: move pointer operator to name side
Geyslan G. Bem
1
-1
/
+1
2016-02-03
usb: host: ehci.h: remove macros trailing semicolon
Geyslan G. Bem
1
-2
/
+2
2016-02-03
usb: host: ehci.h: use space after comma
Geyslan G. Bem
1
-2
/
+3
2016-02-03
usb: host: ehci.h: remove direct use of __attribute__ keyword
Geyslan G. Bem
1
-5
/
+5
2016-02-03
usb: host: ehci.h: fix single statement macros
Geyslan G. Bem
1
-2
/
+2
2016-02-03
usb: host: ehci.h: remove space before open square bracket
Geyslan G. Bem
1
-11
/
+11
2016-02-03
usb: host: ehci.h: remove space before function open parenthesis
Geyslan G. Bem
1
-11
/
+11
2016-02-03
usb: host: ehci.h: remove space before comma
Geyslan G. Bem
1
-4
/
+4
2016-02-03
usb: gadget: rndis: fix itnull.cocci warnings
Julia Lawall
1
-1
/
+1
2016-02-03
usb: no locking for reading descriptors in sysfs
Oliver Neukum
1
-5
/
+1
2016-02-03
usb: sysfs: make locking interruptible
Oliver Neukum
3
-23
/
+58
2016-02-03
usb: core: switch bus numbering to using idr
Heiner Kallweit
7
-35
/
+15
2016-02-03
xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
Mathias Nyman
2
-0
/
+4
2016-02-03
xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capability
Mathias Nyman
1
-9
/
+18
2016-02-03
xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllers
Mathias Nyman
1
-0
/
+1
2016-02-03
xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
Mathias Nyman
3
-6
/
+13
2016-02-03
USB: EHCI: improvements to unlink_empty_async_suspended()
Alan Stern
2
-3
/
+7
2016-02-03
USB: EHCI: add a delay when unlinking an active QH
Alan Stern
4
-5
/
+59
2016-02-03
USB: EHCI: improve handling of the ehci->iaa_in_progress flag
Alan Stern
4
-16
/
+20
2016-02-03
USB: EHCI: store reason for unlinking a QH
Alan Stern
5
-11
/
+26
2016-02-01
Linux 4.5-rc2
v4.5-rc2
Linus Torvalds
1
-1
/
+1
2016-01-30
pid: Fix spelling in comments
Zhen Lei
1
-1
/
+1
2016-01-29
Revert "btrfs: synchronize incompat feature bits with sysfs files"
Chris Mason
4
-17
/
+0
2016-01-29
serial: 8250_pci: Add Intel Broadwell ports
Mika Westerberg
1
-0
/
+29
2016-01-29
x86/mm/pat: Avoid truncation when converting cpa->numpages to address
Matt Fleming
1
-2
/
+2
2016-01-29
ALSA: hda - disable dynamic clock gating on Broxton before reset
Libin Yang
1
-0
/
+13
2016-01-29
iommu: Update struct iommu_ops comments
Magnus Damm
1
-4
/
+12
2016-01-29
iommu/vt-d: Fix link to Intel IOMMU Specification
Michael S. Tsirkin
1
-1
/
+1
2016-01-29
iommu/amd: Correct the wrong setting of alias DTE in do_attach
Baoquan He
1
-1
/
+1
2016-01-29
iommu/vt-d: Don't skip PCI devices when disabling IOTLB
Jeremy McNicoll
1
-1
/
+1
2016-01-29
irqchip/mxs: Add missing set_handle_irq()
Oleksij Rempel
1
-0
/
+1
2016-01-29
iommu/io-pgtable-arm: Fix io-pgtable-arm build failure
Lada Trimasova
1
-0
/
+1
2016-01-29
i2c: piix4: don't regress on bus names
Jean Delvare
1
-5
/
+8
2016-01-29
perf: Remove/simplify lockdep annotation
Peter Zijlstra
1
-21
/
+1
2016-01-29
perf: Synchronously clean up child events
Peter Zijlstra
2
-93
/
+84
2016-01-29
perf: Untangle 'owner' confusion
Peter Zijlstra
1
-2
/
+12
2016-01-29
perf: Add flags argument to perf_remove_from_context()
Peter Zijlstra
1
-11
/
+12
2016-01-29
perf: Clean up sync_child_event()
Peter Zijlstra
1
-42
/
+39
2016-01-29
perf: Robustify event->owner usage and SMP ordering
Peter Zijlstra
1
-10
/
+10
2016-01-29
perf: Fix STATE_EXIT usage
Peter Zijlstra
1
-2
/
+4
2016-01-29
perf: Update locking order
Peter Zijlstra
1
-1
/
+1
2016-01-29
perf: Remove __free_event()
Peter Zijlstra
1
-25
/
+20
2016-01-29
perf/bpf: Convert perf_event_array to use struct file
Alexei Starovoitov
4
-27
/
+33
2016-01-29
perf: Fix NULL deref
Peter Zijlstra
1
-2
/
+2
[next]