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: Fri Aug 12 2022 18:25:05 -0400
Threads in reverse chronological order
[
Next Period
]
[PATCH v2 0/5] Fix coverity bugs and add checks for elf values in grub-core
,
Alec Brown
,
2022/08/12
[PATCH v2 1/5] elf: Validate number of elf section header table entries
,
Alec Brown
,
2022/08/12
[PATCH v2 3/5] elf: Validate number of elf program header table entries
,
Alec Brown
,
2022/08/12
[PATCH v2 2/5] elf: Validate elf section header table index for section name string table
,
Alec Brown
,
2022/08/12
[PATCH v2 4/5] util/grub-module-verifierXX.c: Changed get_shnum() return type
,
Alec Brown
,
2022/08/12
[PATCH v2 5/5] loader: Update error conditionals to use enums
,
Alec Brown
,
2022/08/12
Re: [PATCH] search: Support searching for GPT partition label with --part-label
,
Glenn Washburn
,
2022/08/11
Re: search: Support searching for partition UUID with --part-uuid
,
Glenn Washburn
,
2022/08/11
Re: [PATCH] Add a link to environment variables inside docs
,
Glenn Washburn
,
2022/08/11
Re: [PATCH] efi: Copy load_options into environment
,
Glenn Washburn
,
2022/08/11
Re: [PATCH v3] disk/cryptodisk: When cheatmounting, use the sector info of the cheat device
,
Glenn Washburn
,
2022/08/11
Re: [PATCH v6 0/2] Have LUKS2 cryptomounts be useable with grub-probe
,
Glenn Washburn
,
2022/08/11
[PATCH v5 0/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner
,
Glenn Washburn
,
2022/08/11
[PATCH v5 1/2] misc: Add cast in grub_strncasecmp() to drop sign when calling grub_tolower()
,
Glenn Washburn
,
2022/08/11
[PATCH v5 2/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner
,
Glenn Washburn
,
2022/08/11
[PATCH 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Diego Domingos
,
2022/08/11
[PATCH 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Diego Domingos
,
2022/08/11
[PATCH 1/6] ieee1275: request memory with ibm, client-architecture-support
,
Diego Domingos
,
2022/08/11
[PATCH 2/6] ieee1275: drop len -= 1 quirk in heap_init
,
Diego Domingos
,
2022/08/11
[PATCH 5/6] ibmvtpm: Add support for trusted boot using a vTPM 2.0
,
Diego Domingos
,
2022/08/11
[PATCH 3/6] ieee1275: support runtime memory claiming
,
Diego Domingos
,
2022/08/11
[PATCH 6/6] ieee1275: implement vec5 for cas negotiation
,
Diego Domingos
,
2022/08/11
[PATCH 4/6] Add memtool module with memory allocation stress-test
,
Diego Domingos
,
2022/08/11
Re: [PATCH 4/6] Add memtool module with memory allocation stress-test
,
Glenn Washburn
,
2022/08/11
[PATCH] grub-shell: Only show grub-mkrescue output if it returns an error
,
Glenn Washburn
,
2022/08/11
[PATCH] arm64/linux: Remove magic number header field check
,
Ard Biesheuvel
,
2022/08/11
[PATCH v9 00/10] Add support for LoongArch
,
Xiaotian Wu
,
2022/08/11
[PATCH v9 02/10] Add LoongArch definitions
,
Xiaotian Wu
,
2022/08/11
[PATCH v9 04/10] LoongArch: Add early startup code
,
Xiaotian Wu
,
2022/08/11
[PATCH v9 01/10] PE: Add LoongArch definitions
,
Xiaotian Wu
,
2022/08/11
[PATCH v9 03/10] LoongArch: Add setjmp implementation
,
Xiaotian Wu
,
2022/08/11
[PATCH v9 05/10] LoongArch: Add stubs for Linux loading commands
,
Xiaotian Wu
,
2022/08/11
[PATCH v9 06/10] LoongArch: Add awareness for LoongArch relocations
,
Xiaotian Wu
,
2022/08/11
[PATCH v9 07/10] LoongArch: Add auxiliary files
,
Xiaotian Wu
,
2022/08/11
[PATCH v9 08/10] LoongArch: Add to build system
,
Xiaotian Wu
,
2022/08/11
[PATCH v9 09/10] LoongArch: Support new relocation types
,
Xiaotian Wu
,
2022/08/11
[PATCH v9 10/10] tests: add support for LoongArch
,
Xiaotian Wu
,
2022/08/11
Request adding support for zstd compressed squashfs files.
,
Calvin Ngei
,
2022/08/10
[PATCH 0/2] util: Resolve issues with use of grub_util_mkdir
,
Darren Kenny
,
2022/08/09
[PATCH 2/2] util: confirm directory creation in grub_install_mkdir_p
,
Darren Kenny
,
2022/08/09
Re: [PATCH 2/2] util: confirm directory creation in grub_install_mkdir_p
,
Vladimir 'phcoder' Serbinenko
,
2022/08/09
Re: [PATCH 2/2] util: confirm directory creation in grub_install_mkdir_p
,
Darren Kenny
,
2022/08/09
[PATCH 1/2] util: Ignore return value for grub_util_mkdir() on all platforms
,
Darren Kenny
,
2022/08/09
[PATCH v8 00/10] Add support for LoongArch
,
Xiaotian Wu
,
2022/08/08
[PATCH v8 01/10] PE: Add LoongArch definitions
,
Xiaotian Wu
,
2022/08/08
[PATCH v8 02/10] Add LoongArch definitions
,
Xiaotian Wu
,
2022/08/08
[PATCH v8 03/10] LoongArch: Add setjmp implementation
,
Xiaotian Wu
,
2022/08/08
[PATCH v8 04/10] LoongArch: Add early startup code
,
Xiaotian Wu
,
2022/08/08
[PATCH v8 06/10] LoongArch: Add awareness for LoongArch relocations
,
Xiaotian Wu
,
2022/08/08
[PATCH v8 07/10] LoongArch: Add auxiliary files
,
Xiaotian Wu
,
2022/08/08
[PATCH v8 09/10] LoongArch: Support new relocation types
,
Xiaotian Wu
,
2022/08/08
[PATCH v8 08/10] LoongArch: Add to build system
,
Xiaotian Wu
,
2022/08/08
[PATCH v8 05/10] LoongArch: Add stubs for Linux loading commands
,
Xiaotian Wu
,
2022/08/08
[PATCH v8 10/10] tests: add support for LoongArch
,
Xiaotian Wu
,
2022/08/08
[PATCH 0/2] templates/linux_xen: Properly handle multiple initrd files
,
Mauricio Faria de Oliveira
,
2022/08/08
[PATCH 1/2] templates/linux_xen: Properly load multiple initrd files
,
Mauricio Faria de Oliveira
,
2022/08/08
[PATCH 2/2] templates/linux_xen: Properly order the multiple initrd files
,
Mauricio Faria de Oliveira
,
2022/08/08
Re: [PATCH 0/2] templates/linux_xen: Properly handle multiple initrd files
,
Daniel Kiper
,
2022/08/11
Re: [PATCH 0/2] templates/linux_xen: Properly handle multiple initrd files
,
Mauricio Faria de Oliveira
,
2022/08/11
[PATCH 0/2] templates/linux_xen: Properly handle multiple initrd files
,
Mauricio Faria de Oliveira
,
2022/08/11
[PATCH 1/2] templates/linux_xen: Properly load multiple initrd files
,
Mauricio Faria de Oliveira
,
2022/08/11
[PATCH 2/2] templates/linux_xen: Properly order the multiple initrd files
,
Mauricio Faria de Oliveira
,
2022/08/11
Re: [PATCH 0/2] templates/linux_xen: Properly handle multiple initrd files
,
Juergen Gross
,
2022/08/12
[PATCH] cryptodisk: Support encrypted volumes using detached headers on a partition
,
Glenn Washburn
,
2022/08/07
Re: [PATCH] cryptodisk: Support encrypted volumes using detached headers on a partition
,
brutser
,
2022/08/07
Re: [PATCH] cryptodisk: Support encrypted volumes using detached headers on a partition
,
Daniel Kiper
,
2022/08/09
Re: [PATCH] cryptodisk: Support encrypted volumes using detached headers on a partition
,
brutser
,
2022/08/09
[PATCH] grub-shell: Use shell variable instead of autoconf
,
Glenn Washburn
,
2022/08/06
Re: [PATCH] grub-shell: Use shell variable instead of autoconf
,
Daniel Kiper
,
2022/08/09
Re: Linux DRTM on UEFI platforms
,
Ard Biesheuvel
,
2022/08/05
Re: Linux DRTM on UEFI platforms
,
Daniel P. Smith
,
2022/08/09
Re: Linux DRTM on UEFI platforms
,
Brendan Trotter
,
2022/08/10
Re: Linux DRTM on UEFI platforms
,
Matthew Garrett
,
2022/08/10
Re: Linux DRTM on UEFI platforms
,
Brendan Trotter
,
2022/08/11
Re: Linux DRTM on UEFI platforms
,
Daniel Kiper
,
2022/08/11
Re: Linux DRTM on UEFI platforms
,
Matthew Garrett
,
2022/08/11
Re: Linux DRTM on UEFI platforms
,
Brendan Trotter
,
2022/08/11
Re: Linux DRTM on UEFI platforms
,
Matthew Garrett
,
2022/08/12
[PATCH v7 00/10] Add support for LoongArch
,
Xiaotian Wu
,
2022/08/04
[PATCH v7 04/10] LoongArch: Add early startup code
,
Xiaotian Wu
,
2022/08/04
[PATCH v7 02/10] Add LoongArch definitions
,
Xiaotian Wu
,
2022/08/04
[PATCH v7 08/10] LoongArch: Add to build system
,
Xiaotian Wu
,
2022/08/04
[PATCH v7 06/10] LoongArch: Add awareness for LoongArch relocations
,
Xiaotian Wu
,
2022/08/04
[PATCH v7 10/10] tests: add support for LoongArch
,
Xiaotian Wu
,
2022/08/04
Re: [PATCH v7 10/10] tests: add support for LoongArch
,
Glenn Washburn
,
2022/08/05
Re: [PATCH v7 10/10] tests: add support for LoongArch
,
Xiaotian Wu
,
2022/08/08
Re: [PATCH v7 10/10] tests: add support for LoongArch
,
Glenn Washburn
,
2022/08/08
[PATCH v7 01/10] PE: Add LoongArch definitions
,
Xiaotian Wu
,
2022/08/04
[PATCH v7 03/10] LoongArch: Add setjmp implementation
,
Xiaotian Wu
,
2022/08/04
[PATCH v7 05/10] LoongArch: Add stubs for Linux loading commands
,
Xiaotian Wu
,
2022/08/04
[PATCH v7 07/10] LoongArch: Add auxiliary files
,
Xiaotian Wu
,
2022/08/04
[PATCH v7 09/10] LoongArch: Support new relocation types
,
Xiaotian Wu
,
2022/08/04
[PATCH] Makefile: Make grub_fstest.pp depend on config-util.h
,
Stefan Agner
,
2022/08/04
Re: [PATCH] Makefile: Make grub_fstest.pp depend on config-util.h
,
Daniel Kiper
,
2022/08/09
Re: [PATCH V2] i386: Using 64-bit boot protocol for 64-bit linux kernel
,
Daniel Kiper
,
2022/08/03
Re: [PATCH V2] i386: Using 64-bit boot protocol for 64-bit linux kernel
,
Wei Zhang
,
2022/08/04
Re: [PATCH V2] i386: Using 64-bit boot protocol for 64-bit linux kernel
,
Daniel Kiper
,
2022/08/11
Re: [PATCH V2] i386: Using 64-bit boot protocol for 64-bit linux kernel
,
Wei Zhang
,
2022/08/12
Re: [PATCH v2 1/1] Add support for grub-emu to kexec Linux menu entries
,
Daniel Kiper
,
2022/08/03
Re: [PATCH v2 1/1] Add support for grub-emu to kexec Linux menu entries
,
Robbie Harwood
,
2022/08/08
Re: [PATCH v2 1/1] Add support for grub-emu to kexec Linux menu entries
,
Daniel Kiper
,
2022/08/11
Re: [PATCH v2 1/1] Add support for grub-emu to kexec Linux menu entries
,
Vladimir 'phcoder' Serbinenko
,
2022/08/08
Re: [PATCH v2 1/1] Add support for grub-emu to kexec Linux menu entries
,
Robbie Harwood
,
2022/08/11
Re: [PATCH v2 1/1] Add support for grub-emu to kexec Linux menu entries
,
Daniel Kiper
,
2022/08/11
Re: [PATCH v4 1/2] luks, luks2: Force header.uuid to be NULL terminated
,
Daniel Kiper
,
2022/08/03
Re: [PATCH v4 1/2] luks, luks2: Force header.uuid to be NULL terminated
,
Glenn Washburn
,
2022/08/03
Re: Fix keyboard layouts other than us
,
Fabio Pugliese Ornellas
,
2022/08/03
Re: [PATCH v4 2/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner
,
Daniel Kiper
,
2022/08/02
Re: [PATCH v4 2/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner
,
Glenn Washburn
,
2022/08/02
Re: [PATCH v4 2/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner
,
Daniel Kiper
,
2022/08/03
Re: [PATCH v3] efi: Add efitextmode command for getting/setting the text mode resolution
,
Daniel Kiper
,
2022/08/02
Re: [PATCH v3] efi: Add efitextmode command for getting/setting the text mode resolution
,
Glenn Washburn
,
2022/08/02
Re: [PATCH v3] efi: Add efitextmode command for getting/setting the text mode resolution
,
Daniel Kiper
,
2022/08/02
Re: [PATCH v3] efi: Add efitextmode command for getting/setting the text mode resolution
,
Daniel Kiper
,
2022/08/10
Re: [PATCH v3] efi: Add efitextmode command for getting/setting the text mode resolution
,
Glenn Washburn
,
2022/08/11
Re: [PATCH v4 1/1] i386: Make pmtimer tsc calibration not take 51 seconds to fail
,
Daniel Kiper
,
2022/08/02
Re: [PATCH] luks2: Continue trying all keyslots even if there are some failures
,
Daniel Kiper
,
2022/08/02
[PATCH v6 00/10] Add support for LoongArch
,
Xiaotian Wu
,
2022/08/02
[PATCH v6 06/10] LoongArch: Add awareness for LoongArch relocations
,
Xiaotian Wu
,
2022/08/02
[PATCH v6 04/10] LoongArch: Add early startup code
,
Xiaotian Wu
,
2022/08/02
[PATCH v6 09/10] LoongArch: Support new relocation types
,
Xiaotian Wu
,
2022/08/02
[PATCH v6 05/10] LoongArch: Add stubs for Linux loading commands
,
Xiaotian Wu
,
2022/08/02
[PATCH v6 07/10] LoongArch: Add auxiliary files
,
Xiaotian Wu
,
2022/08/02
[PATCH v6 03/10] LoongArch: Add setjmp implementation
,
Xiaotian Wu
,
2022/08/02
[PATCH v6 01/10] PE: Add LoongArch definitions
,
Xiaotian Wu
,
2022/08/02
[PATCH v6 08/10] LoongArch: Add to build system
,
Xiaotian Wu
,
2022/08/02
[PATCH v6 02/10] Add LoongArch definitions
,
Xiaotian Wu
,
2022/08/02
[PATCH v6 10/10] tests: add support for LoongArch
,
Xiaotian Wu
,
2022/08/02
Re: [PATCH v6 10/10] tests: add support for LoongArch
,
Glenn Washburn
,
2022/08/02
Re: [PATCH v6 10/10] tests: add support for LoongArch
,
Xiaotian Wu
,
2022/08/02
Re: [PATCH v5 0/9] Add support for LoongArch
,
Glenn Washburn
,
2022/08/01
Re: [PATCH v5 0/9] Add support for LoongArch
,
Xiaotian Wu
,
2022/08/02
Re: [PATCH v5 9/9] tests: add support for LoongArch
,
Glenn Washburn
,
2022/08/01
Re: [PATCH v5 9/9] tests: add support for LoongArch
,
Xiaotian Wu
,
2022/08/02
Re: [PATCH v3 0/3] Cryptomount detached headers
,
Glenn Washburn
,
2022/08/01
Re: [PATCH v3 0/3] Cryptomount detached headers
,
brutser
,
2022/08/01
Re: [PATCH v3 0/3] Cryptomount detached headers
,
Glenn Washburn
,
2022/08/01
Re: [PATCH v3 0/3] Cryptomount detached headers
,
Glenn Washburn
,
2022/08/01
Re: [PATCH v3 0/3] Cryptomount detached headers
,
brutser
,
2022/08/01
Re: [PATCH v3 0/3] Cryptomount detached headers
,
brutser
,
2022/08/01
Re: [PATCH v3 0/3] Cryptomount detached headers
,
Glenn Washburn
,
2022/08/02
Re: [PATCH v3 0/3] Cryptomount detached headers
,
brutser
,
2022/08/02
Re: [PATCH v3 0/3] Cryptomount detached headers
,
Glenn Washburn
,
2022/08/03
Re: [PATCH v3 0/3] Cryptomount detached headers
,
brutser
,
2022/08/03
Re: [PATCH v3 0/3] Cryptomount detached headers
,
brutser
,
2022/08/03
Re: [PATCH v3 0/3] Cryptomount detached headers
,
brutser
,
2022/08/04
Re: [PATCH v3 0/3] Cryptomount detached headers
,
brutser
,
2022/08/04
Re: [PATCH v3 0/3] Cryptomount detached headers
,
Glenn Washburn
,
2022/08/05
Re: [PATCH v3 0/3] Cryptomount detached headers
,
brutser
,
2022/08/05
Re: [PATCH v3 0/3] Cryptomount detached headers
,
Glenn Washburn
,
2022/08/05
[PATCH] util/grub-mkfont: Fix resource leaks
,
Qiumiao Zhang
,
2022/08/01
Re: [PATCH] util/grub-mkfont: Fix resource leaks
,
Daniel Kiper
,
2022/08/02
答复: [PATCH] util/grub-mkfont: Fix resource leaks
,
zhangqiumiao
,
2022/08/02
Re: [PATCH v5 2/9] Add LoongArch definitions
,
Xiaotian Wu
,
2022/08/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc