index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-12
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
1
-2
/
+2
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2
-4
/
+5
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2
-2
/
+2
2018-06-01
Revert "xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue"
Marc Zyngier
3
-28
/
+0
2018-06-01
xhci: Add quirk to zero 64bit registers on Renesas PCIe controllers
Marc Zyngier
3
-2
/
+72
2018-06-01
xhci: Allow more than 32 quirks
Marc Zyngier
2
-36
/
+36
2018-06-01
usb: xhci: force all memory allocations to node
Adam Wallis
1
-19
/
+38
2018-05-31
USB: ehci-hcd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-27
/
+8
2018-05-31
USB: fhci-hcd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-20
/
+5
2018-05-31
USB: fotg210-hcd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-25
/
+9
2018-05-31
USB: imx21-hcd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-34
/
+10
2018-05-31
USB: isp116x-hcd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-13
/
+4
2018-05-31
USB: ohci: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-44
/
+9
2018-05-31
USB: uhci: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-11
/
+4
2018-05-31
usb: xhci: tegra: Fix runtime PM support
Jon Hunter
1
-1
/
+1
2018-05-31
usb: host: ohci: fix sfr kernel warning in ohci-at91 driver
Prasanthi Chellakumar
1
-1
/
+1
2018-05-24
usb: xhci: tegra: Add support for managing powergates
Jon Hunter
1
-19
/
+49
2018-05-24
usb: xhci: tegra: Add runtime PM support
Jon Hunter
1
-26
/
+62
2018-05-24
usb: xhci: tegra: Prepare for adding runtime PM support
Jon Hunter
1
-17
/
+17
2018-05-24
xhci: debugfs: add debugfs interface to enable compliance mode for a port
Mathias Nyman
1
-1
/
+38
2018-05-24
xhci: debugfs: add usb ports to xhci debugfs
Mathias Nyman
1
-0
/
+48
2018-05-24
xhci: xhci-mem: remove port_arrays and the code initializing them
Mathias Nyman
2
-97
/
+11
2018-05-24
xhci-mtk: use xhci hub structures to get number of ports in roothubs
Mathias Nyman
1
-2
/
+2
2018-05-24
xhci: xhci-hub: use port structure members instead of xhci_get_ports()
Mathias Nyman
1
-24
/
+4
2018-05-24
xhci: use port structures instead of port arrays in xhci.c functions
Mathias Nyman
1
-28
/
+22
2018-05-24
xhci: change xhci_test_and_clear_bit() to use new port structure
Mathias Nyman
3
-26
/
+15
2018-05-24
xhci: change xhci_set_link_state() to work with port structures
Mathias Nyman
3
-22
/
+19
2018-05-24
xhci: rename faked_port_index to hcd_portnum
Mathias Nyman
1
-22
/
+19
2018-05-24
xhci: xhci-ring: use port structures for port event handler
Mathias Nyman
1
-71
/
+8
2018-05-24
xhci: xhci-hub: use new port structures for cas and wake mask functions.
Mathias Nyman
1
-11
/
+10
2018-05-24
xhci: xhci-hub: use new port structures to get port address instead of port a...
Mathias Nyman
1
-62
/
+78
2018-05-24
xhci: Add helper to get xhci roothub from hcd
Mathias Nyman
2
-0
/
+11
2018-05-24
xhci: set hcd pointers for xhci usb2 and usb3 roothub structures
Mathias Nyman
1
-0
/
+2
2018-05-24
xhci: Create new structures to store xhci port information
Mathias Nyman
2
-6
/
+73
2018-05-24
xhci: hisilicon: support HiSilicon STB xHCI host controller
Jianguo Sun
3
-0
/
+418
2018-05-24
usb: xhci: dbc: Add SPDX identifiers to dbc files
Lu Baolu
3
-1
/
+3
2018-05-21
Merge 4.17-rc6 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2018-05-14
xhci: Fix USB3 NULL pointer dereference at logical disconnect.
Mathias Nyman
1
-1
/
+1
2018-05-08
Merge 4.17-rc4 into usb-next
Greg Kroah-Hartman
3
-3
/
+7
2018-05-04
Revert "usb: host: ehci: Use dma_pool_zalloc()"
Greg Kroah-Hartman
2
-3
/
+6
2018-05-03
xhci: Fix use-after-free in xhci_free_virt_device
Mathias Nyman
1
-0
/
+1
2018-04-30
Merge 4.17-rc3 into usb-next
Greg Kroah-Hartman
3
-5
/
+9
2018-04-23
usb: phy: Add Kconfig entry for Tegra PHY driver
Dmitry Osipenko
1
-3
/
+1
2018-04-23
usb: tegra: Move utmi-pads reset from ehci-tegra to tegra-phy
Dmitry Osipenko
1
-48
/
+39
2018-04-22
usb: host: xhci-plat: Fix clock resource by adding a register clock
Gregory CLEMENT
2
-5
/
+23
2018-04-22
usb: host: xhci-plat: Remove useless test before clk_disable_unprepare
Gregory CLEMENT
1
-4
/
+2
2018-04-22
USB: ehci-omap: drop unused legacy phy support
Johan Hovold
1
-4
/
+1
2018-04-22
xhci: Fix Kernel oops in xhci dbgtty
Zhengjun Xing
1
-3
/
+5
2018-04-22
Revert "xhci: plat: Register shutdown for xhci_plat"
Greg Kroah-Hartman
1
-1
/
+0
2018-04-20
usb: host: xhci-plat: Fix clock resource by adding a register clock
Gregory CLEMENT
2
-5
/
+23
[next]