linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-20 18:27:05 to 2021-08-17 04:38:42 UTC [more...]

[PATCH v4 0/3] Support EFI partition on NVIDIA Tegra devices
 2021-08-17  4:37 UTC  (5+ messages)
` [PATCH v4 1/3] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v4 2/3] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v4 3/3] partitions/efi: Support NVIDIA Tegra devices

[PATCH 2/3] isystem: ship and use stdarg.h
 2021-08-17  1:30 UTC  (4+ messages)

[PATCH 0/3] Allow access to confidential computing secret area in SEV guests
 2021-08-16  9:56 UTC  (6+ messages)
` [PATCH 1/3] efi/libstub: Copy confidential computing secret area
` [PATCH 2/3] efi: Reserve "
` [PATCH 3/3] virt: Add sev_secret module to expose confidential computing secrets

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

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-08-13 20:17 UTC  (43+ 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 Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-13 17:09 UTC  (32+ messages)
` [PATCH Part1 RFC v4 02/36] x86/sev: Save the negotiated GHCB version
` [PATCH Part1 RFC v4 03/36] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH Part1 RFC v4 04/36] x86/mm: Add sev_feature_enabled() helper
` [PATCH Part1 RFC v4 05/36] x86/sev: Define the Linux specific guest termination reasons
` [PATCH Part1 RFC v4 08/36] x86/sev: check the vmpl level
` [PATCH Part1 RFC v4 09/36] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 RFC v4 10/36] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 RFC v4 12/36] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH Part1 RFC v4 13/36] x86/kernel: Make the bss.decrypted section shared in RMP table

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-08-13 16:32 UTC  (67+ 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 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 33/40] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [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

pass a gendisk instead of block_device in the partitioning code
 2021-08-12 16:51 UTC  (7+ messages)
` [PATCH 1/4] block: store a gendisk in struct parsed_partitions
` [PATCH 2/4] block: pass a gendisk to bdev_add_partition
` [PATCH 3/4] block: pass a gendisk to bdev_del_partition
` [PATCH 4/4] block: pass a gendisk to bdev_resize_partition

[PATCH v12 0/5] Enable Linux guests on Hyper-V on ARM64
 2021-08-04 16:58 UTC  (14+ 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 4/5] arm64: efi: Export screen_info
` [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 

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

[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  (15+ messages)
` [PATCH v11 2/5] arm64: hyperv: Add panic handler
` [PATCH v11 3/5] arm64: hyperv: Initialize hypervisor on boot
` [PATCH v11 5/5] Drivers: hv: Enable Hyper-V code to be built on ARM64

[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  (2+ 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 


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