aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-01[cloud] Use a sortable default AMI nameMichael Brown1-1/+9
2021-05-01[cloud] Add ability to generate Dokuwiki table of AMI imagesMichael Brown1-0/+20
2021-04-23[settings] Add --timeout option to "read" commandMichael Brown1-14/+43
2021-04-23[readline] Add an optional timeout to readline_history()Michael Brown4-6/+18
2021-04-21[efi] Show ACPI address space descriptor ranges in debug messagesMichael Brown1-0/+3
2021-04-20[efi] Always map full length of coherent DMA buffer allocationMichael Brown1-1/+2
2021-04-20[build] Fix genfsimg to build ISO with long filenamesMatya1-1/+1
2021-04-20[xen] Avoid infinite loop on allocation failure in xenstore_response()Michael Brown1-6/+6
2021-04-14[xen] Support scatter-gather to allow for jumbo framesxen-sgMichael Brown3-57/+154
2021-04-13[int13] Do not report INT 13 extension support for emulated floppiesMichael Brown1-2/+2
2021-04-10[cloud] Enable "poweroff" command in cloud imagesMichael Brown1-0/+5
2021-04-10[netdevice] Ensure driver transmit() and poll() will not be re-enteredMichael Brown2-7/+38
2021-04-10[pci] Avoid scanning nonexistent buses when using PCIAPI_DIRECTMichael Brown3-4/+30
2021-04-10[intel] Add additional PCI device ID to tableTyler J. Stachecki1-0/+1
2021-04-10[efi] Mark PE .reloc and .debug sections as discardableMarvin Häuser1-0/+2
2021-04-10[efi] Align EFI image sections by page sizeMarvin Häuser2-20/+33
2021-04-10[efi] Discard .pci_devlist.* sections for EFI imagestmpMarvin Häuser1-0/+1