index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
usb
/
xhci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[xhci] Allow for permanent failure of the command mechanism
xhci_fail
Michael Brown
2021-10-28
1
-2
/
+49
*
[xhci] Avoid false positive Coverity warning
Michael Brown
2021-01-04
1
-1
/
+1
*
[xhci] Show meaningful error messages after command failures
Michael Brown
2021-01-03
1
-7
/
+25
*
[xhci] Fail attempts to issue concurrent commands
Michael Brown
2021-01-03
1
-0
/
+8
*
[xhci] Update driver to use DMA API
Michael Brown
2020-11-29
1
-83
/
+140
*
[malloc] Rename malloc_dma() to malloc_phys()
Michael Brown
2020-11-05
1
-21
/
+21
*
[pci] Update drivers to use pci_ioremap()
Michael Brown
2020-09-25
1
-1
/
+1
*
[usb] Avoid unnecessary calls to usb_hub_set_drvdata()
Michael Brown
2020-07-03
1
-8
/
+3
*
[xhci] Set link state to RxDetect after disabling USB3 root hub port
Michael Brown
2020-07-03
1
-0
/
+13
*
[init] Show startup and shutdown function names in debug messages
Michael Brown
2019-01-25
1
-0
/
+1
*
[xhci] Consume event TRB before reporting completion to USB core
Michael Brown
2018-02-19
1
-4
/
+4
*
[xhci] Assume an invalid PSI table if any invalid PSI value is observed
Michael Brown
2018-01-29
1
-23
/
+30
*
[xhci] Avoid accessing beyond end of endpoint context array
Michael Brown
2017-03-21
1
-1
/
+1
*
[xhci] Ensure that zero-length packets are not part of a TRB chain
Michael Brown
2015-12-07
1
-0
/
+6
*
[usb] Record USB device speed separately from current port speed
Michael Brown
2015-12-07
1
-2
/
+1
*
[xhci] Support arbitrarily large transfers
Michael Brown
2015-09-13
1
-11
/
+45
*
[usb] Generalise zero-length packet generation logic
Michael Brown
2015-09-13
1
-3
/
+3
*
[xhci] Ignore invalid protocol speed ID values on Intel Skylake platforms
Michael Brown
2015-06-18
1
-3
/
+6
*
[xhci] Record device-specific quirks in xHCI device structure
Michael Brown
2015-06-18
1
-3
/
+4
*
[xhci] Fix comparison of signed and unsigned integers
Michael Brown
2015-06-01
1
-1
/
+1
*
[xhci] Fix length of allocated slot array
Michael Brown
2015-06-01
1
-2
/
+3
*
[xhci] Use meaningful device names in debug messages
Michael Brown
2015-05-10
1
-119
/
+122
*
[usb] Detect missed disconnections
Michael Brown
2015-05-08
1
-40
/
+49
*
[pci] Provide PCI_CLASS() to calculate a scalar PCI class value
Michael Brown
2015-05-08
1
-2
/
+2
*
[usb] Include setup packet within I/O buffer for message transfers
Michael Brown
2015-05-01
1
-4
/
+8
*
[xhci] Always reset root hub ports
Michael Brown
2015-04-13
1
-7
/
+5
*
[xhci] Support USB1 devices attached via transaction translators
Michael Brown
2015-03-23
1
-13
/
+73
*
[usb] Add clear_tt() hub method to clear transaction translator buffer
Michael Brown
2015-03-23
1
-0
/
+20
*
[xhci] Ring doorbell as part of endpoint reset
Michael Brown
2015-03-23
1
-0
/
+3
*
[xhci] Do not release ownership back to BIOS when booting an OS
Michael Brown
2015-03-18
1
-0
/
+27
*
[xhci] Forcibly disable SMIs if BIOS fails to release ownership
Michael Brown
2015-03-16
1
-10
/
+10
*
[usb] Add the concept of a USB bus maximum transfer size
Michael Brown
2015-03-16
1
-1
/
+1
*
[xhci] Undo PCH-specific quirk fixes when removing device
Michael Brown
2015-03-06
1
-2
/
+25
*
[xhci] Enable USB3 ports on Intel PCH8/PCH9 controllers
Michael Brown
2015-03-06
1
-0
/
+40
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[xhci] Abort commands on timeout
Michael Brown
2015-02-18
1
-13
/
+69
*
[xhci] Leak memory if controller fails to disable slot
Michael Brown
2015-02-18
1
-3
/
+18
*
[xhci] Delay after (possibly) forcing port link state to RxDetect
Michael Brown
2015-02-11
1
-0
/
+5
*
[usb] Allow usb_stream() to enforce a terminating short packet
Michael Brown
2015-02-10
1
-6
/
+16
*
[usb] Parse endpoint descriptor bInterval field
Michael Brown
2015-02-10
1
-0
/
+10
*
[usb] Report xHCI host controller events
Michael Brown
2015-02-05
1
-0
/
+20
*
[usb] Add support for xHCI host controllers
Michael Brown
2015-02-03
1
-0
/
+3009