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: support setting interrupt moderation IMOD for secondary interrupters
Mathias Nyman
2024-09-05
1
-1
/
+7
*
usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()
Marc Zyngier
2024-08-13
1
-1
/
+1
*
usb: xhci: move all segment re-numbering to xhci_link_rings()
Niklas Neronin
2024-06-27
1
-12
/
+13
*
usb: xhci: move link chain bit quirk checks into one helper function.
Niklas Neronin
2024-06-27
1
-8
/
+2
*
xhci: Add a quirk for writing ERST in high-low order
Daehwan Jung
2024-06-20
1
-1
/
+4
*
usb: xhci: use array_size() when allocating and freeing memory
Niklas Neronin
2024-05-01
1
-7
/
+7
*
usb: xhci: check if 'requested segments' exceeds ERST capacity
Niklas Neronin
2024-05-01
1
-11
/
+11
*
xhci: stored cached port capability values in one place
Mathias Nyman
2024-05-01
1
-11
/
+1
*
usb: xhci: utilize 'xhci_free_segments_for_ring()' for freeing segments
Niklas Neronin
2024-03-02
1
-22
/
+15
*
xhci: save slot ID in struct 'xhci_port'
Niklas Neronin
2024-03-02
1
-0
/
+5
*
xhci: replace real & fake port with pointer to root hub port
Niklas Neronin
2024-03-02
1
-20
/
+15
*
xhci: rework how real & fake ports are found
Niklas Neronin
2024-03-02
1
-19
/
+15
*
xhci: make isoc_bei_interval variable interrupter specific.
Mathias Nyman
2024-02-17
1
-1
/
+1
*
xhci: fix off by one check when adding a secondary interrupter.
Mathias Nyman
2024-01-28
1
-1
/
+1
*
xhci: fix possible null pointer dereference at secondary interrupter removal
Mathias Nyman
2024-01-28
1
-6
/
+6
*
xhci: add support to allocate several interrupters
Mathias Nyman
2024-01-04
1
-11
/
+97
*
usb: xhci: Add timeout argument in address_device USB HCD callback
Hardik Gajjar
2023-11-23
1
-0
/
+2
*
xhci: split free interrupter into separate remove and free parts
Mathias Nyman
2023-10-21
1
-11
/
+21
*
xhci: Clean up xhci_{alloc,free}_erst() declarations
Lukas Wunner
2023-10-21
1
-1
/
+1
*
xhci: Clean up ERST_PTR_MASK inversion
Lukas Wunner
2023-10-21
1
-2
/
+1
*
xhci: Update last segment pointer after Event Ring expansion
Lukas Wunner
2023-10-21
1
-5
/
+7
*
xhci: Adjust segment numbers after ring expansion
Lukas Wunner
2023-10-21
1
-6
/
+10
*
xhci: Use more than one Event Ring segment
Jonathan Bell
2023-10-21
1
-3
/
+7
*
xhci: Set DESI bits in ERDP register correctly
Lukas Wunner
2023-10-21
1
-14
/
+11
*
xhci: Preserve RsvdP bits in ERSTBA register correctly
Lukas Wunner
2023-10-02
1
-2
/
+2
*
USB: Remove remnants of Wireless USB and UWB
Alan Stern
2023-08-09
1
-3
/
+0
*
xhci: Show ZHAOXIN xHCI root hub speed correctly
Weitao Wang
2023-06-13
1
-7
/
+24
*
xhci: Fix TRB prefetch issue of ZHAOXIN hosts
Weitao Wang
2023-06-13
1
-2
/
+6
*
xhci: Stop unnecessary tracking of free trbs in a ring
Mathias Nyman
2023-06-13
1
-1
/
+0
*
xhci: Fix transfer ring expansion size calculation
Mathias Nyman
2023-06-13
1
-11
/
+3
*
xhci: split allocate interrupter into separate alloacte and add parts
Mathias Nyman
2023-06-13
1
-37
/
+41
*
xhci: mem: Join string literals back
Andy Shevchenko
2023-03-23
1
-17
/
+10
*
xhci: mem: Replace explicit castings with appropriate specifiers
Andy Shevchenko
2023-03-23
1
-10
/
+7
*
xhci: mem: Use while (i--) pattern to clean up
Andy Shevchenko
2023-03-23
1
-2
/
+1
*
xhci: mem: Drop useless return:s
Andy Shevchenko
2023-03-23
1
-7
/
+4
*
xhci: mem: Get rid of redundant 'else'
Andy Shevchenko
2023-03-23
1
-8
/
+6
*
xhci: mem: Use dma_poll_zalloc() instead of explicit memset()
Andy Shevchenko
2023-03-23
1
-4
/
+2
*
xhci: mem: Carefully calculate size for memory allocations
Andy Shevchenko
2023-03-23
1
-4
/
+5
*
xhci: move port specific items such as state completions to port structure
Mathias Nyman
2023-02-02
1
-7
/
+3
*
xhci: Refactor interrupter code for initial multi interrupter support.
Mathias Nyman
2023-02-02
1
-58
/
+110
*
xhci: remove xhci_test_trb_in_td_math early development check
Mathias Nyman
2023-02-02
1
-160
/
+0
*
xhci: fix event ring segment table related masks and variables in header
Mathias Nyman
2023-02-02
1
-2
/
+2
*
xhci: Remove device endpoints from bandwidth list when freeing the device
Mathias Nyman
2022-10-25
1
-8
/
+12
*
usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()
Jianglei Nie
2022-09-22
1
-1
/
+6
*
xhci: use generic command timer for stop endpoint commands.
Mathias Nyman
2022-05-12
1
-10
/
+2
*
xhci: prepare for operation w/o shared hcd
Heiner Kallweit
2022-05-12
1
-5
/
+6
*
usb: host: xhci: fix a comment typo in xhci_mem_init()
Linyu Yuan
2022-03-03
1
-1
/
+1
*
usb: host: xhci: use ffs() in xhci_mem_init()
Linyu Yuan
2022-03-03
1
-5
/
+1
*
xhci: make xhci_handshake timeout for xhci_reset() adjustable
Mathias Nyman
2022-03-03
1
-1
/
+1
*
xhci: omit mem read just after allocation of trb
Oliver Neukum
2022-02-24
1
-1
/
+1
[next]