]> git.proxmox.com Git - grub2.git/shortlog
grub2.git
2021-03-02 Darren Kennymmap: Fix memory leak when iterating over mapped memory
2021-03-02 Javier Martinez... usb: Avoid possible out-of-bound accesses caused by...
2021-03-02 Javier Martinez... dl: Only allow unloading modules that are not dependencies
2021-03-02 Javier Martinez... docs: Document the cutmem command
2021-03-02 Javier Martinez... loader/xnu: Don't allow loading extension and packages...
2021-03-02 Javier Martinez... gdb: Restrict GDB access when locked down
2021-03-02 Javier Martinez... commands/hdparm: Restrict hdparm command when locked...
2021-03-02 Javier Martinez... commands/setpci: Restrict setpci command when locked...
2021-03-02 Javier Martinez... commands: Restrict commands that can load BIOS or DT...
2021-03-02 Javier Martinez... mmap: Don't register cutmem and badram commands when...
2021-03-02 Javier Martinez... acpi: Don't register the acpi command when locked down
2021-03-02 Javier Martinez... efi: Use grub_is_lockdown() instead of hardcoding a...
2021-03-02 Javier Martinez... efi: Lockdown the GRUB when the UEFI Secure Boot is...
2021-03-02 Javier Martinez... kern/lockdown: Set a variable if the GRUB is locked...
2021-03-02 Javier Martinez... kern: Add lockdown support
2021-03-02 Marco A Benattoefi: Move the shim_lock verifier to the GRUB core
2021-03-02 Marco A Benattoverifiers: Move verifiers API to kernel image
2020-12-18 Glenn Washburndocs: Add documentation of disk size limitations
2020-12-18 Glenn Washburnluks2: Use grub_log2ull() to calculate log_sector_size...
2020-12-18 Glenn Washburnmisc: Add grub_log2ull() macro for calculating log...
2020-12-18 Glenn Washburnmips: Enable __clzdi2()
2020-12-18 Glenn Washburnluks2: Better error handling when setting up the cryptodisk
2020-12-18 Glenn Washburnluks2: Do not handle disks of size GRUB_DISK_SIZE_UNKNO...
2020-12-18 Glenn Washburnluks2: Convert to crypt sectors from GRUB native sectors
2020-12-12 Glenn Washburnluks2: Error check segment.sector_size
2020-12-12 Glenn Washburncryptodisk: Properly handle non-512 byte sized sectors
2020-12-12 Glenn Washburnluks2: grub_cryptodisk_t->total_sectors is the max...
2020-12-12 Glenn Washburncryptodisk: Add macros GRUB_TYPE_U_MAX/MIN(type) to...
2020-12-12 Glenn Washburncryptodisk: Add macro GRUB_TYPE_BITS() to replace some...
2020-12-12 Glenn Washburnluks2: Add string "index" to user strings using a json...
2020-12-12 Glenn Washburnluks2: Rename json index variables to names that they...
2020-12-12 Glenn Washburnluks2: Use more intuitive object name instead of json...
2020-12-12 Glenn Washburnluks2: Add idx member to struct grub_luks2_keyslot...
2020-12-12 Glenn Washburnluks2: Make sure all fields of output argument in luks2...
2020-12-12 Glenn Washburnluks2: Remove unused argument in grub_error() call
2020-12-12 Glenn Washburnluks2: Convert 8 spaces to tabs
2020-12-12 Glenn Washburnmisc: Add parentheses around ALIGN_UP() and ALIGN_DOWN...
2020-12-12 Glenn Washburndisk: Rename grub_disk_get_size() to grub_disk_native_s...
2020-12-12 Glenn Washburnloopback: Do not automaticaly replace existing loopback...
2020-12-12 Glenn Washburndisk: Move hardcoded max disk size literal to a GRUB_DI...
2020-12-12 Glenn Washburnfs: Fix block lists not being able to address to end...
2020-12-12 Vladimir Serbinenkombr: Document new limitations on MBR gap support
2020-12-12 Vladimir Serbinenkombr: Warn if MBR gap is small and user uses advanced...
2020-12-12 Tianjia Zhangefi/tpm: Extract duplicate code into independent functions
2020-12-12 Tianjia Zhangefi/tpm: Add debug information for device protocol...
2020-12-12 Daniel Kiperloader/linux: Report the UEFI Secure Boot status to...
2020-12-12 Javier Martinez... efi: Only register shim_lock verifier if shim_lock...
2020-12-11 Daniel Kiperefi: Add secure boot detection
2020-12-11 Daniel Kiperefi: Add a function to read EFI variables with attributes
2020-12-11 Daniel Kiperefi: Return grub_efi_status_t from grub_efi_get_variable()
2020-12-11 Daniel Kiperefi: Make shim_lock GUID and protocol type public
2020-12-11 Javier Martinez... arm/term: Fix linking error due multiple ps2_state...
2020-12-11 Javier Martinez... include/grub/i386/linux.h: Include missing <grub/types...
2020-12-11 Javier Martinez... i386: Don't include <grub/cpu/linux.h> in coreboot...
2020-11-20 Glenn Washburnluks2: Rename index variable "j" to "i" in luks2_get_ke...
2020-11-20 Glenn Washburnluks2: Rename variable "i" to "keyslot_idx" in luks2_ge...
2020-11-20 Glenn Washburnluks2: Use correct index variable when looping in luks2...
2020-11-20 Glenn Washburnluks2: Rename source disk variable named "disk" to...
2020-11-20 Glenn Washburncryptodisk: Rename "offset" in grub_cryptodisk_t to...
2020-11-20 Glenn Washburncryptodisk: Rename "total_length" field in grub_cryptod...
2020-11-20 Glenn Washburntypes: Define GRUB_CHAR_BIT based on compiler macro...
2020-11-20 Javier Martinez... include/grub/arm64/linux.h: Include missing <grub/types...
2020-11-20 Javier Martinez... include/grub/arm/system.h: Include missing <grub/symbol...
2020-11-20 Daniel Axtensdocs: grub-install --pubkey has been supported for...
2020-11-20 Daniel Axtensdocs: grub-install is no longer a shell script
2020-10-30 Jacob KroonMakefile: Remove unused GRUB_PKGLIBDIR definition
2020-10-30 Daniel Axtenslzma: Fix compilation error under clang 10
2020-10-30 Cao jinkern/i386/realmode: Update comment
2020-10-30 Glenn Washburncryptodisk: Fix cipher IV mode "plain64" always being...
2020-09-18 Glenn Washburncrypto: Remove GPG_ERROR_CFLAGS from gpg_err_code_t...
2020-09-18 Glenn Washburnscript: Do not allow a delimiter between function name...
2020-09-18 Glenn Washburndocs: Support for loading and concatenating multiple...
2020-09-18 Glenn Washburnlexer: char const * should be const char *
2020-09-18 Glenn Washburncryptodisk: Use cipher name instead of object in error...
2020-09-18 Glenn Washburntests: F2FS test should use MOUNTDEVICE like other...
2020-09-18 Florian La... grub-mkconfig: If $hints is not set reduce the output...
2020-09-18 Petr Voreltravis: Run bootstrap to fix build
2020-09-18 Patrick Steinhardtluks2: Strip dashes off of the UUID
2020-09-18 Tianjia Zhangefi/tpm: Remove unused functions and structures
2020-09-18 Tianjia Zhangshim_lock: Enable module for all EFI architectures
2020-09-18 Daniel Kiperefi/tpm: Fix typo in grub_efi_tpm2_protocol struct
2020-09-18 Daniel Kiperi386/efi/init: Drop bogus include
2020-09-18 Daniel Kiperdocs: Fix devicetree command description
2020-09-18 Martin Whitakergrub-install: Fix inverted test for NLS enabled when...
2020-09-11 Javier Martinez... tftp: Roll-over block counter to prevent data packets...
2020-09-11 Florian La... templates: Remove unnecessary trailing semicolon
2020-09-11 Glenn Washburncryptodisk: Fix incorrect calculation of start sector
2020-09-11 Glenn Washburncryptodisk: Unregister cryptomount command when removin...
2020-09-11 Patrick Steinhardtluks2: Improve error reporting when decrypting/verifyin...
2020-09-11 Patrick Steinhardtluks: Fix out-of-bounds copy of UUID
2020-09-11 Patrick Steinhardtjson: Remove invalid typedef redefinition
2020-09-11 Cao jini386/relocator_common: Drop empty #ifdef
2020-09-11 Ave Miliavideo/bochs: Fix typo
2020-07-29 Colin Watsonlinux: Fix integer overflows in initrd size handling
2020-07-29 Peter Jonesloader/linux: Avoid overflow on initrd size calculation
2020-07-29 Alexey Makhalovefi: Fix use-after-free in halt/reboot path
2020-07-29 Daniel Kiperefi/chainloader: Propagate errors from copy_file_path()
2020-07-29 Peter Jonesefi: Fix some malformed device path arithmetic errors
2020-07-29 Peter Jonesemu: Make grub_free(NULL) safe
2020-07-29 Peter Joneslvm: Fix two more potential data-dependent alloc overflows
next