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: Thu Nov 21 2024 13:46:49 -0500
Threads in reverse chronological order
[
Next Period
]
[ANNOUNCEMENT] Open Source Firmware, BMC and Bootloader devroom at FOSDEM'25 - CfP
,
Daniel Kiper
,
2024/11/21
[PATCH v2] menu: add GRUB_RIGHT_TO_SELECT to toggle select-by-right-arrow-key
,
Mingcong Bai
,
2024/11/18
[PATCH v2] menu: add GRUB_RIGHT_TO_SELECT to toggle select-by-right-arrow-key
,
Mingcong Bai
,
2024/11/18
[PATCH] templates: make UEFI fwsetup menu entry label translatable
,
Xinhui Yang
,
2024/11/15
[PATCH] menu: add GRUB_RIGHT_TO_SELECT to toggle select-by-right-arrow-key
,
Mingcong Bai
,
2024/11/15
Re: [PATCH] menu: add GRUB_RIGHT_TO_SELECT to toggle select-by-right-arrow-key
,
Avnish Chouhan
,
2024/11/18
Re: [PATCH] menu: add GRUB_RIGHT_TO_SELECT to toggle select-by-right-arrow-key
,
jeffbai
,
2024/11/18
[PATCH v23 00/33] Automatic Disk Unlock with TPM2
,
Gary Lin
,
2024/11/15
[PATCH v23 01/33] posix_wrap: tweaks in preparation for libtasn1
,
Gary Lin
,
2024/11/15
[PATCH v23 02/33] libtasn1: import libtasn1-4.19.0
,
Gary Lin
,
2024/11/15
[PATCH v23 04/33] libtasn1: replace strcat() with strcpy() in _asn1_str_cat()
,
Gary Lin
,
2024/11/15
[PATCH v23 06/33] libtasn1: adjust the header paths in libtasn1.h
,
Gary Lin
,
2024/11/15
[PATCH v23 03/33] libtasn1: disable code not needed in grub
,
Gary Lin
,
2024/11/15
[PATCH v23 05/33] libtasn1: replace strcat() with _asn1_str_cat()
,
Gary Lin
,
2024/11/15
[PATCH v23 07/33] libtasn1: Use grub_divmod64() for division
,
Gary Lin
,
2024/11/15
[PATCH v23 08/33] libtasn1: fix the potential buffer overrun
,
Gary Lin
,
2024/11/15
[PATCH v23 09/33] asn1_test: include asn1_test.h only
,
Gary Lin
,
2024/11/15
[PATCH v23 10/33] asn1_test: rename the main functions to the test names
,
Gary Lin
,
2024/11/15
[PATCH v23 11/33] asn1_test: return either 0 or 1 to reflect the results
,
Gary Lin
,
2024/11/15
[PATCH v23 12/33] asn1_test: remove 'verbose' and the unnecessary printf()
,
Gary Lin
,
2024/11/15
[PATCH v23 13/33] asn1_test: print the error messages with grub_printf()
,
Gary Lin
,
2024/11/15
[PATCH v23 14/33] asn1_test: use the grub-specific functions and types
,
Gary Lin
,
2024/11/15
[PATCH v23 15/33] asn1_test: enable the testcase only when GRUB_LONG_MAX is larger than GRUB_INT_MAX
,
Gary Lin
,
2024/11/15
[PATCH v23 16/33] libtasn1: compile into asn1 module
,
Gary Lin
,
2024/11/15
[PATCH v23 17/33] asn1_test: test module for libtasn1
,
Gary Lin
,
2024/11/15
[PATCH v23 18/33] libtasn1: Add the documentation
,
Gary Lin
,
2024/11/15
[PATCH v23 19/33] key_protector: Add key protectors framework
,
Gary Lin
,
2024/11/15
[PATCH v23 20/33] tss2: Add TPM2 buffer handling functions
,
Gary Lin
,
2024/11/15
[PATCH v23 21/33] tss2: Add TPM2 types and Marshal/Unmarshal functions
,
Gary Lin
,
2024/11/15
[PATCH v23 25/33] util/grub-protect: Add new tool
,
Gary Lin
,
2024/11/15
[PATCH v23 28/33] cryptodisk: Fallback to passphrase
,
Gary Lin
,
2024/11/15
[PATCH v23 26/33] tpm2_key_protector: Support authorized policy
,
Gary Lin
,
2024/11/15
[PATCH v23 27/33] tpm2_key_protector: Implement NV index
,
Gary Lin
,
2024/11/15
[PATCH v23 22/33] tss2: Add TPM2 Software Stack (TSS2) support
,
Gary Lin
,
2024/11/15
[PATCH v23 24/33] cryptodisk: Support key protectors
,
Gary Lin
,
2024/11/15
[PATCH v23 32/33] tests: Add tpm2_key_protector_test
,
Gary Lin
,
2024/11/15
[PATCH v23 31/33] tpm2_key_protector: Add grub-emu support
,
Gary Lin
,
2024/11/15
[PATCH v23 23/33] key_protector: Add TPM2 Key Protector
,
Gary Lin
,
2024/11/15
[PATCH v23 29/33] cryptodisk: wipe out the cached keys from protectors
,
Gary Lin
,
2024/11/15
[PATCH v23 30/33] diskfilter: look up cryptodisk devices first
,
Gary Lin
,
2024/11/15
[PATCH v23 33/33] docs: Document TPM2 key protector
,
Gary Lin
,
2024/11/15
Re: [PATCH v23 00/33] Automatic Disk Unlock with TPM2
,
Stefan Berger
,
2024/11/19
Re: [PATCH 2/2] ieee1275: Add TCG2 driver for ieee1275 PowerPC firmware
,
Avnish Chouhan
,
2024/11/14
[PATCH 0/2] Enable Automatic Disk Unlock with TPM2 on ieee1275
,
Stefan Berger
,
2024/11/12
[PATCH 2/2] ieee1275: Add TCG2 driver for ieee1275 PowerPC firmware
,
Stefan Berger
,
2024/11/12
[PATCH 1/2] tss2: Adjust bit fields for big endian targets
,
Stefan Berger
,
2024/11/12
Re: [PATCH 1/2] tss2: Adjust bit fields for big endian targets
,
Gary Lin
,
2024/11/13
Re: [PATCH v3 02/16] term/terminfo: for ppc, reset console display attr when clear screen
,
Avnish Chouhan
,
2024/11/12
[PATCH 2/4 v11] disk/lvm: Remove unused cache_pool
,
Patrick Plenefisch
,
2024/11/11
[PATCH 4/4 v11] lvm: Add support for cachevol lv
,
Patrick Plenefisch
,
2024/11/11
[PATCH 3/4 v11] lvm: Add support for integrity lv
,
Patrick Plenefisch
,
2024/11/11
[PATCH 1/4 v11] disk/lvm: Make cache_lv more generic as ignored_feature_lv
,
Patrick Plenefisch
,
2024/11/11
[PATCH 0/4 v11] LVM Cachevol and Integrity volumes break entire LVM VG
,
Patrick Plenefisch
,
2024/11/11
Re: [PATCH] kern/fs: honour file->read_hook in grub_fs_blocklist_read()
,
Rasmus Villemoes
,
2024/11/11
Re: [PATCH] kern/fs: honour file->read_hook in grub_fs_blocklist_read()
,
Daniel Kiper
,
2024/11/12
[PATCH V4] ieee1275/ofdisk: vscsi lun handling on lun len
,
Mukesh Kumar Chaurasiya
,
2024/11/11
Re: [PATCH V4] ieee1275/ofdisk: vscsi lun handling on lun len
,
Avnish Chouhan
,
2024/11/11
[PATCH v22 00/33] Automatic Disk Unlock with TPM2
,
Gary Lin
,
2024/11/11
[PATCH v22 01/33] posix_wrap: tweaks in preparation for libtasn1
,
Gary Lin
,
2024/11/11
[PATCH v22 02/33] libtasn1: import libtasn1-4.19.0
,
Gary Lin
,
2024/11/11
[PATCH v22 03/33] libtasn1: disable code not needed in grub
,
Gary Lin
,
2024/11/11
[PATCH v22 07/33] libtasn1: Use grub_divmod64() for division
,
Gary Lin
,
2024/11/11
[PATCH v22 10/33] asn1_test: rename the main functions to the test names
,
Gary Lin
,
2024/11/11
[PATCH v22 04/33] libtasn1: replace strcat() with strcpy() in _asn1_str_cat()
,
Gary Lin
,
2024/11/11
[PATCH v22 05/33] libtasn1: replace strcat() with _asn1_str_cat()
,
Gary Lin
,
2024/11/11
[PATCH v22 08/33] libtasn1: fix the potential buffer overrun
,
Gary Lin
,
2024/11/11
[PATCH v22 11/33] asn1_test: return either 0 or 1 to reflect the results
,
Gary Lin
,
2024/11/11
[PATCH v22 06/33] libtasn1: adjust the header paths in libtasn1.h
,
Gary Lin
,
2024/11/11
[PATCH v22 14/33] asn1_test: use the grub-specific functions and types
,
Gary Lin
,
2024/11/11
[PATCH v22 09/33] asn1_test: include asn1_test.h only
,
Gary Lin
,
2024/11/11
[PATCH v22 13/33] asn1_test: print the error messages with grub_printf()
,
Gary Lin
,
2024/11/11
[PATCH v22 18/33] libtasn1: Add the documentation
,
Gary Lin
,
2024/11/11
[PATCH v22 16/33] libtasn1: compile into asn1 module
,
Gary Lin
,
2024/11/11
[PATCH v22 19/33] key_protector: Add key protectors framework
,
Gary Lin
,
2024/11/11
[PATCH v22 20/33] tss2: Add TPM2 buffer handling functions
,
Gary Lin
,
2024/11/11
[PATCH v22 12/33] asn1_test: remove 'verbose' and the unnecessary printf()
,
Gary Lin
,
2024/11/11
[PATCH v22 21/33] tss2: Add TPM2 types and Marshal/Unmarshal functions
,
Gary Lin
,
2024/11/11
[PATCH v22 23/33] key_protector: Add TPM2 Key Protector
,
Gary Lin
,
2024/11/11
[PATCH v22 26/33] tpm2_key_protector: Support authorized policy
,
Gary Lin
,
2024/11/11
[PATCH v22 25/33] util/grub-protect: Add new tool
,
Gary Lin
,
2024/11/11
[PATCH v22 15/33] asn1_test: enable the testcase only when GRUB_LONG_MAX is larger than GRUB_INT_MAX
,
Gary Lin
,
2024/11/11
[PATCH v22 17/33] asn1_test: test module for libtasn1
,
Gary Lin
,
2024/11/11
[PATCH v22 28/33] cryptodisk: Fallback to passphrase
,
Gary Lin
,
2024/11/11
[PATCH v22 22/33] tss2: Add TPM2 Software Stack (TSS2) support
,
Gary Lin
,
2024/11/11
[PATCH v22 30/33] diskfilter: look up cryptodisk devices first
,
Gary Lin
,
2024/11/11
[PATCH v22 24/33] cryptodisk: Support key protectors
,
Gary Lin
,
2024/11/11
[PATCH v22 31/33] tpm2_key_protector: Add grub-emu support
,
Gary Lin
,
2024/11/11
[PATCH v22 33/33] docs: Document TPM2 key protector
,
Gary Lin
,
2024/11/11
Re: [PATCH v22 33/33] docs: Document TPM2 key protector
,
Stefan Berger
,
2024/11/11
Re: [PATCH v22 33/33] docs: Document TPM2 key protector
,
Gary Lin
,
2024/11/12
[PATCH v22 32/33] tests: Add tpm2_key_protector_test
,
Gary Lin
,
2024/11/11
Re: [PATCH v22 32/33] tests: Add tpm2_key_protector_test
,
Stefan Berger
,
2024/11/11
[PATCH v22 27/33] tpm2_key_protector: Implement NV index
,
Gary Lin
,
2024/11/11
[PATCH v22 29/33] cryptodisk: wipe out the cached keys from protectors
,
Gary Lin
,
2024/11/11
[PATCH] BugFix: grub menu gets stuck due to unreliable rdtsc instruction.
,
Duan Yayong
,
2024/11/11
Re: [PATCH v2 0/3] More ls improvements
,
Glenn Washburn
,
2024/11/08
Re: [PATCH v2 0/3] More ls improvements
,
Daniel Kiper
,
2024/11/12
Re: [PATCH] docs: Fix incorrect and potentially confusing language and minor formatting
,
Glenn Washburn
,
2024/11/08
Re: [PATCH] docs: Fix incorrect and potentially confusing language and minor formatting
,
Daniel Kiper
,
2024/11/12
Re: [PATCH v1 10/15] env: Add efi-export-env and efi-load-env commands
,
Glenn Washburn
,
2024/11/08
Re: [PATCH v8 10/10] efi: Disallow fallback to legacy Linux loader when shim says NX is required.
,
Glenn Washburn
,
2024/11/08
Re: [PATCH v8 10/10] efi: Disallow fallback to legacy Linux loader when shim says NX is required.
,
Mate Kukri
,
2024/11/09
Re: grub menu gets stuck issue report and fix patch merge request
,
Glenn Washburn
,
2024/11/08
Re: [External] Re: grub menu gets stuck issue report and fix patch merge request
,
段亚勇
,
2024/11/11
Re: [PATCH v3 03/16] ieee1275: Disable GRUB video support for IBM power machines
,
avnish
,
2024/11/08
[PATCH] Mandatory install device check for PowerPC
,
Avnish Chouhan
,
2024/11/08
Re: [PATCH] Mandatory install device check for PowerPC
,
Vladimir 'phcoder' Serbinenko
,
2024/11/08
Re: [PATCH] Mandatory install device check for PowerPC
,
avnish
,
2024/11/09
Re: [PATCH] Mandatory install device check for PowerPC
,
Michal Suchánek
,
2024/11/11
Re: [RESEND V3] ieee1275/ofdisk: vscsi lun handling on lun len
,
avnish
,
2024/11/06
RE: [External] : Re: [PATCH] Allow background to be set when theme is set
,
Alec Brown
,
2024/11/05
Re: [PATCH v3 01/16] ieee1275/openfw: IBM client architecture(CAS) reboot support
,
avnish
,
2024/11/05
Re: default entry different from timeout entry
,
Vladimir 'phcoder' Serbinenko
,
2024/11/05
Re: [PATCH V6] ieee1275/ofdisk: retry on open and read failure
,
avnish
,
2024/11/05
Re: [PATCH] kern/main: Fix cmdpath in root directory
,
Daniel Kiper
,
2024/11/04
Re: [PATCH] kern/main: Fix cmdpath in root directory
,
Michael Chang
,
2024/11/06
[PATCH v21 00/33] Automatic Disk Unlock with TPM2
,
Gary Lin
,
2024/11/04
[PATCH v21 01/33] posix_wrap: tweaks in preparation for libtasn1
,
Gary Lin
,
2024/11/04
[PATCH v21 03/33] libtasn1: disable code not needed in grub
,
Gary Lin
,
2024/11/04
[PATCH v21 04/33] libtasn1: replace strcat() with strcpy() in _asn1_str_cat()
,
Gary Lin
,
2024/11/04
[PATCH v21 02/33] libtasn1: import libtasn1-4.19.0
,
Gary Lin
,
2024/11/04
[PATCH v21 05/33] libtasn1: replace strcat() with _asn1_str_cat()
,
Gary Lin
,
2024/11/04
[PATCH v21 08/33] libtasn1: fix the potential buffer overrun
,
Gary Lin
,
2024/11/04
[PATCH v21 09/33] asn1_test: include asn1_test.h only
,
Gary Lin
,
2024/11/04
[PATCH v21 07/33] libtasn1: Use grub_divmod64() for division
,
Gary Lin
,
2024/11/04
[PATCH v21 15/33] asn1_test: enable the testcase only when GRUB_LONG_MAX is larger than GRUB_INT_MAX
,
Gary Lin
,
2024/11/04
[PATCH v21 16/33] libtasn1: compile into asn1 module
,
Gary Lin
,
2024/11/04
[PATCH v21 14/33] asn1_test: use the grub-specific functions and types
,
Gary Lin
,
2024/11/04
[PATCH v21 06/33] libtasn1: adjust the header paths in libtasn1.h
,
Gary Lin
,
2024/11/04
[PATCH v21 13/33] asn1_test: print the error messages with grub_printf()
,
Gary Lin
,
2024/11/04
[PATCH v21 11/33] asn1_test: return either 0 or 1 to reflect the results
,
Gary Lin
,
2024/11/04
[PATCH v21 10/33] asn1_test: rename the main functions to the test names
,
Gary Lin
,
2024/11/04
[PATCH v21 12/33] asn1_test: remove 'verbose' and the unnecessary printf()
,
Gary Lin
,
2024/11/04
[PATCH v21 17/33] asn1_test: test module for libtasn1
,
Gary Lin
,
2024/11/04
[PATCH v21 20/33] tss2: Add TPM2 buffer handling functions
,
Gary Lin
,
2024/11/04
[PATCH v21 18/33] libtasn1: Add the documentation
,
Gary Lin
,
2024/11/04
[PATCH v21 19/33] key_protector: Add key protectors framework
,
Gary Lin
,
2024/11/04
[PATCH v21 21/33] tss2: Add TPM2 types and Marshal/Unmarshal functions
,
Gary Lin
,
2024/11/04
Re: [PATCH v21 21/33] tss2: Add TPM2 types and Marshal/Unmarshal functions
,
Stefan Berger
,
2024/11/04
Re: [PATCH v21 21/33] tss2: Add TPM2 types and Marshal/Unmarshal functions
,
Gary Lin
,
2024/11/04
Re: [PATCH v21 21/33] tss2: Add TPM2 types and Marshal/Unmarshal functions
,
Gary Lin
,
2024/11/05
[PATCH v21 22/33] tss2: Add TPM2 Software Stack (TSS2) support
,
Gary Lin
,
2024/11/04
Re: [PATCH v21 22/33] tss2: Add TPM2 Software Stack (TSS2) support
,
Stefan Berger
,
2024/11/04
[PATCH v21 23/33] key_protector: Add TPM2 Key Protector
,
Gary Lin
,
2024/11/04
Re: [PATCH v21 23/33] key_protector: Add TPM2 Key Protector
,
Stefan Berger
,
2024/11/04
Re: [PATCH v21 23/33] key_protector: Add TPM2 Key Protector
,
Gary Lin
,
2024/11/05
[PATCH v21 24/33] cryptodisk: Support key protectors
,
Gary Lin
,
2024/11/04
[PATCH v21 25/33] util/grub-protect: Add new tool
,
Gary Lin
,
2024/11/04
Re: [PATCH v21 25/33] util/grub-protect: Add new tool
,
Stefan Berger
,
2024/11/04
Re: [PATCH v21 25/33] util/grub-protect: Add new tool
,
Gary Lin
,
2024/11/05
Re: [PATCH v21 25/33] util/grub-protect: Add new tool
,
Daniel Kiper
,
2024/11/05
[PATCH v21 26/33] tpm2_key_protector: Support authorized policy
,
Gary Lin
,
2024/11/04
[PATCH v21 27/33] tpm2_key_protector: Implement NV index
,
Gary Lin
,
2024/11/04
[PATCH v21 28/33] cryptodisk: Fallback to passphrase
,
Gary Lin
,
2024/11/04
[PATCH v21 29/33] cryptodisk: wipe out the cached keys from protectors
,
Gary Lin
,
2024/11/04
[PATCH v21 31/33] tpm2_key_protector: Add grub-emu support
,
Gary Lin
,
2024/11/04
[PATCH v21 30/33] diskfilter: look up cryptodisk devices first
,
Gary Lin
,
2024/11/04
[PATCH v21 32/33] tests: Add tpm2_key_protector_test
,
Gary Lin
,
2024/11/04
[PATCH v21 33/33] docs: Document TPM2 key protector
,
Gary Lin
,
2024/11/04
Re: [PATCH v21 33/33] docs: Document TPM2 key protector
,
Stefan Berger
,
2024/11/04
Re: [PATCH v21 33/33] docs: Document TPM2 key protector
,
Gary Lin
,
2024/11/05
Re: [PATCH v21 33/33] docs: Document TPM2 key protector
,
Daniel Kiper
,
2024/11/05
Re: [PATCH v21 33/33] docs: Document TPM2 key protector
,
Stefan Berger
,
2024/11/06
Re: [PATCH v21 33/33] docs: Document TPM2 key protector
,
Gary Lin
,
2024/11/07
Re: [PATCH v21 33/33] docs: Document TPM2 key protector
,
James Bottomley
,
2024/11/07
Re: [PATCH v21 33/33] docs: Document TPM2 key protector
,
Gary Lin
,
2024/11/08
Re: [PATCH v1 14/15] grub-install: install on EFI if forced
,
Neal Gompa
,
2024/11/03
Re: [PATCH v1 14/15] grub-install: install on EFI if forced
,
Leo Sandoval
,
2024/11/04
Re: [PATCH v1 14/15] grub-install: install on EFI if forced
,
Didier Spaier
,
2024/11/05
Re: [PATCH v1 11/15] grub-install: disable support for EFI platforms
,
Neal Gompa
,
2024/11/03
Re: [PATCH v1 11/15] grub-install: disable support for EFI platforms
,
Leo Sandoval
,
2024/11/04
Re: [PATCH v1 0/5] Fedora Rawhide BTRFS patches
,
Neal Gompa
,
2024/11/03
Re: [PATCH v1 0/5] Fedora Rawhide BTRFS patches
,
Vladimir 'phcoder' Serbinenko
,
2024/11/04
Re: [PATCH v2] loader/efi/chainloader: Add efidriver command
,
Mate Kukri
,
2024/11/02
Re: [PATCH v2] loader/efi/chainloader: Add efidriver command
,
Nikita Travkin
,
2024/11/02
Re: [PATCH 0/3 v8] LVM Cachevol and Integrity volumes break entire LVM VG
,
Patrick Plenefisch
,
2024/11/02
Re: [PATCH 0/3 v8] LVM Cachevol and Integrity volumes break entire LVM VG
,
Daniel Kiper
,
2024/11/04
[PATCH] loader/i386/linux.c: Fix cleanup if kernel doesn't support 64-bit addressing
,
Sergii Dmytruk
,
2024/11/01
[PATCH v2 00/19] i386: Intel TXT and AMD SKINIT secure launcher
,
Sergii Dmytruk
,
2024/11/01
[PATCH v2 02/19] mmap: Add grub_mmap_get_lowest() and grub_mmap_get_highest()
,
Sergii Dmytruk
,
2024/11/01
[PATCH v2 01/19] i386/memory: Define GRUB_PAGE_MASK and GRUB_PAGE_{UP, DOWN} macros
,
Sergii Dmytruk
,
2024/11/01
[PATCH v2 03/19] i386: Add CRx, MMIO, MSR and extend CPUID definitions
,
Sergii Dmytruk
,
2024/11/01
[PATCH v2 04/19] i386/tpm: Rename tpm module to tpm_verifier
,
Sergii Dmytruk
,
2024/11/01
[PATCH v2 12/19] i386/txt: Initialize TPM 1.2 event log in TXT heap
,
Sergii Dmytruk
,
2024/11/01
[PATCH v2 14/19] multiboot: Make GRUB_MULTIBOOT(make_mbi) return MBI's size
,
Sergii Dmytruk
,
2024/11/01
[PATCH v2 15/19] multiboot2: Implement TXT slaunch support
,
Sergii Dmytruk
,
2024/11/01
[PATCH v2 17/19] i386/slaunch: Add support for AMD SKINIT
,
Sergii Dmytruk
,
2024/11/01
[PATCH v2 19/19] i386/linux: Add support for AMD SKINIT
,
Sergii Dmytruk
,
2024/11/01
[PATCH v2 18/19] multiboot2: Support AMD SKINIT
,
Sergii Dmytruk
,
2024/11/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc