linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-27 09:54:20 to 2021-08-18 05:30:44 UTC [more...]

[PATCH v5 0/5] Support EFI partition on NVIDIA Tegra devices
 2021-08-18  5:28 UTC  (9+ messages)
` [PATCH v5 1/5] block: Add alternative_gpt_sector() operation
` [PATCH v5 2/5] mmc: block: Support "
` [PATCH v5 3/5] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v5 4/5] mmc: sdhci-tegra: Implement alternative_gpt_sector()
` [PATCH v5 5/5] partitions/efi: Support non-standard GPT location

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-17 22:13 UTC  (46+ 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 Part1 RFC v4 15/36] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 RFC v4 16/36] KVM: SVM: define new SEV_FEATURES field in the VMCB Save State Area
` [PATCH Part1 RFC v4 20/36] x86/sev: Use SEV-SNP AP creation to start secondary CPUs

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-17 18:43 UTC  (36+ 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 v4 0/3] Support EFI partition on NVIDIA Tegra devices
 2021-08-17 16:16 UTC  (12+ 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

Typo in file include/linux/efi.h
 2021-08-17 14:18 UTC 

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

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  (11+ messages)
` [PATCH v11 2/5] arm64: hyperv: Add panic handler
` [PATCH v11 3/5] arm64: hyperv: Initialize hypervisor on boot

[PATCH v3 0/4] efi/arm64: work around Image placement issues
 2021-08-02 12:03 UTC  (3+ messages)

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


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