index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-mem.c
Age
Commit message (
Expand
)
Author
2023-03-23
xhci: mem: Join string literals back
Andy Shevchenko
2023-03-23
xhci: mem: Replace explicit castings with appropriate specifiers
Andy Shevchenko
2023-03-23
xhci: mem: Use while (i--) pattern to clean up
Andy Shevchenko
2023-03-23
xhci: mem: Drop useless return:s
Andy Shevchenko
2023-03-23
xhci: mem: Get rid of redundant 'else'
Andy Shevchenko
2023-03-23
xhci: mem: Use dma_poll_zalloc() instead of explicit memset()
Andy Shevchenko
2023-03-23
xhci: mem: Carefully calculate size for memory allocations
Andy Shevchenko
2023-02-02
xhci: move port specific items such as state completions to port structure
Mathias Nyman
2023-02-02
xhci: Refactor interrupter code for initial multi interrupter support.
Mathias Nyman
2023-02-02
xhci: remove xhci_test_trb_in_td_math early development check
Mathias Nyman
2023-02-02
xhci: fix event ring segment table related masks and variables in header
Mathias Nyman
2022-10-25
xhci: Remove device endpoints from bandwidth list when freeing the device
Mathias Nyman
2022-09-22
usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()
Jianglei Nie
2022-05-12
xhci: use generic command timer for stop endpoint commands.
Mathias Nyman
2022-05-12
xhci: prepare for operation w/o shared hcd
Heiner Kallweit
2022-03-03
usb: host: xhci: fix a comment typo in xhci_mem_init()
Linyu Yuan
2022-03-03
usb: host: xhci: use ffs() in xhci_mem_init()
Linyu Yuan
2022-03-03
xhci: make xhci_handshake timeout for xhci_reset() adjustable
Mathias Nyman
2022-02-24
xhci: omit mem read just after allocation of trb
Oliver Neukum
2022-02-17
usb: xhci: fix minmax.cocci warnings
kernel test robot
2022-02-17
xhci: Allocate separate command structures for each LPM command
Mathias Nyman
2021-06-17
xhci: solve a double free problem while doing s4
Zhangjiantao (Kirin, nanjing)
2021-06-17
xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirk
Mathias Nyman
2021-04-06
xhci: check port array allocation was successful before dereferencing it
Mathias Nyman
2021-03-23
usb: xhci: Fix port minor revision
Thinh Nguyen
2021-03-10
usb: xhci-mtk: support to build xhci-mtk-hcd.ko
Chunfeng Yun
2021-01-29
xhci: remove xhci_stream_id_to_ring() helper
Mathias Nyman
2021-01-29
xhci: adjust parameters passed to cleanup_halted_endpoint()
Mathias Nyman
2021-01-29
xhci: Avoid parsing transfer events several times
Mathias Nyman
2020-11-02
Merge 5.10-rc2 into usb-next
Greg Kroah-Hartman
2020-10-29
xhci: Fix sizeof() mismatch
Colin Ian King
2020-10-28
usb: xhci: Remove in_interrupt() checks
Ahmed S. Darwish
2020-10-28
usb: host: xhci-mem: remove unneeded break
Tom Rix
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-23
xhci: dbc: don't use generic xhci ring allocation functions for dbc.
Mathias Nyman
2020-07-23
xhci: Don't pass struct xhci_hcd pointer to xhci_link_seg()
Mathias Nyman
2020-07-09
usb: host: xhci-mem: Demote obvious misuse of kerneldoc to standard comment b...
Lee Jones
2020-03-12
xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0
Kai-Heng Feng
2020-02-12
xhci: Fix memory leak when caching protocol extended capability PSI tables - ...
Mathias Nyman
2020-02-12
Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...
Greg Kroah-Hartman
2020-02-10
xhci: Fix memory leak when caching protocol extended capability PSI tables
Mathias Nyman
2020-02-10
xhci: Force Maximum Packet size for Full-speed bulk devices to valid range.
Mathias Nyman
2019-12-11
xhci: Fix memory leak in xhci_add_in_port()
Mika Westerberg
2019-07-25
usb: host: Remove call to memset after dma_alloc_coherent
Fuqian Huang
2019-02-21
usb: xhci: fix build warning - missing prototype
Jean-Philippe Menil
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2018-12-07
xhci: move bus_state structure under the xhci_hub structure.
Mathias Nyman
2018-12-07
xhci: remove the unused sw_lpm_support
Zeng Tao
2018-09-10
usb: xhci: fix interrupt transfer error happened on MTK platforms
Chunfeng Yun
2018-07-06
xhci: xhci-mem: off by one in xhci_stream_id_to_ring()
Dan Carpenter
[next]