Archives are refreshed every 30 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 Feb 28 2019 11:33:01 -0500
Threads in reverse chronological order
[
Next Period
]
[PATCH v2] Fix syslinux_test in out-of-tree builds
,
Colin Watson
,
2019/02/27
Re: [PATCH] Fix syslinux_test in out-of-tree builds
,
Colin Watson
,
2019/02/27
[PATCH v2 0/1] Upgrade Gnulib; switch to bootstrap tool
,
Colin Watson
,
2019/02/27
[PATCH v2 1/1] Upgrade Gnulib; switch to bootstrap tool
,
Colin Watson
,
2019/02/27
Re: [PATCH 1/1] Upgrade Gnulib; switch to bootstrap tool
,
Colin Watson
,
2019/02/27
[PATCH] util: Detect more I/O errors
,
Colin Watson
,
2019/02/27
Re: [PATCH] util: Detect more I/O errors
,
Steve McIntyre
,
2019/02/27
Re: [PATCH] util: Detect more I/O errors
,
Colin Watson
,
2019/02/28
RE: [PATCH] util: Detect more I/O errors
,
Elliott, Robert (Persistent Memory)
,
2019/02/28
[PATCH v2 0/1] osdep/freebsd: Fix partition calculation for EBR entries
,
Colin Watson
,
2019/02/26
[PATCH v2 1/1] osdep/freebsd: Fix partition calculation for EBR entries
,
James Clarke
,
2019/02/26
[PATCH 0/1] Fix partition offset for EBR partitions on FreeBSD
,
Colin Watson
,
2019/02/26
[PATCH 1/1] Fix partition offset for EBR partitions on FreeBSD
,
James Clarke
,
2019/02/26
Re: [PATCH 0/1] Fix partition offset for EBR partitions on FreeBSD
,
Colin Watson
,
2019/02/26
[PATCH v5] Add travis-ci config file
,
Alexander Graf
,
2019/02/23
[PATCH v4] Add travis-ci config file
,
Alexander Graf
,
2019/02/22
Re: [PATCH v4] Add travis-ci config file
,
Daniel Kiper
,
2019/02/22
Re: [PATCH v4] Add travis-ci config file
,
Alexander Graf
,
2019/02/23
[PATCH] arm64/efi: fix grub_efi_get_ram_base()
,
Leif Lindholm
,
2019/02/21
Re: [PATCH] arm64/efi: fix grub_efi_get_ram_base()
,
Steve McIntyre
,
2019/02/21
Re: [PATCH] arm64/efi: fix grub_efi_get_ram_base()
,
Daniel Kiper
,
2019/02/21
Ping: [PATCH, v3] ieee1275: Include a.out header in assembly of sparc64 boot loader
,
John Paul Adrian Glaubitz
,
2019/02/20
[PATCH v3] Add travis-ci config file
,
Alexander Graf
,
2019/02/19
Re: [PATCH v3] Add travis-ci config file
,
Daniel Kiper
,
2019/02/20
Re: [PATCH v3] Add travis-ci config file
,
Alexander Graf
,
2019/02/20
Re: [PATCH v3] Add travis-ci config file
,
Daniel Kiper
,
2019/02/21
Re: [PATCH v3] Add travis-ci config file
,
Alexander Graf
,
2019/02/22
[PATCH 0/1] New MSR module
,
JesusDF
,
2019/02/16
[PATCH 1/1] Add a new grub module called msr that registers two commands (rdmsr and wrmsr) to be able to read and write to the model-specific registers. It is i386 specific, as the cpuid module. The name of the module and commands match the linux kernel module and intel commands to interact with it.
,
JesusDF
,
2019/02/16
Re: [PATCH 1/1] Add new module msr
,
Paul Menzel
,
2019/02/18
Re: [PATCH 1/1] Add a new grub module called msr that registers two commands (rdmsr and wrmsr) to be able to read and write to the model-specific registers. It is i386 specific, as the cpuid module. The name of the module and commands match the linux kernel module and intel commands to interact with it.
,
Daniel Kiper
,
2019/02/18
Re: [PATCH 1/1] Add new module msr
,
Jesús Diéguez Fernández
,
2019/02/18
Re: [PATCH 1/1] Add new module msr
,
Daniel Kiper
,
2019/02/19
[PATCH] Add knobs to allow non-initrd boot config
,
Paul Menzel
,
2019/02/15
Re: [PATCH] Add knobs to allow non-initrd boot config
,
Nick Vinson
,
2019/02/15
Re: [PATCH] Add knobs to allow non-initrd boot config
,
Daniel Kiper
,
2019/02/18
Re: [PATCH] Add knobs to allow non-initrd boot config
,
Paul Menzel
,
2019/02/18
Re: [PATCH] Add knobs to allow non-initrd boot config
,
Daniel Kiper
,
2019/02/18
[PATCH v2] Add travis-ci config file
,
Alexander Graf
,
2019/02/14
Re: [PATCH v2] Add travis-ci config file
,
Daniel Kiper
,
2019/02/18
Re: [PATCH v2] Add travis-ci config file
,
Daniel Kiper
,
2019/02/18
Re: [PATCH v2] Add travis-ci config file
,
Alexander Graf
,
2019/02/19
Re: [PATCH v2] Add travis-ci config file
,
Alexander Graf
,
2019/02/19
[PATCH v2 0/9] net: bootp: add native DHCPv4 support
,
Andre Przywara
,
2019/02/12
[PATCH v2 1/9] net: dhcp: remove dead code
,
Andre Przywara
,
2019/02/12
Re: [PATCH v2 1/9] net: dhcp: remove dead code
,
Daniel Kiper
,
2019/02/20
[PATCH v2 2/9] net: dhcp: replace parse_dhcp_vendor() with find_dhcp_option()
,
Andre Przywara
,
2019/02/12
Re: [PATCH v2 2/9] net: dhcp: replace parse_dhcp_vendor() with find_dhcp_option()
,
Daniel Kiper
,
2019/02/21
[PATCH v2 3/9] net: dhcp: refactor DHCP packet transmission into separate function
,
Andre Przywara
,
2019/02/12
Re: [PATCH v2 3/9] net: dhcp: refactor DHCP packet transmission into separate function
,
Daniel Kiper
,
2019/02/21
[PATCH v2 4/9] net: dhcp: make grub_net_process_dhcp take an interface
,
Andre Przywara
,
2019/02/12
Re: [PATCH v2 4/9] net: dhcp: make grub_net_process_dhcp take an interface
,
Daniel Kiper
,
2019/02/21
[PATCH v2 5/9] net: dhcp: introduce per-interface timeout
,
Andre Przywara
,
2019/02/12
Re: [PATCH v2 5/9] net: dhcp: introduce per-interface timeout
,
Daniel Kiper
,
2019/02/21
[PATCH v2 6/9] net: dhcp: use DHCP options for name and bootfile
,
Andre Przywara
,
2019/02/12
Re: [PATCH v2 6/9] net: dhcp: use DHCP options for name and bootfile
,
Daniel Kiper
,
2019/02/21
[PATCH v2 8/9] net: dhcp: actually send out DHCPv4 DISCOVER and REQUEST messages
,
Andre Przywara
,
2019/02/12
Re: [PATCH v2 8/9] net: dhcp: actually send out DHCPv4 DISCOVER and REQUEST messages
,
Daniel Kiper
,
2019/02/21
[PATCH v2 7/9] net: dhcp: allow receiving DHCP OFFER and ACK packets
,
Andre Przywara
,
2019/02/12
Re: [PATCH v2 7/9] net: dhcp: allow receiving DHCP OFFER and ACK packets
,
Daniel Kiper
,
2019/02/21
[PATCH v2 9/9] net: dhcp: add explicit net_dhcp command
,
Andre Przywara
,
2019/02/12
Re: [PATCH v2 9/9] net: dhcp: add explicit net_dhcp command
,
Daniel Kiper
,
2019/02/21
[PATCH] Add travis-ci config file
,
Alexander Graf
,
2019/02/12
Re: [PATCH] Add travis-ci config file
,
Konrad Rzeszutek Wilk
,
2019/02/12
Re: [PATCH] Add travis-ci config file
,
Alexander Graf
,
2019/02/14
Re: [PATCH] Add travis-ci config file
,
Paul Menzel
,
2019/02/13
Re: [PATCH] Add travis-ci config file
,
Alexander Graf
,
2019/02/14
Boot from RAW disk image
,
moo can
,
2019/02/12
Setparams built-in command advices
,
moo can
,
2019/02/12
[PATCH v6 00/11] Add RISC-V support
,
Alexander Graf
,
2019/02/12
[PATCH v6 03/11] elf.h: Add RISC-V definitions
,
Alexander Graf
,
2019/02/12
[PATCH v6 05/11] RISC-V: Add early startup code
,
Alexander Graf
,
2019/02/12
[PATCH v6 10/11] RISC-V: Add to build system
,
Alexander Graf
,
2019/02/12
Re: [PATCH v6 10/11] RISC-V: Add to build system
,
Daniel Kiper
,
2019/02/18
Re: [PATCH v6 10/11] RISC-V: Add to build system
,
Alexander Graf
,
2019/02/19
Re: [PATCH v6 10/11] RISC-V: Add to build system
,
Daniel Kiper
,
2019/02/20
[PATCH v6 11/11] fdt: Treat device tree file type like ACPI
,
Alexander Graf
,
2019/02/12
Re: [PATCH v6 11/11] fdt: Treat device tree file type like ACPI
,
Alistair Francis
,
2019/02/12
[PATCH v6 08/11] RISC-V: Add auxiliary files
,
Alexander Graf
,
2019/02/12
[PATCH v7 08/11] RISC-V: Add auxiliary files
,
Alexander Graf
,
2019/02/12
Re: [PATCH v7 08/11] RISC-V: Add auxiliary files
,
Alistair Francis
,
2019/02/12
Re: [PATCH v7 08/11] RISC-V: Add auxiliary files
,
Daniel Kiper
,
2019/02/18
[PATCH v6 02/11] PE: Add RISC-V definitions
,
Alexander Graf
,
2019/02/12
[PATCH v6 09/11] RISC-V: Add libgcc helpers for clz
,
Alexander Graf
,
2019/02/12
Re: [PATCH v6 09/11] RISC-V: Add libgcc helpers for clz
,
Daniel Kiper
,
2019/02/18
Re: [PATCH v6 09/11] RISC-V: Add libgcc helpers for clz
,
Alexander Graf
,
2019/02/19
Re: [PATCH v6 09/11] RISC-V: Add libgcc helpers for clz
,
Daniel Kiper
,
2019/02/20
[PATCH v6 04/11] RISC-V: Add setjmp implementation
,
Alexander Graf
,
2019/02/12
[PATCH v6 01/11] efi: Rename armxx to arch
,
Alexander Graf
,
2019/02/12
[PATCH v6 06/11] RISC-V: Add Linux load logic
,
Alexander Graf
,
2019/02/12
Re: [PATCH v6 06/11] RISC-V: Add Linux load logic
,
Alistair Francis
,
2019/02/12
Re: [PATCH v6 06/11] RISC-V: Add Linux load logic
,
Daniel Kiper
,
2019/02/18
Re: [PATCH v6 06/11] RISC-V: Add Linux load logic
,
Alexander Graf
,
2019/02/19
Re: [PATCH v6 06/11] RISC-V: Add Linux load logic
,
Daniel Kiper
,
2019/02/20
[PATCH v6 07/11] RISC-V: Add awareness for RISC-V reloations
,
Alexander Graf
,
2019/02/12
Re: [PATCH v6 07/11] RISC-V: Add awareness for RISC-V reloations
,
Alistair Francis
,
2019/02/12
Re: [PATCH v6 07/11] RISC-V: Add awareness for RISC-V reloations
,
Daniel Kiper
,
2019/02/18
Re: [PATCH] bootp: add native DHCPv4 support
,
Andre Przywara
,
2019/02/11
[PATCH] grub-install: check for arm-efi as a default target
,
Steve McIntyre
,
2019/02/10
Re: [PATCH] grub-install: check for arm-efi as a default target
,
Steve McIntyre
,
2019/02/20
Re: [PATCH] grub-install: check for arm-efi as a default target
,
Leif Lindholm
,
2019/02/21
Re: [PATCH] grub-install: check for arm-efi as a default target
,
dann frazier
,
2019/02/21
Re: [PATCH] grub-install: check for arm-efi as a default target
,
Steve McIntyre
,
2019/02/21
Re: [PATCH] grub-install: check for arm-efi as a default target
,
Leif Lindholm
,
2019/02/21
Re: [PATCH] grub-install: check for arm-efi as a default target
,
dann frazier
,
2019/02/21
Re: [PATCH] grub-install: check for arm-efi as a default target
,
Steve McIntyre
,
2019/02/21
[PATCH] grub-install: check for arm-efi as a default target
,
Steve McIntyre
,
2019/02/21
Re: [PATCH] grub-install: check for arm-efi as a default target
,
Leif Lindholm
,
2019/02/21
Re: [PATCH] grub-install: check for arm-efi as a default target
,
Daniel Kiper
,
2019/02/21
Re: [PATCH] grub-install: check for arm-efi as a default target
,
Leif Lindholm
,
2019/02/26
Re: [PATCH] grub-install: check for arm-efi as a default target
,
Daniel Kiper
,
2019/02/26
Re: [PATCH] grub-install: check for arm-efi as a default target
,
Steve McIntyre
,
2019/02/26
[PATCH, v2] ieee1275: Include a.out header in assembly of sparc64 boot loader
,
John Paul Adrian Glaubitz
,
2019/02/09
[PATCH] ieee1275: Include a.out header in assembly of sparc64 boot loader
,
John Paul Adrian Glaubitz
,
2019/02/09
[PATCH] ieee1275: Include a.out header in assembly of sparc64 boot loader
,
John Paul Adrian Glaubitz
,
2019/02/09
Re: [PATCH] ieee1275: Include a.out header in assembly of sparc64 boot loader
,
John Paul Adrian Glaubitz
,
2019/02/09
Re: [PATCH] ieee1275: Include a.out header in assembly of sparc64 boot loader
,
Daniel Kiper
,
2019/02/20
Re: [PATCH] ieee1275: Include a.out header in assembly of sparc64 boot loader
,
John Paul Adrian Glaubitz
,
2019/02/21
Re: [PATCH] ieee1275: Include a.out header in assembly of sparc64 boot loader
,
Daniel Kiper
,
2019/02/21
Re: [PATCH] ieee1275: Include a.out header in assembly of sparc64 boot loader
,
John Paul Adrian Glaubitz
,
2019/02/21
FOSDEM 2019 - GRUB upstream and distros cooperation
,
Daniel Kiper
,
2019/02/06
clang 7.0.1 build fails with `error: argument unused during compilation: '-Qn'`
,
Paul Menzel
,
2019/02/05
Re: clang 7.0.1 build fails with `error: argument unused during compilation: '-Qn'`
,
Daniel Kiper
,
2019/02/06
Re: clang 7.0.1 build fails with `error: argument unused during compilation: '-Qn'`
,
Nick Vinson
,
2019/02/07
[PATCH] normal/menu: Do not treat error values as key presses
,
Paul Menzel
,
2019/02/05
Re: [PATCH] normal/menu: Do not treat error values as key presses
,
Daniel Kiper
,
2019/02/06
Re: RFC Patch [0/2] PXE Add support for proxy DHCP
,
Alkis Georgopoulos
,
2019/02/03
[PATCH] ZFS: Ignore replacing-* devices
,
Richard Laager
,
2019/02/02
Re: [PATCH] ZFS: Ignore replacing-* devices
,
Daniel Kiper
,
2019/02/06
Re: [PATCH] ZFS: Ignore replacing-* devices
,
Richard Laager
,
2019/02/07
Re: [PATCH] arm: Move initrd upper to leave more space for kernel
,
Daniel Kiper
,
2019/02/01
Re: [PATCH] arm: Move initrd upper to leave more space for kernel
,
Leif Lindholm
,
2019/02/01
Re: [PATCH] arm: Move initrd upper to leave more space for kernel
,
Alexander Graf
,
2019/02/01
Re: [PATCH v6 0/3] arm64: Support HP Envy X2
,
Daniel Kiper
,
2019/02/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc