index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-mem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0
Kai-Heng Feng
2020-03-12
1
-0
/
+1
*
xhci: Fix memory leak when caching protocol extended capability PSI tables - ...
Mathias Nyman
2020-02-12
1
-22
/
+37
*
Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...
Greg Kroah-Hartman
2020-02-12
1
-36
/
+22
*
xhci: Fix memory leak when caching protocol extended capability PSI tables
Mathias Nyman
2020-02-10
1
-22
/
+36
*
xhci: Force Maximum Packet size for Full-speed bulk devices to valid range.
Mathias Nyman
2020-02-10
1
-3
/
+9
*
xhci: Fix memory leak in xhci_add_in_port()
Mika Westerberg
2019-12-11
1
-0
/
+4
*
usb: host: Remove call to memset after dma_alloc_coherent
Fuqian Huang
2019-07-25
1
-1
/
+0
*
usb: xhci: fix build warning - missing prototype
Jean-Philippe Menil
2019-02-21
1
-1
/
+1
*
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-4
/
+4
*
xhci: move bus_state structure under the xhci_hub structure.
Mathias Nyman
2018-12-07
1
-5
/
+5
*
xhci: remove the unused sw_lpm_support
Zeng Tao
2018-12-07
1
-16
/
+4
*
usb: xhci: fix interrupt transfer error happened on MTK platforms
Chunfeng Yun
2018-09-10
1
-0
/
+4
*
xhci: xhci-mem: off by one in xhci_stream_id_to_ring()
Dan Carpenter
2018-07-06
1
-1
/
+1
*
xhci: Fix kernel oops in trace_xhci_free_virt_device
Zhengjun Xing
2018-06-25
1
-2
/
+2
*
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
2018-06-12
1
-2
/
+2
*
usb: xhci: force all memory allocations to node
Adam Wallis
2018-06-01
1
-19
/
+38
*
xhci: xhci-mem: remove port_arrays and the code initializing them
Mathias Nyman
2018-05-24
1
-89
/
+11
*
xhci: Create new structures to store xhci port information
Mathias Nyman
2018-05-24
1
-1
/
+57
*
xhci: zero usb device slot_id member when disabling and freeing a xhci slot
Mathias Nyman
2018-03-16
1
-0
/
+2
*
USB: host: Use zeroing memory allocator rather than allocator/memset
Himanshu Jha
2018-01-04
1
-5
/
+2
*
Merge 4.15-rc4 into usb-next
Greg Kroah-Hartman
2017-12-18
1
-4
/
+18
|
\
|
*
xhci: Don't add a virt_dev to the devs array before it's fully allocated
Mathias Nyman
2017-12-08
1
-4
/
+11
|
*
usb: xhci: fix panic in xhci_free_virt_devices_depth_first
Yu Chen
2017-12-01
1
-0
/
+7
*
|
usb: xhci: Cleanup printk debug message for registers
Lu Baolu
2017-12-08
1
-4
/
+0
*
|
usb: xhci: Make some static functions global
Lu Baolu
2017-12-08
1
-39
/
+55
*
|
xhci: remove unnecessary boolean parameter from xhci_alloc_command
Mathias Nyman
2017-12-08
1
-15
/
+2
*
|
xhci: add helper to allocate command with input context
Mathias Nyman
2017-12-08
1
-2
/
+22
|
/
*
USB: host: xhci: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
1
-13
/
+0
*
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
1
-0
/
+1
*
usb: host: xhci-mem: mark expected switch fall-through
Gustavo A. R. Silva
2017-11-01
1
-0
/
+1
*
xhci: Convert timers to use timer_setup()
Kees Cook
2017-10-17
1
-2
/
+2
*
usb: xhci: Add debugfs interface for xHCI driver
Lu Baolu
2017-10-05
1
-3
/
+2
*
Merge 4.12-rc6 into usb-next
Greg Kroah-Hartman
2017-06-20
1
-2
/
+5
|
\
|
*
usb: xhci: Fix USB 3.1 supported protocol parsing
YD Tseng
2017-06-12
1
-2
/
+5
*
|
xhci: remove endpoint ring cache
Mathias Nyman
2017-06-15
1
-75
/
+6
|
/
*
xhci: remove GFP_DMA flag from allocation
Matthias Lange
2017-05-18
1
-1
/
+1
*
usb: host: xhci-mem: allocate zeroed Scratchpad Buffer
Peter Chen
2017-05-18
1
-1
/
+1
*
USB: host: xhci: use max-port define
Johan Hovold
2017-05-17
1
-3
/
+4
*
usb: host: xhci: print correct command ring address
Peter Chen
2017-04-19
1
-1
/
+1
*
usb: host: xhci: delete sp_dma_buffers for scratchpad
Peter Chen
2017-04-19
1
-14
/
+4
*
usb: host: xhci: using correct specification chapter reference for DCBAAP
Peter Chen
2017-04-19
1
-1
/
+1
*
usb: xhci: bInterval quirk for TI TUSB73x0
Roger Quadros
2017-04-08
1
-0
/
+11
*
usb: xhci: remove enq_updates and deq_updates from ring
Lu Baolu
2017-04-08
1
-3
/
+0
*
usb: xhci: remove error messages for failed memory allocation
Lu Baolu
2017-04-08
1
-1
/
+0
*
usb: xhci: add xhci_log_ring trace events
Lu Baolu
2017-04-08
1
-0
/
+4
*
usb: xhci: use bus->sysdev for DMA configuration
Arnd Bergmann
2017-03-23
1
-6
/
+6
*
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
[next]