linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-21 20:28:13 to 2016-08-24 07:30:13 UTC [more...]

[PATCH] x86/efi-bgrt: remove the check of the version field
 2016-08-24  7:30 UTC  (8+ messages)

[PATCH] efi: fix the wrong check for the offset of subnode
 2016-08-24  2:18 UTC 

[PATCH 1/2] efi: don't call the system table version the runtime services version
 2016-08-23 16:13 UTC  (2+ messages)
  ` [PATCH 2/2] efi: add firmware version information to sysfs

[RFC PATCH v1 00/28] x86: Secure Encrypted Virtualization (AMD)
 2016-08-23  7:14 UTC  (30+ messages)
` [RFC PATCH v1 01/28] kvm: svm: Add support for additional SVM NPF error codes
` [RFC PATCH v1 02/28] kvm: svm: Add kvm_fast_pio_in support
` [RFC PATCH v1 03/28] kvm: svm: Use the hardware provided GPA instead of page walk
` [RFC PATCH v1 04/28] x86: Secure Encrypted Virtualization (SEV) support
` [RFC PATCH v1 05/28] KVM: SVM: prepare for new bit definition in nested_ctl
` [RFC PATCH v1 06/28] KVM: SVM: Add SEV feature definitions to KVM
` [RFC PATCH v1 07/28] x86: Do not encrypt memory areas if SEV is enabled
` [RFC PATCH v1 08/28] Access BOOT related data encrypted with SEV active
` [RFC PATCH v1 09/28] x86/efi: Access EFI data as encrypted when SEV is active
` [RFC PATCH v1 10/28] x86: Change early_ioremap to early_memremap for BOOT data
` [RFC PATCH v1 11/28] x86: Don't decrypt trampoline area if SEV is active
` [RFC PATCH v1 12/28] x86: DMA support for SEV memory encryption
` [RFC PATCH v1 13/28] iommu/amd: AMD IOMMU support for SEV
` [RFC PATCH v1 14/28] x86: Don't set the SME MSR bit when SEV is active
` [RFC PATCH v1 15/28] x86: Unroll string I/O "
` [RFC PATCH v1 16/28] x86: Add support to determine if running with SEV enabled
` [RFC PATCH v1 17/28] KVM: SVM: Enable SEV by setting the SEV_ENABLE cpu feature
` [RFC PATCH v1 18/28] crypto: add AMD Platform Security Processor driver
` [RFC PATCH v1 19/28] KVM: SVM: prepare to reserve asid for SEV guest
` [RFC PATCH v1 20/28] KVM: SVM: prepare for SEV guest management API support
` [RFC PATCH v1 21/28] KVM: introduce KVM_SEV_ISSUE_CMD ioctl
` [RFC PATCH v1 22/28] KVM: SVM: add SEV launch start command
` [RFC PATCH v1 23/28] KVM: SVM: add SEV launch update command
` [RFC PATCH v1 24/28] KVM: SVM: add SEV_LAUNCH_FINISH command
` [RFC PATCH v1 25/28] KVM: SVM: add KVM_SEV_GUEST_STATUS command
` [RFC PATCH v1 26/28] KVM: SVM: add KVM_SEV_DEBUG_DECRYPT command
` [RFC PATCH v1 27/28] KVM: SVM: add KVM_SEV_DEBUG_ENCRYPT command
` [RFC PATCH v1 28/28] KVM: SVM: add command to query SEV API version

[RFC PATCH v2 00/20] x86: Secure Memory Encryption (AMD)
 2016-08-22 22:39 UTC  (21+ messages)
` [RFC PATCH v2 01/20] x86: Documentation for AMD Secure Memory Encryption (SME)
` [RFC PATCH v2 02/20] x86: Set the write-protect cache mode for full PAT support
` [RFC PATCH v2 03/20] x86: Secure Memory Encryption (SME) build enablement
` [RFC PATCH v2 04/20] x86: Secure Memory Encryption (SME) support
` [RFC PATCH v2 06/20] x86: Handle reduction in physical address size with SME
` [RFC PATCH v2 07/20] x86: Provide general kernel support for memory encryption
` [RFC PATCH v2 08/20] x86: Extend the early_memmap support with additional attrs
` [RFC PATCH v2 09/20] x86: Add support for early encryption/decryption of memory
` [RFC PATCH v2 10/20] x86: Insure that memory areas are encrypted when possible
` [RFC PATCH v2 11/20] mm: Access BOOT related data in the clear
` [RFC PATCH v2 12/20] x86: Add support for changing memory encryption attribute
` [RFC PATCH v2 13/20] x86: Decrypt trampoline area if memory encryption is active
` [RFC PATCH v2 15/20] iommu/amd: AMD IOMMU support for memory encryption
` [RFC PATCH v2 16/20] x86: Check for memory encryption on the APs
` [RFC PATCH v2 17/20] x86: Do not specify encrypted memory for VGA mapping
  ` [RFC PATCH v2 05/20] x86: Add the Secure Memory Encryption cpu feature
  ` [RFC PATCH v2 14/20] x86: DMA support for memory encryption
  ` [RFC PATCH v2 18/20] x86/kvm: Enable Secure Memory Encryption of nested page tables
` [RFC PATCH v2 19/20] x86: Access the setup data through debugfs un-encrypted
` [RFC PATCH v2 20/20] x86: Add support to make use of Secure Memory Encryption

[GIT PULL 0/6] EFI urgent fixes
 2016-08-22 16:45 UTC  (11+ messages)
` [PATCH 1/6] efi: Make for_each_efi_memory_desc_in_map() cope with running on Xen
` [PATCH 2/6] efi/libstub: Allocate headspace in efi_get_memory_map()
` [PATCH 3/6] efi/libstub: Introduce ExitBootServices helper
` [PATCH 4/6] efi/libstub: Use efi_exit_boot_services() in FDT
` [PATCH 5/6] x86/efi: Use efi_exit_boot_services()
` [PATCH 6/6] efi/fdt: Fix handling error value in fdt_find_uefi_params

[PATCH] x86/efi: delay efi_esrt_init to efi_late_init
 2016-08-22 10:37 UTC  (4+ messages)

[PATCH] efi: simply the fdt_find_uefi_params
 2016-08-22 10:01 UTC  (2+ messages)

[PATCH 1/2] x86/efi: Optimize away setup_gop32/64 if unused
 2016-08-22 10:01 UTC  (2+ messages)
  ` [PATCH 2/2] x86/efi: Allow invocation of arbitrary boot services

[PATCH 0/6] Apple device properties
 2016-08-22  9:58 UTC  (21+ messages)
` [PATCH 5/6] efi: Assign "
` [PATCH 2/6] ACPI / bus: Make acpi_get_first_physical_node() public
` [PATCH 3/6] efi: Add device path parser
` [PATCH 6/6] thunderbolt: Use Device ROM retrieved from EFI
  ` [PATCH 4/6] driver core: Don't leak secondary fwnode on device removal
  ` [PATCH 1/6] efi: Retrieve Apple device properties

[PATCH] efi: fix handling error value in fdt_find_uefi_params
 2016-08-19 12:30 UTC  (2+ messages)

[PATCH v2] x86/efi: defer efi_esrt_init until after memblock_x86_fill
 2016-08-19 12:17 UTC  (2+ messages)

[PATCH v2] EFI: make for_each_efi_memory_desc_in_map() cope with running on Xen
 2016-08-19 12:07 UTC  (4+ messages)

[PATCH v2] efi: arm64: add debugfs node to dump UEFI runtime page tables
 2016-08-19 11:57 UTC  (2+ messages)

[PATCH V4 0/4] Handle EFI_INVALID_PARAMETER from ExitBootServices
 2016-08-19 11:43 UTC  (6+ messages)
  ` [PATCH V4 1/4] efi/libstub: Allocate headspace in efi_get_memory_map()
  ` [PATCH V4 2/4] efi/libstub: Introduce ExitBootServices helper
  ` [PATCH V4 3/4] efi/libstub: Use efi_exit_boot_services() in FDT
  ` [PATCH V4 4/4] x86/efi: Use efi_exit_boot_services()

[PATCH V3] efi: add efi_test driver for exporting UEFI runtime service interfaces
 2016-08-19  2:32 UTC  (3+ messages)

KЛИЕHТСKИЕ БАЗЬI МАЙЛ:Alt.Xu-03panr2@mega.Zik.dj СKАЙП: prodawez389 Для 6ыстрой мАссовой проgАжu BАшux товАров u услуг! Поgро6ностu узнАйте сейчАс!
 2016-08-19  0:39 UTC 

[PATCH] Map in physical addresses in efi_map_region_fixed
 2016-08-18  6:11 UTC  (14+ messages)

[PATCH] x86/efi: Remove unused find_bits() function
 2016-08-16 11:34 UTC  (2+ messages)

[efi:next 15/19] fs/efivarfs/super.c:180:7-11: ERROR: reference preceded by free on line 162
 2016-08-15 14:56 UTC  (3+ messages)

[GIT PULL 0/2] EFI urgent fixes
 2016-08-11 10:42 UTC  (3+ messages)
` [PATCH 1/2] x86/platform/uv: Skip UV runtime services mapping in the efi_runtime_disabled case
` [PATCH 2/2] efi/capsule: Allocate whole capsule into virtual memory

[PATCH] EFI: make for_each_efi_memory_desc_in_map() cope with running on Xen
 2016-08-09 14:09 UTC  (7+ messages)

[PATCH] lib/ucs2_string: Speed up ucs2_utf8size()
 2016-08-09 10:51 UTC  (2+ messages)

[PATCH V2] efi: add efi_test driver for exporting UEFI runtime service interfaces
 2016-08-08  5:44 UTC  (3+ messages)

[PATCH v2] efi: capsule: allocate whole capsule into virtual memory
 2016-08-05 11:46 UTC  (2+ messages)

[PATCH 0171/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 10:46 UTC 

[PATCH 0170/1285] Replace numeric parameter like 0444 with macro
 2016-08-02 10:46 UTC 

[PATCH V2 0/4] Handle EFI_INVALID_PARAMETER from ExitBootServices
 2016-08-01 12:03 UTC  (12+ messages)
` [PATCH V2 1/4] efi/libstub: Allocate headspace in efi_get_memory_map()
` [PATCH V2 2/4] efi/libstub: Introduce ExitBootServices helper
  ` [PATCH V2 3/4] efi/libstub: Use efi_exit_boot_services() in FDT
  ` [PATCH V2 4/4] x86/efi: Use efi_exit_boot_services()

[PATCH] x86/efi: initialize status to ensure garbage is not returned on small size
 2016-08-01 11:50 UTC  (4+ messages)

[PATCH] efi: capsule: allocate whole capsule into virtual memory
 2016-07-28 21:28 UTC  (5+ messages)

[PATCH V3 0/4] Handle EFI_INVALID_PARAMETER from ExitBootServices
 2016-07-27 17:42 UTC  (5+ messages)
  ` [PATCH V3 1/4] efi/libstub: Allocate headspace in efi_get_memory_map()
  ` [PATCH V3 2/4] efi/libstub: Introduce ExitBootServices helper
  ` [PATCH V3 3/4] efi/libstub: Use efi_exit_boot_services() in FDT
  ` [PATCH V3 4/4] x86/efi: Use efi_exit_boot_services()

[PATCH 1/7] pstore: Split pstore fragile flags
 2016-07-27 15:08 UTC  (2+ messages)
` [PATCH 3/7] pstore: Manage buffer position for async write

[PATCH] efi: add efi_test driver for exporting UEFI runtime service interfaces
 2016-07-27  2:10 UTC  (5+ messages)

ESRT failures ... was Re: [PATCH 04/11] efi: Add efi_memmap_init_late() for permanent EFI memmap
 2016-07-26 14:26 UTC  (11+ messages)

[PATCH v3 0/3] efi interruptible runtime services
 2016-07-25 15:58 UTC  (4+ messages)
` [PATCH v3 2/3] efi: don't use spinlocks for efi vars

[PATCH 0/5] arm64: avoid block entries that we need to split later
 2016-07-22 16:45 UTC  (6+ messages)
` [PATCH 2/5] arm64: efi: always map runtime services code and data regions down to pages


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