index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
2017-01-03
xhci: Fix race related to abort operation
OGAWA Hirofumi
1
-0
/
+1
2017-01-03
xhci: Use delayed_work instead of timer for command timeout
OGAWA Hirofumi
1
-4
/
+3
2017-01-03
xhci: free xhci virtual devices with leaf nodes first
Mathias Nyman
1
-2
/
+36
2016-11-18
Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-5
/
+5
2016-11-14
usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL
Dan Carpenter
1
-2
/
+2
2016-11-14
usb: xhci: remove the use of xhci->addr_dev
Lu Baolu
1
-1
/
+0
2016-11-14
usb: xhci: cleanup cmd_completion in xhci_virt_device
Lu Baolu
1
-1
/
+0
2016-11-03
usb: host: xhci: purge GET_MAX_PACKET()
Felipe Balbi
1
-2
/
+2
2016-11-03
usb: host: xhci: make use of new usb_endpoint_maxp_mult()
Felipe Balbi
1
-3
/
+3
2016-06-26
xhci: TD-fragment, align the unsplittable case with a bounce buffer
Mathias Nyman
1
-28
/
+46
2016-04-13
usb: xhci: fix wild pointers in xhci_mem_cleanup
Lu Baolu
1
-0
/
+6
2016-02-14
xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpoints
Mathias Nyman
1
-2
/
+11
2016-02-14
xhci: refactor and cleanup endpoint initialization.
Mathias Nyman
1
-94
/
+67
2016-02-03
xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
Mathias Nyman
1
-0
/
+3
2016-02-03
xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
Mathias Nyman
1
-3
/
+6
2015-12-01
usb : replace dma_pool_alloc and memset with dma_pool_zalloc
Saurabh Sengar
1
-4
/
+2
2015-12-01
xhci: rework xhci extended capability list parsing functions
Mathias Nyman
1
-46
/
+27
2015-12-01
xhci: use debug level when printing out interval rounding messages
Mathias Nyman
1
-1
/
+1
2015-10-04
xhci: drop null test before destroy functions
Julia Lawall
1
-8
/
+4
2015-10-04
xhci: parse xhci protocol speed ID list for usb 3.1 usage
Mathias Nyman
1
-1
/
+37
2015-09-21
xhci: init command timeout timer earlier to avoid deleting it uninitialized
Mathias Nyman
1
-6
/
+5
2015-09-21
xhci: change xhci 1.0 only restrictions to support xhci 1.1
Mathias Nyman
1
-3
/
+3
2015-08-03
drivers/usb: Delete XHCI command timer if necessary
Gavin Shan
1
-1
/
+2
2015-07-22
usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() function
AMAN DEEP
1
-1
/
+1
2015-01-09
xhci: clean up work to remove unused parameters for functions in xhci-mem.c
Lin Wang
1
-12
/
+9
2015-01-09
xhci-mem: Use setup_timer
Julia Lawall
1
-6
/
+4
2014-09-23
xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...
Hans de Goede
1
-1
/
+3
2014-09-11
usb: xhci: Fix OOPS in xhci error handling code
Al Cooper
1
-0
/
+1
2014-09-11
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-28
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-04
xhci: The trb_address_map radix tree expects 1KB segment memory aligment
Hans de Goede
1
-4
/
+5
2014-03-04
xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0
Hans de Goede
1
-1
/
+1
2014-03-04
xhci: Remove segments from radix tree on failed insert.
Sarah Sharp
1
-26
/
+81
2014-03-04
xhci: Check size rather then number of streams when allocating stream ctxs
Hans de Goede
1
-8
/
+8
2014-03-04
xhci: fix usb3 streams
Gerd Hoffmann
1
-43
/
+89
2014-01-30
Revert "xhci: replace xhci_read_64() with readq()"
Sarah Sharp
1
-3
/
+3
2014-01-29
Revert "xhci: replace xhci_write_64() with writeq()"
Sarah Sharp
1
-4
/
+4
2013-12-02
xhci: replace xhci_write_64() with writeq()
Xenia Ragiadakou
1
-4
/
+4
2013-12-02
xhci: replace xhci_read_64() with readq()
Xenia Ragiadakou
1
-3
/
+3
2013-12-02
xhci: replace xhci_writel() with writel()
Xenia Ragiadakou
1
-3
/
+3
2013-12-02
xhci: replace xhci_readl() with readl()
Xenia Ragiadakou
1
-10
/
+10
2013-12-02
xhci: remove conversion from generic to pci device in xhci_mem.c
Xenia Ragiadakou
1
-10
/
+10
2013-12-02
xhci: remove unnecessary check in xhci_free_stream_info()
Xenia Ragiadakou
1
-2
/
+1
2013-12-02
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-23
usb: Fix xHCI host issues on remote wakeup.
Sarah Sharp
1
-0
/
+2
[next]