Linux Confidential Computing Development
 help / color / mirror / Atom feed
 messages from 2023-09-22 20:32:49 to 2023-10-13 02:14:14 UTC [more...]

[PATCH v6 0/7] configfs-tsm: Attestation Report ABI
 2023-10-13  2:14 UTC  (4+ messages)
` [PATCH v6 1/7] virt: sevguest: Fix passing a stack buffer as a scatterlist target
` [PATCH v6 2/7] virt: coco: Add a coco/Makefile and coco/Kconfig
` [PATCH v6 3/7] configfs-tsm: Introduce a shared ABI for attestation reports

[PATCH 00/12] PCI device authentication
 2023-10-12 15:32 UTC  (71+ messages)
` [PATCH 02/12] X.509: Parse Subject Alternative Name in certificates
` [PATCH 01/12] X.509: Make certificate parser public
` [PATCH 03/12] X.509: Move certificate length retrieval into new helper
` [PATCH 04/12] certs: Create blacklist keyring earlier
` [PATCH 05/12] crypto: akcipher - Support more than one signature encoding
` [PATCH 06/12] crypto: ecdsa - Support P1363 "
` [PATCH 07/12] spdm: Introduce library to authenticate devices
` [PATCH 08/12] PCI/CMA: Authenticate devices on enumeration
` [PATCH 09/12] PCI/CMA: Validate Subject Alternative Name in certificates
` [PATCH 10/12] PCI/CMA: Reauthenticate devices on reset and resume
` [PATCH 11/12] PCI/CMA: Expose in sysfs whether devices are authenticated
` [PATCH 12/12] PCI/CMA: Grant guests exclusive control of authentication

[PATCH v5 0/7] configfs-tsm: Attestation Report ABI
 2023-10-12  0:38 UTC  (19+ messages)
` [PATCH v5 1/7] virt: sevguest: Fix passing a stack buffer as a scatterlist target
` [PATCH v5 2/7] virt: coco: Add a coco/Makefile and coco/Kconfig
` [PATCH v5 3/7] configfs-tsm: Introduce a shared ABI for attestation reports
` [PATCH v5 4/7] virt: sevguest: Prep for kernel internal get_ext_report()
` [PATCH v5 5/7] mm/slab: Add __free() support for kvfree
` [PATCH v5 6/7] virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORT
` [PATCH v5 7/7] virt: tdx-guest: Add Quote generation support using TSM_REPORTS

[PATCH 00/13] x86/tdx: Add kexec support
 2023-10-11 13:14 UTC  (45+ messages)
` [PATCH 01/13] x86/acpi: Extract ACPI MADT wakeup code into a separate file
` [PATCH 02/13] kernel/cpu: Add support for declaring CPU hotplug not supported
` [PATCH 03/13] cpu/hotplug, x86/acpi: Disable CPU hotplug for ACPI MADT wakeup
` [PATCH 04/13] x86/kvm: Do not try to disable kvmclock if it was not enabled
` [PATCH 05/13] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
` [PATCH 06/13] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
` [PATCH 07/13] x86/mm: Return correct level from lookup_address() if pte is none
` [PATCH 08/13] KVM: x86: Add config option to gate emergency virt callback support
` [PATCH 09/13] x86/tdx: Account shared memory
` [PATCH 10/13] x86/tdx: Convert shared memory back to private on kexec
` [PATCH 11/13] x86/mm: Make e820_end_ram_pfn() cover E820_TYPE_ACPI ranges
` [PATCH 12/13] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
` [PATCH 13/13] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

[PATCHv14 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-10-10 21:05 UTC  (3+ messages)
` [PATCHv14 5/9] efi: Add unaccepted memory support

[PATCH v4 0/6] configfs-tsm: Attestation Report ABI
 2023-10-10 19:36 UTC  (29+ messages)
` [PATCH v4 1/6] virt: coco: Add a coco/Makefile and coco/Kconfig
` [PATCH v4 2/6] configfs-tsm: Introduce a shared ABI for attestation reports
` [PATCH v4 3/6] virt: sevguest: Prep for kernel internal {get, get_ext}_report()
` [PATCH v4 4/6] mm/slab: Add __free() support for kvfree
` [PATCH v4 5/6] virt: sevguest: Add TSM_REPORTS support for SNP_{GET, GET_EXT}_REPORT
` [PATCH v4 6/6] virt: tdx-guest: Add Quote generation support using TSM_REPORTS

[PATCH 0/8] KVM: gmem: Adding hooks for SEV and TDX
 2023-10-10  9:17 UTC  (3+ messages)
` [PATCH 6/8] KVM: gmem, x86: Add gmem hook for invalidating private memory

[PATCH 00/12] x86/mce, KVM: X86: KVM memory poison and MCE injector support
 2023-10-10  8:35 UTC  (13+ messages)
` [PATCH 01/12] x86/mce: Fix hw MCE injection feature detection
` [PATCH 02/12] X86/mce/inject: Add mcgstatus for mce-inject debugfs
` [PATCH 03/12] x86/mce/inject: Add notrigger entry to suppress MCE injection
` [PATCH 04/12] x86/mce: Move and export inject_mce() from inject.c to core.c
` [PATCH 05/12] mm/fadvise: Add flags to inject hwpoison for posix_fadvise()
` [PATCH 06/12] mm/fadvise: Add FADV_MCE_INJECT flag "
` [PATCH 07/12] x86/mce/inject: Wire up the x86 MCE injector to FADV_MCE_INJECT
` [PATCH 08/12] x86/mce: Define a notifier chain for mce injector
` [PATCH 09/12] KVM: X86: Add debugfs to inject machine check on VM exit
` [PATCH 10/12] KVM: selftests: Allow mapping guest memory without host alias
` [PATCH 11/12] KVM: selftests: lib: Add src memory type for hwpoison test
` [PATCH 12/12] KVM: selftests: hwpoison/mce failure injection

SVSM v1.00 and GHCB v2.03 specifications available
 2023-10-07 21:48 UTC  (4+ messages)

[PATCHv3] x86/tdx: Mark TSC reliable
 2023-10-06 14:45 UTC 

[RFC PATCH v2 0/6] KVM: gmem: Implement test cases for error_remove_page
 2023-10-05 23:48 UTC  (11+ messages)
` [RFC PATCH v2 1/6] KVM: gmem: Truncate pages on punch hole

[RFC] Support for Arm CCA VMs on Linux
 2023-10-02 12:43 UTC  (8+ messages)
` [RFC kvmtool 00/31] arm64: Support for Arm Confidential Compute Architecture
  ` [RFC kvmtool 18/31] arm64: Populate initial realm contents

[PATCH] KVM: guest_memfd: Refactor kvm_gmem into inode->i_private
 2023-09-26 19:31 UTC  (2+ messages)

[PATCH v3 0/5] configfs-tsm: Attestation Report ABI
 2023-09-25 19:26 UTC  (5+ messages)

[PATCH v4] docs: security: Confidential computing intro and threat model for x86 virtualization
 2023-09-23  7:57 UTC  (7+ messages)
        ` [RESEND PATCH "


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 read-only IMAP folder(s) and NNTP newsgroup(s).