public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-09 08:10:52 to 2023-06-12 04:52:48 UTC [more...]

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-06-12  4:25 UTC  (39+ messages)
` [PATCH RFC v9 01/51] KVM: x86: Add gmem hook for initializing private memory
` [PATCH RFC v9 02/51] KVM: x86: Add gmem hook for invalidating "
` [PATCH RFC v9 03/51] KVM: x86: Use full 64-bit error code for kvm_mmu_do_page_fault
` [PATCH RFC v9 09/51] x86/sev: Add RMP entry lookup helpers
` [PATCH RFC v9 10/51] x86/fault: Add helper for dumping RMP entries
` [PATCH RFC v9 11/51] x86/traps: Define RMP violation #PF error code
` [PATCH RFC v9 12/51] x86/fault: Report RMP page faults for kernel addresses
` [PATCH RFC v9 13/51] x86/fault: Handle RMP page faults for user addresses
` [PATCH RFC v9 14/51] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v9 15/51] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v9 16/51] crypto: ccp: Define the SEV-SNP commands
` [PATCH RFC v9 17/51] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v9 18/51] crypto: ccp: Provide API to issue SEV and SNP commands
` [PATCH RFC v9 19/51] x86/sev: Introduce snp leaked pages list
` [PATCH RFC v9 20/51] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH RFC v9 21/51] crypto: ccp: Handle the legacy SEV command "
` [PATCH RFC v9 22/51] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH RFC v9 23/51] KVM: SEV: Select CONFIG_KVM_PROTECTED_VM when CONFIG_KVM_AMD_SEV=y
` [PATCH RFC v9 24/51] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH RFC v9 25/51] KVM: SVM: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH RFC v9 26/51] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH RFC v9 27/51] KVM: SVM: Add initial SEV-SNP support
` [PATCH RFC v9 28/51] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH RFC v9 29/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v9 30/51] KVM: Add HVA range operator
` [PATCH RFC v9 31/51] KVM: Split out memory attribute xarray updates to helper function
` [PATCH RFC v9 32/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v9 33/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v9 34/51] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH RFC v9 35/51] KVM: SVM: Add KVM_EXIT_VMGEXIT
` [PATCH RFC v9 36/51] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v9 37/51] KVM: SVM: Add support to handle "
` [PATCH RFC v9 38/51] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH RFC v9 39/51] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH RFC v9 40/51] KVM: SVM: Add support to handle RMP nested page faults
` [PATCH RFC v9 41/51] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH RFC v9 42/51] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v9 43/51] KVM: SEV: Configure MMU to check for private fault flags

[PATCH v11 00/20] TDX host kernel support
 2023-06-12  3:41 UTC  (41+ messages)
` [PATCH v11 06/20] x86/virt/tdx: Handle SEAMCALL running out of entropy error
` [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v11 10/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v11 11/20] x86/virt/tdx: Fill out "
` [PATCH v11 12/20] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v11 16/20] x86/virt/tdx: Initialize all TDMRs
` [PATCH v11 17/20] x86/kexec: Flush cache of TDX private memory
` [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
` [PATCH v11 19/20] x86/mce: Improve error log of kernel space TDX #MC due to erratum
` [PATCH v11 20/20] Documentation/x86: Add documentation for TDX host support

[PATCH 0/4] Documentation: KVM: multiple editing corrections
 2023-06-12  3:08 UTC  (5+ messages)
` [PATCH 1/4] Documentation: KVM: make corrections to halt-polling.rst
` [PATCH 2/4] Documentation: KVM: make corrections to locking.rst
` [PATCH 3/4] Documentation: KVM: make corrections to ppc-pv.rst
` [PATCH 4/4] Documentation: KVM: make corrections to vcpu-requests.rst

[PATCH v2] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-12  1:59 UTC  (4+ messages)

[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
 2023-06-11 20:54 UTC  (12+ messages)
` [PATCH RFC net-next v4 1/8] vsock/dgram: generalize recvmsg and drop transport->dgram_dequeue
` [PATCH RFC net-next v4 2/8] vsock: refactor transport lookup code
` [PATCH RFC net-next v4 3/8] vsock: support multi-transport datagrams
` [PATCH RFC net-next v4 4/8] vsock: make vsock bind reusable
` [PATCH RFC net-next v4 5/8] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v4 6/8] virtio/vsock: support dgrams
` [PATCH RFC net-next v4 7/8] vsock: Add lockless sendmsg() support
` [PATCH RFC net-next v4 8/8] tests: add vsock dgram tests

[PATCH v10 00/59] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-06-11 16:28 UTC  (10+ messages)

[PATCH 1/1] KVM: arm64: PMU: Avoid inappropriate use of host's PMUVer
 2023-06-11 16:01 UTC  (5+ messages)

[PATCH 0/2] KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVer systems
 2023-06-11  5:03 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm64: PMU: Introduce pmu_v3_is_supported() helper
` [PATCH 2/2] KVM: arm64: PMU: Disallow vPMU on non-uniform PMUVer systems

[RFC PATCH part-1 0/5] pKVM on Intel Platform Introduction
 2023-06-10  8:56 UTC  (10+ messages)

[kvm-unit-tests PATCH v6 00/32] EFI and ACPI support for arm64
 2023-06-10  8:32 UTC  (15+ messages)
` [kvm-unit-tests PATCH v6 12/32] arm64: Add support for discovering the UART through ACPI
` [kvm-unit-tests PATCH v6 23/32] arm64: Add a setup sequence for systems that boot through EFI
` [kvm-unit-tests PATCH v6 28/32] arm64: Add support for efi in Makefile

[PATCH] accel/kvm/kvm-all: Handle register access errors
 2023-06-10  3:51 UTC  (4+ messages)

[PATCH] accel/kvm: Specify default IPA size for arm64
 2023-06-10  3:48 UTC  (6+ messages)

[PATCH v3 00/10] RISCV: Add KVM_GET_REG_LIST API
 2023-06-10  3:12 UTC  (10+ messages)
` [PATCH v3 07/10] KVM: arm64: selftests: Finish generalizing get-reg-list
` [PATCH v3 09/10] KVM: riscv: selftests: Skip some registers set operation
` [PATCH v3 10/10] KVM: riscv: selftests: Add get-reg-list test

[RFC PATCH v2 0/6] KVM: PPC: Nested PAPR guests
 2023-06-10  2:16 UTC  (18+ messages)
` [RFC PATCH v2 1/6] KVM: PPC: Use getters and setters for vcpu register state
` [RFC PATCH v2 2/6] KVM: PPC: Add fpr getters and setters
` [RFC PATCH v2 4/6] KVM: PPC: Add helper library for Guest State Buffers
` [RFC PATCH v2 5/6] KVM: PPC: Add support for nested PAPR guests
` [RFC PATCH v2 6/6] docs: powerpc: Document nested KVM on POWER
  ` [PATCH RFC "

[GIT PULL] virtio,vhost,vdpa: bugfixes
 2023-06-09 18:19 UTC  (2+ messages)

[Intel-gfx] [PATCH v3 4/4] PCI/VGA: introduce is_boot_device function callback to vga_client_register
 2023-06-09 17:43 UTC  (3+ messages)

[PATCH v3 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
 2023-06-09 16:54 UTC  (19+ messages)
` [PATCH v3 01/17] KVM: arm64: Drop is_kernel_in_hyp_mode() from __invalidate_icache_guest_page()
` [PATCH v3 02/17] arm64: Prevent the use of is_kernel_in_hyp_mode() in hypervisor code
` [PATCH v3 03/17] arm64: Turn kaslr_feature_override into a generic SW feature override
` [PATCH v3 04/17] arm64: Add KVM_HVHE capability and has_hvhe() predicate
` [PATCH v3 05/17] arm64: Don't enable VHE for the kernel if OVERRIDE_HVHE is set
` [PATCH v3 06/17] arm64: Allow EL1 physical timer access when running VHE
` [PATCH v3 07/17] arm64: Use CPACR_EL1 format to set CPTR_EL2 when E2H is set
` [PATCH v3 08/17] KVM: arm64: Remove alternatives from sysreg accessors in VHE hypervisor context
` [PATCH v3 09/17] KVM: arm64: Key use of VHE instructions in nVHE code off ARM64_KVM_HVHE
` [PATCH v3 10/17] KVM: arm64: Force HCR_EL2.E2H when ARM64_KVM_HVHE is set
` [PATCH v3 11/17] KVM: arm64: Disable TTBR1_EL2 when using ARM64_KVM_HVHE
` [PATCH v3 12/17] KVM: arm64: Adjust EL2 stage-1 leaf AP bits when ARM64_KVM_HVHE is set
` [PATCH v3 13/17] KVM: arm64: Rework CPTR_EL2 programming for HVHE configuration
` [PATCH v3 14/17] KVM: arm64: Program the timer traps with VHE layout in hVHE mode
` [PATCH v3 15/17] KVM: arm64: Force HCR_E2H in guest context when ARM64_KVM_HVHE is set
` [PATCH v3 16/17] arm64: Allow arm64_sw.hvhe on command line
` [PATCH v3 17/17] KVM: arm64: Terrible timer hack for M1 with hVHE

[PATCH v12 00/24] Add vfio_device cdev for iommufd support
 2023-06-09 16:47 UTC  (2+ messages)

[RFC PATCH v2 0/6] SVM guest shadow stack support
 2023-06-09 16:46 UTC  (5+ messages)
` [RFC PATCH v2 6/6] KVM: SVM: Add CET features to supported_xss

[PATCH v2 0/3] vfio: Cleanup Kconfigs
 2023-06-09 16:02 UTC  (5+ messages)
` [PATCH v2 3/3] vfio/fsl: Create Kconfig sub-menu

[PATCH 0/3] Relax break-before-make use with FEAT_BBM
 2023-06-09 15:44 UTC  (8+ messages)
` [PATCH 2/3] KVM: arm64: Clear possible conflict aborts
` [PATCH 3/3] KVM: arm64: Skip break phase when we have FEAT_BBM level 2

[PATCH -next v21 00/27] riscv: Add vector ISA support
 2023-06-09 14:50 UTC  (3+ messages)

[PATCH v7 0/9] Enhance vfio PCI hot reset for vfio cdev device
 2023-06-09 14:38 UTC  (5+ messages)
` [PATCH v7 9/9] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET

[PATCH v5] vfio/pci: Propagate ACPI notifications to user-space via eventfd
 2023-06-09 13:39 UTC 

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-09 13:04 UTC  (8+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 09/10] kvm/x86: add kvm_arch_test_clear_young()
` kvm/arm64: Spark benchmark

[PATCH v4] vfio/pci: Propagate ACPI notifications to user-space via eventfd
 2023-06-09 12:32 UTC  (6+ messages)

[Intel-gfx] [PATCH v3 3/4] PCI/VGA: only deal with VGA class devices
 2023-06-09 12:22 UTC  (2+ messages)

[PATCH kvmtool 00/21] arm64: Handle PSCI calls in userspace
 2023-06-09 10:59 UTC  (3+ messages)
` [PATCH kvmtool 12/21] Add helpers to pause the VM from vCPU thread

[PATCH v3 4/6] target/riscv: Create an KVM AIA irqchip
 2023-06-09 10:09 UTC  (3+ messages)

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-09  9:46 UTC  (10+ messages)
` [PATCH v13 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v13 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v13 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v13 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v13 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v13 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v13 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v13 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-09  9:44 UTC  (2+ messages)

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-09  9:08 UTC  (31+ messages)
` [PATCH v13 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v13 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v13 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v13 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v13 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v13 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v13 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v13 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v13 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v13 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v13 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v13 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v13 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v13 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v13 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v13 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v13 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v13 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v13 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v13 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v13 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v13 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v13 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v13 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v13 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v13 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v13 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v13 28/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v13 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v13 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-09  9:02 UTC  (5+ messages)

[RFC PATCH part-5 00/22] VMX emulation
 2023-06-09  8:34 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox