]> git.ipfire.org Git - thirdparty/grub.git/shortlog
thirdparty/grub.git
2024-11-28  Daniel Axtenslibtasn1: Compile into asn1 module
2024-11-28  Gary Linasn1_test: Enable the testcase only when GRUB_LONG_MAX...
2024-11-28  Gary Linasn1_test: Use the grub-specific functions and types
2024-11-28  Gary Linasn1_test: Print the error messages with grub_printf()
2024-11-28  Gary Linasn1_test: Remove "verbose" and the unnecessary printf()
2024-11-28  Gary Linasn1_test: Return either 0 or 1 to reflect the results
2024-11-28  Gary Linasn1_test: Rename the main functions to the test names
2024-11-28  Gary Linasn1_test: Include asn1_test.h only
2024-11-28  Gary Linlibtasn1: Fix the potential buffer overrun
2024-11-28  Gary Linlibtasn1: Use grub_divmod64() for division
2024-11-28  Gary Linlibtasn1: Adjust the header paths in libtasn1.h
2024-11-28  Gary Linlibtasn1: Replace strcat() with _asn1_str_cat()
2024-11-28  Gary Linlibtasn1: Replace strcat() with strcpy() in _asn1_str_cat()
2024-11-28  Gary Linlibtasn1: Disable code not needed in GRUB
2024-11-28  Daniel Axtenslibtasn1: Import libtasn1-4.19.0
2024-11-28  Daniel Axtensposix_wrap: Tweaks in preparation for libtasn1
2024-11-28  Rasmus Villemoeskern/fs: Honour file->read_hook() in grub_fs_blocklist_...
2024-11-28  Glenn Washburndocs: Fix incorrect and potentially confusing language...
2024-10-31  Andrew Hamiltondocs: Correct GRUB config file name for network boot
2024-10-31  Andrew Hamiltondocs: Correct chainloader UEFI secure boot info
2024-10-31  Andrew Hamiltondocs: Correct PXE environment variables descriptions
2024-10-31  Valentin Gehrkeloader/multiboot: Do not add modules before successful...
2024-10-31  Sudhakar Kuppusamygrub-mkimage: Add SBAT metadata into ELF note for Power...
2024-10-31  Sudhakar Kuppusamygrub-mkimage: Create new ELF note for SBAT
2024-10-31  Leo Sandovalcommands/legacycfg: Avoid closing file twice
2024-10-31  Daniel Kipernx: Rename GRUB_DL_ALIGN to DL_ALIGN
2024-10-31  Benjamin Herrenschmidtkern/acpi: Fix out of bounds access in grub_acpi_xsdt_f...
2024-10-11  Mate Kukrinx: Set the NX compatible flag for the GRUB EFI images
2024-10-11  Mate Kukrinx: Set page permissions for loaded modules
2024-10-11  Mate Kukrinx: Add memory attribute get/set API
2024-10-11  Mate Kukrimodules: Load module sections at page-aligned addresses
2024-10-10  Peter Jonesmodules: Don't allocate space for non-allocable sections
2024-10-10  Peter Jonesmodules: Strip .llvm_addrsig sections and similar
2024-10-10  Peter Jonesmodules: Make .module_license read-only
2024-10-10  Daniel Kiperi386/memory: Rename PAGE_SIZE to GRUB_PAGE_SIZE and...
2024-10-10  Daniel Kiperi386/memory: Rename PAGE_SHIFT to GRUB_PAGE_SHIFT
2024-10-10  Daniel Kiperi386/msr: Extract and improve MSR support detection...
2024-10-10  Daniel Kiperi386/msr: Rename grub_msr_read() and grub_msr_write()
2024-10-10  Daniel Kiperi386/msr: Merge rdmsr.h and wrmsr.h into msr.h
2024-10-10  Michael Changcommands/tpm: Skip loopback image measurement
2024-10-10  Michael Changnet/drivers/efi/efinet: Skip virtual VLAN devices durin...
2024-10-10  Michael Changefi/console: Properly clear leftover artifacts from...
2024-10-10  Heinrich Schuchardtkern/riscv/efi/init: Use time register in grub_efi_get_...
2024-09-05  Frediano Ziglioloader/efi/linux: Reset freed pointer
2024-09-05  Frediano Ziglioloader/efi/linux: Reuse len variable
2024-09-05  Frediano Zigliolib/x86_64/relocator_asm: Use .quad instead of .long
2024-09-05  Frediano Zigliolib/x86_64/relocator_asm: Fix comment in code
2024-09-05  Frediano Ziglioloader/efi/linux: Update comment
2024-09-05  Vladimir Serbinenkoutil/grub-mkimagexx: Explicitly move modules to __bss_s...
2024-09-05  Vladimir Serbinenkoinclude/grub/offsets.h: Set mod_align to 4 on MIPS
2024-09-05  Vladimir Serbinenkogentpl: Put boot/mips/startup_raw.S into beginning...
2024-09-05  Vladimir Serbinenkoconfigure: Add -mno-gpopt option for mips and mipsel...
2024-09-05  Vladimir Serbinenkolib/xzembed/xz_dec_bcj: Silence warning when no BCJ...
2024-09-05  Vladimir Serbinenkofs/erofs: Replace 64-bit modulo with bitwise operations
2024-09-05  Vladimir Serbinenkoconfigure: Look for .otf fonts
2024-09-05  Mate Kukriloader/efi/chainloader: Do not print device path of...
2024-09-05  Andrew Hamiltondocs: Document all GRUB modules
2024-09-05  Michael Changcommands/bli: Fix crash in get_part_uuid()
2024-06-20  Thomas Schmittutil/grub-mkrescue: Check existence of option arguments
2024-06-20  Tobias Heiderloader/efi/fdt: Add fdtdump command to access device...
2024-06-20  Vladimir Serbinenkoosdep/devmapper/getroot: Unmark 2 strings for translation
2024-06-20  Vladimir Serbinenkoloader/emu/linux: Fix determination of program name
2024-06-20  Vladimir Serbinenkodisk/cryptodisk: Fix translatable message
2024-06-20  Vladimir Serbinenkotests: Add test for ZFS zstd
2024-06-20  Vladimir Serbinenkofs/zfs/zfs: Add support for zstd compression
2024-06-20  Mate Kukrikern/efi/mm: Detect calls to grub_efi_drop_alloc()...
2024-06-20  Mate Kukrikern/efi/mm: Change grub_efi_allocate_pages_real()...
2024-06-20  Mate Kukrikern/efi/mm: Change grub_efi_mm_add_regions() to keep...
2024-06-20  Yifan Zhaotests/util/grub-fs-tester: Fix EROFS label tests in...
2024-06-20  Glenn Washburntests: Switch to requiring exfatprogs from exfat-utils
2024-06-20  Glenn Washburntests/util/grub-shell-luks-tester: Fix detached header...
2024-06-20  Glenn Washburntests/util/grub-shell: Add flexibility in QEMU firmware...
2024-06-20  Glenn Washburntests/util/grub-shell: Use pflash instead of -bios...
2024-06-20  Glenn Washburntests/util/grub-shell: Print gdbinfo if on EFI platform
2024-06-20  Glenn Washburnconfigure: Add Debian/Ubuntu DejaVu font path
2024-06-20  Udo Steinbergterm/ns8250-spcr: Add one more 16550 debug type
2024-06-20  Vladimir Serbinenkoloader/i386/multiboot_mbi: Fix handling of errors in...
2024-06-20  Michael Changnet/drivers/ieee1275/ofnet: Remove 200 ms timeout in...
2024-06-06  Hector Caocommands/efi/tpm: Re-enable measurements on confidentia...
2024-06-06  Tianjia Zhangutil/grub-mkpasswd-pbkdf2: Simplify the main function...
2024-06-06  Avnish Chouhankern/ieee1275/init: Add IEEE 1275 Radix support for...
2024-06-06  Vladimir Serbinenkofs/zfs/zfs: Mark vdev_zaps_v2 and head_errlog as supported
2024-06-06  Vladimir Serbinenkotypes: Add missing casts in compile-time byteswaps
2024-06-06  Vladimir Serbinenkofont: Add Fedora-specific font paths
2024-06-06  Vladimir Serbinenkofs/bfs: Fix improper grub_free() on non-existing files
2024-06-06  Daniel Axtensio/gzio: Properly init a table
2024-06-06  Daniel Axtensio/gzio: Abort early when get_byte() reads nothing
2024-06-06  Alec Browncli_lock: Add build option to block command line interface
2024-05-23  Yifan Zhaofs/erofs: Add tests for EROFS in grub-fs-tester
2024-05-23  Yifan Zhaofs/erofs: Add support for the EROFS
2024-05-23  Gao Xiangsafemath: Add ALIGN_UP_OVF() which checks for an overflow
2024-05-23  Jonathan Daviesdocs: Fix spelling mistakes
2024-05-23  Pascal Hambourgutil/grub.d/00_header.in: Quote background image pathna...
2024-05-23  Rogierdisk/lvm: GRUB fails to detect LVM volumes due to an...
2024-05-09  Forestdisk/cryptodisk: Allow user to retry failed passphrase
2024-05-09  Lidong Chendisk/mdraid1x_linux: Prevent infinite recursion
2024-05-09  Ard Biesheuvelefi: Fix stack protector issues
2024-05-09  Oliver Steffenbuild: Track explicit module dependencies in Makefile...
2024-04-11  Daniel Kiperwindows: Add _stack_chk_guard/_stack_chk_fail symbols...
2024-04-11  Gary Linutil/bash-completion: Fix for bash-completion 2.12
next