linux-coco.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-22 11:51:24 to 2023-04-27 17:20:09 UTC [more...]

[PATCH] docs: security: Confidential computing intro and threat model
 2023-04-27 17:19 UTC  (30+ messages)

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-04-26 18:02 UTC  (44+ messages)
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' x86 op
` [PATCH RFC v8 04/56] KVM: Add HVA range operator
` [PATCH RFC v8 12/56] x86/sev: Add RMP entry lookup helpers
` [PATCH RFC v8 15/56] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address
` [PATCH RFC v8 20/56] crypto:ccp: Define the SEV-SNP commands
` [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v8 36/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v8 45/56] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation "
` [PATCH RFC v8 48/56] KVM: SVM: Add SNP-specific handling for memory attribute updates

[RFC 00/48] RISC-V CoVE support
 2023-04-26 13:55 UTC  (67+ messages)
` [RFC 01/48] mm/vmalloc: Introduce arch hooks to notify ioremap/unmap changes
` [RFC 02/48] RISC-V: KVM: Improve KVM error reporting to the user space
` [RFC 03/48] RISC-V: KVM: Invoke aia_update with preempt disabled/irq enabled
` [RFC 04/48] RISC-V: KVM: Add a helper function to get pgd size
` [RFC 05/48] RISC-V: Add COVH SBI extensions definitions
` [RFC 06/48] RISC-V: KVM: Implement COVH SBI extension
` [RFC 07/48] RISC-V: KVM: Add a barebone CoVE implementation
` [RFC 08/48] RISC-V: KVM: Add UABI to support static memory region attestation
` [RFC 09/48] RISC-V: KVM: Add CoVE related nacl helpers
` [RFC 10/48] RISC-V: KVM: Implement static memory region measurement
` [RFC 11/48] RISC-V: KVM: Use the new VM IOCTL for measuring pages
` [RFC 12/48] RISC-V: KVM: Exit to the user space for trap redirection
` [RFC 13/48] RISC-V: KVM: Return early for gstage modifications
` [RFC 14/48] RISC-V: KVM: Skip dirty logging updates for TVM
` [RFC 15/48] RISC-V: KVM: Add a helper function to trigger fence ops
` [RFC 16/48] RISC-V: KVM: Skip most VCPU requests for TVMs
` [RFC 17/48] RISC-V : KVM: Skip vmid/hgatp management "
` [RFC 18/48] RISC-V: KVM: Skip TLB "
` [RFC 19/48] RISC-V: KVM: Register memory regions as confidential "
` [RFC 20/48] RISC-V: KVM: Add gstage mapping "
` [RFC 21/48] RISC-V: KVM: Handle SBI call forward from the TSM
` [RFC 22/48] RISC-V: KVM: Implement vcpu load/put functions for CoVE guests
` [RFC 23/48] RISC-V: KVM: Wireup TVM world switch
` [RFC 24/48] RISC-V: KVM: Update timer functionality for TVMs
` [RFC 25/48] RISC-V: KVM: Skip HVIP update "
` [RFC 26/48] RISC-V: Add COVI extension definitions
` [RFC 27/48] RISC-V: KVM: Implement COVI SBI extension
` [RFC 28/48] RISC-V: KVM: Add interrupt management functions for TVM
` [RFC 29/48] RISC-V: KVM: Skip AIA CSR updates for TVMs
` [RFC 30/48] RISC-V: KVM: Perform limited operations in hardware enable/disable
` [RFC 31/48] RISC-V: KVM: Indicate no support user space emulated IRQCHIP
` [RFC 32/48] RISC-V: KVM: Add AIA support for TVMs
` [RFC 33/48] RISC-V: KVM: Hookup TVM VCPU init/destroy
` [RFC 34/48] RISC-V: KVM: Initialize CoVE
` [RFC 35/48] RISC-V: KVM: Add TVM init/destroy calls
` [RFC 36/48] RISC-V: KVM: Read/write gprs from/to shmem in case of TVM VCPU
` [RFC 37/48] RISC-V: Add COVG SBI extension definitions
` [RFC 38/48] RISC-V: Add CoVE guest config and helper functions
` [RFC 39/48] RISC-V: Implement COVG SBI extension
` [RFC 40/48] RISC-V: COVE: Add COVH invalidate, validate, promote, demote and remove APIs
` [RFC 41/48] RISC-V: KVM: Add host side support to handle COVG SBI calls
` [RFC 42/48] RISC-V: Allow host to inject any ext interrupt id to a CoVE guest
` [RFC 43/48] RISC-V: Add base memory encryption functions
` [RFC 44/48] RISC-V: Add cc_platform_has() for RISC-V for CoVE
` [RFC 45/48] RISC-V: ioremap: Implement for arch specific ioremap hooks
` [RFC 46/48] riscv/virtio: Have CoVE guests enforce restricted virtio memory access
` [RFC 47/48] RISC-V: Add shared bounce buffer to support DBCN for CoVE Guest
` [RFC 48/48] drivers/hvc: sbi: Disable HVC console for TVMs

[RFC kvmtool 00/10] RISC-V CoVE support
 2023-04-19 22:23 UTC  (11+ messages)
` [RFC kvmtool 01/10] riscv: Add a CoVE VM type
` [RFC kvmtool 02/10] riscv: Define a command line option for CoVE VM
` [RFC kvmtool 03/10] riscv: Define a measure region IOCTL
` [RFC kvmtool 04/10] riscv: Invoke measure region for VM images
` [RFC kvmtool 05/10] riscv: Do not create APLIC for TVMs
` [RFC kvmtool 06/10] riscv: Change initrd alignment to a page size
` [RFC kvmtool 07/10] riscv: Define riscv specific vm_type function
` [RFC kvmtool 08/10] riscv: virtio: Enforce VIRTIO_F_ACCESS_PLATFORM feature flag
` [RFC kvmtool 09/10] riscv: Don't emit MMIO devices for CoVE VM
` [RFC kvmtool 10/10] riscv: cove: Don't emit interrupt_map for pci devices in fdt

SVSM draft specification v0.62 / GHCB draft specification v2.03
 2023-04-17 17:07 UTC  (5+ messages)

[ANNOUNCE] [CFP] Linux Security Summit Europe (LSS-EU)
 2023-04-17  8:35 UTC 

[PATCHv9 00/14] mm, x86/cc: Implement support for unaccepted memory
 2023-04-17  7:37 UTC  (31+ messages)
` [PATCHv9 01/14] x86/boot: Centralize __pa()/__va() definitions
` [PATCHv9 02/14] mm: Add support for unaccepted memory
` [PATCHv9 03/14] mm/page_alloc: Fake "
` [PATCHv9 04/14] mm/page_alloc: Add sysfs handle to accept accept_memory
` [PATCHv9 05/14] efi/x86: Get full memory map in allocate_e820()
` [PATCHv9 06/14] x86/boot: Add infrastructure required for unaccepted memory support
` [PATCHv9 07/14] efi/x86: Implement support for unaccepted memory
` [PATCHv9 08/14] x86/boot/compressed: Handle "
` [PATCHv9 09/14] x86/mm: Reserve unaccepted memory bitmap
` [PATCHv9 10/14] x86/mm: Provide helpers for unaccepted memory
` [PATCHv9 11/14] x86/mm: Avoid load_unaligned_zeropad() stepping into "
` [PATCHv9 12/14] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
` [PATCHv9 13/14] x86/tdx: Refactor try_accept_one()
` [PATCHv9 14/14] x86/tdx: Add unaccepted memory support

[ANNOUNCEMENT] COCONUT Secure VM Service Module for SEV-SNP
 2023-04-14  9:00 UTC  (26+ messages)

[RFC PATCH 0/7] x86/entry: Atomic statck switching for IST
 2023-04-07  2:33 UTC  (25+ messages)
` [RFC PATCH 1/7] x86/entry: Move PUSH_AND_CLEAR_REGS out of paranoid_entry
` [RFC PATCH 2/7] x86/entry: Add IST main stack
` [RFC PATCH 3/7] x86/entry: Implement atomic-IST-entry
` [RFC PATCH 4/7] x86/entry: Use atomic-IST-entry for NMI
` [RFC PATCH 5/7] x86/entry: Use atomic-IST-entry for MCE and DB
` [RFC PATCH 6/7] x86/entry: Use atomic-IST-entry for VC
` [RFC PATCH 7/7] x86/entry: Test atomic-IST-entry via KVM

[PATCHv8 00/14] mm, x86/cc: Implement support for unaccepted memory
 2023-03-25  0:51 UTC  (4+ messages)
` [PATCHv8 06/14] efi/x86: "

[RFC] Support for Arm CCA VMs on Linux
 2023-03-22 11:51 UTC  (12+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 15/28] KVM: arm64: Handle realm MMIO emulation
  ` [RFC PATCH 16/28] arm64: RME: Allow populating initial contents


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