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
/
bus
Commit message (
Expand
)
Author
Age
Files
Lines
*
[pci] Separate permission to probe buses from bus:dev.fn range discovery
Michael Brown
2024-08-15
2
-0
/
+5
*
[pci] Check that ECAM configuration space is within reachable memory
Michael Brown
2023-11-02
1
-0
/
+9
*
[pci] Cache ECAM mapping errors
Michael Brown
2023-11-02
1
-2
/
+4
*
[pci] Handle non-zero starting bus in ECAM allocations
Michael Brown
2023-11-02
1
-0
/
+1
*
[pci] Force completion of ECAM configuration space writes
Michael Brown
2023-11-01
1
-1
/
+10
*
[virtio] Fix implementation of vpm_ioread32()
Alexander Eichner
2023-08-22
1
-2
/
+2
*
[eisa] Check for system board presence before probing for slots
eisa
Michael Brown
2023-02-10
1
-0
/
+8
*
[efi] Do not attempt to drive PCI bridge devices
efibridge
Michael Brown
2023-02-03
1
-0
/
+1
*
[pci] Backup and restore standard config space across PCIe FLR
Michael Brown
2022-11-13
1
-2
/
+7
*
[pci] Allow PCI config space backup to be limited by maximum offset
Michael Brown
2022-11-13
1
-4
/
+6
*
[pci] Add minimal PCI bridge driver
Michael Brown
2022-09-19
1
-0
/
+132
*
[pci] Select PCI I/O API at runtime for cloud images
Michael Brown
2022-09-18
1
-0
/
+2
*
[pci] Add support for the Enhanced Configuration Access Mechanism (ECAM)
Michael Brown
2022-09-16
1
-0
/
+265
*
[pci] Generalise pci_num_bus() to pci_discover()
Michael Brown
2022-09-15
1
-13
/
+21
*
[pci] Check for wraparound in callers of pci_find_next()
Michael Brown
2022-09-15
1
-3
/
+3
*
[pci] Allow pci_find_next() to return non-zero PCI segments
Michael Brown
2022-09-15
1
-8
/
+8
*
[pci] Generalise function-level reset mechanism
Michael Brown
2022-08-08
1
-0
/
+22
*
[pci] Ensure that pci_read_config() initialises all fields
Michael Brown
2022-02-16
1
-0
/
+5
*
[virtio] Update driver to use DMA API
Aaron Young
2021-10-28
2
-17
/
+32
*
[pci] Avoid scanning nonexistent buses when using PCIAPI_DIRECT
Michael Brown
2021-04-10
1
-2
/
+25
*
[build] Inhibit spurious array bounds warning on some versions of gcc
Michael Brown
2021-01-15
1
-1
/
+1
*
[isa] Add missing #include <config/isa.h>
Manuel Mendez
2021-01-13
1
-0
/
+1
*
[efi] Avoid dragging in USB subsystem via efi_usb_path()
Michael Brown
2020-10-30
1
-17
/
+0
*
[usb] Allow endpoints to be refilled to a specified upper limit
Michael Brown
2020-10-12
1
-3
/
+16
*
[usb] Allow device halt to be cleared independently of host controller
Michael Brown
2020-10-12
1
-14
/
+31
*
[usb] Avoid integer underflow on malformed string descriptors
Michael Brown
2020-10-01
1
-1
/
+8
*
[usb] Show debug message on device removal
Michael Brown
2020-09-29
1
-0
/
+5
*
[usb] Reset control endpoints immediately after failure
Michael Brown
2020-09-29
1
-0
/
+1
*
[pci] Update drivers to use pci_ioremap()
Michael Brown
2020-09-25
2
-2
/
+2
*
[usb] Leave port enabled after a failed device registration
Michael Brown
2020-07-04
1
-1
/
+3
*
[usb] Clear device endpoint halt before resetting host endpoint
Michael Brown
2020-07-02
1
-7
/
+7
*
[pci] Add support for PCI MSI-X interrupts
Michael Brown
2019-04-24
1
-0
/
+251
*
[usb] Use non-zero language ID to retrieve strings
Michael Brown
2017-07-03
1
-1
/
+36
*
[usb] Use correct length for memcpy()
Michael Brown
2017-03-22
1
-2
/
+2
*
[usb] Use correct length for memcpy()
Michael Brown
2017-03-21
1
-1
/
+2
*
[virtio] Remove queue size limit in legacy virtio
Ladi Prosek
2017-01-22
1
-9
/
+39
*
[virtio] Simplify virtqueue shutdown
Ladi Prosek
2017-01-22
1
-8
/
+1
*
[virtio] Cap queue size to MAX_QUEUE_NUM
Ladi Prosek
2017-01-22
1
-1
/
+7
*
[virtio] Fix virtio-pci logging
Ladi Prosek
2016-06-20
1
-7
/
+7
*
[pci] Support systems with multiple PCI root bridges
Michael Brown
2016-06-09
2
-5
/
+5
*
[pci] Add support for PCI Enhanced Allocation
Michael Brown
2016-05-20
1
-0
/
+149
*
[virtio] Add virtio 1.0 PCI support
Ladi Prosek
2016-04-15
2
-9
/
+361
*
[pci] Add pci_find_next_capability()
Ladi Prosek
2016-04-15
1
-13
/
+41
*
[usb] Allow USB endpoints to specify a reserved header length for refills
Michael Brown
2016-01-19
1
-2
/
+6
*
[usb] Allow USB device IDs to include arbitrary driver-specific data
Michael Brown
2015-12-07
1
-3
/
+5
*
[usb] Record USB device speed separately from current port speed
Michael Brown
2015-12-07
1
-9
/
+9
*
[usb] Use port->disconnected to check for disconnected devices
Michael Brown
2015-12-07
1
-9
/
+10
*
[usb] Allow for wildcard USB class IDs
Michael Brown
2015-09-14
1
-10
/
+15
*
[usb] Select preferred USB device configuration based on driver score
Michael Brown
2015-09-14
1
-146
/
+254
*
[usb] Generalise zero-length packet generation logic
Michael Brown
2015-09-13
1
-1
/
+7
[next]