summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [efi] Raise TPL during driver unload entry pointMichael Brown2021-11-221-0/+7
| * [intel] Add PCI ID for Intel X553 0x15e4Benedikt Braunger2021-11-221-0/+1
| * [efi] Modify global system table when wrapping a loaded imageMichael Brown2021-11-212-44/+57
| * [efi] Do not attempt to use console output after ExitBootServices()Michael Brown2021-11-211-3/+6
| * [xhci] Avoid DMA during shutdown if firmware has disabled bus masteringMichael Brown2021-11-121-0/+22
| * [uri] Retain original encodings for path, query, and fragment fieldsMichael Brown2021-11-125-75/+148
| * [xhci] Allow for permanent failure of the command mechanismMichael Brown2021-10-292-2/+51
| * [virtio] Update driver to use DMA APIAaron Young2021-10-285-31/+69
* | Local UEFI disk boot supportSimon Rettberg2021-10-056-1/+583
* | [efi] local: Allow loading from any volume by using file://*/...Simon Rettberg2021-10-051-7/+82
* | Merge branch 'master' into openslxSimon Rettberg2021-10-0517-136/+472
|\|
| * [readline] Extend maximum read line length to 1024 charactersMichael Brown2021-09-101-7/+17
| * [ecm] Use ACPI-provided system-specific MAC address if presentMichael Brown2021-09-091-0/+9
| * [ecm] Expose USB vendor/device information to ecm_fetch_mac()Michael Brown2021-09-093-7/+8
| * [acpi] Allow for extraction of a MAC address from the DSDT/SSDTMichael Brown2021-09-093-0/+169
| * [acpi] Generalise DSDT/SSDT data extraction logicMichael Brown2021-09-083-69/+99
| * [efi] Record cached ProxyDHCPOFFER and PXEBSACK, if presentMichael Brown2021-07-275-51/+167
| * [efi] Use zero for PCI vendor/device IDs when no applicable ID existsMichael Brown2021-07-261-1/+2
| * [build] Fix genfsimg to work with FATDIR with spaceJuniorJPDJ2021-07-261-1/+1
* | Merge branch 'master' into openslxSimon Rettberg2021-07-2263-345/+2803
|\|
| * [cloud] Retry DHCP aggressively in AWS EC2Michael Brown2021-07-201-1/+16
| * [efi] Match signtool expectations for file alignmentMichael Brown2021-07-151-1/+15
| * [libc] Allow for externally-defined LITTLE_ENDIAN and BIG_ENDIAN constantsMichael Brown2021-07-151-0/+4
| * [uri] Make URI schemes case-insensitiveMichael Brown2021-07-012-2/+4
| * [rdc] Add driver for RDC R6040 embedded NICMichael Brown2021-06-283-0/+889
| * [realtek] Work around hardware bug on RTL8211BMichael Brown2021-06-242-0/+12
| * [cloud] Show ifstat output after a failed boot attemptMichael Brown2021-06-232-2/+4
| * [peerdist] Assume that most recently discovered peer can be reusedMichael Brown2021-06-221-0/+23
| * [build] Fix building on broken versions of GNU binutilsMichael Brown2021-06-171-1/+2
| * [build] Ensure build ID is deterministicBernhard M. Wiedemann2021-06-141-1/+1
| * [efi] Veto the Itautec Ip4ConfigDxe driverMichael Brown2021-06-111-8/+10
| * [libc] Match standard prototype for putchar()Michael Brown2021-06-072-2/+5
| * [base64] Include terminating NUL within base64 character arrayMichael Brown2021-06-071-1/+1
| * [rndis] Fix size of reserved fieldsMichael Brown2021-06-071-2/+2
| * [ath5k] Avoid returning uninitialised data on EEPROM read errorsMichael Brown2021-06-041-0/+3
| * [crypto] Add memory output constraints for big-integer inline assemblyMichael Brown2021-06-032-22/+43
| * [build] Use SOURCE_DATE_EPOCH for isohybrid MBR ID if it existsMichael Brown2021-05-241-1/+5
| * [build] Use SOURCE_DATE_EPOCH for .iso timestamps if it existsMichael Brown2021-05-241-0/+10
| * [efi] Provide an "initrd.magic" file for use by UEFI kernelsMichael Brown2021-05-211-0/+88
| * [efi] Allow for non-image-backed virtual filesMichael Brown2021-05-211-69/+221
| * [cpio] Split out bzImage initrd CPIO header constructionMichael Brown2021-05-215-56/+110
| * [x509] Use case-insensitive comparison for certificate namesMichael Brown2021-05-182-1/+3
| * [libc] Add strncasecmp()Michael Brown2021-05-183-1/+26
| * [bnxt] Use hexadecimal values in PCI_ROM entriesJoseph2021-05-172-141/+64Star
| * [intel] Add PCI ID for I219-V and -LM 10 to 15Christian Nilsson2021-05-171-0/+12
| * [image] Support archive image formats independently of "imgextract" commandMichael Brown2021-05-123-11/+11
| * [image] Propagate trust flag to extracted archive imagesMichael Brown2021-05-121-0/+4
| * [image] Allow single-member archive images to be executed transparentlyMichael Brown2021-05-124-0/+33
| * [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