messages from 2023-04-21 13:10:37 to 2023-05-26 11:36:40 UTC [more...]
[PATCH v9 00/11] Add basic Boot Loader Interface support
2023-05-26 11:35 UTC (4+ messages)
` [PATCH v9 04/11] grub-core: Make use of guid printf format specifier
` [PATCH v9 05/11] types.h: Add GRUB_SSIZE_MAX
` [PATCH v9 07/11] efi: Add grub_efi_set_variable_to_string()
Fix for grub-switch-to-blscfg
2023-05-25 19:31 UTC (3+ messages)
[PATCH v8 00/10] Add basic Boot Loader Interface support
2023-05-25 19:24 UTC (12+ messages)
` [PATCH v8 01/10] efi: Add grub_efi_set_variable_with_attributes()
` [PATCH v8 02/10] Unify GUID types
` [PATCH v8 03/10] kern/misc: Add a format specifier GUIDs
` [PATCH v8 04/10] grub-core: Make use of guid printf format specifier
` [PATCH v8 05/10] types.h: Add GRUB_SSIZE_MAX
` [PATCH v8 06/10] kern/misc, kern/efi: Extract UTF-8 to UTF-16 code
` [PATCH v8 07/10] efi: Add grub_efi_set_variable_to_string()
` [PATCH v8 08/10] docs: Reword section headings
` [PATCH v8 09/10] Add a module for the Boot Loader Interface
` [PATCH v8 10/10] util/grub.d: Activate bli module on EFI
[PATCH] loongarch64: add relaxation support
2023-05-25 13:05 UTC
[PATCH v2] efi: Handle NULL return value when getting loaded image protocol
2023-05-24 20:23 UTC (2+ messages)
[PATCH v4 0/5] efi: Implement generic EFI boot for x86
2023-05-24 20:21 UTC (8+ messages)
` [PATCH v4 1/5] efi: Make EFI PXE protocol methods non-callable
` [PATCH v4 2/5] efi: Add calling convention annotation to all prototypes
` [PATCH v4 3/5] efi: Drop all uses of efi_call_XX wrappers
` [PATCH v4 4/5] efi: Remove x86_64 call wrappers
` [PATCH v4 5/5] efi: Use generic EFI loader for x86_64 and i386
[PATCH] efi: Handle NULL return value when getting loaded image protocol
2023-05-24 17:18 UTC (2+ messages)
[PATCH v7 00/10] Add basic Boot Loader Interface support
2023-05-24 14:55 UTC (13+ messages)
` [PATCH v7 01/10] efi: Add grub_efi_set_variable_with_attributes()
` [PATCH v7 02/10] Unify GUID types
` [PATCH v7 03/10] kern/misc: Add a format specifier GUIDs
` [PATCH v7 04/10] grub-core: Make use of guid printf format specifier
` [PATCH v7 05/10] types.h: Add GRUB_SSIZE_MAX
` [PATCH v7 06/10] kern/misc, kern/efi: Extract UTF-8 to UTF-16 code
` [PATCH v7 07/10] efi: Add grub_efi_set_variable_to_string()
` [PATCH v7 08/10] docs: Reword section headings
` [PATCH v7 09/10] Add a module for the Boot Loader Interface
` [PATCH v7 10/10] util/grub.d: Activate bli module on EFI
[PATCH v3 0/5] efi: Implement generic EFI boot for x86
2023-05-23 15:14 UTC (7+ messages)
` [PATCH v3 1/5] efi: Make EFI PXE protocol methods non-callable
` [PATCH v3 2/5] efi: Add calling convention annotation to all prototypes
` [PATCH v3 3/5] efi: Drop all uses of efi_call_XX wrappers
` [PATCH v3 4/5] efi: Remove x86_64 call wrappers
` [PATCH v3 5/5] efi: Use generic EFI loader for x86_64 and i386
[PATCH 0/4] Address coverity untrusted loop bound bugs in multiboot_elfxx.c
2023-05-23 14:19 UTC (6+ messages)
` [PATCH 1/4] elf: Check program memory isn't larger than allocated memory size
` [PATCH 2/4] elf: Check section header region before allocating memory
` [PATCH 3/4] elf: check program header offset doesn't exceed constraints
` [PATCH 4/4] efi: Fix use-after-free in finish boot services
[PATCH 1/1] xfs: Fix issues found while fuzzing the XFS filesystem
2023-05-22 23:53 UTC
[PATCH v3 0/2] term/serial: Add PCI-serial device support
2023-05-19 14:34 UTC (4+ messages)
` [PATCH v3 1/2] term/serial: Add support for PCI serial devices
` [PATCH v3 2/2] pci: Rename GRUB_PCI_CLASS_*
[PATCH] loongarch: Avoid undefined behavior when popping from an empty reloc stack
2023-05-19 13:21 UTC (3+ messages)
GRUB support for Loongson MIPS64 boards
2023-05-18 7:42 UTC
[PATCH v16 00/10] Add support for LoongArch
2023-05-17 17:12 UTC (15+ messages)
` [PATCH v16 01/10] PE: Add LoongArch definitions
` [PATCH v16 02/10] ELF: "
` [PATCH v16 03/10] LoongArch: Add setjmp implementation
` [PATCH v16 04/10] LoongArch: Add early startup code
` [PATCH v16 05/10] LoongArch: Add support for ELF psABI v1.00 relocations
` [PATCH v16 06/10] LoongArch: Add support for ELF psABI v2.00 relocations
` [PATCH v16 07/10] LoongArch: Add auxiliary files
` [PATCH v16 08/10] LoongArch: Add to build system
` [PATCH v16 09/10] tests: Fix timezone inconsistency in squashfs_test
` [PATCH v16 10/10] tests: Add LoongArch to various test cases
[PATCH v2 0/6] efi: Implement generic EFI boot for x86
2023-05-16 17:57 UTC (26+ messages)
` [PATCH v2 1/6] ia64: Remove support
` [PATCH v2 2/6] efi: Make EFI PXE protocol methods non-callable
` [PATCH v2 3/6] efi: Add calling convention annotation to all prototypes
` [PATCH v2 4/6] efi: Drop all uses of efi_call_XX wrappers
` [PATCH v2 5/6] efi: Remove x86_64 call wrappers
` [PATCH v2 6/6] efi: Use generic EFI loader for x86_64 and i386
[PATCH v2 0/4] Prevent out-of-bound reads
2023-05-16 13:43 UTC (6+ messages)
` [PATCH v2 1/4] fs/hfsplus: Validate btree node size
` [PATCH v2 2/4] fs/hfsplus: Prevent out of bound access in catalog file
` [PATCH v2 3/4] fs/hfsplus: Set grub errno to prevent NULL pointer access
` [PATCH v2 4/4] fs/hfsplus: Mark error strings for translation
[PATCH v5 00/20] UEFI networking support including ipv6 + dhcpv6
2023-05-16 13:37 UTC (23+ messages)
` [PATCH v5 01/20] Revert "net/http: Allow use of non-standard TCP/IP ports"
` [PATCH v5 02/20] net: read bracketed ipv6 addrs and port numbers
` [PATCH v5 03/20] net/http: check result of grub_netbuff_put() in http_receive()
` [PATCH v5 04/20] efinet + bootp: add net_bootp6 command supporting dhcpv6
` [PATCH v5 05/20] efinet: add structures for PXE messages
` [PATCH v5 06/20] grub.texi: Add net_bootp6 doumentation
` [PATCH v5 07/20] bootp: Process DHCPACK packet during HTTP Boot
` [PATCH v5 08/20] efinet Configure network from UEFI device path
` [PATCH v5 09/20] efinet: set DNS server from UEFI protocol
` [PATCH v5 10/20] Support UEFI networking protocols
` [PATCH v5 11/20] efinet: also use the firmware acceleration for http
` [PATCH v5 12/20] efi/http: match protocol+hostname of boot url in root_url
` [PATCH v5 13/20] Add fw_path variable to detect config file on efi
` [PATCH v5 14/20] use fw_path prefix when fallback searching for grub config
` [PATCH v5 15/20] Try mac/guid/etc before grub.cfg on tftp config files
` [PATCH v5 16/20] Prepend prefix when HTTP path is relative
` [PATCH v5 17/20] efi/http: Enclose literal IPv6 addresses in square brackets
` [PATCH v5 18/20] http: Prepend prefix when the HTTP path is relative
` [PATCH v5 19/20] normal/main: Discover the device to read the config from as a fallback
` [PATCH v5 20/20] efinet: Add DHCP proxy support
[PATCH] tests/util/grub-fs-tester: Avoid failing some file system tests due to file system filling up
2023-05-16 13:29 UTC (2+ messages)
[PATCH] INSTALL: Use exfat-utils package instead of exfatprogs
2023-05-16 13:28 UTC (2+ messages)
[PATCH] docs: Commandline and menu entry commands are now separated
2023-05-16 13:26 UTC (2+ messages)
[PATCH v2] lib/relocator: always enforce the requested alignment in malloc_in_range()
2023-05-16 13:24 UTC (2+ messages)
[PATCH] gdb: Add gdbinfo command for printing the load address of the EFI application
2023-05-14 2:25 UTC
[PATCH 0/5] efi: Implement generic EFI boot for x86_64
2023-05-11 8:15 UTC (10+ messages)
` [PATCH 1/5] efi: Make EFI PXE protocol methods non-callable
` [PATCH 2/5] efi: Add calling convention annotation to all prototypes
` [PATCH 3/5] efi: Drop all uses of efi_call_XX wrappers
` [PATCH 4/5] efi: Remove x86_64 call wrappers
` [PATCH 5/5] efi: Use generic EFI loader for x86_64
[PATCH 0/6] NVMeoFC support on Grub
2023-05-10 12:27 UTC (8+ messages)
` [PATCH 1/6] ieee1275/powerpc: implements fibre channel discovery for ofpathname
` [PATCH 2/6] ieee1275/powerpc: enables device mapper discovery
` [PATCH 3/6] ieee1275: implement FCP methods for WWPN and LUNs
` [PATCH 4/6] ieee1275: change the logic of ieee1275_get_devargs()
` [PATCH 5/6] ieee1275: add support for NVMeoFC
` [PATCH 6/6] ieee1275: ofpath enable NVMeoF logical device translate
[PATCH] INSTALL: Document that building grub-mkfont requires xfonts-unifont
2023-05-09 14:28 UTC (2+ messages)
[PATCH v2 1/3] dns: simplify error handling of recv_hook() function
2023-05-09 14:24 UTC (4+ messages)
` [PATCH v2 2/3] dns: add debugging messages in "
` [PATCH v2 3/3] dns: fix lookup error when no IPv6 is returned
[PATCH] grub-install-common: Fix the key of the --core-compress option
2023-05-09 14:08 UTC (2+ messages)
[PATCH] ns8250: Fix incorrect usage of access_size
2023-05-09 14:04 UTC (2+ messages)
[PATCH] lib/relocator: always enforce the requested alignment in malloc_in_range()
2023-05-09 13:32 UTC (4+ messages)
Support in grub userland tools for other PBKDF2 hashes
2023-05-04 18:58 UTC
Installed Fedora 38 (sway) / grub2 on a new HD - boots OK but does not have a menuentry item in grub.cfg ?
2023-05-03 11:48 UTC (2+ messages)
[PATCH] at_keyboard.c: add timeout to fix hang on hp elitebooks
2023-04-30 20:42 UTC (4+ messages)
` Fw: "
[PATCH] docs: Add debugging chapter to development documentation
2023-04-29 4:35 UTC
[PATCH v15 00/10] Add LoongArch support
2023-04-27 10:57 UTC (3+ messages)
GRUB 2.12 release - update
2023-04-28 21:29 UTC (3+ messages)
[PATCH v1] dns: fixed lookup error when no IPv6 is returned
2023-04-28 14:25 UTC (2+ messages)
[PATCH v1] dns: fixed removal of DNS server
2023-04-28 14:19 UTC (2+ messages)
[PATCH] font: Try opening fonts from the bundled memdisk
2023-04-28 13:43 UTC (4+ messages)
[PATCH 0/4] Prevent out-of-bound reads
2023-04-25 5:06 UTC (10+ messages)
` [PATCH 2/4] fs/hfsplus: Prevent out of bound access in catalog file
` [PATCH 3/4] fs/hfsplus: Set grub errno to prevent NULL pointer access
` [PATCH 4/4] fs/hfsplus: Mark error strings for translation
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).