linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-27 18:48:48 to 2014-03-26 14:29:04 UTC [more...]

[PATCH v3 0/5] xen: Add EFI support
 2014-03-26 14:29 UTC  (24+ messages)
  ` [PATCH v3 1/5] efi: Add efi_init_ops variable
  ` [PATCH v3 2/5] efi: Export arch_tables variable
` [PATCH v3 3/5] x86: Call efi_memblock_x86_reserve_range() on native EFI platform only
` [PATCH v3 4/5] xen: Define EFI related stuff
` [PATCH v3 5/5] xen: Put EFI machinery in place

[PATCH v2 00/13] EFI mixed mode
 2014-03-26  9:10 UTC  (24+ messages)
` [PATCH 01/13] x86/boot: Cleanup header.S by removing some #ifdefs
` [PATCH 02/13] x86, tools: Consolidate #ifdef code
` [PATCH 03/13] x86/mm/pageattr: Always dump the right page table in an oops
` [PATCH 04/13] x86/efi: Delete dead code when checking for non-native
` [PATCH 05/13] efi: Add separate 32-bit/64-bit definitions
  ` [PATCH v2 06/13] x86/efi: Build our own EFI services pointer table
              ` [PATCH] Add efi_early_call() macro
  ` [PATCH 07/13] x86/efi: Add early thunk code to go from 64-bit to 32-bit
` [PATCH 08/13] x86/efi: Split the boot stub into 32/64 code paths
` [PATCH 09/13] x86/efi: Firmware agnostic handover entry points
` [PATCH 10/13] x86/efi: Add mixed runtime services support
` [PATCH 11/13] x86/efi: Wire up CONFIG_EFI_MIXED
` [PATCH 12/13] x86/boot: Don't overwrite cr4 when enabling PAE
` [PATCH 13/13] x86/efi: Re-disable interrupts after calling firmware services

Trusted kernel patchset for Secure Boot lockdown
 2014-03-20 18:13 UTC  (59+ messages)
` [PATCH 01/12] Add support for indicating that the booted kernel is externally trusted
` [PATCH 12/12] Add option to automatically set trusted_kernel when in Secure Boot mode

[PATCH 0/5] efivars compat support
 2014-03-19 20:00 UTC  (6+ messages)
  ` [PATCH 1/5] efivars: Use local variables instead of a pointer dereference
` [PATCH 2/5] efivars: Check size of user object
` [PATCH 3/5] efivars: Stop passing a struct argument to efivar_validate()
` [PATCH 4/5] efivars: Refactor sanity checking code into separate function
` [PATCH 5/5] efivars: Add compatibility code for compat tasks

[PATCH v2 00/14] UEFI support for arm(64)
 2014-03-19 16:46 UTC  (31+ messages)
` [PATCH v2 01/15] efi: delete stray ARM ifdef
` [PATCH v2 02/15] efi: x86: Improve cmdline conversion
` [PATCH v2 03/15] efi: create memory map iteration helper
` [PATCH v2 05/15] efi: add helper function to get UEFI params from FDT
` [PATCH v2 06/15] doc: efi-stub.txt updates for ARM
` [PATCH v2 07/15] efi: Add shared printk wrapper for consistent prefixing
  ` [PATCH v2 04/15] lib: add fdt_empty_tree.c
  ` [PATCH v2 08/15] efi: Add get_dram_base() helper function
` [PATCH v2 09/15] efi: Add shared FDT related functions for ARM/ARM64
` [PATCH v2 10/15] arm64: Add function to create identity mappings
` [PATCH v2 11/15] arm64: add EFI stub
` [PATCH v2 12/15] doc: arm64: add description of EFI stub support
` [PATCH v2 13/15] arm64: add EFI runtime services
` [PATCH v2 14/15] doc: arm: add UEFI support documentation
` [PATCH v2 15/15] efi/arm64: ignore dtb= when UEFI SecureBoot is enabled

[GIT PULL] EFI changes for v3.15
 2014-03-17 22:31 UTC 

[patch] x86/efi: use GFP_ATOMIC under spin_lock
 2014-03-14 23:02 UTC  (24+ messages)

Уникальный рерайт/копирайт
 2014-03-13  7:19 UTC 

[PATCH 1/1] efi: cper: Support different length of Error Section
 2014-03-12  6:31 UTC  (5+ messages)

[GIT PULL] EFI mixed kbuild fixes
 2014-03-05 16:03 UTC 

[GIT PULL] EFI urgent fix
 2014-03-04 23:47 UTC 

[GIT PULL] EFI mixed mode support
 2014-03-04 23:43 UTC 

[PATCH] efi: Quirk out SGI UV
 2014-03-04 23:06 UTC  (3+ messages)

[GIT PULL] EFI changes for v3.15
 2014-03-04 21:15 UTC 

[PATCH 00/22] arm/arm64: UEFI stubs + runtime services
 2014-03-04  7:48 UTC  (6+ messages)
` [PATCH 06/22] Add helper functions used by arm/arm64

CONTACT KENYA COMMERCIAL BANK LTD IMMEDIATELY FOR YOUR PAYMENT (3MILLION UNITED STATE DOLLARS)
 2014-02-28 21:11 UTC 

[PATCH 00/13] EFI mixed mode
 2014-02-28 15:14 UTC  (17+ messages)
  ` [PATCH 01/13] x86/boot: Cleanup header.S by removing some #ifdefs
  ` [PATCH 02/13] x86, tools: Consolidate #ifdef code
  ` [PATCH 03/13] x86/mm/pageattr: Always dump the right page table in an oops
  ` [PATCH 04/13] x86/efi: Delete dead code when checking for non-native
  ` [PATCH 05/13] efi: Add separate 32-bit/64-bit definitions
  ` [PATCH 06/13] x86/efi: Build our own EFI services pointer table
  ` [PATCH 07/13] x86/efi: Add early thunk code to go from 64-bit to 32-bit
  ` [PATCH 08/13] x86/efi: Split the boot stub into 32/64 code paths
  ` [PATCH 09/13] x86/efi: Firmware agnostic handover entry points
  ` [PATCH 10/13] x86/efi: Add mixed runtime services support
  ` [PATCH 11/13] x86/efi: Wire up CONFIG_EFI_MIXED
  ` [PATCH 12/13] x86/boot: Don't overwrite cr4 when enabling PAE
  ` [PATCH 13/13] x86/efi: Re-disable interrupts after calling firmware services

[PATCH 00/13] EFI mixed mode
 2014-02-27 19:46 UTC  (6+ messages)
  ` [PATCH 01/13] x86/boot: Cleanup header.S by removing some #ifdefs
  ` [PATCH 02/13] x86, tools: Consolidate #ifdef code
  ` [PATCH 03/13] x86/mm/pageattr: Always dump the right page table in an oops
  ` [PATCH 04/13] x86/efi: Delete dead code when checking for non-native
  ` [PATCH 05/13] efi: Add separate 32-bit/64-bit definitions


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