aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-12[xhci] Avoid DMA during shutdown if firmware has disabled bus masteringthunderbolt_workaroundMichael Brown1-0/+22
2021-11-12[uri] Retain original encodings for path, query, and fragment fieldsuriMichael Brown5-75/+148
2021-10-28[xhci] Allow for permanent failure of the command mechanismxhci_failMichael Brown2-2/+51
2021-10-28[virtio] Update driver to use DMA APIAaron Young5-31/+69
2021-09-10[readline] Extend maximum read line length to 1024 charactersMichael Brown1-7/+17
2021-09-09[ecm] Use ACPI-provided system-specific MAC address if presentMichael Brown1-0/+9
2021-09-09[ecm] Expose USB vendor/device information to ecm_fetch_mac()Michael Brown3-7/+8
2021-09-09[acpi] Allow for extraction of a MAC address from the DSDT/SSDTMichael Brown3-0/+169
2021-09-08[acpi] Generalise DSDT/SSDT data extraction logicMichael Brown3-69/+99
2021-07-27[efi] Record cached ProxyDHCPOFFER and PXEBSACK, if presentMichael Brown5-51/+167
2021-07-26[efi] Use zero for PCI vendor/device IDs when no applicable ID existsMichael Brown1-1/+2
2021-07-26[build] Fix genfsimg to work with FATDIR with spaceJuniorJPDJ1-1/+1
2021-07-20[cloud] Retry DHCP aggressively in AWS EC2Michael Brown1-1/+16
2021-07-15[efi] Match signtool expectations for file alignmentMichael Brown1-1/+15
2021-07-15[libc] Allow for externally-defined LITTLE_ENDIAN and BIG_ENDIAN constantsMichael Brown1-0/+4
2021-07-01[uri] Make URI schemes case-insensitiveMichael Brown2-2/+4
2021-06-28[rdc] Add driver for RDC R6040 embedded NICMichael Brown3-0/+889
2021-06-24[realtek] Work around hardware bug on RTL8211Brealtek_hackMichael Brown2-0/+12
2021-06-23[cloud] Show ifstat output after a failed boot attemptMichael Brown2-2/+4
2021-06-22[peerdist] Assume that most recently discovered peer can be reusedMichael Brown1-0/+23
2021-06-17[build] Fix building on broken versions of GNU binutilsMichael Brown1-1/+2
2021-06-14[build] Ensure build ID is deterministicBernhard M. Wiedemann1-1/+1
2021-06-11[efi] Veto the Itautec Ip4ConfigDxe driveritautecMichael Brown1-8/+10
2021-06-07[libc] Match standard prototype for putchar()Michael Brown2-2/+5
2021-06-07[base64] Include terminating NUL within base64 character arrayMichael Brown1-1/+1
2021-06-07[rndis] Fix size of reserved fieldsrndis_paddingMichael Brown1-2/+2
2021-06-04[ath5k] Avoid returning uninitialised data on EEPROM read errorsMichael Brown1-0/+3
2021-06-03[crypto] Add memory output constraints for big-integer inline assemblybigint_output_constraintsMichael Brown2-22/+43
2021-05-24[build] Use SOURCE_DATE_EPOCH for isohybrid MBR ID if it existsMichael Brown1-1/+5
2021-05-24[build] Use SOURCE_DATE_EPOCH for .iso timestamps if it existsMichael Brown1-0/+10
2021-05-21[efi] Provide an "initrd.magic" file for use by UEFI kernelsMichael Brown1-0/+88
2021-05-21[efi] Allow for non-image-backed virtual filesMichael Brown1-69/+221
2021-05-21[cpio] Split out bzImage initrd CPIO header constructionMichael Brown5-56/+110
2021-05-18[x509] Use case-insensitive comparison for certificate namesMichael Brown2-1/+3
2021-05-18[libc] Add strncasecmp()Michael Brown3-1/+26
2021-05-17[bnxt] Use hexadecimal values in PCI_ROM entriesJoseph2-141/+64
2021-05-17[intel] Add PCI ID for I219-V and -LM 10 to 15Christian Nilsson1-0/+12
2021-05-12[image] Support archive image formats independently of "imgextract" commandMichael Brown3-11/+11
2021-05-12[image] Propagate trust flag to extracted archive imagesMichael Brown1-0/+4
2021-05-12[image] Allow single-member archive images to be executed transparentlyMichael Brown4-0/+33
2021-05-12[undi] Read TSC only when profilingMichael Brown1-2/+9
2021-05-12[rng] Check for TSC support before using RTC entropy sourceMichael Brown2-0/+14
2021-05-12[prefix] Specify i486 architecture for LZMA decompressorMichael Brown1-1/+1
2021-05-08[gzip] Add support for gzip archive imagesimgextractMichael Brown7-0/+403
2021-05-08[zlib] Add support for zlib archive imagesMichael Brown7-0/+345
2021-05-08[image] Add "imgextract" command for extracting archive imagesMichael Brown9-0/+326
2021-05-08[image] Provide image_set_len() utility functionMichael Brown2-4/+22
2021-05-02[cloud] Allow multiple images to be imported simultaneouslyMichael Brown1-19/+19
2021-05-02[cloud] Attempt to include CPUID_SETTINGS only for x86 buildsMichael Brown1-0/+2
2021-05-02[cloud] Autodetect CPU architecture from AMI disk imageMichael Brown1-6/+17