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 Dec 30 2022 07:57:09 -0500
Threads in reverse chronological order
[
Next Period
]
[PATCH v2] Fix possible integer overflow in i386-pc mode with large partitions
,
Maxim Fomin
,
2022/12/28
[PATCH v10] plainmount: Support plain encryption mode
,
Maxim Fomin
,
2022/12/28
Re: [PATCH v10] plainmount: Support plain encryption mode
,
Maxim Fomin
,
2022/12/28
[RFC PATCH v4 0/1] kern/dl: Add module vermagic check
,
Zhang Boyang
,
2022/12/25
[RFC PATCH v4 1/1] kern/dl: Add module vermagic check
,
Zhang Boyang
,
2022/12/25
Re: [RFC PATCH v4 1/1] kern/dl: Add module vermagic check
,
Pete Batard
,
2022/12/29
Re: [RFC PATCH v4 0/1] kern/dl: Add module vermagic check
,
Pete Batard
,
2022/12/29
[PATCH v5 00/14] GDB script fixes and improvements
,
Glenn Washburn
,
2022/12/23
[PATCH v5 01/14] gdb: Fix redirection issue in dump_module_sections
,
Glenn Washburn
,
2022/12/23
[PATCH v5 02/14] gdb: Prevent wrapping when writing to .segments.tmp
,
Glenn Washburn
,
2022/12/23
[PATCH v5 03/14] gdb: If no modules have been loaded, do not try to load module symbols
,
Glenn Washburn
,
2022/12/23
[PATCH v5 04/14] gdb: Move runtime module loading into runtime_load_module
,
Glenn Washburn
,
2022/12/23
[PATCH v5 05/14] gdb: Conditionally run GDB script logic for dynamically or statically positioned GRUB
,
Glenn Washburn
,
2022/12/23
[PATCH v5 06/14] gdb: Only connect to remote target once when first sourced
,
Glenn Washburn
,
2022/12/23
[PATCH v5 10/14] gdb: Allow running user-defined commands at GRUB start
,
Glenn Washburn
,
2022/12/23
[PATCH v5 07/14] gdb: Replace module symbol loading implementation with Python one
,
Glenn Washburn
,
2022/12/23
[PATCH v5 11/14] gdb: Fix issue with breakpoints defined before the GRUB image is loaded
,
Glenn Washburn
,
2022/12/23
[PATCH v5 12/14] gdb: Add extra early initialization symbols for i386-pc
,
Glenn Washburn
,
2022/12/23
[PATCH v5 08/14] gdb: Add functions to make loading from dynamically positioned targets easier
,
Glenn Washburn
,
2022/12/23
[PATCH v5 09/14] gdb: Add more support for debugging on EFI platforms
,
Glenn Washburn
,
2022/12/23
[PATCH v5 13/14] gdb: Modify gdb prompt when running gdb_grub script
,
Glenn Washburn
,
2022/12/23
[PATCH v5 14/14] docs: Add debugging chapter to development documentation
,
Glenn Washburn
,
2022/12/23
[PATCH 0/3] serial: Cleanup & fix port discovery
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH 1/3] serial: Replace usage of memcmp with strncmp
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH 2/3] serial: Avoid double lookup of serial ports
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH 3/3] serial: Improve detection of duplicate serial ports
,
Benjamin Herrenschmidt
,
2022/12/22
Re: GRUB 2.12 release - update
,
Daniel Kiper
,
2022/12/22
[RFC PATCH v3 0/1] kern/dl: Add module version check
,
Zhang Boyang
,
2022/12/22
[RFC PATCH v3 1/1] kern/dl: Add module version check
,
Zhang Boyang
,
2022/12/22
Re: [RFC PATCH v3 0/1] kern/dl: Add module version check
,
Pete Batard
,
2022/12/22
Re: [RFC PATCH v3 0/1] kern/dl: Add module version check
,
Zhang Boyang
,
2022/12/23
Re: [RFC PATCH v3 0/1] kern/dl: Add module version check
,
Pete Batard
,
2022/12/23
Re: [RFC PATCH v3 0/1] kern/dl: Add module version check
,
Zhang Boyang
,
2022/12/23
Re: [RFC PATCH v3 0/1] kern/dl: Add module version check
,
Zhang Boyang
,
2022/12/23
[PATCH] verifiers: Don't return error for deferred image
,
Leo Yan
,
2022/12/22
Re: [PATCH] verifiers: Don't return error for deferred image
,
Zhang Boyang
,
2022/12/22
Re: [PATCH] verifiers: Don't return error for deferred image
,
Leo Yan
,
2022/12/22
Re: [PATCH] verifiers: Don't return error for deferred image
,
Zhang Boyang
,
2022/12/22
Re: [PATCH] verifiers: Don't return error for deferred image
,
Leo Yan
,
2022/12/26
Re: [PATCH] verifiers: Don't return error for deferred image
,
Zhang Boyang
,
2022/12/30
[PATCH v3 0/2] mm: Better handling of adding new regions
,
Zhang Boyang
,
2022/12/22
[PATCH v3 1/2] mm: Adjust new region size to take management overhead into account
,
Zhang Boyang
,
2022/12/22
[PATCH v3 2/2] mm: Preallocate some space when adding new regions
,
Zhang Boyang
,
2022/12/22
[PATCH v2 0/8] serial: Add MMIO & SPCR support
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v2 1/8] acpi: Export a generic grub_acpi_find_table
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v2 2/8] acpi: Add SPCR and generic address definitions
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v2 3/8] ns8250: Add base support for MMIO UARTs
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v2 5/8] ns8250: Add configuration parameter when adding ports
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v2 4/8] ns8250: Move base clock definition to a header
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v2 8/8] serial: Add ability to specify MMIO ports via 'serial'
,
Benjamin Herrenschmidt
,
2022/12/22
Re: [PATCH v2 8/8] serial: Add ability to specify MMIO ports via 'serial'
,
Daniel Kiper
,
2022/12/22
Re: [PATCH v2 8/8] serial: Add ability to specify MMIO ports via 'serial'
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v2 6/8] ns8250: Use ACPI SPCR table when available to configure serial
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v2 7/8] ns8250: Support more MMIO access sizes
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v2 0/8] serial: Add MMIO & SPCR support
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v3 2/8] acpi: Add SPCR and generic address definitions
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v3 1/8] acpi: Export a generic grub_acpi_find_table
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v3 3/8] ns8250: Add base support for MMIO UARTs
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v3 4/8] ns8250: Move base clock definition to a header
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v3 5/8] ns8250: Add configuration parameter when adding ports
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v3 6/8] ns8250: Use ACPI SPCR table when available to configure serial
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v3 8/8] serial: Add ability to specify MMIO ports via 'serial'
,
Benjamin Herrenschmidt
,
2022/12/22
[PATCH v3 7/8] ns8250: Support more MMIO access sizes
,
Benjamin Herrenschmidt
,
2022/12/22
Re: [PATCH v2 3/3] pci: Rename GRUB_PCI_CLASS_*
,
Daniel Kiper
,
2022/12/21
Re: [PATCH v2 2/3] term/serial: Add support for PCI serial devices
,
Daniel Kiper
,
2022/12/21
[RFC PATCH v2 1/1] kern/dl: Add module version check
,
Zhang Boyang
,
2022/12/21
Re: [RFC PATCH v2 1/1] kern/dl: Add module version check
,
Pete Batard
,
2022/12/21
Re: [RFC PATCH v2 1/1] kern/dl: Add module version check
,
Glenn Washburn
,
2022/12/22
Re: [RFC PATCH v2 1/1] kern/dl: Add module version check
,
Zhang Boyang
,
2022/12/23
Re: [PATCH v2 0/3] Add support for EFI file system transposition
,
Daniel Kiper
,
2022/12/20
[RFC PATCH] kern/dl: Add module version check
,
Zhang Boyang
,
2022/12/19
Re: [RFC PATCH] kern/dl: Add module version check
,
Glenn Washburn
,
2022/12/20
Re: [RFC PATCH] kern/dl: Add module version check
,
Zhang Boyang
,
2022/12/21
Re: [RFC PATCH] kern/dl: Add module version check
,
Glenn Washburn
,
2022/12/21
Re: [RFC PATCH] kern/dl: Add module version check
,
Robbie Harwood
,
2022/12/20
Re: [RFC PATCH] kern/dl: Add module version check
,
Pete Batard
,
2022/12/20
Re: [RFC PATCH] kern/dl: Add module version check
,
Zhang Boyang
,
2022/12/21
Re: [RFC PATCH] kern/dl: Add module version check
,
Thomas Schmitt
,
2022/12/21
Re: [RFC PATCH] kern/dl: Add module version check
,
Didier Spaier
,
2022/12/21
Re: [RFC PATCH] kern/dl: Add module version check
,
Zhang Boyang
,
2022/12/21
Re: [RFC PATCH] kern/dl: Add module version check
,
Pete Batard
,
2022/12/21
Re: [RFC PATCH] kern/dl: Add module version check
,
Zhang Boyang
,
2022/12/21
Re: [RFC PATCH] kern/dl: Add module version check
,
Robbie Harwood
,
2022/12/21
[PATCH v2 1/1] Fix integer overflow at left shift expression on i386-pc platform
,
Maxim Fomin
,
2022/12/17
Re: [PATCH v2 1/1] Fix integer overflow at left shift expression on i386-pc platform
,
Glenn Washburn
,
2022/12/18
Re: [PATCH v2 1/1] Fix integer overflow at left shift expression on i386-pc platform
,
Maxim Fomin
,
2022/12/19
Re: [PATCH v2 0/3] term/serial: Add PCI-serial device support
,
Glenn Washburn
,
2022/12/17
[PATCH v4 00/15] GDB script fixes and improvements
,
Glenn Washburn
,
2022/12/16
[PATCH v4 01/15] gdb: Fix redirection issue in dump_module_sections
,
Glenn Washburn
,
2022/12/16
[PATCH v4 02/15] gdb: Prevent wrapping when writing to .segments.tmp
,
Glenn Washburn
,
2022/12/16
[PATCH v4 03/15] gdb: If no modules have been loaded, do not try to load module symbols
,
Glenn Washburn
,
2022/12/16
[PATCH v4 04/15] gdb: Move runtime module loading into runtime_load_module
,
Glenn Washburn
,
2022/12/16
Re: [PATCH v4 04/15] gdb: Move runtime module loading into runtime_load_module
,
Daniel Kiper
,
2022/12/21
[PATCH v4 05/15] gdb: Reliably load modules in runtime_load_module
,
Glenn Washburn
,
2022/12/16
[PATCH v4 06/15] gdb: Add functions to make loading from dynamically positioned targets easier
,
Glenn Washburn
,
2022/12/16
[PATCH v4 07/15] gdb: Remove Perl dependency for GRUB GDB script
,
Glenn Washburn
,
2022/12/16
[PATCH v4 08/15] gdb: If enabled, print line used to load EFI kernel symbols when using gdb_grub script
,
Glenn Washburn
,
2022/12/16
Re: [PATCH v4 08/15] gdb: If enabled, print line used to load EFI kernel symbols when using gdb_grub script
,
Daniel Kiper
,
2022/12/21
Re: [PATCH v4 08/15] gdb: If enabled, print line used to load EFI kernel symbols when using gdb_grub script
,
Glenn Washburn
,
2022/12/21
Re: [PATCH v4 08/15] gdb: If enabled, print line used to load EFI kernel symbols when using gdb_grub script
,
Daniel Kiper
,
2022/12/22
Re: [PATCH v4 08/15] gdb: If enabled, print line used to load EFI kernel symbols when using gdb_grub script
,
Glenn Washburn
,
2022/12/23
[PATCH v4 09/15] gdb: Conditionally run GDB script logic for dynamically or statically positioned GRUB
,
Glenn Washburn
,
2022/12/16
[PATCH v4 10/15] gdb: Only connect to remote target once when first sourced
,
Glenn Washburn
,
2022/12/16
[PATCH v4 12/15] gdb: Allow running user-defined commands at GRUB start
,
Glenn Washburn
,
2022/12/16
Re: [PATCH v4 12/15] gdb: Allow running user-defined commands at GRUB start
,
Daniel Kiper
,
2022/12/21
Re: [PATCH v4 12/15] gdb: Allow running user-defined commands at GRUB start
,
Glenn Washburn
,
2022/12/21
Re: [PATCH v4 12/15] gdb: Allow running user-defined commands at GRUB start
,
Glenn Washburn
,
2022/12/22
Re: [PATCH v4 12/15] gdb: Allow running user-defined commands at GRUB start
,
Daniel Kiper
,
2022/12/22
[PATCH v4 13/15] gdb: Add extra early initialization symbols for i386-pc
,
Glenn Washburn
,
2022/12/16
Re: [PATCH v4 13/15] gdb: Add extra early initialization symbols for i386-pc
,
Daniel Kiper
,
2022/12/21
Re: [PATCH v4 13/15] gdb: Add extra early initialization symbols for i386-pc
,
Glenn Washburn
,
2022/12/21
Re: [PATCH v4 13/15] gdb: Add extra early initialization symbols for i386-pc
,
Daniel Kiper
,
2022/12/22
[PATCH v4 14/15] gdb: Add ability to turn on shell tracing for gdb helper script
,
Glenn Washburn
,
2022/12/16
[PATCH v4 11/15] gdb: Allow user defined "onload_<modname>" command to be run when module is loaded
,
Glenn Washburn
,
2022/12/16
[PATCH v4 15/15] docs: Add debugging chapter to development documentation
,
Glenn Washburn
,
2022/12/16
Re: [PATCH v4 15/15] docs: Add debugging chapter to development documentation
,
Jeremy Szu
,
2022/12/20
Re: [PATCH v4 15/15] docs: Add debugging chapter to development documentation
,
Glenn Washburn
,
2022/12/22
Re: [PATCH v4 15/15] docs: Add debugging chapter to development documentation
,
Daniel Kiper
,
2022/12/21
Re: [PATCH 0/2] EFI chainloader improvement
,
Glenn Washburn
,
2022/12/15
[PATCH] docs: Document extra arguments to chainloader on EFI
,
Glenn Washburn
,
2022/12/15
Re: [PATCH] docs: Document extra arguments to chainloader on EFI
,
Glenn Washburn
,
2022/12/16
[PATCH v3] cmp: Only return success when both files have the same contents
,
Glenn Washburn
,
2022/12/15
Re: [PATCH v3] cmp: Only return success when both files have the same contents
,
Daniel Kiper
,
2022/12/20
[PATCH] docs: Remove text about cryptodisk uuids no being able to use dashes
,
Glenn Washburn
,
2022/12/15
Re: [PATCH] docs: Remove text about cryptodisk uuids no being able to use dashes
,
Daniel Kiper
,
2022/12/20
[PATCH] grub-shell: Add grub output logfile with grub-shell --debug
,
Glenn Washburn
,
2022/12/15
Re: [PATCH] grub-shell: Add grub output logfile with grub-shell --debug
,
Daniel Kiper
,
2022/12/20
[PATCH v3 00/15] GDB script fixes and improvements
,
Glenn Washburn
,
2022/12/15
[PATCH v3 01/15] gdb: Fix redirection issue in dump_module_sections
,
Glenn Washburn
,
2022/12/15
[PATCH v3 02/15] gdb: Prevent wrapping when writing to .segments.tmp
,
Glenn Washburn
,
2022/12/15
[PATCH v3 03/15] gdb: If no modules have been loaded, do not try to load module symbols
,
Glenn Washburn
,
2022/12/15
[PATCH v3 04/15] gdb: Move runtime module loading into runtime_load_module
,
Glenn Washburn
,
2022/12/15
[PATCH v3 05/15] gdb: Get correct mod variable value
,
Glenn Washburn
,
2022/12/15
[PATCH v3 06/15] gdb: Do not run load_module if module has already been loaded
,
Glenn Washburn
,
2022/12/15
[PATCH v3 07/15] gdb: Add functions to make loading from dynamically positioned targets easier
,
Glenn Washburn
,
2022/12/15
[PATCH v3 08/15] gdb: Remove Perl dependency for GRUB GDB script
,
Glenn Washburn
,
2022/12/15
[PATCH v3 09/15] gdb: If enabled, print line used to load EFI kernel symbols when using gdb_grub script
,
Glenn Washburn
,
2022/12/15
[PATCH v3 10/15] gdb: Conditionally run GDB script logic for dynamically or statically positioned GRUB
,
Glenn Washburn
,
2022/12/15
[PATCH v3 11/15] gdb: Only connect to remote target once when first sourced
,
Glenn Washburn
,
2022/12/15
[PATCH v3 12/15] gdb: Allow user defined "onload_<modname>" command to be run when module is loaded
,
Glenn Washburn
,
2022/12/15
[PATCH v3 13/15] gdb: Allow running user-defined commands at GRUB start
,
Glenn Washburn
,
2022/12/15
[PATCH v3 14/15] gdb: Add ability to turn on shell tracing for gdb helper script
,
Glenn Washburn
,
2022/12/15
[PATCH v3 15/15] docs: Add debugging chapter to development documentation
,
Glenn Washburn
,
2022/12/15
[PATCH 0/4] fs/iso9660: Fix out-of-bounds read
,
Lidong Chen
,
2022/12/14
[PATCH 2/4] fs/iso9660: Prevent read past the end of system use area
,
Lidong Chen
,
2022/12/14
Re: [PATCH 2/4] fs/iso9660: Prevent read past the end of system use area
,
Thomas Schmitt
,
2022/12/15
Re: [PATCH 2/4] fs/iso9660: Prevent read past the end of system use area
,
Lidong Chen
,
2022/12/19
Re: [PATCH 2/4] fs/iso9660: Prevent read past the end of system use area
,
Thomas Schmitt
,
2022/12/16
Proposal: fs/iso9660: Prevent skipping CE or ST at start of continuation area
,
Thomas Schmitt
,
2022/12/16
Proposal v2: fs/iso9660: Prevent skipping CE or ST at start of continuation area
,
Thomas Schmitt
,
2022/12/16
Re: Proposal v2: fs/iso9660: Prevent skipping CE or ST at start of continuation area
,
Lidong Chen
,
2022/12/20
[PATCH 3/4] fs/iso9660: Avoid reading past the entry boundary
,
Lidong Chen
,
2022/12/14
Re: [PATCH 3/4] fs/iso9660: Avoid reading past the entry boundary
,
Thomas Schmitt
,
2022/12/15
Re: [PATCH 3/4] fs/iso9660: Avoid reading past the entry boundary
,
Lidong Chen
,
2022/12/19
[PATCH 1/4] fs/iso9660: Add check to prevent infinite loop
,
Lidong Chen
,
2022/12/14
Re: [PATCH 1/4] fs/iso9660: Add check to prevent infinite loop
,
Thomas Schmitt
,
2022/12/15
Re: [PATCH 1/4] fs/iso9660: Add check to prevent infinite loop
,
Lidong Chen
,
2022/12/19
Re: [PATCH 1/4] fs/iso9660: Add check to prevent infinite loop
,
Thomas Schmitt
,
2022/12/19
[PATCH 4/4] fs/iso9660: Incorrect check for entry boudary
,
Lidong Chen
,
2022/12/14
Re: [PATCH 4/4] fs/iso9660: Incorrect check for entry boudary
,
Thomas Schmitt
,
2022/12/15
Re: [PATCH 4/4] fs/iso9660: Incorrect check for entry boudary
,
Lidong Chen
,
2022/12/19
Re: [PATCH 4/4] fs/iso9660: Incorrect check for entry boudary
,
Thomas Schmitt
,
2022/12/20
Re: [PATCH 0/4] fs/iso9660: Fix out-of-bounds read
,
Thomas Schmitt
,
2022/12/14
Re: [PATCH 0/4] fs/iso9660: Fix out-of-bounds read
,
Lidong Chen
,
2022/12/19
Handling large allocations (bypassing mm?)
,
Julian Andres Klode
,
2022/12/14
Re: Handling large allocations (bypassing mm?)
,
Daniel Kiper
,
2022/12/14
Re: Handling large allocations (bypassing mm?)
,
Julian Andres Klode
,
2022/12/15
Re: Handling large allocations (bypassing mm?)
,
Ard Biesheuvel
,
2022/12/15
Re: Handling large allocations (bypassing mm?)
,
Robbie Harwood
,
2022/12/16
Re: Handling large allocations (bypassing mm?)
,
Ard Biesheuvel
,
2022/12/22
Re: [PATCH 2/2] mm: Preallocate some space when adding new regions
,
Daniel Kiper
,
2022/12/13
Re: [PATCH 1/2] mm: Adjust new region size to take management cost into account
,
Daniel Kiper
,
2022/12/13
Re: [PATCH 1/2] mm: Adjust new region size to take management cost into account
,
Zhang Boyang
,
2022/12/15
[PATCH v2 0/2] mm: Better handling of adding new regions
,
Zhang Boyang
,
2022/12/15
[PATCH v2 1/2] mm: Adjust new region size to take management overhead into account
,
Zhang Boyang
,
2022/12/15
Re: [PATCH v2 1/2] mm: Adjust new region size to take management overhead into account
,
Daniel Kiper
,
2022/12/20
Re: [PATCH v2 1/2] mm: Adjust new region size to take management overhead into account
,
Zhang Boyang
,
2022/12/21
[PATCH v2 2/2] mm: Preallocate some space when adding new regions
,
Zhang Boyang
,
2022/12/15
Re: [PATCH v2 2/2] mm: Preallocate some space when adding new regions
,
Daniel Kiper
,
2022/12/20
[PATCH] templates/linux_xen: fix detecting xsm policy
,
Marek Marczykowski-Górecki
,
2022/12/12
Re: [PATCH] templates/linux_xen: fix detecting xsm policy
,
Daniel Kiper
,
2022/12/13
Re: [PATCH] templates/linux_xen: fix detecting xsm policy
,
Marek Marczykowski-Górecki
,
2022/12/13
Re: [PATCH] templates/linux_xen: fix detecting xsm policy
,
Daniel Kiper
,
2022/12/20
Re: Possible memory fault in fs/iso9660 (correction)
,
Daniel Kiper
,
2022/12/12
[PATCH] loader/i386/linux.c Correct wrong initrd address for debug
,
Jeremy Szu
,
2022/12/08
Re: [PATCH] loader/i386/linux.c Correct wrong initrd address for debug
,
Daniel Kiper
,
2022/12/13
Re: [PATCH] loader/i386/linux.c Correct wrong initrd address for debug
,
Jeremy Szu
,
2022/12/13
AW: AW: Adding --set to videoinfo to retrieve current video resolution
,
Markus Scholz
,
2022/12/06
[PATCH 0/1] feat: add --set argument to videoinfo to write current resolution to grub env var
,
Markus Scholz
,
2022/12/06
[PATCH 1/1] feat: add --set argument to videoinfo to write current resolution to grub env var
,
Markus Scholz
,
2022/12/06
Re: [PATCH 1/1] feat: add --set argument to videoinfo to write current resolution to grub env var
,
Zhang Boyang
,
2022/12/13
Re: AW: AW: Adding --set to videoinfo to retrieve current video resolution
,
Zhang Boyang
,
2022/12/10
Re: AW: AW: Adding --set to videoinfo to retrieve current video resolution
,
Markus Scholz
,
2022/12/12
Re: AW: AW: Adding --set to videoinfo to retrieve current video resolution
,
Zhang Boyang
,
2022/12/13
Re: AW: AW: Adding --set to videoinfo to retrieve current video resolution
,
Daniel Kiper
,
2022/12/13
AW: AW: AW: Adding --set to videoinfo to retrieve current video resolution
,
Markus Scholz
,
2022/12/14
[PATCH V3 0/4] bash-completion:fix shellcheck error and warning
,
t . feng
,
2022/12/06
[PATCH V3 1/4] bash-completion:fix shellcheck error
,
t . feng
,
2022/12/06
[PATCH V3 3/4] bash-completion:fix shellcheck SC2155-Warning
,
t . feng
,
2022/12/06
[PATCH V3 4/4] bash-completion:disable shellcheck SC2120-Warning
,
t . feng
,
2022/12/06
[PATCH V3 2/4] bash-completion:fix shellcheck SC2207-Warning
,
t . feng
,
2022/12/06
Re: [PATCH V3 0/4] bash-completion:fix shellcheck error and warning
,
Daniel Kiper
,
2022/12/06
Re: [v6 PATCH 2/3] RISC-V: Update image header
,
Atish Patra
,
2022/12/06
Re: [v6 PATCH 2/3] RISC-V: Update image header
,
Daniel Kiper
,
2022/12/14
[PATCH 0/3] introduce "mmunlimited" to allocate higher memories.
,
Jeremy Szu
,
2022/12/06
[PATCH 1/3] grub-core/kern/efi/mm.c fix warning message
,
Jeremy Szu
,
2022/12/06
[PATCH 2/3] include/grub/i386/linux.h support xloadflags
,
Jeremy Szu
,
2022/12/06
[PATCH 3/3] kern/efi/mm: introduce 'mmunlimited' for allocates on higher memories.
,
Jeremy Szu
,
2022/12/06
[PATCH] kern/file: Fix error handling in grub_file_open()
,
Steve McIntyre
,
2022/12/05
Re: [PATCH] kern/file: Fix error handling in grub_file_open()
,
Daniel Kiper
,
2022/12/06
[RFC PATCH 0/4] Wrap font files into PE files
,
Zhang Boyang
,
2022/12/05
[RFC PATCH 1/4] util/grub-wrap: New tool to wrap a file as a PE image
,
Zhang Boyang
,
2022/12/05
[RFC PATCH 2/4] kern/unwrap: File filter to unwrap files wrapped by grub-wrap
,
Zhang Boyang
,
2022/12/05
[RFC PATCH 3/4] kern/efi/sb: Set requirements for PE images
,
Zhang Boyang
,
2022/12/05
[RFC PATCH 4/4] kern/efi/sb: Use shim to verify font files
,
Zhang Boyang
,
2022/12/05
Re: [RFC PATCH 4/4] kern/efi/sb: Use shim to verify font files
,
Robbie Harwood
,
2022/12/06
Re: [RFC PATCH 4/4] kern/efi/sb: Use shim to verify font files
,
Steve McIntyre
,
2022/12/06
Re: [RFC PATCH 4/4] kern/efi/sb: Use shim to verify font files
,
Michael Chang
,
2022/12/06
Re: [RFC PATCH 4/4] kern/efi/sb: Use shim to verify font files
,
Dimitri John Ledkov
,
2022/12/06
[PATCH 0/5] Font fixes and preliminary HiDPI support
,
Zhang Boyang
,
2022/12/05
[PATCH 1/5] font: Check return value of grub_malloc() in ascii_glyph_lookup()
,
Zhang Boyang
,
2022/12/05
Re: [PATCH 1/5] font: Check return value of grub_malloc() in ascii_glyph_lookup()
,
Daniel Kiper
,
2022/12/13
[PATCH 2/5] font: Assign null_font to unknown_glyph
,
Zhang Boyang
,
2022/12/05
Re: [PATCH 2/5] font: Assign null_font to unknown_glyph
,
Daniel Kiper
,
2022/12/13
[PATCH 3/5] font: Reject fonts with negative max_char_width or max_char_height
,
Zhang Boyang
,
2022/12/05
Re: [PATCH 3/5] font: Reject fonts with negative max_char_width or max_char_height
,
Daniel Kiper
,
2022/12/13
[PATCH 4/5] font: Add font scaling feature to grub_font_draw_glyph()
,
Zhang Boyang
,
2022/12/05
Re: [PATCH 4/5] font: Add font scaling feature to grub_font_draw_glyph()
,
Zhang Boyang
,
2022/12/05
[PATCH 5/5] term/gfxterm: Preliminary HiDPI support
,
Zhang Boyang
,
2022/12/05
[PATCH v12 10/10] tests: add support for LoongArch
,
Xiaotian Wu
,
2022/12/05
[PATCH v12 09/10] LoongArch: Support new relocation types in v2.00 ABI
,
Xiaotian Wu
,
2022/12/05
[PATCH v12 08/10] LoongArch: Add to build system
,
Xiaotian Wu
,
2022/12/05
[PATCH v12 07/10] LoongArch: Add auxiliary files
,
Xiaotian Wu
,
2022/12/05
[PATCH v12 00/10] Add support for LoongArch
,
Xiaotian Wu
,
2022/12/05
[PATCH v12 01/10] PE: Add LoongArch definitions
,
Xiaotian Wu
,
2022/12/05
[PATCH v12 03/10] LoongArch: Add setjmp implementation
,
Xiaotian Wu
,
2022/12/05
[PATCH v12 05/10] LoongArch: Add efi stubs kernel loader support
,
Xiaotian Wu
,
2022/12/05
[PATCH v12 06/10] LoongArch: Add awareness for LoongArch relocations
,
Xiaotian Wu
,
2022/12/05
[PATCH v12 02/10] Add LoongArch definitions
,
Xiaotian Wu
,
2022/12/05
[PATCH v12 04/10] LoongArch: Add early startup code
,
Xiaotian Wu
,
2022/12/05
[PATCH] grub-core/loader/i386: Fix initrd maximum address overflow
,
Jeremy Szu
,
2022/12/04
[PATCH] grub-core/loader/i386: Fix initrd maximum address overflow
,
Jeremy Szu
,
2022/12/04
Re: [PATCH] grub-core/loader/i386: Fix initrd maximum address overflow
,
Daniel Kiper
,
2022/12/06
[PATCH v9] plainmount: Support plain encryption mode
,
Maxim Fomin
,
2022/12/04
Re: [PATCH v9] plainmount: Support plain encryption mode
,
Maxim Fomin
,
2022/12/04
Re: [PATCH v9] plainmount: Support plain encryption mode
,
Daniel Kiper
,
2022/12/13
Re: [PATCH v9] plainmount: Support plain encryption mode
,
Glenn Washburn
,
2022/12/16
[PATCH] Fix integer overflow at left shift expression
,
Maxim Fomin
,
2022/12/04
Re: [PATCH] Fix integer overflow at left shift expression
,
Maxim Fomin
,
2022/12/04
Re: [PATCH] Fix integer overflow at left shift expression
,
Daniel Kiper
,
2022/12/06
Re: [PATCH] Fix integer overflow at left shift expression
,
Glenn Washburn
,
2022/12/16
Re: [PATCH] Fix integer overflow at left shift expression
,
Maxim Fomin
,
2022/12/17
Re: [address@hidden: Bug#1021846: grub-install is broken since 2.06-3: error: unknown filesystem]
,
Daniel Axtens
,
2022/12/02
Re: [address@hidden: Bug#1021846: grub-install is broken since 2.06-3: error: unknown filesystem]
,
Steve McIntyre
,
2022/12/03
Re: [address@hidden: Bug#1021846: grub-install is broken since 2.06-3: error: unknown filesystem]
,
программист некто
,
2022/12/04
Re: [address@hidden: Bug#1021846: grub-install is broken since 2.06-3: error: unknown filesystem]
,
Christian Hesse
,
2022/12/09
[address@hidden: Bug#1021846: grub-install is broken since 2.06-3: error: unknown filesystem]
,
программист некто
,
2022/12/09
Re: [address@hidden: Bug#1021846: grub-install is broken since 2.06-3: error: unknown filesystem]
,
Steve McIntyre
,
2022/12/11
Re: [PATCH] grub-shell: Put all generated files into working dir and use better file names
,
Daniel Kiper
,
2022/12/02
[RESEND PATCH 0/7] serial: Add MMIO & SPCR support
,
Benjamin Herrenschmidt
,
2022/12/01
[PATCH 1/7] acpi: Export a generic grub_acpi_find_table
,
Benjamin Herrenschmidt
,
2022/12/01
[PATCH 2/7] acpi: Add SPCR and generic address definitions
,
Benjamin Herrenschmidt
,
2022/12/01
[PATCH 3/7] ns8250: Add base support for MMIO UARTs
,
Benjamin Herrenschmidt
,
2022/12/01
Re: [PATCH 3/7] ns8250: Add base support for MMIO UARTs
,
Daniel Kiper
,
2022/12/21
Re: [PATCH 3/7] ns8250: Add base support for MMIO UARTs
,
Benjamin Herrenschmidt
,
2022/12/21
[PATCH 4/7] ns8250: Add configuration parameter when adding ports
,
Benjamin Herrenschmidt
,
2022/12/01
Re: [PATCH 4/7] ns8250: Add configuration parameter when adding ports
,
Daniel Kiper
,
2022/12/21
[PATCH 5/7] ns8250: Use ACPI SPCR table when available to configure serial
,
Benjamin Herrenschmidt
,
2022/12/01
Re: [PATCH 5/7] ns8250: Use ACPI SPCR table when available to configure serial
,
Daniel Kiper
,
2022/12/21
[PATCH 6/7] ns8250: Support more MMIO access sizes
,
Benjamin Herrenschmidt
,
2022/12/01
Re: [PATCH 6/7] ns8250: Support more MMIO access sizes
,
Daniel Kiper
,
2022/12/21
[PATCH 7/7] serial: Add ability to specify MMIO ports via 'serial'
,
Benjamin Herrenschmidt
,
2022/12/01
Re: [PATCH 7/7] serial: Add ability to specify MMIO ports via 'serial'
,
Daniel Kiper
,
2022/12/21
Re: [PATCH 7/7] serial: Add ability to specify MMIO ports via 'serial'
,
Benjamin Herrenschmidt
,
2022/12/21
Re: [RESEND PATCH 0/7] serial: Add MMIO & SPCR support
,
Daniel Kiper
,
2022/12/21
Re: [RESEND PATCH 0/7] serial: Add MMIO & SPCR support
,
Benjamin Herrenschmidt
,
2022/12/21
[PATCH v2 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Stefan Berger
,
2022/12/01
[PATCH v2 2/6] ieee1275: drop len -= 1 quirk in heap_init
,
Stefan Berger
,
2022/12/01
Re: [PATCH v2 2/6] ieee1275: drop len -= 1 quirk in heap_init
,
Daniel Kiper
,
2022/12/13
Re: [PATCH v2 2/6] ieee1275: drop len -= 1 quirk in heap_init
,
Vladimir 'phcoder' Serbinenko
,
2022/12/13
Re: [PATCH v2 2/6] ieee1275: drop len -= 1 quirk in heap_init
,
John Paul Adrian Glaubitz
,
2022/12/13
[PATCH v2 4/6] ieee1275: implement vec5 for cas negotiation
,
Stefan Berger
,
2022/12/01
Re: [PATCH v2 4/6] ieee1275: implement vec5 for cas negotiation
,
Daniel Kiper
,
2022/12/13
[PATCH v2 1/6] ieee1275: request memory with ibm, client-architecture-support
,
Stefan Berger
,
2022/12/01
Re: [PATCH v2 1/6] ieee1275: request memory with ibm, client-architecture-support
,
Daniel Kiper
,
2022/12/13
Re: [PATCH v2 1/6] ieee1275: request memory with ibm, client-architecture-support
,
Vladimir 'phcoder' Serbinenko
,
2022/12/13
[PATCH v2 6/6] ibmvtpm: Add support for trusted boot using a vTPM 2.0
,
Stefan Berger
,
2022/12/01
Re: [PATCH v2 6/6] ibmvtpm: Add support for trusted boot using a vTPM 2.0
,
Daniel Kiper
,
2022/12/13
Re: [PATCH v2 6/6] ibmvtpm: Add support for trusted boot using a vTPM 2.0
,
Stefan Berger
,
2022/12/13
Re: [PATCH v2 6/6] ibmvtpm: Add support for trusted boot using a vTPM 2.0
,
Daniel Kiper
,
2022/12/14
Re: [PATCH v2 6/6] ibmvtpm: Add support for trusted boot using a vTPM 2.0
,
Stefan Berger
,
2022/12/14
Re: [PATCH v2 6/6] ibmvtpm: Add support for trusted boot using a vTPM 2.0
,
Daniel Kiper
,
2022/12/15
[PATCH v2 3/6] ieee1275: support runtime memory claiming
,
Stefan Berger
,
2022/12/01
Re: [PATCH v2 3/6] ieee1275: support runtime memory claiming
,
Daniel Kiper
,
2022/12/13
Re: [PATCH v2 3/6] ieee1275: support runtime memory claiming
,
Stefan Berger
,
2022/12/13
Re: [PATCH v2 3/6] ieee1275: support runtime memory claiming
,
Daniel Kiper
,
2022/12/14
Re: [PATCH v2 3/6] ieee1275: support runtime memory claiming
,
Zhang Boyang
,
2022/12/15
[PATCH v2 5/6] Add memtool module with memory allocation stress-test
,
Stefan Berger
,
2022/12/01
Re: [PATCH v2 5/6] Add memtool module with memory allocation stress-test
,
Daniel Kiper
,
2022/12/13
Re: [PATCH V2 3/4] bash-completion:fix shellcheck SC2155-Warning
,
Daniel Kiper
,
2022/12/01
Re: [PATCH V2 1/4] bash-completion:fix shellcheck error
,
Daniel Kiper
,
2022/12/01
Re: [PATCH V2 4/4] bash-completion:disable shellcheck SC2120-Warning
,
Daniel Kiper
,
2022/12/01
Re: [PATCH] util/grub.d/30_uefi-firmware.in: Re-arrange if conditions
,
Daniel Kiper
,
2022/12/01
Re: [PATCH V2 2/4] bash-completion:fix shellcheck SC2207-Warning
,
Daniel Kiper
,
2022/12/01
Re: [PATCH v2 2/2] efi: Put Linux specific magic number in the DOS header
,
Daniel Kiper
,
2022/12/01
Re: [PATCH v2 2/2] efi: Put Linux specific magic number in the DOS header
,
Ard Biesheuvel
,
2022/12/01
Re: [PATCH v2 2/2] efi: Put Linux specific magic number in the DOS header
,
Daniel Kiper
,
2022/12/01
Re: [PATCH v2 2/2] efi: Put Linux specific magic number in the DOS header
,
Daniel Kiper
,
2022/12/01
Re: [PATCH v2 2/2] efi: Put Linux specific magic number in the DOS header
,
Atish Patra
,
2022/12/06
Re: [PATCH v2 2/2] efi: Put Linux specific magic number in the DOS header
,
Xiaotian Wu
,
2022/12/07
Re: [PATCH v2 2/2] efi: Put Linux specific magic number in the DOS header
,
Ard Biesheuvel
,
2022/12/07
Re: [PATCH v2 2/2] efi: Put Linux specific magic number in the DOS header
,
Xiaotian Wu
,
2022/12/07
Re: [PATCH v2 2/2] efi: Put Linux specific magic number in the DOS header
,
Ard Biesheuvel
,
2022/12/07
Re: Fonts and theming and what to do in future with SB
,
Zhang Boyang
,
2022/12/01
Re: [PATCH v8 1/1] plainmount: Support plain encryption mode
,
Glenn Washburn
,
2022/12/01
Re: [PATCH v8 1/1] plainmount: Support plain encryption mode
,
Daniel Kiper
,
2022/12/01
Re: [PATCH v8 1/1] plainmount: Support plain encryption mode
,
Glenn Washburn
,
2022/12/01
Re: [PATCH v8 1/1] plainmount: Support plain encryption mode
,
Maxim Fomin
,
2022/12/02
Re: [PATCH v8 1/1] plainmount: Support plain encryption mode
,
Glenn Washburn
,
2022/12/23
Re: [PATCH v8 1/1] plainmount: Support plain encryption mode
,
Glenn Washburn
,
2022/12/23
Re: [PATCH v8 1/1] plainmount: Support plain encryption mode
,
Maxim Fomin
,
2022/12/28
Re: [PATCH v8 1/1] plainmount: Support plain encryption mode
,
Maxim Fomin
,
2022/12/02
Re: [PATCH 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Glenn Washburn
,
2022/12/01
Re: [PATCH 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Stefan Berger
,
2022/12/01
Re: [PATCH 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Daniel Kiper
,
2022/12/01
Re: [PATCH 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Stefan Berger
,
2022/12/01
Re: [PATCH 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Daniel Kiper
,
2022/12/01
Re: [PATCH 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Stefan Berger
,
2022/12/01
Re: [PATCH 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Daniel Kiper
,
2022/12/01
Re: [PATCH 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Stefan Berger
,
2022/12/01
Re: [PATCH 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Daniel Kiper
,
2022/12/01
Re: [PATCH 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Lennart Sorensen
,
2022/12/02
Re: [PATCH 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Daniel Kiper
,
2022/12/01
Re: [PATCH 0/6] Dynamic allocation of memory regions and IBM vTPM v2
,
Daniel Kiper
,
2022/12/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc