linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-27 17:03:36 to 2017-02-10 00:28:16 UTC [more...]

[PATCH] efi: arm-stub: Correct FDT and initrd allocation rules for arm64
 2017-02-10  0:28 UTC  (12+ messages)

[PATCH v2 1/2] efi: arm-stub: Correct FDT and initrd allocation rules for arm64
 2017-02-09 21:42 UTC  (2+ messages)
` [PATCH v2 2/2] efi: arm-stub: Round up FDT allocation to mapping size

[PATCH] efi/esrt: cleanup bad memory map log messages
 2017-02-09 11:30 UTC  (6+ messages)

[PATCH V8 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-02-09 10:48 UTC  (21+ messages)
` [PATCH V8 01/10] acpi: apei: read ack upon ghes record consumption
` [PATCH V8 02/10] ras: acpi/apei: cper: generic error data entry v3 per ACPI 6.1
` [PATCH V8 03/10] efi: parse ARM processor error
` [PATCH V8 04/10] arm64: exception: handle Synchronous External Abort
` [PATCH V8 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V8 06/10] acpi: apei: panic OS with fatal error status block
` [PATCH V8 07/10] efi: print unrecognized CPER section
` [PATCH V8 08/10] ras: acpi / apei: generate trace event for "
` [PATCH V8 09/10] trace, ras: add ARM processor error trace event
` [PATCH V8 10/10] arm/arm64: KVM: add guest SEA support

[PATCH] efi/libstub/arm*: Set default address and size cells values for an empty dtb
 2017-02-09  8:27 UTC  (18+ messages)

[PATCH] x86/efi: Add missing 1:1 mappings to support buggy firmware
 2017-02-09  2:39 UTC 

[PATCH v3 00/10] arm64: UEFI support
 2017-02-08 17:40 UTC  (10+ messages)
` [PATCH v3 06/10] arm64: efi: add EFI stub

[PATCH v2 00/14] arm64+ARM: efi: PE/COFF cleanup/hardening
 2017-02-08 11:55 UTC  (15+ messages)
` [PATCH v2 01/14] include: pe.h: allow for use in assembly
` [PATCH v2 02/14] include: pe.h: add some missing definitions
` [PATCH v2 03/14] arm64: efi: move EFI header and related data to a separate .S file
` [PATCH v2 04/14] arm64: efi: clean up Image header after PE header has been split off
` [PATCH v2 05/14] arm64: efi: remove forbidden values from the PE/COFF header
` [PATCH v2 06/14] arm64: efi: remove pointless dummy .reloc section
` [PATCH v2 07/14] arm64: efi: replace open coded constants with symbolic ones
` [PATCH v2 08/14] arm64: efi: split Image code and data into separate PE/COFF sections
` [PATCH v2 09/14] arm: compressed: put zImage header and EFI header in dedicated section
` [PATCH v2 10/14] arm: efi: remove forbidden values from the PE/COFF header
` [PATCH v2 11/14] arm: efi: remove pointless dummy .reloc section
` [PATCH v2 12/14] arm: efi: replace open coded constants with symbolic ones
` [PATCH v2 13/14] arm: efi: split zImage code and data into separate PE/COFF sections
` [PATCH v2 14/14] arm: efi: add PE/COFF debug table to EFI header

[PATCH v2] efi/libstub/arm*: Set default address and size cells values for an empty dtb
 2017-02-07 21:19 UTC 

[PATCH 4.9 03/66] x86/efi: Always map the first physical page into the EFI pagetables
 2017-02-07 12:58 UTC  (2+ messages)
` [PATCH 4.9 04/66] efi/fdt: Avoid FDT manipulation after ExitBootServices()

[GIT PULL 0/7] EFI updates for v4.11 part 2
 2017-02-07  9:42 UTC  (12+ messages)
` [PATCH 1/7] x86/efi: Allow invocation of arbitrary runtime services
` [PATCH 3/7] efi: Add SHIM and image security database GUID definitions
` [PATCH 5/7] efi: Disable secure boot if shim is in insecure mode
` [PATCH 6/7] efi: Print the secure boot status in x86 setup_arch()
  ` [PATCH 2/7] arm/efi: Allow invocation of arbitrary runtime services
  ` [PATCH 4/7] efi: Get the secure boot status
  ` [PATCH 7/7] efi: libstub: Make file I/O chunking x86-specific

[PATCH v2 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-02-06 22:10 UTC  (7+ messages)
` [PATCH v2 3/3] x86: Make the GDT remapping read-only on 64 bit

[PATCH 0/7] efi: Pass secure boot mode to kernel [ver #7]
 2017-02-03 17:19 UTC  (37+ messages)
` [PATCH 2/7] arm/efi: Allow invocation of arbitrary runtime services "
  ` [PATCH 1/7] x86/efi: "
  ` [PATCH 3/7] efi: Add SHIM and image security database GUID definitions "
  ` [PATCH 5/7] efi: Disable secure boot if shim is in insecure mode "
` [PATCH 4/7] efi: Get the secure boot status "
` [PATCH 6/7] efi: Handle secure boot from UEFI-2.6 "
` [PATCH 7/7] efi: Print the secure boot status in x86 setup_arch() "

[REGRESSION][v4.9.y][v4.10.y] x86/efi: Only map RAM into EFI page tables if in mixed-mode
 2017-02-03 16:35 UTC  (6+ messages)

[PATCH v4] efi: arm64: Add vmlinux debug link to the Image binary
 2017-02-03 15:20 UTC  (6+ messages)

[PATCH V2 0/4] efi/x86: move efi bgrt init code to early init
 2017-02-03  7:12 UTC  (3+ messages)

[PATCH] efi: libstub: Make file I/O chunking x86-specific
 2017-02-02 21:44 UTC  (3+ messages)

[GIT PULL] EFI fixes
 2017-02-02 20:54 UTC 

[GIT PULL] EFI urgent fix for v4.10
 2017-02-02 16:14 UTC  (9+ messages)
` [PATCH] efi: fdt: avoid FDT manipulation after ExitBootServices()

[REGRESSION] EFI mixed mode patch triggers boot failure
 2017-02-01 17:35 UTC  (8+ messages)

[PATCH] efi: fdt: avoid FDT manipulation after ExitBootServices()
 2017-02-01 14:46 UTC  (5+ messages)

[PATCH] efi: arm: remove pointless dummy .reloc section
 2017-02-01 11:52 UTC 

Bitte kontaktieren Sie mich für weitere Details!
 2017-02-01  8:13 UTC 

[PATCH 5/8] efi: Get the secure boot status [ver #6]
 2017-01-31 14:02 UTC  (18+ messages)
      ` [PATCH 0/8] efi: Pass secure boot mode to kernel "
                ` What should the default lockdown mode be if the bootloader sentinel triggers sanitization?

[GIT PULL 00/10] EFI updates for v4.11
 2017-01-31 13:21 UTC  (11+ messages)
  ` [PATCH 01/10] efi: Deduplicate efi_file_size() / _read() / _close()
  ` [PATCH 02/10] x86/efi: Deduplicate efi_char16_printk()
  ` [PATCH 03/10] efi: Make EFI_MEMORY_ATTRIBUTES_TABLE initialization common across all architectures
  ` [PATCH 04/10] efi: Introduce EFI_MEM_ATTR bit and set it from memory attributes table
  ` [PATCH 07/10] efi: Use typed function pointers for runtime services table
` [PATCH 05/10] x86/efi: Add support for EFI_MEMORY_ATTRIBUTES_TABLE
` [PATCH 06/10] efi/esrt: Fix spelling mistake "doen't"
` [PATCH 08/10] efi/x86: Move EFI BGRT init code to early init code
` [PATCH 09/10] efi/x86: Add debug code to print cooked memmap
` [PATCH 10/10] efi: libstub: Preserve .debug sections after absolute relocation check

[GIT PULL] EFI urgent fix
 2017-01-27 22:25 UTC  (2+ messages)
  ` [PATCH] x86/efi: Always map first physical page into EFI pagetables

[PATCH 0/4] efi/x86: move efi bgrt init code to early init
 2017-01-27 22:15 UTC  (8+ messages)
` [PATCH 1/4] efi/x86: make efi_memmap_reserve only insert into boot mem areas


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