index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2014-09-24
xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...
Hans de Goede
1
-1
/
+3
2014-09-12
usb: xhci: Fix OOPS in xhci error handling code
Al Cooper
1
-0
/
+1
2014-09-12
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
2013-05-24
xhci-mem: init list heads at the beginning of init
Sergio Aguirre
1
-3
/
+3
2013-05-15
USB: xHCI: override bogus bulk wMaxPacketSize values
Alan Stern
1
-8
/
+9
2013-04-03
xhci: Rename SEGMENT_SIZE and SEGMENT_SHIFT as the former is used in a.out.h
David Howells
1
-8
/
+8
2013-03-25
usb: add find_raw_port_number callback to struct hc_driver()
Lan Tianyu
1
-28
/
+8
2013-01-04
xhci: Handle HS bulk/ctrl endpoints that don't NAK.
Sarah Sharp
1
-0
/
+2
2012-11-12
xhci: fix null-pointer dereference when destroying half-built segment rings
Julius Werner
1
-2
/
+7
2012-09-14
xHCI: add aborting command ring function
Elric Fu
1
-0
/
+7
2012-06-14
xhci: Don't free endpoints in xhci_mem_cleanup()
Takashi Iwai
1
-21
/
+14
2012-06-14
xhci: Fix invalid loop check in xhci_free_tt_info()
Takashi Iwai
1
-29
/
+10
2012-05-19
xhci: Reserve one command for USB3 LPM disable.
Sarah Sharp
1
-0
/
+12
2012-05-19
xhci: Reset reserved command ring TRBs on cleanup.
Sarah Sharp
1
-0
/
+1
2012-05-19
USB: fix resource leak in xhci power loss path
Oliver Neukum
1
-0
/
+26
[next]