summaryrefslogtreecommitdiffstats
path: root/src/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into openslxSimon Rettberg2023-10-0633-67/+99
|\
| * [vmware] Use driver-private data to hold GuestInfo settings blockMichael Brown2023-09-141-41/+7Star
| * [netdevice] Allocate private data for each network upper-layer driverMichael Brown2023-09-132-3/+8
| * [librm] Use explicit operand size when pushing a label addressMichael Brown2023-09-051-2/+4
| * [console] Avoid overlap between special keys and Unicode charactersMichael Brown2023-07-041-24/+35
| * [build] Use separate code segment if supported by linkerMichael Brown2023-07-031-0/+7
| * [build] Inhibit linker warnings about an implied executable stackGeert Stappers2023-06-3026-0/+27
| * [build] Avoid using multiple target patterns in pattern rulesMichael Brown2023-06-301-2/+8
| * [image] Allow for images to be hidden from lists of all imagesMichael Brown2023-05-052-0/+8
* | Merge branch 'master' into openslxSimon Rettberg2023-04-0416-173/+221
|\|
| * [image] Always unregister currently executing imageMichael Brown2023-03-072-12/+0Star
| * [rng] Allow entropy source to be selected at runtimeMichael Brown2023-02-175-136/+48Star
| * [rng] Add RDRAND as an entropy sourceMichael Brown2023-02-155-0/+141
| * [image] Check delimiters when parsing command-line key-value argumentsMichael Brown2023-02-141-21/+16Star
| * [rng] Check for several functioning RTC interruptsMichael Brown2023-02-111-3/+11
| * [ioapi] Move PAGE_SHIFT to bits/io.hMichael Brown2023-02-062-3/+3
| * [pxe] Discard queued PXE UDP packets when under memory pressureMichael Brown2023-01-251-0/+26
| * [dhcp] Simplify platform-specific client architecture definitionsMichael Brown2023-01-223-45/+20Star
| * [build] Move -Ulinux to common MakefileMichael Brown2023-01-221-3/+0Star
| * [cachedhcp] Include VLAN tag in filter for applying cached DHCPACKMichael Brown2022-12-221-1/+1
| * [bzimage] Fix parsing of "vga=..." when not at end of command lineMichael Brown2022-10-271-4/+10
* | [vesafb] Map Unicode characters to CP437 if possibleSimon Rettberg2022-10-211-2/+134
* | Merge branch 'master' into openslxSimon Rettberg2022-10-217-13/+241
|\|
| * [pci] Select PCI I/O API at runtime for cloud imagesMichael Brown2022-09-187-0/+218
| * [bios] Allow pcibios_discover() to return an empty rangeMichael Brown2022-09-181-3/+5
| * [pci] Generalise pci_num_bus() to pci_discover()Michael Brown2022-09-153-11/+19
* | Merge branch 'master' into openslxSimon Rettberg2022-05-1110-30/+101
|\|
| * [acpi] Allow for the possibility of overriding ACPI tables at link timeMichael Brown2022-03-242-2/+2
| * [fbcon] Support Unicode character outputMichael Brown2022-03-151-2/+23
| * [console] Support AltGr to access ASCII characters via remappingMichael Brown2022-02-152-0/+16
| * [console] Centralise handling of key modifiersMichael Brown2022-02-152-5/+21
| * [console] Handle remapping of scancode 86Michael Brown2022-02-101-0/+9
| * [console] Avoid attempting to remap numeric keypad on BIOS consoleMichael Brown2022-02-101-3/+18
| * [console] Generalise bios_keymap() as key_remap()Michael Brown2022-02-101-17/+1Star
| * [prefix] Fix use of writable code segment on 486 and earlier CPUsMichael Brown2022-02-021-4/+10
| * [efi] Include Secure Boot Advanced Targeting (SBAT) metadataMichael Brown2022-01-132-0/+4
| * [doc] Update user-visible ipxe.org URIs to use HTTPSMichael Brown2022-01-132-3/+3
* | Merge branch 'master' into openslxSimon Rettberg2021-10-052-5/+68
|\|
| * [acpi] Generalise DSDT/SSDT data extraction logicMichael Brown2021-09-081-4/+66
| * [efi] Record cached ProxyDHCPOFFER and PXEBSACK, if presentMichael Brown2021-07-271-1/+2
* | Merge branch 'master' into openslxSimon Rettberg2021-07-229-81/+71Star
|\|
| * [crypto] Add memory output constraints for big-integer inline assemblyMichael Brown2021-06-032-22/+43
| * [cpio] Split out bzImage initrd CPIO header constructionMichael Brown2021-05-213-56/+4Star
| * [undi] Read TSC only when profilingMichael Brown2021-05-121-2/+9
| * [rng] Check for TSC support before using RTC entropy sourceMichael Brown2021-05-122-0/+14
| * [prefix] Specify i486 architecture for LZMA decompressorMichael Brown2021-05-121-1/+1
* | Merge branch 'master' into openslxSimon Rettberg2021-04-152-4/+4
|\|
| * [int13] Do not report INT 13 extension support for emulated floppiesMichael Brown2021-04-131-2/+2
| * [pci] Avoid scanning nonexistent buses when using PCIAPI_DIRECTMichael Brown2021-04-101-2/+2
* | Merge branch 'master' into openslxSimon Rettberg2021-03-0838-664/+353Star
|\|