linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-07 17:42:51 to 2017-03-24 03:05:23 UTC [more...]

[PATCH v1 RESEND 2/2] x86/efi: Clean up a minor mistake in code comment
 2017-03-24  3:05 UTC  (2+ messages)
      ` [PATCH v1 RESEND 1/2] x86/mm/KASLR: EFI region is mistakenly included into KASLR VA space for randomization

[RFC PATCH v4 00/28] x86: Secure Memory Encryption (AMD)
 2017-03-23 21:02 UTC  (24+ messages)
` [RFC PATCH v4 14/28] Add support to access boot related data in the clear
` [RFC PATCH v4 15/28] Add support to access persistent memory "
` [RFC PATCH v4 24/28] x86: Access the setup data through debugfs decrypted
` [RFC PATCH v4 25/28] x86: Access the setup data through sysfs decrypted
` [RFC PATCH v4 26/28] x86: Allow kexec to be used with SME
` [RFC PATCH v4 28/28] x86: Add support to make use of Secure Memory Encryption

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

[PATCH v3] efifb: avoid reconfiguration of BAR that covers the framebuffer
 2017-03-23 15:15 UTC  (15+ messages)

kexec regression since 4.9 caused by efi
 2017-03-23  2:43 UTC  (16+ messages)

[PATCH 3/7] x86/efi/32: Fix EFI on systems where the percpu GDT is virtually mapped
 2017-03-22 21:32 UTC  (2+ messages)
  ` [PATCH 4/7] x86/boot/32: Defer resyncing initial_page_table until percpu is set up

[PATCH v2] efifb: avoid reconfiguration of BAR that covers the framebuffer
 2017-03-22 14:10 UTC  (7+ messages)

[PATCH V11 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-03-22 12:08 UTC  (7+ messages)
` [PATCH V11 10/10] arm/arm64: KVM: add guest SEA support

[PATCH V12 00/10] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-03-21 19:19 UTC  (17+ messages)
` [PATCH V12 05/10] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V12 09/10] trace, ras: add ARM processor error trace event
` [PATCH V12 10/10] arm/arm64: KVM: add guest SEA support

[PATCH] efifb: avoid reconfiguration of BAR that covers the framebuffer
 2017-03-21 15:52 UTC  (4+ messages)

[PATCH] efi/libstub: arm/arm64: make debug prints dependent on efi=debug
 2017-03-21 12:12 UTC  (3+ messages)

[PATCH v2 1/2] efi: arm-stub: Correct FDT and initrd allocation rules for arm64
 2017-03-20 23:40 UTC  (4+ messages)
` [PATCH v2 2/2] efi: arm-stub: Round up FDT allocation to mapping size

[PATCH V2] x86/efi: Add missing 1:1 mappings to support buggy firmware
 2017-03-20 18:52 UTC  (6+ messages)

[RFC PATCH v2 00/32] x86: Secure Encrypted Virtualization (AMD)
 2017-03-18 16:37 UTC  (65+ messages)
` [RFC PATCH v2 02/32] x86: Secure Encrypted Virtualization (SEV) support
` [RFC PATCH v2 05/32] x86: Use encrypted access of BOOT related data with SEV
` [RFC PATCH v2 06/32] x86/pci: Use memremap when walking setup data
` [RFC PATCH v2 08/32] x86: Use PAGE_KERNEL protection for ioremap of memory page
` [RFC PATCH v2 09/32] x86: Change early_ioremap to early_memremap for BOOT data
` [RFC PATCH v2 10/32] x86: DMA support for SEV memory encryption
` [RFC PATCH v2 12/32] x86: Add early boot support when running with SEV active
` [RFC PATCH v2 13/32] KVM: SVM: Enable SEV by setting the SEV_ENABLE CPU feature
` [RFC PATCH v2 14/32] x86: mm: Provide support to use memblock when spliting large pages
` [RFC PATCH v2 16/32] x86: kvm: Provide support to create Guest and HV shared per-CPU variables
` [RFC PATCH v2 23/32] kvm: introduce KVM_MEMORY_ENCRYPT_OP ioctl
` [RFC PATCH v2 24/32] kvm: x86: prepare for SEV guest management API support
` [RFC PATCH v2 26/32] kvm: svm: Add support for SEV LAUNCH_UPDATE_DATA command
` [RFC PATCH v2 29/32] kvm: svm: Add support for SEV DEBUG_DECRYPT command
` [RFC PATCH v2 30/32] kvm: svm: Add support for SEV DEBUG_ENCRYPT command
` [RFC PATCH v2 32/32] x86: kvm: Pin the guest memory when SEV is active

[PATCH] pstore: return error code (if any) from efi_pstore_write
 2017-03-17 22:52 UTC  (4+ messages)

[GIT PULL] UEFI fix for v4.11-rc
 2017-03-17 19:06 UTC  (2+ messages)
  ` [PATCH] efi/esrt: Cleanup bad memory map log messages

[PATCH v7 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-03-17  7:34 UTC  (9+ messages)
` [PATCH v7 2/3] x86: Remap GDT tables in the Fixmap section
` [PATCH v7 3/3] x86: Make the GDT remapping read-only on 64-bit

[PATCH] efi/arm32-stub: allow boottime allocations in the vmlinux region
 2017-03-16 23:54 UTC  (8+ messages)

[PATCH 4.10 19/48] efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=y
 2017-03-16 14:30 UTC 

[PATCH 4.9 18/44] efi/arm: Fix boot crash with CONFIG_CPUMASK_OFFSTACK=y
 2017-03-16 14:29 UTC 

[PATCH] efi/libstub: skip GOP with PIXEL_BLT_ONLY format
 2017-03-16  7:51 UTC 

[PATCH v33 14/14] efi/libstub/arm*: Set default address and size cells values for an empty dtb
 2017-03-15 10:01 UTC 

[PATCH 1/2] x86/efi: Correct a tiny mistake in code comment
 2017-03-15  6:31 UTC  (21+ messages)
  ` [PATCH 2/2] x86/mm/KASLR: Correct the upper boundary of KALSR mm regions if adjacent to EFI
  ` [PATCH v2 1/2] x86/efi/64: Clean up code comment about efi region

[PATCH v5 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-03-13 19:24 UTC  (14+ messages)
` [PATCH v5 2/3] x86: Remap GDT tables in the Fixmap section
      ` [Xen-devel] "
` [PATCH v5 3/3] x86: Make the GDT remapping read-only on 64-bit

[PATCH v2] efi/libstub/arm*: Set default address and size cells values for an empty dtb
 2017-03-08 23:32 UTC  (4+ messages)

[GIT PULL] EFI fixes
 2017-03-07 20:21 UTC 

[PATCH 00/18] pstore: refactor internal APIs
 2017-03-07 19:31 UTC  (4+ messages)
` [PATCH 06/18] pstore: Extract common arguments into structure


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