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.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
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-05
xhci: harden xhci_find_next_ext_cap against device removal
Joe Lawrence
1
-0
/
+4
2016-02-04
xhci: Fix list corruption in urb dequeue at host removal
Mathias Nyman
1
-1
/
+3
2016-02-04
usb: host: xhci-plat: fix NULL pointer in probe for device tree case
Gregory CLEMENT
1
-1
/
+2
2016-02-04
usb: xhci-mtk: fix AHB bus hang up caused by roothubs polling
Chunfeng Yun
1
-0
/
+23
2016-02-04
usb: xhci-mtk: fix bpkts value of LS/HS periodic eps not behind TT
Chunfeng Yun
1
-3
/
+13
2016-02-04
usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platforms
Lu Baolu
1
-1
/
+3
2016-02-04
usb: xhci: set SSIC port unused only if xhci_suspend succeeds
Lu Baolu
1
-1
/
+6
2016-02-04
usb: xhci: add a quirk bit for ssic port unused
Lu Baolu
2
-34
/
+46
2016-02-04
usb: xhci: handle both SSIC ports in PME stuck quirk
Lu Baolu
1
-19
/
+29
2016-02-04
Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"
Mathias Nyman
1
-10
/
+0
2016-01-23
Merge tag 'armsoc-tegra' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-0
/
+2
2016-01-16
Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
4
-5
/
+5
2016-01-13
Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
31
-225
/
+1647
2016-01-12
Merge tag 'tegra-for-4.5-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Olof Johansson
1
-0
/
+2
2016-01-04
Merge branch 'memdup_user_nul' into work.misc
Al Viro
6
-14
/
+67
2015-12-23
new helpers: no_seek_end_llseek{,_size}()
Al Viro
1
-21
/
+2
2015-12-23
QE: Move QE from arch/powerpc to drivers/soc
Zhao Qiang
4
-5
/
+5
2015-12-14
Merge 4.4-rc5 into usb-next as we want those fixes here for testing
Greg Kroah-Hartman
6
-14
/
+67
2015-12-12
xhci: fix usb2 resume timing and races.
Mathias Nyman
2
-6
/
+44
2015-12-04
usb: ehci: ohci: fix bool assignments
Geyslan G. Bem
3
-4
/
+4
2015-12-04
xhci: refuse loading if nousb is used
Oliver Neukum
1
-0
/
+4
2015-12-04
usb: use BUG_ON() instead of BUG()
Geyslan G. Bem
1
-5
/
+3
2015-12-04
usb: whci: fhci: remove comparison to bool
Geyslan G. Bem
2
-2
/
+2
2015-12-04
USB: host: ohci-at91: fix a crash in ohci_hcd_at91_overcurrent_irq
Alexandre Belloni
1
-6
/
+5
2015-12-04
usb: xhci: fix config fail of FS hub behind a HS hub with MTT
Chunfeng Yun
1
-0
/
+8
2015-12-04
xhci: Fix memory leak in xhci_pme_acpi_rtd3_enable()
Mika Westerberg
1
-2
/
+6
2015-12-02
usb: host: ehci-msm: Use posted data writes on AHB
Andy Gross
1
-2
/
+2
2015-12-02
USB: bcma: switch to GPIO descriptor for power control
Rafał Miłecki
1
-11
/
+10
2015-12-02
USB: whci-hcd: add check for dma mapping error
Alexey Khoroshilov
1
-0
/
+4
2015-12-02
usb: host: ohci-pxa27x: use of_property_read_bool()
Saurabh Sengar
1
-7
/
+7
2015-12-02
USB-EHCI: Delete unnecessary checks before the function call "dma_pool_destroy"
Markus Elfring
1
-13
/
+5
2015-12-02
usb : replace dma_pool_alloc and memset with dma_pool_zalloc
Saurabh Sengar
3
-8
/
+4
2015-12-01
xhci: rework xhci extended capability list parsing functions
Mathias Nyman
3
-117
/
+64
2015-12-01
xhci: use debug level when printing out interval rounding messages
Mathias Nyman
1
-1
/
+1
2015-12-01
xhci: mediatek: support MTK xHCI host controller
Chunfeng Yun
8
-6
/
+1383
2015-12-01
usb: host: xhci-plat: add support for the R-Car H3 xHCI controllers
Yoshihiro Shimoda
4
-2
/
+21
2015-12-01
usb: host: xhci-plat: add support for the R-Car M2-N xHCI controller
Yoshihiro Shimoda
1
-0
/
+3
2015-12-01
usb: host: xhci-rcar: Change code for new SoCs
Yoshihiro Shimoda
3
-14
/
+26
2015-12-01
usb: host: xhci-plat: add firmware_name in xhci_plat_priv
Yoshihiro Shimoda
1
-0
/
+1
2015-12-01
usb: host: xhci-plat: add struct xhci_plat_priv
Yoshihiro Shimoda
2
-25
/
+85
2015-12-01
usb: host: xhci: add a platform-private field
Yoshihiro Shimoda
1
-0
/
+3
2015-12-01
usb: host: xhci: cleanup hcd private size
Yoshihiro Shimoda
3
-3
/
+1
2015-12-01
xhci: use the correct define to indicate port status suspend change.
Mathias Nyman
1
-1
/
+1
2015-12-01
USB: EHCI: warn on unexpectedly active QH
Alan Stern
2
-2
/
+8
2015-12-01
USB: EHCI: enhance "async" debugfs output
Alan Stern
1
-4
/
+11
2015-11-24
ARM: tegra: select USB_ULPI from EHCI rather than platform
Arnd Bergmann
1
-0
/
+2
2015-11-18
xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devices
Mathias Nyman
1
-6
/
+9
2015-11-18
usb: xhci: fix checking ep busy for CFC
Lu Baolu
1
-26
/
+6
2015-11-18
xhci: Workaround to get Intel xHCI reset working more reliably
Rajmohan Mani
1
-0
/
+10
2015-11-10
dma: remove external references to dma_supported
Christoph Hellwig
3
-3
/
+3
[next]