Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
grub-devel (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Wed May 31 2023 22:16:31 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH v2] gdb: Add gdbinfo command for printing the load address of the EFI application
,
Glenn Washburn
,
2023/05/31
Re: [PATCH 0/2] EFI chainloader improvement
,
Daniel Kiper
,
2023/05/30
grub-macbless does not create a bootable system
,
John Paul Adrian Glaubitz
,
2023/05/28
[PATCH v9 00/11] Add basic Boot Loader Interface support
,
Oliver Steffen
,
2023/05/26
[PATCH v9 07/11] efi: Add grub_efi_set_variable_to_string()
,
Oliver Steffen
,
2023/05/26
[PATCH v9 05/11] types.h: Add GRUB_SSIZE_MAX
,
Oliver Steffen
,
2023/05/26
[PATCH v9 04/11] grub-core: Make use of guid printf format specifier
,
Oliver Steffen
,
2023/05/26
[PATCH v9 02/11] Unify GUID types
,
Oliver Steffen
,
2023/05/26
[PATCH v9 06/11] kern/misc, kern/efi: Extract UTF-8 to UTF-16 code
,
Oliver Steffen
,
2023/05/26
[PATCH v9 01/11] efi: Add grub_efi_set_variable_with_attributes()
,
Oliver Steffen
,
2023/05/26
[PATCH v9 03/11] kern/misc: Add a format specifier GUIDs
,
Oliver Steffen
,
2023/05/26
[PATCH v9 08/11] docs: Reword section headings
,
Oliver Steffen
,
2023/05/26
[PATCH v9 10/11] Add a module for the Boot Loader Interface
,
Oliver Steffen
,
2023/05/26
[PATCH v9 09/11] kern: check for NULL when closing devices and disks
,
Oliver Steffen
,
2023/05/26
[PATCH v9 11/11] util/grub.d: Activate bli module on EFI
,
Oliver Steffen
,
2023/05/26
Re: [PATCH v9 00/11] Add basic Boot Loader Interface support
,
Daniel Kiper
,
2023/05/30
[PATCH] loongarch64: add relaxation support
,
Xiaotian Wu
,
2023/05/25
Fix for grub-switch-to-blscfg
,
Konstantin Vlasov
,
2023/05/24
Re: Fix for grub-switch-to-blscfg
,
John Paul Adrian Glaubitz
,
2023/05/25
Re: Fix for grub-switch-to-blscfg
,
Daniel Kiper
,
2023/05/25
Re: Fix for grub-switch-to-blscfg
,
Konstantin Vlasov
,
2023/05/29
[PATCH v2] efi: Handle NULL return value when getting loaded image protocol
,
Ard Biesheuvel
,
2023/05/24
Re: [PATCH v2] efi: Handle NULL return value when getting loaded image protocol
,
Daniel Kiper
,
2023/05/24
[PATCH] efi: Handle NULL return value when getting loaded image protocol
,
Ard Biesheuvel
,
2023/05/24
Re: [PATCH] efi: Handle NULL return value when getting loaded image protocol
,
Ard Biesheuvel
,
2023/05/24
[PATCH v8 00/10] Add basic Boot Loader Interface support
,
Oliver Steffen
,
2023/05/24
[PATCH v8 04/10] grub-core: Make use of guid printf format specifier
,
Oliver Steffen
,
2023/05/24
[PATCH v8 03/10] kern/misc: Add a format specifier GUIDs
,
Oliver Steffen
,
2023/05/24
[PATCH v8 02/10] Unify GUID types
,
Oliver Steffen
,
2023/05/24
[PATCH v8 01/10] efi: Add grub_efi_set_variable_with_attributes()
,
Oliver Steffen
,
2023/05/24
[PATCH v8 06/10] kern/misc, kern/efi: Extract UTF-8 to UTF-16 code
,
Oliver Steffen
,
2023/05/24
[PATCH v8 07/10] efi: Add grub_efi_set_variable_to_string()
,
Oliver Steffen
,
2023/05/24
[PATCH v8 05/10] types.h: Add GRUB_SSIZE_MAX
,
Oliver Steffen
,
2023/05/24
[PATCH v8 08/10] docs: Reword section headings
,
Oliver Steffen
,
2023/05/24
[PATCH v8 10/10] util/grub.d: Activate bli module on EFI
,
Oliver Steffen
,
2023/05/24
[PATCH v8 09/10] Add a module for the Boot Loader Interface
,
Oliver Steffen
,
2023/05/24
Re: [PATCH v8 00/10] Add basic Boot Loader Interface support
,
Daniel Kiper
,
2023/05/25
[PATCH v4 0/5] efi: Implement generic EFI boot for x86
,
Ard Biesheuvel
,
2023/05/23
[PATCH v4 2/5] efi: Add calling convention annotation to all prototypes
,
Ard Biesheuvel
,
2023/05/23
[PATCH v4 4/5] efi: Remove x86_64 call wrappers
,
Ard Biesheuvel
,
2023/05/23
[PATCH v4 1/5] efi: Make EFI PXE protocol methods non-callable
,
Ard Biesheuvel
,
2023/05/23
[PATCH v4 3/5] efi: Drop all uses of efi_call_XX wrappers
,
Ard Biesheuvel
,
2023/05/23
[PATCH v4 5/5] efi: Use generic EFI loader for x86_64 and i386
,
Ard Biesheuvel
,
2023/05/23
Re: [PATCH v4 5/5] efi: Use generic EFI loader for x86_64 and i386
,
Ard Biesheuvel
,
2023/05/23
Re: [PATCH v4 0/5] efi: Implement generic EFI boot for x86
,
Daniel Kiper
,
2023/05/24
[PATCH v3 0/5] efi: Implement generic EFI boot for x86
,
Ard Biesheuvel
,
2023/05/23
[PATCH v3 4/5] efi: Remove x86_64 call wrappers
,
Ard Biesheuvel
,
2023/05/23
[PATCH v3 1/5] efi: Make EFI PXE protocol methods non-callable
,
Ard Biesheuvel
,
2023/05/23
[PATCH v3 5/5] efi: Use generic EFI loader for x86_64 and i386
,
Ard Biesheuvel
,
2023/05/23
[PATCH v3 2/5] efi: Add calling convention annotation to all prototypes
,
Ard Biesheuvel
,
2023/05/23
[PATCH v3 3/5] efi: Drop all uses of efi_call_XX wrappers
,
Ard Biesheuvel
,
2023/05/23
Re: [PATCH v3 0/5] efi: Implement generic EFI boot for x86
,
Daniel Kiper
,
2023/05/23
[PATCH 1/1] xfs: Fix issues found while fuzzing the XFS filesystem
,
Lidong Chen
,
2023/05/22
[PATCH 0/4] Address coverity untrusted loop bound bugs in multiboot_elfxx.c
,
Alec Brown
,
2023/05/22
[PATCH 3/4] elf: check program header offset doesn't exceed constraints
,
Alec Brown
,
2023/05/22
[PATCH 4/4] efi: Fix use-after-free in finish boot services
,
Alec Brown
,
2023/05/22
[PATCH 1/4] elf: Check program memory isn't larger than allocated memory size
,
Alec Brown
,
2023/05/22
[PATCH 2/4] elf: Check section header region before allocating memory
,
Alec Brown
,
2023/05/22
Re: [PATCH 0/4] Address coverity untrusted loop bound bugs in multiboot_elfxx.c
,
Daniel Kiper
,
2023/05/23
GRUB support for Loongson MIPS64 boards
,
John Paul Adrian Glaubitz
,
2023/05/18
[PATCH] loongarch: Avoid undefined behavior when popping from an empty reloc stack
,
WANG Xuerui
,
2023/05/17
Re: [PATCH] loongarch: Avoid undefined behavior when popping from an empty reloc stack
,
Xiaotian Wu
,
2023/05/17
Re: [PATCH] loongarch: Avoid undefined behavior when popping from an empty reloc stack
,
Daniel Kiper
,
2023/05/19
Re: [PATCH v16 00/10] Add support for LoongArch
,
Daniel Kiper
,
2023/05/17
Re: [PATCH v5 02/20] net: read bracketed ipv6 addrs and port numbers
,
Daniel Kiper
,
2023/05/16
Re: [PATCH v5 01/20] Revert "net/http: Allow use of non-standard TCP/IP ports"
,
Daniel Kiper
,
2023/05/16
[PATCH] tests/util/grub-fs-tester: Avoid failing some file system tests due to file system filling up
,
Glenn Washburn
,
2023/05/14
Re: [PATCH] tests/util/grub-fs-tester: Avoid failing some file system tests due to file system filling up
,
Daniel Kiper
,
2023/05/16
[PATCH] INSTALL: Use exfat-utils package instead of exfatprogs
,
Glenn Washburn
,
2023/05/14
Re: [PATCH] INSTALL: Use exfat-utils package instead of exfatprogs
,
Daniel Kiper
,
2023/05/16
[PATCH] gdb: Add gdbinfo command for printing the load address of the EFI application
,
Glenn Washburn
,
2023/05/13
Re: [PATCH] gdb: Add gdbinfo command for printing the load address of the EFI application
,
Daniel Kiper
,
2023/05/30
Re: [PATCH] gdb: Add gdbinfo command for printing the load address of the EFI application
,
Daniel Kiper
,
2023/05/30
[PATCH] docs: Commandline and menu entry commands are now separated
,
Glenn Washburn
,
2023/05/13
Re: [PATCH] docs: Commandline and menu entry commands are now separated
,
Daniel Kiper
,
2023/05/16
[PATCH v3 0/2] term/serial: Add PCI-serial device support
,
Glenn Washburn
,
2023/05/13
[PATCH v3 1/2] term/serial: Add support for PCI serial devices
,
Glenn Washburn
,
2023/05/13
Re: [PATCH v3 1/2] term/serial: Add support for PCI serial devices
,
Daniel Kiper
,
2023/05/19
[PATCH v3 2/2] pci: Rename GRUB_PCI_CLASS_*
,
Glenn Washburn
,
2023/05/13
[PATCH v2] lib/relocator: always enforce the requested alignment in malloc_in_range()
,
Roger Pau Monne
,
2023/05/12
Re: [PATCH v2] lib/relocator: always enforce the requested alignment in malloc_in_range()
,
Daniel Kiper
,
2023/05/16
[PATCH v2 0/6] efi: Implement generic EFI boot for x86
,
Ard Biesheuvel
,
2023/05/11
[PATCH v2 2/6] efi: Make EFI PXE protocol methods non-callable
,
Ard Biesheuvel
,
2023/05/11
[PATCH v2 3/6] efi: Add calling convention annotation to all prototypes
,
Ard Biesheuvel
,
2023/05/11
[PATCH v2 5/6] efi: Remove x86_64 call wrappers
,
Ard Biesheuvel
,
2023/05/11
[PATCH v2 1/6] ia64: Remove support
,
Ard Biesheuvel
,
2023/05/11
Re: [PATCH v2 1/6] ia64: Remove support
,
John Paul Adrian Glaubitz
,
2023/05/11
Re: [PATCH v2 1/6] ia64: Remove support
,
Ard Biesheuvel
,
2023/05/11
Re: [PATCH v2 1/6] ia64: Remove support
,
Steve McIntyre
,
2023/05/11
Re: [PATCH v2 1/6] ia64: Remove support
,
John Paul Adrian Glaubitz
,
2023/05/11
Re: [PATCH v2 1/6] ia64: Remove support
,
Ard Biesheuvel
,
2023/05/11
Re: [PATCH v2 1/6] ia64: Remove support
,
matoro
,
2023/05/11
Re: [PATCH v2 1/6] ia64: Remove support
,
Ard Biesheuvel
,
2023/05/11
Re: [PATCH v2 1/6] ia64: Remove support
,
matoro
,
2023/05/11
Re: [PATCH v2 1/6] ia64: Remove support
,
Ard Biesheuvel
,
2023/05/12
Re: [PATCH v2 1/6] ia64: Remove support
,
Gerd Hoffmann
,
2023/05/12
Re: [PATCH v2 1/6] ia64: Remove support
,
matoro
,
2023/05/12
Re: [PATCH v2 1/6] ia64: Remove support
,
Lennart Sorensen
,
2023/05/11
Re: [PATCH v2 1/6] ia64: Remove support
,
John Paul Adrian Glaubitz
,
2023/05/12
Re: [PATCH v2 1/6] ia64: Remove support
,
Ard Biesheuvel
,
2023/05/12
Re: [PATCH v2 1/6] ia64: Remove support
,
Oskari Pirhonen
,
2023/05/14
Re: [PATCH v2 1/6] ia64: Remove support
,
Vladimir 'phcoder' Serbinenko
,
2023/05/11
[PATCH v2 4/6] efi: Drop all uses of efi_call_XX wrappers
,
Ard Biesheuvel
,
2023/05/11
[PATCH v2 6/6] efi: Use generic EFI loader for x86_64 and i386
,
Ard Biesheuvel
,
2023/05/11
Re: [PATCH v2 6/6] efi: Use generic EFI loader for x86_64 and i386
,
Ard Biesheuvel
,
2023/05/11
Re: [PATCH v2 6/6] efi: Use generic EFI loader for x86_64 and i386
,
Glenn Washburn
,
2023/05/14
Re: [PATCH v2 6/6] efi: Use generic EFI loader for x86_64 and i386
,
Ard Biesheuvel
,
2023/05/16
[PATCH 0/5] efi: Implement generic EFI boot for x86_64
,
Ard Biesheuvel
,
2023/05/09
[PATCH 1/5] efi: Make EFI PXE protocol methods non-callable
,
Ard Biesheuvel
,
2023/05/09
[PATCH 5/5] efi: Use generic EFI loader for x86_64
,
Ard Biesheuvel
,
2023/05/09
Re: [PATCH 5/5] efi: Use generic EFI loader for x86_64
,
Ard Biesheuvel
,
2023/05/10
Re: [PATCH 5/5] efi: Use generic EFI loader for x86_64
,
Daniel Kiper
,
2023/05/10
Re: [PATCH 5/5] efi: Use generic EFI loader for x86_64
,
Ard Biesheuvel
,
2023/05/10
Re: [PATCH 5/5] efi: Use generic EFI loader for x86_64
,
Ard Biesheuvel
,
2023/05/11
[PATCH 4/5] efi: Remove x86_64 call wrappers
,
Ard Biesheuvel
,
2023/05/09
[PATCH 2/5] efi: Add calling convention annotation to all prototypes
,
Ard Biesheuvel
,
2023/05/09
[PATCH 3/5] efi: Drop all uses of efi_call_XX wrappers
,
Ard Biesheuvel
,
2023/05/09
Re: [PATCH] INSTALL: Document that building grub-mkfont requires xfonts-unifont
,
Daniel Kiper
,
2023/05/09
[PATCH] ns8250: Fix incorrect usage of access_size
,
Benjamin Herrenschmidt
,
2023/05/08
Re: [PATCH] ns8250: Fix incorrect usage of access_size
,
Daniel Kiper
,
2023/05/09
[PATCH 0/6] NVMeoFC support on Grub
,
Avnish Chouhan
,
2023/05/08
[PATCH 1/6] ieee1275/powerpc: implements fibre channel discovery for ofpathname
,
Avnish Chouhan
,
2023/05/08
[PATCH 2/6] ieee1275/powerpc: enables device mapper discovery
,
Avnish Chouhan
,
2023/05/08
[PATCH 3/6] ieee1275: implement FCP methods for WWPN and LUNs
,
Avnish Chouhan
,
2023/05/08
[PATCH 6/6] ieee1275: ofpath enable NVMeoF logical device translate
,
Avnish Chouhan
,
2023/05/08
[PATCH 4/6] ieee1275: change the logic of ieee1275_get_devargs()
,
Avnish Chouhan
,
2023/05/08
[PATCH 5/6] ieee1275: add support for NVMeoFC
,
Avnish Chouhan
,
2023/05/08
Re: [PATCH 0/6] NVMeoFC support on Grub
,
Daniel Kiper
,
2023/05/10
Re: [PATCH] lib/relocator: always enforce the requested alignment in malloc_in_range()
,
Roger Pau Monné
,
2023/05/08
Re: [PATCH] lib/relocator: always enforce the requested alignment in malloc_in_range()
,
Daniel Kiper
,
2023/05/09
[PATCH] grub-install-common: Fix the key of the --core-compress option
,
Ákos Nagy
,
2023/05/05
Re: [PATCH] grub-install-common: Fix the key of the --core-compress option
,
Daniel Kiper
,
2023/05/09
Support in grub userland tools for other PBKDF2 hashes
,
Josselin Poiret
,
2023/05/04
[PATCH v2 0/4] Prevent out-of-bound reads
,
Lidong Chen
,
2023/05/03
[PATCH v2 3/4] fs/hfsplus: Set grub errno to prevent NULL pointer access
,
Lidong Chen
,
2023/05/03
[PATCH v2 2/4] fs/hfsplus: Prevent out of bound access in catalog file
,
Lidong Chen
,
2023/05/03
[PATCH v2 4/4] fs/hfsplus: Mark error strings for translation
,
Lidong Chen
,
2023/05/03
[PATCH v2 1/4] fs/hfsplus: Validate btree node size
,
Lidong Chen
,
2023/05/03
Re: [PATCH v2 0/4] Prevent out-of-bound reads
,
Daniel Kiper
,
2023/05/16
[PATCH v7 00/10] Add basic Boot Loader Interface support
,
Oliver Steffen
,
2023/05/03
[PATCH v7 02/10] Unify GUID types
,
Oliver Steffen
,
2023/05/03
[PATCH v7 01/10] efi: Add grub_efi_set_variable_with_attributes()
,
Oliver Steffen
,
2023/05/03
[PATCH v7 03/10] kern/misc: Add a format specifier GUIDs
,
Oliver Steffen
,
2023/05/03
[PATCH v7 04/10] grub-core: Make use of guid printf format specifier
,
Oliver Steffen
,
2023/05/03
[PATCH v7 08/10] docs: Reword section headings
,
Oliver Steffen
,
2023/05/03
[PATCH v7 09/10] Add a module for the Boot Loader Interface
,
Oliver Steffen
,
2023/05/03
[PATCH v7 10/10] util/grub.d: Activate bli module on EFI
,
Oliver Steffen
,
2023/05/03
[PATCH v7 05/10] types.h: Add GRUB_SSIZE_MAX
,
Oliver Steffen
,
2023/05/03
[PATCH v7 07/10] efi: Add grub_efi_set_variable_to_string()
,
Oliver Steffen
,
2023/05/03
[PATCH v7 06/10] kern/misc, kern/efi: Extract UTF-8 to UTF-16 code
,
Oliver Steffen
,
2023/05/03
Re: [PATCH v7 00/10] Add basic Boot Loader Interface support
,
Daniel Kiper
,
2023/05/19
Re: [PATCH v7 00/10] Add basic Boot Loader Interface support
,
Oliver Steffen
,
2023/05/24
Re: Installed Fedora 38 (sway) / grub2 on a new HD - boots OK but does not have a menuentry item in grub.cfg ?
,
Oliver Steffen
,
2023/05/03
[PATCH v2 1/3] dns: simplify error handling of recv_hook() function
,
Renaud Métrich
,
2023/05/03
[PATCH v2 2/3] dns: add debugging messages in recv_hook() function
,
Renaud Métrich
,
2023/05/03
[PATCH v2 3/3] dns: fix lookup error when no IPv6 is returned
,
Renaud Métrich
,
2023/05/03
Re: [PATCH v2 1/3] dns: simplify error handling of recv_hook() function
,
Daniel Kiper
,
2023/05/09
Re: [PATCH v16 10/10] tests: Add LoongArch to various test cases
,
Xiaotian Wu
,
2023/05/02
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc