kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-19 14:36:01 to 2021-08-21 00:48:31 UTC [more...]

[kvm-unit-tests RFC 00/16] x86_64 UEFI and AMD SEV/SEV-ES support
 2021-08-21  0:47 UTC  (5+ messages)
` [kvm-unit-tests RFC 14/16] x86 AMD SEV-ES: Copy UEFI #VC IDT entry

[kvm-unit-tests PATCH v2 0/6] Initial x86_64 UEFI support
 2021-08-21  0:42 UTC  (3+ messages)

[PATCH 0/2] VM: Fix a benign race in kicking vCPUs
 2021-08-21  0:05 UTC  (3+ messages)
` [PATCH 1/2] KVM: Clean up benign vcpu->cpu data races when "
` [PATCH 2/2] KVM: Guard cpusmask NULL check with CONFIG_CPUMASK_OFFSTACK

[RFC PATCH 0/6] Pass memslot around during page fault handling
 2021-08-20 23:02 UTC  (10+ messages)
` [RFC PATCH 3/6] KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
` [RFC PATCH 5/6] KVM: x86/mmu: Avoid memslot lookup in rmap_add

[PATCH v2 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-20 22:50 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
` [PATCH v2 2/5] entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
` [PATCH v2 3/5] tools: Move x86 syscall number fallbacks to .../uapi/
` [PATCH v2 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs
` [PATCH v2 5/5] KVM: selftests: Remove __NR_userfaultfd syscall fallback

[PATCH 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-20 22:26 UTC  (13+ messages)
` [PATCH 1/5] KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
` [PATCH 2/5] entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
` [PATCH 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs

[PATCH 0/2 V4] Add AMD SEV and SEV-ES intra host migration support
 2021-08-20 21:00 UTC  (10+ messages)
` [PATCH 1/2 V4] KVM, SEV: Add support for SEV intra host migration
` [PATCH 2/2 V4] KVM, SEV: Add support for SEV-ES "

[PATCH v2] vfio/type1: Fix vfio_find_dma_valid return
 2021-08-20 20:39 UTC 

[PATCH] vfio/type1: Fix vfio_find_dma_valid return
 2021-08-20 19:46 UTC  (4+ messages)

[PATCH] KVM: stats: add stats to detect if vcpu is currently halted
 2021-08-20 18:42 UTC  (7+ messages)

[PATCH v7 0/6] KVM: x86: Add idempotent controls for migrating system counter state
 2021-08-20 18:22 UTC  (6+ messages)
` [PATCH v7 1/6] KVM: x86: Fix potential race in KVM_GET_CLOCK
` [PATCH v7 3/6] KVM: x86: Report host tsc and realtime values "

[PATCH 1/2] KVM: Optimize kvm_make_vcpus_request_mask() a bit
 2021-08-20 18:19 UTC  (3+ messages)
` [PATCH 2/2] KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()

[kvm-unit-tests PATCH 0/6] Initial x86_64 UEFI support
 2021-08-20 17:29 UTC  (8+ messages)

[Bug 199727] CPU freezes in KVM guests during high IO load on host
 2021-08-20 17:25 UTC 

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-08-20 15:59 UTC  (46+ messages)
` [PATCH Part2 v5 01/45] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH Part2 v5 02/45] iommu/amd: Introduce function to check SEV-SNP support
` [PATCH Part2 v5 03/45] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 v5 04/45] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 v5 05/45] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 v5 06/45] x86/sev: Invalid pages from direct map when adding it to RMP table
` [PATCH Part2 v5 07/45] x86/traps: Define RMP violation #PF error code
` [PATCH Part2 v5 08/45] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 v5 09/45] x86/fault: Add support to dump RMP entry on fault
` [PATCH Part2 v5 10/45] crypto: ccp: shutdown SEV firmware on kexec
` [PATCH Part2 v5 11/45] crypto:ccp: Define the SEV-SNP commands
` [PATCH Part2 v5 12/45] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 v5 13/45] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [PATCH Part2 v5 14/45] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v5 15/45] crypto: ccp: Handle the legacy SEV command "
` [PATCH Part2 v5 16/45] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH Part2 v5 17/45] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH Part2 v5 18/45] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH Part2 v5 19/45] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH Part2 v5 20/45] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH Part2 v5 21/45] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 v5 22/45] KVM: SVM: Add initial SEV-SNP support
` [PATCH Part2 v5 23/45] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 v5 24/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 v5 25/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 v5 26/45] KVM: SVM: Mark the private vma unmerable for SEV-SNP guests
` [PATCH Part2 v5 27/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 v5 28/45] KVM: X86: Keep the NPT and RMP page level in sync
` [PATCH Part2 v5 29/45] KVM: x86/mmu: Move 'pfn' variable to caller of direct_page_fault()
` [PATCH Part2 v5 30/45] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX and SNP
` [PATCH Part2 v5 31/45] KVM: x86: Introduce kvm_mmu_get_tdp_walk() for SEV-SNP use
` [PATCH Part2 v5 32/45] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH Part2 v5 33/45] KVM: x86: Update page-fault trace to log full 64-bit error code
` [PATCH Part2 v5 34/45] KVM: SVM: Do not use long-lived GHCB map while setting scratch area
` [PATCH Part2 v5 35/45] KVM: SVM: Remove the long-lived GHCB host map
` [PATCH Part2 v5 36/45] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH Part2 v5 37/45] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 v5 38/45] KVM: SVM: Add support to handle "
` [PATCH Part2 v5 39/45] KVM: SVM: Introduce ops for the post gfn map and unmap
` [PATCH Part2 v5 40/45] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH Part2 v5 41/45] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH Part2 v5 42/45] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH Part2 v5 43/45] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH Part2 v5 44/45] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH Part2 v5 45/45] KVM: SVM: Add module parameter to enable the SEV-SNP

[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  (6+ messages)
` [PATCH Part2 RFC v4 40/40] KVM: SVM: Support SEV-SNP AP Creation NAE event

[kvm-unit-tests PATCH v2 0/3] s390x: Cleanup and maintenance
 2021-08-20 13:36 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: s390x: Print addressing related exception information
` [kvm-unit-tests PATCH v2 2/3] s390x: uv-host: Explain why we set up the home space and remove the space change
` [kvm-unit-tests PATCH v2 3/3] lib: s390x: Control register constant cleanup

[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 v4 0/6] IPI virtualization support for VM
 2021-08-20 13:19 UTC  (2+ messages)

[PATCH v4 00/15] KVM: arm64: Fixed features for protected VMs
 2021-08-20 10:34 UTC  (5+ messages)
` [PATCH v4 11/15] KVM: arm64: Guest exit handlers for nVHE hyp

[PATCH v4 00/13] KVM: Scalable memslots implementation
 2021-08-20  9:27 UTC  (5+ messages)
` [PATCH v4 06/13] KVM: Move WARN on invalid memslot index to update_memslots()

[PATCH RFC v6 00/12] Add riscv kvm accel support
 2021-08-20  9:23 UTC  (4+ messages)
` [PATCH RFC v6 08/12] target/riscv: Handle KVM_EXIT_RISCV_SBI exit

[PATCH v2] KVM: arm64: vgic: Resample HW pending state on deactivation
 2021-08-20  7:58 UTC  (2+ messages)

[PATCH 0/1 v2] KVM: nVMX: nSVM: Show guest mode in kvm_{entry,exit} tracepoints
 2021-08-20  3:05 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH linux-next] tools: remove unneeded semicolon
 2021-08-20  3:38 UTC 

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-20  3:29 UTC  (11+ messages)
` [PATCH Part1 RFC v4 22/36] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH Part1 RFC v4 24/36] x86/compressed/acpi: move EFI config table access to common code

[PATCH 0/6] KVM: arm64: Implement PSCI SYSTEM_SUSPEND support
 2021-08-19 23:41 UTC  (8+ messages)
` [PATCH 1/6] KVM: arm64: Drop unused vcpu param to kvm_psci_valid_affinity()
` [PATCH 2/6] KVM: arm64: Clean up SMC64 PSCI filtering for AArch32 guests
` [PATCH 3/6] KVM: arm64: Encapsulate reset request logic in a helper function
` [PATCH 4/6] KVM: arm64: Add support for SYSTEM_SUSPEND PSCI call
` [PATCH 5/6] selftests: KVM: Promote PSCI hypercalls to asm volatile
` [PATCH 6/6] selftests: KVM: Test SYSTEM_SUSPEND PSCI call
` [PATCH] Documentation: kvm: Document KVM_SYSTEM_EVENT_SUSPEND exit type

[PATCH V2 00/12] Introduce vfio_pci_core subsystem
 2021-08-19 22:36 UTC  (5+ messages)
` [PATCH V2 06/12] vfio/pci: Split the pci_driver code out of vfio_pci_core.c

[kvm-unit-tests PATCH] arm64: Link with -z notext
 2021-08-19 22:30 UTC 

linux-next: Signed-off-by missing for commits in the kvm tree
 2021-08-19 22:21 UTC 

linux-next: Fixes tag needs some work in the kvm tree
 2021-08-19 22:20 UTC 

[PATCH V2 09/12] PCI: Add 'override_only' bitmap to struct pci_device_id
 2021-08-19 22:19 UTC  (6+ messages)

[RFC PATCH 00/13] Add support for Mirror VM
 2021-08-19 22:10 UTC  (12+ messages)

[PATCH v2 00/12] Implement generic prot_guest_has() helper function
 2021-08-19 19:57 UTC  (12+ messages)
` [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] KVM: stats: x86: vmx: add exit reason stats to vt-x instructions
 2021-08-19 19:01 UTC  (3+ messages)

[PATCH v3 0/3] SVM 5-level page table support
 2021-08-19 16:43 UTC  (8+ messages)
` [PATCH v3 2/3] KVM: x86: Handle the case of 5-level shadow page table
` [PATCH v3 3/3] KVM: SVM: Add 5-level page table support for SVM


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