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
gve-startup-fix
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
rbgstart
rdrand
realtek_hack
retimeout
riscv64
rndis_padding
rpl
rtlvlan
sanconnect
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
siglist
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
/
interface
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-26
[efi] Nullify interfaces and leak memory on uninstallation failure
Michael Brown
5
-49
/
+705
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
1
-0
/
+55
2020-10-22
[fcp] Allow Fibre Channel device to be described using an EFI device path
Michael Brown
1
-0
/
+31
2020-10-20
[iscsi] Allow iSCSI device to be described using an EFI device path
Michael Brown
1
-0
/
+70
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
1
-0
/
+47
2020-10-19
[efi] Provide utility function to concatenate device paths
Michael Brown
1
-0
/
+52
2020-10-19
[efi] Split efi_netdev_path() out to a separate function
Michael Brown
2
-37
/
+69
2020-10-19
[efi] Provide efi_uri_path() to construct a URI device path
Michael Brown
1
-0
/
+43
2020-10-16
[efi] Split efi_usb_path() out to a separate function
Michael Brown
2
-50
/
+84
2020-10-16
[efi] Define an interface operation to describe using an EFI device path
Michael Brown
1
-0
/
+26
2020-10-16
[efi] Split device path functions out to efi_path.c
Michael Brown
10
-46
/
+75
2020-10-13
[efi] Defer local download process until file has been opened
Michael Brown
1
-2
/
+5
2020-10-13
[usb] Move usbio driver to end of USB driver list
Michael Brown
1
-1
/
+1
2020-10-02
[efi] Always enable recursion when calling ConnectController()
Michael Brown
2
-3
/
+3
2020-10-01
[efi] Fix reporting of USB supported languages array
Michael Brown
1
-10
/
+15
2020-10-01
[efi] Avoid integer underflow on malformed USB string descriptors
Michael Brown
1
-0
/
+7
2020-10-01
[efi] Allow DEBUG=efi_wrap to be used independently of a loaded image
Michael Brown
1
-25
/
+34
2020-09-29
[efi] Disconnect controllers before uninstalling EFI_USB_IO_PROTOCOL
Michael Brown
1
-0
/
+6
2020-09-29
[efi] Report any USB errors as EFI_USB_ERR_SYSTEM
Michael Brown
1
-3
/
+2
2020-09-29
[efi] Leave USB endpoint descriptors in existence until device is removed
Michael Brown
1
-28
/
+80
2020-09-25
[efi] Use address offset as reported by EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
Michael Brown
1
-1
/
+74
2020-09-24
[pci] Define pci_ioremap() for mapping PCI bus addresses
Michael Brown
1
-0
/
+1
2020-09-24
[efi] Provide a single implementation of efipci_root_close()
Michael Brown
1
-13
/
+22
2020-09-22
[efi] Show memory map returned by wrapped calls to GetMemoryMap
Michael Brown
1
-2
/
+20
2020-09-18
[efi] Add debug wrappers for all boot services functions of interest
Michael Brown
2
-1
/
+603
2020-08-03
[efi] Use device path to locate filesystem from which we were loaded
issue123
Michael Brown
2
-2
/
+53
2020-08-03
[efi] Match EDK2 numbering for USB ports
Michael Brown
1
-1
/
+1
2020-07-22
[efi] Check the status code from AllocatePool()
Ignat Korchagin
1
-4
/
+5
2020-07-15
[efi] Claim SNP devices early in efi_download_start()
tpl
Michael Brown
1
-1
/
+4
2020-07-09
[efi] Ensure NUL byte is at lowest address within stack cookie
cookie
Michael Brown
1
-0
/
+8
2020-07-09
[efi] Distribute available entropy within stack cookie
Michael Brown
1
-6
/
+17
2020-06-30
[efi] Raise TPL during driver entry point
Michael Brown
1
-0
/
+9
2020-06-28
[efi] Detect and disable seriously broken EFI_RNG_PROTOCOL implementations
Michael Brown
1
-0
/
+12
2020-06-24
[efi] Enable stack protection where possible
Michael Brown
3
-0
/
+68
2020-06-10
[efi] Attempt to connect our driver directly if ConnectController fails
Michael Brown
1
-1
/
+10
2020-06-05
[efi] Work around UEFI specification bug in LoadImage for SAN boot
Michael Brown
1
-0
/
+3
2020-03-14
[efi] Disambiguate errors returned by ConnectController
Michael Brown
1
-1
/
+15
2019-07-22
[build] Fix "'%s' directive argument is null" error
Valentine Barshak
1
-2
/
+1
2019-07-19
[efi] Register a device tree if provided by the platform firmware
Michael Brown
1
-0
/
+70
2019-07-15
[efi] Return only registered EFI devices from efidev_parent()
Michael Brown
1
-3
/
+6
2019-02-19
[efi] Blacklist the Dell Ip4ConfigDxe driver
Michael Brown
2
-0
/
+243
2019-01-25
[init] Show startup and shutdown function names in debug messages
Michael Brown
2
-0
/
+2
2019-01-15
[efi] Fix error handling path in efi_snp_probe
Ignat Korchagin
1
-3
/
+3
2018-07-08
[vmbus] Do not expect version in version_response
Roman Kagan
1
-8
/
+2
2018-07-07
[efi] Exclude link-layer header length from MaxPacketSize
Rob Taglang
1
-1
/
+1
2018-03-26
[efi] Do not raise TPL within EFI_DRIVER_BINDING_PROTOCOL.Supported()
Michael Brown
1
-7
/
+0
2018-03-26
[efi] Release SNP devices before starting SAN boot image
Michael Brown
1
-0
/
+4
2018-03-14
[efi] Raise TPL within EFI_DRIVER_BINDING_PROTOCOL entry points
Michael Brown
1
-0
/
+19
[prev]
[next]