linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-11 03:00:52 to 2014-03-19 16:01:49 UTC [more...]

[PATCH v2 00/14] UEFI support for arm(64)
 2014-03-19 16:01 UTC  (30+ 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 

Trusted kernel patchset for Secure Boot lockdown
 2014-03-15  0:15 UTC  (63+ messages)
` [PATCH 01/12] Add support for indicating that the booted kernel is externally trusted
  ` [PATCH 02/12] Enforce module signatures when trusted kernel is enabled
  ` [PATCH 09/12] uswsusp: Disable when trusted_kernel is true
  ` [PATCH 12/12] Add option to automatically set trusted_kernel when in Secure Boot mode
` [PATCH 03/12] PCI: Lock down BAR access when trusted_kernel is true
` [PATCH 04/12] x86: Lock down IO port "
` [PATCH 05/12] Restrict /dev/mem and /dev/kmem "
` [PATCH 06/12] acpi: Limit access to custom_method if "
` [PATCH 07/12] acpi: Ignore acpi_rsdp kernel parameter when "
` [PATCH 08/12] kexec: Disable at runtime if "
` [PATCH 10/12] x86: Restrict MSR access when "
` [PATCH 11/12] asus-wmi: Restrict debugfs interface "

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

[PATCH v2 00/13] EFI mixed mode
 2014-03-07 10:11 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 v2 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

[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  (12+ messages)
` [PATCH 03/22] efi: add helper function to get UEFI params from FDT
` [PATCH 06/22] Add helper functions used by arm/arm64
` [PATCH 16/22] arm64: Add function to create identity mappings

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

[GIT PULL] EFI urgent fixes
 2014-02-14 13:08 UTC 

Instructions to release your payment
 2014-02-14 12:36 UTC 

[PATCH] x86, efi: Fix 32-bit fallout
 2014-02-14  9:22 UTC  (2+ messages)

[BUG] can't boot up: unable to handle kernel paging request at ffffffffff340003
 2014-02-13 23:48 UTC  (13+ messages)

[PATCH] firmware/efi : use NULL instead of 0 for pointer
 2014-02-13 11:06 UTC  (2+ messages)

Cash Awaiting Pick Up
 2014-02-12  9:13 UTC 

[BUG] Linux 3.14 fails to boot with new EFI changes
 2014-02-11 22:36 UTC  (6+ 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).