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