linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-10 15:50:11 to 2021-08-23 04:52:14 UTC [more...]

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-23  4:52 UTC  (53+ messages)
` [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 Part1 RFC v4 21/36] x86/head/64: set up a startup %gs for stack protector
` [PATCH Part1 RFC v4 22/36] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH Part1 RFC v4 23/36] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH Part1 RFC v4 24/36] x86/compressed/acpi: move EFI config table access to common code
` [PATCH Part1 RFC v4 25/36] x86/boot: Add Confidential Computing type to setup_data

[PATCH v6 0/5] Support EFI partition on NVIDIA Tegra devices
 2021-08-21 17:27 UTC  (15+ messages)
` [PATCH v6 1/5] block: Add alternative_gpt_sector() operation
` [PATCH v6 2/5] partitions/efi: Support non-standard GPT location
` [PATCH v6 3/5] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v6 4/5] mmc: block: Support alternative_gpt_sector() operation
` [PATCH v6 5/5] mmc: sdhci-tegra: Enable MMC_CAP2_ALT_GPT_SECTOR

[PATCH 0/3] Allow access to confidential computing secret area in SEV guests
 2021-08-20 18:36 UTC  (6+ messages)
` [PATCH 3/3] virt: Add sev_secret module to expose confidential computing secrets

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-20 15:19 UTC  (39+ messages)
` [PATCH Part1 v5 01/38] x86/mm: Add sev_feature_enabled() helper
` [PATCH Part1 v5 02/38] x86/sev: Shorten GHCB terminate macro names
` [PATCH Part1 v5 03/38] x86/sev: Get rid of excessive use of defines
` [PATCH Part1 v5 04/38] x86/head64: Carve out the guest encryption postprocessing into a helper
` [PATCH Part1 v5 05/38] x86/sev: Define the Linux specific guest termination reasons
` [PATCH Part1 v5 06/38] x86/sev: Save the negotiated GHCB version
` [PATCH Part1 v5 07/38] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH Part1 v5 08/38] x86/sev: Check SEV-SNP features support
` [PATCH Part1 v5 09/38] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH Part1 v5 10/38] x86/sev: Check the vmpl level
` [PATCH Part1 v5 11/38] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 v5 12/38] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 v5 13/38] x86/sev: "
` [PATCH Part1 v5 14/38] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH Part1 v5 15/38] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH Part1 v5 16/38] x86/kernel: Validate rom memory before accessing when SEV-SNP is active
` [PATCH Part1 v5 17/38] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 v5 18/38] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH Part1 v5 19/38] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH Part1 v5 20/38] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH Part1 v5 21/38] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH Part1 v5 22/38] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH Part1 v5 23/38] x86/head/64: set up a startup %gs for stack protector
` [PATCH Part1 v5 24/38] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH Part1 v5 25/38] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH Part1 v5 26/38] x86/compressed/acpi: move EFI config table access to common code
` [PATCH Part1 v5 27/38] x86/boot: Add Confidential Computing type to setup_data
` [PATCH Part1 v5 28/38] x86/compressed/64: enable SEV-SNP-validated CPUID in #VC handler
` [PATCH Part1 v5 29/38] x86/boot: add a pointer to Confidential Computing blob in bootparams
` [PATCH Part1 v5 30/38] x86/compressed/64: store Confidential Computing blob address "
` [PATCH Part1 v5 31/38] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH Part1 v5 32/38] x86/sev: enable SEV-SNP-validated CPUID in #VC handlers
` [PATCH Part1 v5 33/38] x86/sev: Provide support for SNP guest request NAEs
` [PATCH Part1 v5 34/38] x86/sev: Add snp_msg_seqno() helper
` [PATCH Part1 v5 35/38] x86/sev: Register SNP guest request platform device
` [PATCH Part1 v5 36/38] virt: Add SEV-SNP guest driver
` [PATCH Part1 v5 37/38] virt: sevguest: Add support to derive key
` [PATCH Part1 v5 38/38] virt: sevguest: Add support to get extended report

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-08-20 14:44 UTC  (11+ messages)
` [PATCH Part2 RFC v4 33/40] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 RFC v4 40/40] KVM: SVM: Support SEV-SNP AP Creation NAE event

[PATCH v3 0/5] Add Guest API & Guest Kernel support for SEV live migration
 2021-08-20 13:32 UTC  (7+ messages)
` [PATCH v3 2/5] KVM: x86: invert KVM_HYPERCALL to default to VMMCALL

[PATCH v7 0/4] Support EFI partition on NVIDIA Tegra devices
 2021-08-20 11:27 UTC  (6+ messages)
` [PATCH v7 1/4] block: Add alternative_gpt_sector() operation
` [PATCH v7 2/4] partitions/efi: Support non-standard GPT location
` [PATCH v7 3/4] mmc: block: Support alternative_gpt_sector() operation
` [PATCH v7 4/4] mmc: sdhci-tegra: Enable MMC_CAP2_ALT_GPT_TEGRA

[PATCH v5 0/5] Support EFI partition on NVIDIA Tegra devices
 2021-08-20  8:16 UTC  (21+ 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 v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-19 19:57 UTC  (44+ 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  (3+ messages)

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-08-13 20:17 UTC  (13+ messages)
` [PATCH 01/11] mm: Introduce a function to check for virtualization protection features
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() with prot_guest_has()

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


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