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
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
[riscv] Add support for checking CPU extensions reported via device tree
Michael Brown
2024-10-28
3
-0
/
+117
*
[riscv] Add support for reboot and power off via SBI
Michael Brown
2024-10-22
5
-0
/
+120
*
[riscv] Add support for the SBI debug console
Michael Brown
2024-10-22
3
-0
/
+259
*
[crypto] Use architecture-independent bigint_is_set()
Michael Brown
2024-10-10
5
-95
/
+0
*
[crypto] Rename bigint_rol()/bigint_ror() to bigint_shl()/bigint_shr()
Michael Brown
2024-10-07
5
-20
/
+20
*
[crypto] Eliminate temporary carry space for big integer multiplication
Michael Brown
2024-09-27
5
-48
/
+43
*
[arm] Support building as a Linux userspace binary for AArch32
Michael Brown
2024-09-24
1
-0
/
+25
*
[arm] Check PMCCNTR availability before use for profiling
Michael Brown
2024-09-24
2
-3
/
+99
*
[profile] Standardise return type of profile_timestamp()
Michael Brown
2024-09-24
7
-45
/
+9
*
[crypto] Use constant-time big integer multiplication
Michael Brown
2024-09-23
10
-574
/
+163
*
[efi] Remove redundant EFI_BOOT_FILE definitions
Michael Brown
2024-09-16
7
-28
/
+0
*
[riscv] Add support for the RISC-V CPU architecture
Michael Brown
2024-09-15
36
-0
/
+2149
*
[efi] Centralise definition of efi_cpu_nap()
Michael Brown
2024-09-13
9
-230
/
+24
*
[libc] Centralise architecture-independent portions of setjmp.h
Michael Brown
2024-09-12
6
-67
/
+35
*
[gdb] Allow CPU architectures to omit support for GDB
Michael Brown
2024-09-05
6
-136
/
+0
*
[build] Centralise dummy architecture-specific headers
Michael Brown
2024-09-03
30
-343
/
+7
*
[pci] Separate permission to probe buses from bus:dev.fn range discovery
Michael Brown
2024-08-15
6
-0
/
+33
*
[cpuid] Allow hypervisor CPUID leaves to be accessed as settings
Michael Brown
2024-08-01
1
-4
/
+14
*
[cpuid] Allow reading hypervisor CPUID leaves
Michael Brown
2024-08-01
2
-2
/
+5
*
[build] Fix building on older versions of gcc
Michael Brown
2024-03-17
1
-0
/
+1
*
[ucode] Add support for updating x86 microcode
Michael Brown
2024-03-15
4
-0
/
+1279
*
[bios] Provide a multiprocessor API for BIOS
Michael Brown
2024-03-15
3
-0
/
+206
*
[librm] Add support for installing a startup IPI handler
Michael Brown
2024-03-15
3
-0
/
+113
*
[mp] Define an API for multiprocessor functions
Michael Brown
2024-03-15
4
-0
/
+233
*
[block] Allow for additional SAN boot parameters alongside filename
Michael Brown
2024-03-06
1
-2
/
+3
*
[block] Use drive number as debug message stream ID
Michael Brown
2024-03-04
1
-101
/
+109
*
[efi] Fix hang during ExitBootServices()
Ross Lagerwall
2024-01-31
3
-3
/
+15
*
[loong64] Replace broken big integer arithmetic implementations
Michael Brown
2024-01-19
1
-78
/
+106
*
[crypto] Allow multiplicand and multiplier to differ in size
Michael Brown
2024-01-16
8
-48
/
+72
*
[build] Fix building with newer binutils
Michael Brown
2024-01-14
24
-19
/
+22
*
[build] Remove unnecessary ".text" directives
Michael Brown
2024-01-14
21
-21
/
+0
*
[smbios] Support scanning for the 64-bit SMBIOS3 entry point
Michael Brown
2023-12-29
1
-2
/
+53
*
[pci] Require discovery of a PCI device when determining usable PCI APIs
Michael Brown
2023-11-02
1
-11
/
+14
*
[vmware] Use driver-private data to hold GuestInfo settings block
Michael Brown
2023-09-14
1
-41
/
+7
*
[netdevice] Allocate private data for each network upper-layer driver
Michael Brown
2023-09-13
2
-3
/
+8
*
[librm] Use explicit operand size when pushing a label address
opsize
Michael Brown
2023-09-05
1
-2
/
+4
*
[console] Avoid overlap between special keys and Unicode characters
Michael Brown
2023-07-04
1
-24
/
+35
*
[build] Use separate code segment if supported by linker
sepcode
Michael Brown
2023-07-03
1
-0
/
+7
*
[build] Inhibit linker warnings about an implied executable stack
Geert Stappers
2023-06-30
32
-0
/
+33
*
[build] Avoid using multiple target patterns in pattern rules
Michael Brown
2023-06-30
1
-2
/
+8
*
[loong64] Add support for building EFI binaries
loong64
Xiaotian Wu
2023-06-29
1
-0
/
+14
*
[loong64] Add CPU sleeping API for EFI LoongArch64
Xiaotian Wu
2023-06-29
4
-1
/
+75
*
[loong64] Add I/O API for LoongArch64
Xiaotian Wu
2023-06-29
3
-0
/
+130
*
[ioapi] Centralise definitions for dummy PIO
Michael Brown
2023-06-29
2
-50
/
+6
*
[arm] Add missing arch/arm/core source directory
Michael Brown
2023-06-29
2
-2
/
+4
*
[arm] Remove redundant inclusion of io.h
Michael Brown
2023-06-29
1
-2
/
+0
*
[image] Allow for images to be hidden from lists of all images
Michael Brown
2023-05-05
2
-0
/
+8
*
[image] Always unregister currently executing image
interpreter
Michael Brown
2023-03-07
2
-12
/
+0
*
[rng] Allow entropy source to be selected at runtime
Michael Brown
2023-02-17
7
-160
/
+48
*
[rng] Add RDRAND as an entropy source
Michael Brown
2023-02-15
5
-0
/
+141
[next]