linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-16 17:10:34 to 2021-08-04 15:53:26 UTC [more...]

[PATCH v12 0/5] Enable Linux guests on Hyper-V on ARM64
 2021-08-04 15:52 UTC  (5+ messages)
` [PATCH v12 1/5] arm64: hyperv: Add Hyper-V hypercall and register access utilities
` [PATCH v12 2/5] arm64: hyperv: Add panic handler
` [PATCH v12 3/5] arm64: hyperv: Initialize hypervisor on boot
` [PATCH v12 5/5] Drivers: hv: Enable Hyper-V code to be built on ARM64

[efi:urgent] BUILD SUCCESS c32ac11da3f83bb42b986702a9b92f0a14ed4182
 2021-08-03 18:37 UTC 

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-08-03 14:38 UTC  (108+ messages)
` [PATCH Part2 RFC v4 05/40] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 RFC v4 07/40] x86/sev: Split the physmap when adding the page in RMP table
` [PATCH Part2 RFC v4 10/40] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 RFC v4 20/40] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 RFC v4 21/40] KVM: SVM: Add initial SEV-SNP support
` [PATCH Part2 RFC v4 22/40] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 RFC v4 23/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 RFC v4 24/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 RFC v4 25/40] KVM: SVM: Reclaim the guest pages when SEV-SNP VM terminates
` [PATCH Part2 RFC v4 26/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 RFC v4 27/40] KVM: X86: Add kvm_x86_ops to get the max page level for the TDP
` [PATCH Part2 RFC v4 28/40] KVM: X86: Introduce kvm_mmu_map_tdp_page() for use by SEV
` [PATCH Part2 RFC v4 30/40] KVM: X86: Define new RMP check related #NPF error bits
` [PATCH Part2 RFC v4 31/40] KVM: X86: update page-fault trace to log the 64-bit error code
` [PATCH Part2 RFC v4 32/40] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH Part2 RFC v4 33/40] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 RFC v4 34/40] KVM: SVM: Add support to handle "
` [PATCH Part2 RFC v4 35/40] KVM: Add arch hooks to track the host write to guest memory
` [PATCH Part2 RFC v4 37/40] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH Part2 RFC v4 38/40] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH Part2 RFC v4 39/40] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH Part2 RFC v4 40/40] KVM: SVM: Support SEV-SNP AP Creation NAE event

[GIT PULL] EFI fixes for v5.14-rc4
 2021-08-03  9:12 UTC 

[PATCH 2/3] isystem: ship and use stdarg.h
 2021-08-03  7:14 UTC  (2+ messages)

[PATCH v2] arm64: Fix EFI loader kernel image allocation
 2021-08-03  5:34 UTC  (2+ messages)

[PATCH v11 0/5] Enable Linux guests on Hyper-V on ARM64
 2021-08-02 17:13 UTC  (17+ messages)
` [PATCH v11 1/5] arm64: hyperv: Add Hyper-V hypercall and register access utilities
` [PATCH v11 2/5] arm64: hyperv: Add panic handler
` [PATCH v11 3/5] arm64: hyperv: Initialize hypervisor on boot
` [PATCH v11 4/5] arm64: efi: Export screen_info
` [PATCH v11 5/5] Drivers: hv: Enable Hyper-V code to be built on ARM64

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-08-02 12:42 UTC  (27+ messages)
` [PATCH 01/11] mm: Introduce a function to check for virtualization protection features
` [PATCH 02/11] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH 03/11] powerpc/pseries/svm: Add a powerpc "
` [PATCH 04/11] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH 05/11] x86/sev: Replace occurrences of sev_active() "
` [PATCH 06/11] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() "
` [PATCH 08/11] mm: Remove the now unused mem_encrypt_active() function
` [PATCH 09/11] x86/sev: "
` [PATCH 10/11] powerpc/pseries/svm: "
` [PATCH 11/11] s390/mm: "

[PATCH v3 0/4] efi/arm64: work around Image placement issues
 2021-08-02 12:03 UTC  (7+ messages)
` [PATCH v3 1/4] efi/libstub: arm64: Force Image reallocation if BSS was not reserved
` [PATCH v3 2/4] efi/libstub: arm64: Relax 2M alignment again for relocatable kernels
` [PATCH v3 3/4] efi/libstub: arm64: Warn when efi_random_alloc() fails
` [PATCH v3 4/4] efi/libstub: arm64: Double check image alignment at entry

[PATCH v3 0/3] Support EFI partition on NVIDIA Tegra devices
 2021-07-31 18:56 UTC  (4+ messages)
` [PATCH v3 1/3] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v3 2/3] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v3 3/3] partitions/efi: Support NVIDIA Tegra devices

[PATCH v2 0/3] Support EFI partition on NVIDIA Tegra devices
 2021-07-31 18:46 UTC  (5+ messages)
` [PATCH v2 1/3] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v2 2/3] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v2 3/3] partitions/efi: Support NVIDIA Tegra devices

[PATCH] efi: sysfb_efi: fix build when EFI is not set
 2021-07-28  8:50 UTC  (8+ messages)

[PATCH AUTOSEL 5.13 15/21] efi/mokvar: Reserve the table only if it is in boot services data
 2021-07-27 13:19 UTC 

[PATCH AUTOSEL 5.10 13/17] efi/mokvar: Reserve the table only if it is in boot services data
 2021-07-27 13:19 UTC 

[efi:urgent] BUILD SUCCESS 6dec88b1f3caee8c8460ac199a6c6ea702c85603
 2021-07-27  8:03 UTC 

[PATCH v2 0/2] efi/arm64: work around Image placement issues
 2021-07-26 11:38 UTC  (5+ messages)
` [PATCH v2 1/2] efi/libstub: arm64: Force Image reallocation if BSS was not reserved
` [PATCH v2 2/2] efistub: arm64: relax 2M alignment again for relocatable kernels

[PATCH] efistub: arm64: relax 2M alignment again for relocatable kernels
 2021-07-26  4:09 UTC  (2+ messages)

[efi:urgent] BUILD SUCCESS 5bb60b28ce5bee48838c3fdc667c7247e722b34d
 2021-07-23  5:04 UTC 

[PATCH 1/1] RISC-V: load initrd wherever it fits into memory
 2021-07-22  6:09 UTC  (5+ messages)

[PATCH v3 0/2] allow simple{fb,drm} drivers to be used on non-x86 EFI platforms
 2021-07-21 11:23 UTC  (13+ messages)
  ` [PATCH v3 0/2] allow simple{fb, drm} "

[efi:urgent] BUILD SUCCESS 47e1e233e9d822dfda068383fb9a616451bda703
 2021-07-20 21:06 UTC 

[PATCH 2/2] arm64: efi: kaslr: Fix boot failure if efi_random_alloc() fails
 2021-07-20 14:40 UTC  (8+ messages)

[PATCH 1/2] arm64: efi: kaslr: Fix occasional random alloc (and boot) failure
 2021-07-20 12:37 UTC  (2+ messages)

[GIT PULL] EFI fixes for v5.14-rc2
 2021-07-20 11:33 UTC  (2+ messages)

[efi:urgent] BUILD SUCCESS 7c33940e16b6cc297c5648b65180451b404b8a5e
 2021-07-19 19:39 UTC 

[PATCH v1 0/2] firmware: dmi_scan: Make it work in kexec'ed kernel
 2021-07-19  8:25 UTC  (13+ messages)

[RFC PATCH] efi/mokvar: Reserve the table only if it is in boot services data
 2021-07-19  7:12 UTC  (4+ messages)

[efi:urgent] BUILD SUCCESS 2bab693a608bdf614b9fcd44083c5100f34b9f77
 2021-07-18 14:00 UTC 

[PATCH v2 1/1] ACPI: utils: Fix reference counting in for_each_acpi_dev_match()
 2021-07-16 17:27 UTC  (3+ 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).