linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-06-13 17:00:19 to 2014-07-08 09:29:58 UTC [more...]

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

EFI_STUB fails to boot non-EFI on arm64
 2014-07-08  9:21 UTC  (5+ messages)

[PATCH] x86/efi: autoload efivars
 2014-07-08  3:00 UTC 

[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 v7 00/10] xen: Add EFI support
 2014-07-07 19:49 UTC  (17+ 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 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 0/2] efi: preserve NEON registers on UEFI services calls
 2014-07-04 17:15 UTC  (14+ 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 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  (7+ messages)
  ` [RFC PATCH 2/4] efi/arm64: "
  ` [RFC PATCH 3/4] efi: efistub: refactor stub components
  ` [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  (5+ 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  (6+ messages)

[PATCH v6 0/9] xen: Add EFI support
 2014-06-24 17:56 UTC  (20+ messages)
` [PATCH v6 1/9] efi: Use early_mem*() instead of early_io*()
` [PATCH v6 2/9] arch/x86: Do not access EFI memory map if it is not available
  ` [PATCH v6 3/9] efi: Introduce EFI_PARAVIRT flag
` [PATCH v6 4/9] arch/x86: Remove redundant set_bit(EFI_SYSTEM_TABLES) call
` [PATCH v6 5/9] arch/x86: Remove redundant set_bit(EFI_MEMMAP) call
` [PATCH v6 6/9] xen: Define EFI related stuff
` [PATCH v6 7/9] xen: Put EFI machinery in place
    ` [Xen-devel] "
` [PATCH v6 8/9] arch/x86: Replace plain strings with constants
` [PATCH v6 9/9] arch/x86: Remove efi_set_rtc_mmss()

[PATCH 0/3] EFI reboot/poweroff support
 2014-06-23 21:20 UTC  (6+ messages)
  ` [PATCH 1/3] efi/reboot: Add generic wrapper around EfiResetSystem()
` [PATCH 2/3] efi/reboot: Allow powering off machines using EFI
` [PATCH 3/3] x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag

[PATCH 0/2] efi: preserve NEON registers on UEFI services calls
 2014-06-23 14:40 UTC  (4+ messages)
  ` [PATCH 1/2] efi/x86: move UEFI Runtime Services wrappers to generic code
  ` [PATCH 2/2] efi/arm64: preserve NEON registers on UEFI runtime services calls

[PATCH v5 0/7] xen: Add EFI support
 2014-06-20 14:36 UTC  (39+ messages)
` [PATCH v5 1/7] efi: Use early_mem*() instead of early_io*()
` [PATCH v5 2/7] efi: Introduce EFI_NO_DIRECT flag
    ` [Xen-devel] "
` [PATCH v5 3/7] xen: Define EFI related stuff
    ` [Xen-devel] "
` [PATCH v5 4/7] xen: Put EFI machinery in place
` [PATCH v5 5/7] arch/x86: Replace plain strings with constants
` [PATCH v5 6/7] arch/x86: Remove redundant set_bit() call
  ` [PATCH v5 7/7] arch/x86: Comment out efi_set_rtc_mmss()
      ` [Xen-devel] "

[PATCH] firmware: fix the compiller warning
 2014-06-20  9:03 UTC  (2+ messages)

[PATCH] efi: fix build warning about of_get_flat_dt_prop
 2014-06-19 14:06 UTC  (2+ messages)

[PATCH 13/13] kexec: Support kexec/kdump on EFI systems
 2014-06-18 17:39 UTC  (2+ messages)

[PATCH] arm64: support reboot and power off via EFI runtime
 2014-06-18 15:53 UTC  (2+ messages)

[PATCH] x86, eboot: Support initrd loaded above 4G
 2014-06-18 14:28 UTC  (2+ messages)

[PATCH] efi: fix pointer type errors in fdt_uefi_find_params()
 2014-06-18 10:53 UTC  (5+ messages)

[PATCH] pstore: Fix an overflow on 32-bit builds
 2014-06-18  8:35 UTC  (2+ messages)

Why efi_set_rtc_mmss() is never used?
 2014-06-14 17:32 UTC  (3+ messages)


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).