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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-07
[tls] Allow provision of a client certificate chain
Michael Brown
2
-32
/
+79
2020-12-07
[tls] Use intf_insert() to add TLS to an interface
Michael Brown
5
-31
/
+32
2020-12-07
[interface] Provide intf_insert() to insert a filter interface
Michael Brown
3
-3
/
+20
2020-12-07
[interface] Ignore any attempts to plug in the null interface
Michael Brown
1
-0
/
+5
2020-11-30
[efi] Veto the HP XhciDxe Driver
Michael Brown
1
-0
/
+46
2020-11-30
[efi] Allow vetoing of drivers that cannot be unloaded
Michael Brown
3
-9
/
+312
2020-11-30
[efi] Provide manufacturer and driver names to all veto checking methods
Michael Brown
1
-19
/
+40
2020-11-30
[efi] Split out dbg_efi_opener() as a standalone function
Michael Brown
2
-15
/
+46
2020-11-29
[xhci] Update driver to use DMA API
Michael Brown
3
-95
/
+193
2020-11-29
[dma] Provide dma_umalloc() for allocating large DMA-coherent buffers
Michael Brown
3
-0
/
+166
2020-11-29
[efi] Avoid requesting zero-length DMA mappings
Michael Brown
1
-12
/
+16
2020-11-29
[netdevice] Fix misleading comment on netdev_rx()
Michael Brown
1
-1
/
+1
2020-11-29
[netdevice] Do not attempt to unmap a null I/O buffer
Michael Brown
1
-1
/
+1
2020-11-28
[dma] Move I/O buffer DMA operations to iobuf.h
Michael Brown
16
-391
/
+342
2020-11-28
[dma] Record DMA device as part of DMA mapping if needed
Michael Brown
6
-129
/
+150
2020-11-25
[dma] Modify DMA API to simplify calculation of medial addresses
Michael Brown
7
-58
/
+100
2020-11-24
[intelxl] Configure DMA mask as 64-bit
Michael Brown
2
-2
/
+8
2020-11-24
[intel] Configure DMA mask as 64-bit
Michael Brown
3
-3
/
+12
2020-11-24
[efi] Report correct error when failing to unload a vetoed driver
Michael Brown
1
-0
/
+1
2020-11-23
[efi] Allow initialisation via SNP interface even while claimed
Michael Brown
1
-7
/
+14
2020-11-21
[intelxl] Update driver to use DMA API
Michael Brown
3
-121
/
+215
2020-11-21
[intelxl] Read PCI bus:dev.fn number from PFFUNC_RID register
Michael Brown
2
-2
/
+9
2020-11-20
[intelxl] Read MAC address from PRTPM_SA[HL] instead of PRTGL_SA[HL]
Michael Brown
2
-5
/
+13
2020-11-20
[efi] Avoid dropping below TPL as at entry to iPXE
Michael Brown
8
-71
/
+110
2020-11-16
[intel] Use physical addresses in debug messages
Michael Brown
1
-9
/
+9
2020-11-16
[realtek] Use physical addresses in debug messages
Michael Brown
1
-16
/
+14
2020-11-15
[efi] Use casts rather than virt_to_bus() for UNDI buffer addresses
Michael Brown
1
-2
/
+2
2020-11-15
[efi] Do not populate media header length in PXE transmit CPB
Michael Brown
1
-1
/
+0
2020-11-13
[intel] Update driver to use DMA API
Michael Brown
4
-85
/
+143
2020-11-07
[efi] Rename efi_blacklist to efi_veto
Michael Brown
5
-62
/
+61
2020-11-05
[realtek] Update driver to use DMA API
Michael Brown
2
-95
/
+127
2020-11-05
[efi] Provide DMA operations for EFI PCI devices
Michael Brown
3
-0
/
+242
2020-11-05
[dma] Define a DMA API to allow for non-flat device address spaces
Michael Brown
6
-0
/
+517
2020-11-05
[malloc] Rename malloc_dma() to malloc_phys()
Michael Brown
48
-350
/
+350
2020-11-04
[efi] Retain a long-lived reference to the EFI_PCI_IO_PROTOCOL instance
Michael Brown
4
-49
/
+60
2020-11-04
[realtek] Reset NIC when closing interface if using legacy mode
Michael Brown
1
-0
/
+4
2020-10-30
[efi] Fall back to assuming identity mapping of MMIO address space
Michael Brown
1
-4
/
+2
2020-10-30
[efi] Avoid dragging in USB subsystem via efi_usb_path()
Michael Brown
2
-18
/
+17
2020-10-27
[efi] Fix memory copy length used in efi_nullify_name2()
Michael Brown
1
-1
/
+1
2020-10-26
[efi] Nullify interfaces and leak memory on uninstallation failure
Michael Brown
7
-50
/
+737
2020-10-23
[efi] Allow block devices to provide their own EFI device paths
Michael Brown
1
-63
/
+25
2020-10-23
[infiniband] Allow SRP device to be described using an EFI device path
Michael Brown
4
-33
/
+95
2020-10-22
[fcp] Allow Fibre Channel device to be described using an EFI device path
Michael Brown
4
-8
/
+61
2020-10-20
[iscsi] Allow iSCSI device to be described using an EFI device path
Michael Brown
3
-0
/
+75
2020-10-20
[efi] Show block device ACPI table contents only at DBGLVL_EXTRA
Michael Brown
1
-3
/
+3
2020-10-19
[aoe] Allow AoE device to be described using an EFI device path
Michael Brown
4
-29
/
+82
2020-10-19
[efi] Provide utility function to concatenate device paths
Michael Brown
2
-0
/
+54
2020-10-19
[efi] Split efi_netdev_path() out to a separate function
Michael Brown
3
-37
/
+71
2020-10-19
[http] Allow HTTP connection to be described using an EFI device path
Michael Brown
1
-0
/
+15
2020-10-19
[efi] Provide efi_uri_path() to construct a URI device path
Michael Brown
2
-0
/
+45
[prev]
[next]