grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-19 16:18:49 to 2016-03-02 03:46:23 UTC [more...]

[PATCH v2 0/3] some disk reworking reposted
 2016-03-02  3:46 UTC  (6+ messages)
` [PATCH v2 1/3] disk: Add support for device-specific malloc function
` [PATCH v2 2/3] efidisk: implement alignment-respecting "
` [PATCH v2 3/3] disk: read into cache directly

[RFC 0/3] Add/use helper functions for finding UEFI config tables
 2016-03-01 20:28 UTC  (9+ messages)
` [RFC 1/3] efi: add configuration table search function
` [RFC 2/3] arm64 linux loader: use grub_efi_find_config_table to find DT
` [RFC 3/3] acpi: use grub_efi_find_config_table to find tables

[PATCH 0/2] Alternative efidisk alignment resolution
 2016-03-01 20:19 UTC  (19+ messages)
` [PATCH 1/2] disk: Add support for device-specific malloc function
` [PATCH 2/2] efidisk: respect block_io_protocol minimum buffer alignment

[PATCH] F2FS support
 2016-03-01 19:52 UTC  (11+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
      ` [f2fs-dev] [PATCH v4] "
        ` [f2fs-dev] [PATCH v5] "
          ` [f2fs-dev] [PATCH v6] "
            ` [f2fs-dev] [PATCH v7] "
              ` [2.02] "

[PATCH] bootp: use the ipv* version given by the dhcp server
 2016-03-01 19:35 UTC  (4+ messages)

[PATCH] dns: realloc address buffer after each packet
 2016-03-01 19:30 UTC  (7+ messages)

2.02~beta3 release
 2016-03-01 19:14 UTC  (11+ messages)

[PATCH v6 00/11] grub-xen: support booting huge pv-domains
 2016-03-01  7:55 UTC  (12+ messages)
` [PATCH v6 01/11] xen: make xen loader callable multiple times
` [PATCH v6 02/11] xen: avoid memleaks on error
` [PATCH v6 03/11] xen: reduce number of global variables in xen loader
` [PATCH v6 04/11] xen: add elfnote.h to avoid using numbers instead of constants
` [PATCH v6 05/11] xen: synchronize xen header
` [PATCH v6 06/11] xen: factor out p2m list allocation into separate function
` [PATCH v6 07/11] xen: factor out allocation of special pages "
` [PATCH v6 08/11] xen: factor out allocation of page tables "
` [PATCH v6 09/11] xen: add capability to load initrd outside of initial mapping
` [PATCH v6 10/11] xen: modify page table construction
` [PATCH v6 11/11] xen: add capability to load p2m list outside of kernel mapping

[PATCH v4 00/11] grub-xen: support booting huge pv-domains
 2016-03-01  5:12 UTC  (31+ messages)
` [PATCH v4 01/11] xen: make xen loader callable multiple times
` [PATCH v4 02/11] xen: avoid memleaks on error
` [PATCH v4 03/11] xen: reduce number of global variables in xen loader
` [PATCH v4 04/11] xen: add elfnote.h to avoid using numbers instead of constants
` [PATCH v4 05/11] xen: synchronize xen header
` [PATCH v4 06/11] xen: factor out p2m list allocation into separate function
` [PATCH v4 07/11] xen: factor out allocation of special pages "
` [PATCH v4 08/11] xen: factor out allocation of page tables "
` [PATCH v4 09/11] xen: add capability to load initrd outside of initial mapping
` [PATCH v4 10/11] xen: modify page table construction
                      ` [Xen-devel] "
` [PATCH v4 11/11] xen: add capability to load p2m list outside of kernel mapping

[PATCH v2 1/4] arm64: add "--nounzip" option support in xen_module command
 2016-03-01  4:02 UTC  (17+ messages)
` [PATCH v2 2/4] * util/grub.d/20_linux_xen.in: Add xen_boot command support
` [PATCH v2 3/4] i386, xen: Add xen_hypervisor and xen_module aliases for i386
` [PATCH v2 4/4] arm64: update the introduction of xen boot commands in docs/grub.texi
  ` [Xen-devel] "

[PATCH v5 00/11] grub-xen: support booting huge pv-domains
 2016-02-29 16:22 UTC  (23+ messages)
` [PATCH v5 01/11] xen: make xen loader callable multiple times
` [PATCH v5 02/11] xen: avoid memleaks on error
` [PATCH v5 03/11] xen: reduce number of global variables in xen loader
` [PATCH v5 04/11] xen: add elfnote.h to avoid using numbers instead of constants
` [PATCH v5 05/11] xen: synchronize xen header
` [PATCH v5 06/11] xen: factor out p2m list allocation into separate function
` [PATCH v5 07/11] xen: factor out allocation of special pages "
` [PATCH v5 08/11] xen: factor out allocation of page tables "
` [PATCH v5 09/11] xen: add capability to load initrd outside of initial mapping
` [PATCH v5 10/11] xen: modify page table construction
` [PATCH v5 11/11] xen: add capability to load p2m list outside of kernel mapping

[PATCH v5 1/2] Define the SMBIOS3 entry point structure on EFI
 2016-02-29 12:36 UTC  (2+ messages)

[PATCH 1/2] arm64: Move firmware fdt search into global function
 2016-02-28 23:22 UTC  (2+ messages)
` [PATCH 2/2] arm efi: Use fdt from firmware when available

Grub translation
 2016-02-28 13:41 UTC  (2+ messages)

[PATCH] efidisk: Respect block_io_protocol buffer alignment
 2016-02-28 11:14 UTC  (2+ messages)

[PATCH v3 0/4] arm64,xen: add xen_boot support into grup-mkconfig
 2016-02-27 17:44 UTC  (7+ messages)
` [PATCH v3 1/4] i386, xen: Add xen_hypervisor and xen_module aliases for i386
` [PATCH v3 2/4] arm64: add "--nounzip" option support in xen_module command
` [PATCH v3 3/4] * util/grub.d/20_linux_xen.in: Add xen_boot command support
` [PATCH v3 4/4] arm64: update the introduction of xen boot commands in docs/grub.texi

[PATCH] arm64: xen_boot: Fix xen boot using Grub on AARCH64
 2016-02-27 17:05 UTC  (5+ messages)

EFI compile error in master
 2016-02-27 12:17 UTC  (2+ messages)

How to chainload grub on different platforms?
 2016-02-26 14:16 UTC  (2+ messages)

[PATCH] efidisk: prevent errors from diskfilter scan of removable drives
 2016-02-26 13:41 UTC  (6+ messages)

[PATCH] coreboot: fix "make default_payload.elf"
 2016-02-26 10:59 UTC  (2+ messages)

[PATCH 00/14] Facebook's netbooting patches
 2016-02-25 19:39 UTC  (7+ messages)
` [PATCH 06/14] net: fix ipv6 routing
` [PATCH 10/14] dns: poll card between each dns request

[PATCH 0/3] arm64,xen: add xen_boot support into grup-mkconfig
 2016-02-25  6:55 UTC  (7+ messages)
` [PATCH 1/3] arm64: add grub_xen_boot env to indicate that we have xen_* commands
` [PATCH 2/3] * util/grub.d/20_linux_xen.in: Add support of the xen_boot command
` [PATCH 3/3] i386, xen: Add xen_hypervisor and xen_module aliases for i386

[PATCH v2 0/4] arm64,xen: add xen_boot support into grup-mkconfig
 2016-02-25  6:50 UTC 

[PATCH] tcp: add mss option support
 2016-02-24 21:14 UTC  (2+ messages)

OBP available region patch fails with clang
 2016-02-24 19:13 UTC  (2+ messages)

aarch64 clang build failure
 2016-02-24 19:12 UTC  (2+ messages)

[PATCH] U-Boot self-relocatable images
 2016-02-23 20:09 UTC  (3+ messages)

multiboot_mmap_entry.zero isn't zero
 2016-02-23 18:01 UTC  (5+ messages)

Fwd: RE: GRUB release schedule?
 2016-02-22 18:28 UTC  (2+ messages)

[PATCH GRUB] Allow initrd concatenation on ARM64
 2016-02-22 15:40 UTC  (4+ messages)
` [Xen-devel] "

[PATCH V2] net: fix ipv6 routing
 2016-02-22 14:46 UTC  (6+ messages)

[PATCH v3] tcp: add window scaling and RTTM support
 2016-02-22  8:00 UTC  (4+ messages)

[PATCH v2] ieee1275: prevent buffer over-read
 2016-02-22  7:02 UTC  (2+ messages)

[PATCH] menu_entry: Disable cursor during update_screen()
 2016-02-22  7:00 UTC  (2+ messages)

[PATCH v5 2/2] Add a module for retrieving SMBIOS information
 2016-02-20 19:12 UTC 

[PATCH v3 00/10] grub-xen: support booting huge pv-domains
 2016-02-19 16:20 UTC  (7+ messages)
` [PATCH v3 02/10] xen: reduce number of global variables in xen loader
        ` [Xen-devel] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).