summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* net/tftp: Prevent a UAF and double-free from a failed seekDaniel Axtens2022-06-08
* kern/efi/sb: Reject non-kernel files in the shim_lock verifierJulian Andres Klode2022-06-08
* commands/boot: Add API to pass context to loaderChris Coulson2022-06-08
* i386-pc: build verifiers API as moduleMichael Chang2021-09-27
* Minimise writes to EFI variable storageColin Watson2021-09-27
* efinet: Setting DNS server from UEFI protocolMichael Chang2021-09-27
* efinet: Setting network from UEFI device pathMichael Chang2021-09-27
* bootp: Add processing DHCPACK packet from HTTP BootMichael Chang2021-09-27
* efinet: UEFI IPv6 PXE supportMichael Chang2021-09-27
* bootp: New net_bootp6 commandMichael Chang2021-09-27
* net: read bracketed ipv6 addrs and port numbersAaron Miller2021-09-27
* Port yaboot logic for various powerpc machine typesColin Watson2021-09-27
* Add configure option to enable gfxpayload=keep dynamicallyEvan Broder2021-09-27
* Add "linuxefi" loader which avoids ExitBootServicesMatthew Garrett2021-09-27
* Restore grub-mkdevicemapColin Watson2021-09-24
* Import grub2_2.06.orig.tar.xzColin Watson2021-09-24
|\
| * grub-install: Add backup and restoreDimitri John Ledkov2021-06-01
| * fs/xfs: Add bigtime incompat feature supportCarlos Maiolino2021-06-01
| * fs: Use 64-bit type for filesystem timestampCarlos Maiolino2021-06-01
| * types: Define PRI{x,d}GRUB_INT{32,64}_T format specifiersJavier Martinez Canillas2021-05-28
| * buffer: Sync up out-of-range error messageColin Watson2021-04-12
| * arm/linux: Fix ARM Linux header layoutArd Biesheuvel2021-03-11
| * grub/err: Do compile-time format string checking on grub_error()Glenn Washburn2021-03-10
| * commands/efi/lsefisystab: Add short text for EFI_RT_PROPERTIES_TABLE_GUIDHeinrich Schuchardt2021-03-02
| * kern/misc: Add function to check printf() format against expected formatThomas Frauendorfer | Miray Software2021-03-02
| * shim_lock: Only skip loading shim_lock verifier with explicit consentDimitri John Ledkov2021-03-02
| * grub-install-common: Add --sbat optionDimitri John Ledkov2021-03-02
| * util/mkimage: Add an option to import SBAT metadata into a .sbat sectionPeter Jones2021-03-02
| * kern/efi: Add initial stack protector implementationChris Coulson2021-03-02
| * kern/buffer: Add variable sized heap bufferChris Coulson2021-03-02
| * fs/hfsplus: Don't use uninitialized data on corrupt filesystemsDaniel Axtens2021-03-02
| * usb: Avoid possible out-of-bound accesses caused by malicious devicesJavier Martinez Canillas2021-03-02
| * dl: Only allow unloading modules that are not dependenciesJavier Martinez Canillas2021-03-02
| * kern: Add lockdown supportJavier Martinez Canillas2021-03-02
| * efi: Move the shim_lock verifier to the GRUB coreMarco A Benatto2021-03-02
| * verifiers: Move verifiers API to kernel imageMarco A Benatto2021-03-02
| * misc: Add grub_log2ull() macro for calculating log base 2 of 64-bit integersGlenn Washburn2020-12-18
| * mips: Enable __clzdi2()Glenn Washburn2020-12-18
| * luks2: Better error handling when setting up the cryptodiskGlenn Washburn2020-12-18
| * cryptodisk: Properly handle non-512 byte sized sectorsGlenn Washburn2020-12-12
| * cryptodisk: Add macros GRUB_TYPE_U_MAX/MIN(type) to replace literalsGlenn Washburn2020-12-12
| * cryptodisk: Add macro GRUB_TYPE_BITS() to replace some literalsGlenn Washburn2020-12-12
| * misc: Add parentheses around ALIGN_UP() and ALIGN_DOWN() argumentsGlenn Washburn2020-12-12
| * disk: Rename grub_disk_get_size() to grub_disk_native_sectors()Glenn Washburn2020-12-12
| * disk: Move hardcoded max disk size literal to a GRUB_DISK_MAX_SECTORS in disk.hGlenn Washburn2020-12-12
| * mbr: Warn if MBR gap is small and user uses advanced modulesVladimir Serbinenko2020-12-12
| * loader/linux: Report the UEFI Secure Boot status to the Linux kernelDaniel Kiper2020-12-12
| * efi: Add secure boot detectionDaniel Kiper2020-12-11
| * efi: Add a function to read EFI variables with attributesDaniel Kiper2020-12-11
| * efi: Return grub_efi_status_t from grub_efi_get_variable()Daniel Kiper2020-12-11