index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: xhci: Fix memory leak in xhci_endpoint_reset()
Zheng Xiaowei
2018-07-20
1
-0
/
+1
*
xhci: xhci-mem: off by one in xhci_stream_id_to_ring()
Dan Carpenter
2018-07-06
1
-1
/
+1
*
usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not started
Kai-Heng Feng
2018-07-02
1
-4
/
+8
*
usb: xhci: increase CRS timeout value
Ajay Gupta
2018-06-25
1
-1
/
+6
*
usb: xhci: tegra: fix runtime PM error handling
Stefan Agner
2018-06-25
1
-2
/
+2
*
usb: xhci: remove the code build warning
Dongjiu Geng
2018-06-25
1
-1
/
+1
*
xhci: Fix kernel oops in trace_xhci_free_virt_device
Zhengjun Xing
2018-06-25
2
-7
/
+33
*
xhci: Fix perceived dead host due to runtime suspend race with event handler
Mathias Nyman
2018-06-25
2
-3
/
+41
*
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
2018-06-12
1
-2
/
+2
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
2
-4
/
+5
*
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
2
-2
/
+2
*
Revert "xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue"
Marc Zyngier
2018-06-01
3
-28
/
+0
*
xhci: Add quirk to zero 64bit registers on Renesas PCIe controllers
Marc Zyngier
2018-06-01
3
-2
/
+72
*
xhci: Allow more than 32 quirks
Marc Zyngier
2018-06-01
2
-36
/
+36
*
usb: xhci: force all memory allocations to node
Adam Wallis
2018-06-01
1
-19
/
+38
*
USB: ehci-hcd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2018-05-31
2
-27
/
+8
*
USB: fhci-hcd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2018-05-31
2
-20
/
+5
*
USB: fotg210-hcd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2018-05-31
1
-25
/
+9
*
USB: imx21-hcd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2018-05-31
1
-34
/
+10
*
USB: isp116x-hcd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2018-05-31
1
-13
/
+4
*
USB: ohci: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2018-05-31
3
-44
/
+9
*
USB: uhci: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2018-05-31
1
-11
/
+4
*
usb: xhci: tegra: Fix runtime PM support
Jon Hunter
2018-05-31
1
-1
/
+1
*
usb: host: ohci: fix sfr kernel warning in ohci-at91 driver
Prasanthi Chellakumar
2018-05-31
1
-1
/
+1
*
usb: xhci: tegra: Add support for managing powergates
Jon Hunter
2018-05-24
1
-19
/
+49
*
usb: xhci: tegra: Add runtime PM support
Jon Hunter
2018-05-24
1
-26
/
+62
*
usb: xhci: tegra: Prepare for adding runtime PM support
Jon Hunter
2018-05-24
1
-17
/
+17
*
xhci: debugfs: add debugfs interface to enable compliance mode for a port
Mathias Nyman
2018-05-24
1
-1
/
+38
*
xhci: debugfs: add usb ports to xhci debugfs
Mathias Nyman
2018-05-24
1
-0
/
+48
*
xhci: xhci-mem: remove port_arrays and the code initializing them
Mathias Nyman
2018-05-24
2
-97
/
+11
*
xhci-mtk: use xhci hub structures to get number of ports in roothubs
Mathias Nyman
2018-05-24
1
-2
/
+2
*
xhci: xhci-hub: use port structure members instead of xhci_get_ports()
Mathias Nyman
2018-05-24
1
-24
/
+4
*
xhci: use port structures instead of port arrays in xhci.c functions
Mathias Nyman
2018-05-24
1
-28
/
+22
*
xhci: change xhci_test_and_clear_bit() to use new port structure
Mathias Nyman
2018-05-24
3
-26
/
+15
*
xhci: change xhci_set_link_state() to work with port structures
Mathias Nyman
2018-05-24
3
-22
/
+19
*
xhci: rename faked_port_index to hcd_portnum
Mathias Nyman
2018-05-24
1
-22
/
+19
*
xhci: xhci-ring: use port structures for port event handler
Mathias Nyman
2018-05-24
1
-71
/
+8
*
xhci: xhci-hub: use new port structures for cas and wake mask functions.
Mathias Nyman
2018-05-24
1
-11
/
+10
*
xhci: xhci-hub: use new port structures to get port address instead of port a...
Mathias Nyman
2018-05-24
1
-62
/
+78
*
xhci: Add helper to get xhci roothub from hcd
Mathias Nyman
2018-05-24
2
-0
/
+11
*
xhci: set hcd pointers for xhci usb2 and usb3 roothub structures
Mathias Nyman
2018-05-24
1
-0
/
+2
*
xhci: Create new structures to store xhci port information
Mathias Nyman
2018-05-24
2
-6
/
+73
*
xhci: hisilicon: support HiSilicon STB xHCI host controller
Jianguo Sun
2018-05-24
3
-0
/
+418
*
usb: xhci: dbc: Add SPDX identifiers to dbc files
Lu Baolu
2018-05-24
3
-1
/
+3
*
Merge 4.17-rc6 into usb-next
Greg Kroah-Hartman
2018-05-21
1
-1
/
+1
|
\
|
*
xhci: Fix USB3 NULL pointer dereference at logical disconnect.
Mathias Nyman
2018-05-14
1
-1
/
+1
*
|
Merge 4.17-rc4 into usb-next
Greg Kroah-Hartman
2018-05-08
3
-3
/
+7
|
\
\
|
|
/
|
*
Revert "usb: host: ehci: Use dma_pool_zalloc()"
Greg Kroah-Hartman
2018-05-04
2
-3
/
+6
|
*
xhci: Fix use-after-free in xhci_free_virt_device
Mathias Nyman
2018-05-03
1
-0
/
+1
*
|
Merge 4.17-rc3 into usb-next
Greg Kroah-Hartman
2018-04-30
3
-5
/
+9
|
\
\
|
|
/
[next]