linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-01 13:08:40 to 2022-02-09 18:15:09 UTC [more...]

[PATCH v10 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-09 18:10 UTC  (35+ messages)
` [PATCH v10 01/45] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v10 02/45] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v10 03/45] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH v10 04/45] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v10 05/45] x86/boot: Introduce helpers for MSR reads/writes
` [PATCH v10 06/45] x86/boot: Use MSR read/write helpers instead of inline assembly
` [PATCH v10 07/45] x86/compressed/64: Detect/setup SEV/SME features earlier in boot
` [PATCH v10 08/45] x86/sev: "
` [PATCH v10 09/45] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v10 10/45] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v10 11/45] x86/sev: Save the negotiated GHCB version
` [PATCH v10 12/45] x86/sev: Check SEV-SNP features support
` [PATCH v10 13/45] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v10 14/45] x86/sev: Check the vmpl level
` [PATCH v10 15/45] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v10 16/45] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v10 17/45] x86/sev: "
` [PATCH v10 18/45] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v10 19/45] x86/kernel: Make the .bss..decrypted section shared in RMP table
` [PATCH v10 20/45] x86/kernel: Validate ROM memory before accessing when SEV-SNP is active
` [PATCH v10 21/45] x86/mm: Add support to validate memory when changing C-bit
` [PATCH v10 22/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v10 23/45] x86/head/64: Re-enable stack protection
` [PATCH v10 24/45] x86/compressed/acpi: Move EFI detection to helper
` [PATCH v10 25/45] x86/compressed/acpi: Move EFI system table lookup "
` [PATCH v10 26/45] x86/compressed/acpi: Move EFI config "
` [PATCH v10 27/45] x86/compressed/acpi: Move EFI vendor "
` [PATCH v10 28/45] x86/compressed/acpi: Move EFI kexec handling into common code
` [PATCH v10 29/45] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v10 30/45] KVM: x86: Move lookup of indexed CPUID leafs to helper
` [PATCH v10 31/45] x86/sev: Move MSR-based VMGEXITs for CPUID "
` [PATCH v10 32/45] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v10 33/45] x86/boot: Add a pointer to Confidential Computing blob in bootparams
` [PATCH v10 35/45] x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guests

[PATCH] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
 2022-02-09 18:02 UTC  (4+ messages)

[PATCH v9 00/43] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-09 15:02 UTC  (99+ messages)
` [PATCH v9 02/43] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v9 05/43] x86/compressed/64: Detect/setup SEV/SME features earlier in boot
` [PATCH v9 10/43] x86/sev: Check SEV-SNP features support
` [PATCH v9 15/43] x86/sev: Register GHCB memory when SEV-SNP is active
` [PATCH v9 17/43] x86/kernel: Make the .bss..decrypted section shared in RMP table
` [PATCH v9 18/43] x86/kernel: Validate ROM memory before accessing when SEV-SNP is active
` [PATCH v9 19/43] x86/mm: Add support to validate memory when changing C-bit
` [PATCH v9 20/43] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v9 22/43] x86/sev: Move MSR-based VMGEXITs for CPUID to helper
` [PATCH v9 23/43] KVM: x86: Move lookup of indexed CPUID leafs "
` [PATCH v9 24/43] x86/compressed/acpi: Move EFI detection "
` [PATCH v9 25/43] x86/compressed/acpi: Move EFI system table lookup "
` [PATCH v9 26/43] x86/compressed/acpi: Move EFI config "
` [PATCH v9 28/43] x86/compressed/acpi: Move EFI kexec handling into common code
` [PATCH v9 29/43] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v9 30/43] KVM: SEV: Add documentation for SEV-SNP CPUID Enforcement
` [PATCH v9 31/43] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v9 32/43] x86/boot: Add a pointer to Confidential Computing blob in bootparams
` [PATCH v9 33/43] x86/compressed: Add SEV-SNP feature detection/setup
` [PATCH v9 35/43] x86/compressed: Export and rename add_identity_map()
` [PATCH v9 36/43] x86/compressed/64: Add identity mapping for Confidential Computing blob
` [PATCH v9 37/43] x86/sev: Add SEV-SNP feature detection/setup
` [PATCH v9 38/43] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v9 39/43] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v9 40/43] x86/sev: Register SEV-SNP guest request platform device
` [PATCH v9 41/43] virt: Add SEV-SNP guest driver
` [PATCH v9 42/43] virt: sevguest: Add support to derive key
` [PATCH v9 43/43] virt: sevguest: Add support to get extended report

[PATCH v2] builddeb: Support signing kernels with the module signing key
 2022-02-09 13:21 UTC  (12+ messages)

[PATCH v7 0/5] Allow guest access to EFI confidential computing secret area
 2022-02-09  0:25 UTC  (37+ messages)
` [PATCH v7 1/5] efi: Save location of EFI confidential computing area
` [PATCH v7 2/5] efi/libstub: Reserve confidential computing secret area
` [PATCH v7 3/5] virt: Add efi_secret module to expose confidential computing secrets
` [PATCH v7 4/5] efi: Load efi_secret module if EFI secret area is populated
` [PATCH v7 5/5] docs: security: Add coco/efi_secret documentation

[PATCH v6 0/6] x86: Show in sysfs if a memory node is able to do encryption
 2022-02-08 21:09 UTC  (34+ messages)
` [PATCH v6 1/6] mm/memblock: Tag memblocks with crypto capabilities
` [PATCH v6 2/6] mm/mmzone: Tag pg_data_t "
` [PATCH v6 3/6] x86/e820: Refactor range_update and range_remove
` [PATCH v6 4/6] x86/e820: Tag e820_entry with crypto capabilities
` [PATCH v6 5/6] x86/efi: Tag e820_entries as crypto capable from EFI memmap
` [PATCH v6 6/6] drivers/node: Show in sysfs node's crypto capabilities

[PATCH v10 0/8] Enroll kernel keys thru MOK
 2022-02-08 15:26 UTC  (6+ messages)
        ` MAINTAINERS update suggestion (subject change)

[BUG SEVERE] Failure to enable EFI Runtime services on T2 Macs
 2022-02-08 14:55 UTC  (3+ messages)

[PATCH v3] arm64: move efi_reboot to restart handler
 2022-02-07 15:16 UTC 

Prezentacja
 2022-02-02  9:32 UTC 

[PATCH v5 00/20] power-suppy/i2c/extcon: Fix charger setup on Xiaomi Mi Pad 2 and Lenovo Yogabook
 2022-02-01 13:07 UTC  (12+ messages)
` [PATCH v5 10/20] power: supply: bq25890: Add support for registering the Vbus boost converter as a regulator
` [PATCH v5 11/20] power: supply: bq25890: On the bq25892 set the IINLIM based on external charger detection
` [PATCH v5 12/20] power: supply: bq25890: Support higher charging voltages through Pump Express+ protocol
` [PATCH v5 13/20] power: supply: bq25890: Use the devm_regmap_field_bulk_alloc() helper
` [PATCH v5 14/20] mfd: intel_soc_pmic_chtwc: Add cht_wc_model data to struct intel_soc_pmic
` [PATCH v5 15/20] i2c: cht-wc: Make charger i2c-client instantiation board/device-model specific
` [PATCH v5 16/20] extcon: intel-cht-wc: Use new cht_wc_model intel_soc_pmic field
` [PATCH v5 17/20] extcon: intel-cht-wc: Support devs with Micro-B / USB-2 only Type-C connectors
` [PATCH v5 18/20] extcon: intel-cht-wc: Refactor cht_wc_extcon_get_charger()
` [PATCH v5 19/20] extcon: intel-cht-wc: Add support for registering a power_supply class-device
` [PATCH v5 20/20] extcon: intel-cht-wc: Report RID_A for ACA adapters


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