public inbox for linux-efi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-06-24 17:56:09 to 2014-07-16 14:45:15 UTC [more...]

[PATCH] x86, eboot: Support initrd loaded above 4G
 2014-07-16 14:45 UTC  (10+ messages)

[RFC PATCH] arm64/efi: efistub: reuse EFI mapping for Image if it is lower
 2014-07-16 14:10 UTC  (4+ messages)

[PATCH] efi/arm64: efistub: don't abort if base of DRAM is occupied
 2014-07-16 13:13 UTC  (14+ messages)

[PATCH] arm64/efi: efistub: jump to 'stext' directly, not through the header
 2014-07-15 12:44 UTC  (6+ messages)

[PATCH] arm64/efi: efistub: cover entire static mem footprint in PE/COFF .text
 2014-07-15 10:58 UTC 

[PATCH v2] arm64/efi: efistub: jump to 'stext' directly, not through the header
 2014-07-15 10:58 UTC 

[PATCH 0/2] arm64: use Image header fields in EFI stub
 2014-07-15  9:47 UTC  (10+ messages)
  ` [PATCH 1/2] arm64: add C struct definition for Image header
  ` [PATCH 2/2] arm64/efi: efistub: get text offset and image size from the "

[PATCH] efi: Request desired alignment via the PE/COFF headers
 2014-07-15  8:38 UTC  (8+ messages)

[PATCH v3] efi: Request desired alignment via the PE/COFF headers
 2014-07-14 13:28 UTC  (7+ messages)

[GIT PULL] EFI urgent fixes
 2014-07-14 12:54 UTC 

[PATCH] efi: Include a .bss section within the PE/COFF headers
 2014-07-11 17:22 UTC  (6+ messages)

[PATCH] x86/efi: autoload efivars
 2014-07-11  7:57 UTC  (7+ messages)

[PATCH v3] efi: implement mandatory locking for UEFI Runtime Services
 2014-07-11  7:09 UTC 

[PATCH 1/1] arch/x86: Add better error logging to efi main
 2014-07-10 18:36 UTC  (2+ messages)

[PATCH v2] x86/efi: autoload efivars
 2014-07-10 18:25 UTC  (2+ messages)

[PATCH v2] efi: implement mandatory locking for UEFI Runtime Services
 2014-07-10 18:14 UTC  (3+ messages)

[PATCH v2] efi: Fix PE/COFF headers
 2014-07-10 14:48 UTC  (4+ messages)
  ` [PATCH 1/2] efi: Include a .bss section within the "
  ` [PATCH 2/2] efi: Request desired alignment via "

[PATCH] efi: fdt: Do not report an error during boot if UEFI is not available
 2014-07-10 10:04 UTC  (2+ messages)

Linux kernel EFI stub bug?
 2014-07-09 15:49 UTC  (4+ messages)

[PATCH v7 00/10] xen: Add EFI support
 2014-07-08 20:52 UTC  (18+ messages)
` [PATCH v7 01/10] arch/ia64: Define early_memunmap()
` [PATCH v7 02/10] efi: Use early_mem*() instead of early_io*()
` [PATCH v7 03/10] arch/x86: Do not access EFI memory map if it is not available
` [PATCH v7 04/10] efi: Introduce EFI_PARAVIRT flag
` [PATCH v7 05/10] arch/x86: Remove redundant set_bit(EFI_SYSTEM_TABLES) call
` [PATCH v7 06/10] arch/x86: Remove redundant set_bit(EFI_MEMMAP) call
` [PATCH v7 07/10] xen: Define EFI related stuff
` [PATCH v7 08/10] xen: Put EFI machinery in place
` [PATCH v7 09/10] arch/x86: Replace plain strings with constants
` [PATCH v7 10/10] arch/x86: Remove efi_set_rtc_mmss()

[PATCH v2 0/2] efi: preserve NEON registers on UEFI services calls
 2014-07-08 15:33 UTC  (15+ messages)
  ` [PATCH v2 1/2] efi/x86: move UEFI Runtime Services wrappers to generic code
  ` [PATCH v2 2/2] efi/arm64: preserve FP/SIMD registers on UEFI runtime services calls

[PATCH] efi: Update stale locking comment for struct efivars
 2014-07-08 11:44 UTC 

EFI_STUB fails to boot non-EFI on arm64
 2014-07-08 11:09 UTC  (6+ messages)

[PATCH 1/2] efi/arm64: fix potential NULL dereference of efi.systab
 2014-07-08  9:52 UTC  (14+ messages)
  ` [PATCH 2/2] efi: implement mandatory locking for UEFI Runtime Services

[PATCH v3 0/5] efistub: convert into static library
 2014-07-08  0:22 UTC  (8+ messages)
  ` [PATCH v3 1/5] efi/arm64: Avoid EFI_ERROR as a generic return code
  ` [PATCH v3 2/5] efi/x86: efistub: Move shared dependencies to <asm/efi.h>
  ` [PATCH v3 3/5] efi/arm64: "
  ` [PATCH v3 4/5] efi: efistub: refactor stub components
  ` [PATCH v3 5/5] efi: efistub: convert into static library

[PATCH v3] efi/arm64: handle missing virtual mapping for UEFI System Table
 2014-07-07 20:38 UTC  (7+ messages)

[PATCH v3 0/2] efi/arm64: FP/SIMD preserve/restore during UEFI Runtime Services
 2014-07-07 19:15 UTC  (4+ messages)
  ` [PATCH v3 1/2] efi/x86: move UEFI Runtime Services wrappers to generic code
  ` [PATCH v3 2/2] efi/arm64: preserve FP/SIMD registers on UEFI runtime services calls

[GIT PULL] EFI urgent fix
 2014-07-07  6:43 UTC 

[PATCH v2] efi/arm64: handle missing virtual mapping for UEFI System Table
 2014-07-04 14:51 UTC  (3+ messages)

[PATCH v2 0/5] efistub: convert into static library
 2014-07-02 13:02 UTC  (18+ messages)
  ` [PATCH v2 1/5] efi/arm64: avoid EFI_ERROR as a generic return code
  ` [PATCH v2 2/5] efi/x86: efistub: move shared dependencies to <asm/efi.h>
  ` [PATCH v2 3/5] efi/arm64: "
  ` [PATCH v2 4/5] efi: efistub: refactor stub components
  ` [PATCH v2 5/5] efi: efistub: convert into static library

[PATCH 15/15] kexec: Support kexec/kdump on EFI systems
 2014-07-01 21:23 UTC  (6+ messages)
      ` [PATCH 17/15] kexec-bzimage: Change EFI helper function names

[GIT PULL] EFI urgent fixes
 2014-06-27 14:51 UTC 

[PATCH 2/2 v2] efilinux: set ext_ramdisk_* for huge initrd
 2014-06-27  6:24 UTC  (2+ messages)

[PATCH 1/9] x86: Do full rtc synchronization with ntp
 2014-06-26  6:29 UTC 

[efi:next 6/7] drivers/firmware/efi/runtime.c:19:21: fatal error: asm/efi.h: No such file or directory
 2014-06-25 22:04 UTC 

[RFC PATCH 1/4] efi/x86: efistub: move shared dependencies to <asm/efi.h>
 2014-06-25 21:26 UTC  (4+ messages)
` [RFC PATCH 4/4] efi: efistub: convert into static library

[PATCH] efi/arm64: efistub: remove local copy of linux_banner
 2014-06-25 21:04 UTC  (2+ messages)

[PATCH 1/2] efilinux: Allocate boot_params before parsing initrd
 2014-06-25 20:47 UTC  (4+ messages)
` [PATCH 2/2] efilinux: set ext_ramdisk_* for huge initrd

[GIT PULL] EFI urgent fix
 2014-06-25 20:42 UTC  (2+ messages)

[PATCH v6 0/9] xen: Add EFI support
 2014-06-24 17:56 UTC  (5+ messages)
` [PATCH v6 1/9] efi: Use early_mem*() instead of early_io*()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox