index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-mem.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xhci: simplify how we store TDs in urb private data
Mathias Nyman
2017-01-25
1
-4
/
+1
*
usb: host: xhci: add xhci_virt_device tracer
Felipe Balbi
2017-01-25
1
-0
/
+7
*
usb: host: xhci: convert several if() to a single switch statement
Felipe Balbi
2017-01-25
1
-4
/
+6
*
usb: host: xhci: change pre-increments to post-increments
Felipe Balbi
2017-01-25
1
-4
/
+4
*
xhci: Fix race related to abort operation
OGAWA Hirofumi
2017-01-03
1
-0
/
+1
*
xhci: Use delayed_work instead of timer for command timeout
OGAWA Hirofumi
2017-01-03
1
-4
/
+3
*
xhci: free xhci virtual devices with leaf nodes first
Mathias Nyman
2017-01-03
1
-2
/
+36
*
Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2016-11-18
1
-5
/
+5
|
\
|
*
usb: host: xhci: purge GET_MAX_PACKET()
Felipe Balbi
2016-11-03
1
-2
/
+2
|
*
usb: host: xhci: make use of new usb_endpoint_maxp_mult()
Felipe Balbi
2016-11-03
1
-3
/
+3
*
|
usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL
Dan Carpenter
2016-11-14
1
-2
/
+2
*
|
usb: xhci: remove the use of xhci->addr_dev
Lu Baolu
2016-11-14
1
-1
/
+0
*
|
usb: xhci: cleanup cmd_completion in xhci_virt_device
Lu Baolu
2016-11-14
1
-1
/
+0
|
/
*
xhci: TD-fragment, align the unsplittable case with a bounce buffer
Mathias Nyman
2016-06-26
1
-28
/
+46
*
usb: xhci: fix wild pointers in xhci_mem_cleanup
Lu Baolu
2016-04-13
1
-0
/
+6
*
xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpoints
Mathias Nyman
2016-02-15
1
-2
/
+11
*
xhci: refactor and cleanup endpoint initialization.
Mathias Nyman
2016-02-15
1
-94
/
+67
*
xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
Mathias Nyman
2016-02-03
1
-0
/
+3
*
xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
Mathias Nyman
2016-02-03
1
-3
/
+6
*
usb : replace dma_pool_alloc and memset with dma_pool_zalloc
Saurabh Sengar
2015-12-01
1
-4
/
+2
*
xhci: rework xhci extended capability list parsing functions
Mathias Nyman
2015-12-01
1
-46
/
+27
*
xhci: use debug level when printing out interval rounding messages
Mathias Nyman
2015-12-01
1
-1
/
+1
*
xhci: drop null test before destroy functions
Julia Lawall
2015-10-04
1
-8
/
+4
*
xhci: parse xhci protocol speed ID list for usb 3.1 usage
Mathias Nyman
2015-10-04
1
-1
/
+37
*
xhci: init command timeout timer earlier to avoid deleting it uninitialized
Mathias Nyman
2015-09-22
1
-6
/
+5
*
xhci: change xhci 1.0 only restrictions to support xhci 1.1
Mathias Nyman
2015-09-22
1
-3
/
+3
*
drivers/usb: Delete XHCI command timer if necessary
Gavin Shan
2015-08-03
1
-1
/
+2
*
usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() function
AMAN DEEP
2015-07-22
1
-1
/
+1
*
xhci: clean up work to remove unused parameters for functions in xhci-mem.c
Lin Wang
2015-01-09
1
-12
/
+9
*
xhci-mem: Use setup_timer
Julia Lawall
2015-01-09
1
-6
/
+4
*
xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...
Hans de Goede
2014-09-24
1
-1
/
+3
*
usb: xhci: Fix OOPS in xhci error handling code
Al Cooper
2014-09-11
1
-0
/
+1
*
xhci: Fix null pointer dereference if xhci initialization fails
Mathias Nyman
2014-09-11
1
-1
/
+1
*
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
2014-06-08
1
-8
/
+9
|
\
|
*
xhci: rework command timeout and cancellation,
Mathias Nyman
2014-05-20
1
-7
/
+7
|
*
xhci: Use completion and status in global command queue
Mathias Nyman
2014-05-20
1
-1
/
+0
|
*
xhci: Add a global command queue
Mathias Nyman
2014-05-20
1
-0
/
+2
*
|
xhci: delete endpoints from bandwidth list before freeing whole device
Mathias Nyman
2014-05-28
1
-10
/
+10
|
/
*
xhci: The trb_address_map radix tree expects 1KB segment memory aligment
Hans de Goede
2014-03-05
1
-4
/
+5
*
xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0
Hans de Goede
2014-03-05
1
-1
/
+1
*
xhci: Remove segments from radix tree on failed insert.
Sarah Sharp
2014-03-05
1
-26
/
+81
*
xhci: Check size rather then number of streams when allocating stream ctxs
Hans de Goede
2014-03-05
1
-8
/
+8
*
xhci: fix usb3 streams
Gerd Hoffmann
2014-03-05
1
-43
/
+89
*
Revert "xhci: replace xhci_read_64() with readq()"
Sarah Sharp
2014-01-30
1
-3
/
+3
*
Revert "xhci: replace xhci_write_64() with writeq()"
Sarah Sharp
2014-01-30
1
-4
/
+4
*
xhci: replace xhci_write_64() with writeq()
Xenia Ragiadakou
2013-12-02
1
-4
/
+4
*
xhci: replace xhci_read_64() with readq()
Xenia Ragiadakou
2013-12-02
1
-3
/
+3
*
xhci: replace xhci_writel() with writel()
Xenia Ragiadakou
2013-12-02
1
-3
/
+3
*
xhci: replace xhci_readl() with readl()
Xenia Ragiadakou
2013-12-02
1
-10
/
+10
*
xhci: remove conversion from generic to pci device in xhci_mem.c
Xenia Ragiadakou
2013-12-02
1
-10
/
+10
[next]