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
/
xhci-mem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-20
xhci: xhci-mem: off by one in xhci_stream_id_to_ring()
Dan Carpenter
1
-1
/
+1
2018-03-03
xhci: Don't add a virt_dev to the devs array before it's fully allocated
Mathias Nyman
1
-4
/
+13
2018-03-03
usb: xhci: fix panic in xhci_free_virt_devices_depth_first
Yu Chen
1
-0
/
+7
2017-09-15
usb: host: xhci-mem: allocate zeroed Scratchpad Buffer
Peter Chen
1
-1
/
+1
2017-08-26
usb: host: xhci: print correct command ring address
Peter Chen
1
-1
/
+1
2017-03-16
xhci: free xhci virtual devices with leaf nodes first
Mathias Nyman
1
-2
/
+36
2017-03-16
usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL
Dan Carpenter
1
-2
/
+2
2016-06-15
usb: xhci: fix wild pointers in xhci_mem_cleanup
Lu Baolu
1
-0
/
+6
2015-10-19
xhci: init command timeout timer earlier to avoid deleting it uninitialized
Mathias Nyman
1
-6
/
+5
2015-10-19
xhci-mem: Use setup_timer
Julia Lawall
1
-6
/
+4
2015-10-19
xhci: change xhci 1.0 only restrictions to support xhci 1.1
Mathias Nyman
1
-3
/
+3
2015-08-27
drivers/usb: Delete XHCI command timer if necessary
Gavin Shan
1
-1
/
+2
2015-08-11
usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() function
AMAN DEEP
1
-1
/
+1
2014-10-06
usb: xhci: Fix OOPS in xhci error handling code
Al Cooper
1
-0
/
+1
2014-10-06
xhci: Fix null pointer dereference if xhci initialization fails
Mathias Nyman
1
-1
/
+1
2014-06-08
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
1
-8
/
+9
2014-05-29
xhci: delete endpoints from bandwidth list before freeing whole device
Mathias Nyman
1
-10
/
+10
2014-05-20
xhci: rework command timeout and cancellation,
Mathias Nyman
1
-7
/
+7
2014-05-20
xhci: Use completion and status in global command queue
Mathias Nyman
1
-1
/
+0
2014-05-20
xhci: Add a global command queue
Mathias Nyman
1
-0
/
+2
2014-03-05
xhci: The trb_address_map radix tree expects 1KB segment memory aligment
Hans de Goede
1
-4
/
+5
2014-03-05
xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0
Hans de Goede
1
-1
/
+1
2014-03-05
xhci: Remove segments from radix tree on failed insert.
Sarah Sharp
1
-26
/
+81
2014-03-05
xhci: Check size rather then number of streams when allocating stream ctxs
Hans de Goede
1
-8
/
+8
2014-03-05
xhci: fix usb3 streams
Gerd Hoffmann
1
-43
/
+89
2014-01-31
Revert "xhci: replace xhci_read_64() with readq()"
Sarah Sharp
1
-3
/
+3
2014-01-30
Revert "xhci: replace xhci_write_64() with writeq()"
Sarah Sharp
1
-4
/
+4
2013-12-03
xhci: replace xhci_write_64() with writeq()
Xenia Ragiadakou
1
-4
/
+4
2013-12-03
xhci: replace xhci_read_64() with readq()
Xenia Ragiadakou
1
-3
/
+3
2013-12-03
xhci: replace xhci_writel() with writel()
Xenia Ragiadakou
1
-3
/
+3
2013-12-03
xhci: replace xhci_readl() with readl()
Xenia Ragiadakou
1
-10
/
+10
2013-12-03
xhci: remove conversion from generic to pci device in xhci_mem.c
Xenia Ragiadakou
1
-10
/
+10
2013-12-03
xhci: remove unnecessary check in xhci_free_stream_info()
Xenia Ragiadakou
1
-2
/
+1
2013-12-03
xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bit
Xenia Ragiadakou
1
-2
/
+3
2013-10-16
usb: Don't enable USB 2.0 Link PM by default.
Sarah Sharp
1
-10
/
+0
2013-09-24
usb: Fix xHCI host issues on remote wakeup.
Sarah Sharp
1
-0
/
+2
2013-08-19
Merge 3.11-rc6 into usb-next
Greg Kroah-Hartman
1
-0
/
+1
2013-08-14
xhci: trace debug statements related to ring expansion
Xenia Ragiadakou
1
-1
/
+2
2013-08-14
xhci: trace debug messages related to driver initialization and unload
Xenia Ragiadakou
1
-42
/
+68
2013-08-14
xhci: add trace for debug messages related to changing contexts
Xenia Ragiadakou
1
-1
/
+3
2013-08-14
xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused code
Xenia Ragiadakou
1
-70
/
+0
2013-07-31
usb: xhci: add missing dma-mapping.h includes
James Hogan
1
-0
/
+1
2013-06-18
xhci: check for failed dma pool allocation
Mathias Nyman
1
-0
/
+4
2013-06-15
xhci: remove BUG() in xhci_get_endpoint_type()
Mathias Nyman
1
-5
/
+9
2013-06-15
xhci: Remove BUG in xhci_setup_addressable_virt_dev
Mathias Nyman
1
-25
/
+10
2013-06-15
xhci: Remove BUG_ON in xhci_get_input_control_ctx.
Sarah Sharp
1
-1
/
+3
2013-06-15
xhci: Remove BUG_ON() in xhci_alloc_container_ctx.
Sarah Sharp
1
-2
/
+6
2013-06-09
Merge 3.10-rc5 into usb-next
Greg Kroah-Hartman
1
-3
/
+7
2013-06-06
usb: xhci: check usb2 port capabilities before adding hw link PM support
Mathias Nyman
1
-4
/
+29
2013-05-24
xhci: fix list access before init
Vladimir Murzin
1
-0
/
+4
[next]