linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-26 19:55:35 to 2015-10-15 09:45:48 UTC [more...]

[PATCH] x86: setup: extend low identity map to cover whole kernel range
 2015-10-15  9:45 UTC  (8+ messages)

[PATCH v2] x86/mm: warn on W+x mappings
 2015-10-14 21:02 UTC  (12+ messages)

[GIT PULL] EFI urgent fix
 2015-10-14 15:10 UTC  (7+ messages)
` [PATCH] x86/efi: Fix multiple GOP device support

[GIT PULL 00/11] EFI changes for v4.4
 2015-10-14 15:02 UTC  (13+ messages)
  ` [PATCH 01/11] drivers/firmware: Make efi/esrt.c driver explicitly non-modular
  ` [PATCH 02/11] efi/x86: Move efi=debug option parsing to core
  ` [PATCH 07/11] efi: Add support for UEFIv2.5 Properties table
  ` [PATCH 11/11] efi: Add "efi_fake_mem" boot option
` [PATCH 03/11] arm64: Use core efi=debug instead of uefi_debug command line parameter
` [PATCH 04/11] efi/arm64: Clean up efi_get_fdt_params() interface
` [PATCH 05/11] efifb: Add support for 64-bit frame buffer addresses
` [PATCH 06/11] efi: Add EFI_MEMORY_MORE_RELIABLE support to efi_md_typeattr_format()
` [PATCH 08/11] efi: Introduce EFI_NX_PE_DATA bit and set it from properties table
` [PATCH 09/11] efi: Auto-load the efi-pstore module
` [PATCH 10/11] x86/efi: Rename print_efi_memmap() to efi_print_memmap()

[PATCH] x86/efi: Fix kernel panic when CONFIG_DEBUG_VIRTUAL is enabled
 2015-10-14 14:41 UTC  (2+ messages)

[PATCH v3 0/3] arm64: EFI stub isolation
 2015-10-13  1:18 UTC  (6+ messages)
  ` [PATCH v3 1/3] arm64/efi: remove /chosen/linux,uefi-stub-kern-ver DT property
  ` [PATCH v3 2/3] arm64: use ENDPIPROC() to annotate position independent assembler routines
  ` [PATCH v3 3/3] arm64/efi: isolate EFI stub from the kernel proper

[PATCH v4 0/3] arm64: EFI stub isolation
 2015-10-12 15:30 UTC  (13+ messages)
  ` [PATCH v4 1/3] arm64/efi: remove /chosen/linux,uefi-stub-kern-ver DT property
  ` [PATCH v4 2/3] arm64: use ENDPIPROC() to annotate position independent assembler routines
  ` [PATCH v4 3/3] arm64/efi: isolate EFI stub from the kernel proper

[PATCH v8 0/2] Enable capsule loader interface for efi firmware updating
 2015-10-12 12:11 UTC  (7+ messages)
` [PATCH v8 1/2] efi: export efi_capsule_supported() function symbol
` [PATCH v8 2/2] efi: a misc char interface for user to update efi firmware

[PATCH 0/9] UEFI boot and runtime services support for 32-bit ARM
 2015-10-12  7:57 UTC  (19+ messages)
  ` [PATCH 1/9] arm64/efi: split off EFI init and runtime code for reuse by "
  ` [PATCH 2/9] arm64/efi: refactor "
  ` [PATCH 3/9] ARM: add support for generic early_ioremap/early_memremap
  ` [PATCH 4/9] ARM: only consider memblocks with NOMAP cleared for linear mapping
  ` [PATCH 5/9] ARM: split off core mapping logic from create_mapping
  ` [PATCH 6/9] ARM: factor out allocation routine from __create_mapping()
  ` [PATCH 7/9] ARM: implement create_mapping_late() for EFI use
  ` [PATCH 9/9] ARM: add UEFI stub support
` [PATCH 8/9] ARM: wire up UEFI init and runtime support

[PATCH v7 0/2] Enable capsule loader interface for efi firmware updating
 2015-10-11 19:03 UTC  (13+ messages)
` [PATCH v7 1/2] efi: export efi_capsule_supported() function symbol
  ` [PATCH v7 2/2] efi: a misc char interface for user to update efi firmware

[PATCH 0/2] Introduce "efi_fake_mem" boot option
 2015-10-10 20:36 UTC  (8+ messages)
  ` [PATCH 1/2] x86, efi: rename print_efi_memmap() to efi_print_memmap()
  ` [PATCH 2/2] x86, efi: Add "efi_fake_mem" boot option

[PATCH] efi: remove UEFIv2.5 properties table from /sys/firmware/efi/systab
 2015-10-10 17:03 UTC  (3+ messages)

linux-next: Tree for Sep 18 (build failures, up to 10/02)
 2015-10-10 16:26 UTC  (2+ messages)

[PATCH] MAINTAINERS: Replace Intel email address
 2015-10-10 16:22 UTC 

[PATCH v6 3/6] x86, efi, kasan: #undef memset/memcpy/memmove per arch
 2015-10-09 14:34 UTC  (16+ messages)
    ` [PATCH v6 0/6] KASAN for arm64

[PATCH 0/3] UEFI stub FDT handling fixes
 2015-10-08  6:02 UTC  (11+ messages)
  ` [PATCH 1/3] efi/libstub: move FDT sanity check out of allocation loop
  ` [PATCH 2/3] efi/libstub: sanity check the /reserved-memory DT node
  ` [PATCH 3/3] efi/libstub: fix deletion of FDT memory nodes

efi: Auto-load the efi-pstore module
 2015-10-07 21:16 UTC  (2+ messages)

[PATCH] x86/efi: fix multiple GOP device support
 2015-10-07 20:48 UTC  (2+ messages)

[PATCH v6 2/2] efi: a misc char interface for user to update efi firmware
 2015-10-06  3:03 UTC  (3+ messages)

[PATCH v6 0/2] Enable capsule loader interface for efi firmware updating
 2015-10-05 19:07 UTC  (15+ messages)
` [PATCH v6 1/2] efi: export efi_capsule_supported() function symbol
  ` [PATCH v6 2/2] efi: a misc char interface for user to update efi firmware

[PATCH v2 0/2] arm64: EFI stub isolation
 2015-10-01 12:18 UTC  (3+ messages)
  ` [PATCH v2 1/2] arm64: use ENDPIPROC() to annotate position independent assembler routines
  ` [PATCH v2 2/2] arm64/efi: isolate EFI stub from the kernel proper

[GIT PULL 0/2] EFI urgent fixes
 2015-10-01 10:44 UTC  (46+ messages)
` [PATCH 1/2] x86/efi: Map EFI memmap entries in-order at runtime
` [PATCH 2/2] arm64/efi: Don't pad between EFI_MEMORY_RUNTIME regions

[PATCH v3 0/6] arm64 UEFI early FDT handling
 2015-09-29  7:38 UTC  (2+ 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).