KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-19 16:16:36 to 2024-04-22 16:06:37 UTC [more...]

[PATCH v8 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-22 16:06 UTC  (34+ messages)
` [PATCH v8 01/24] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v8 02/24] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v8 03/24] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v8 04/24] drivers/perf: riscv: Use BIT macro for shifting operations
` [PATCH v8 05/24] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v8 06/24] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
` [PATCH v8 07/24] RISC-V: Use the minor version mask while computing sbi version
` [PATCH v8 08/24] drivers/perf: riscv: Fix counter mask iteration for RV32
` [PATCH v8 09/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v8 10/24] RISC-V: KVM: Fix the initial sample period value
` [PATCH v8 11/24] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v8 12/24] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v8 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v8 14/24] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v8 15/24] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v8 16/24] RISC-V: KVM: Improve firmware counter read function
` [PATCH v8 17/24] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v8 18/24] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v8 19/24] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v8 20/24] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v8 21/24] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v8 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v8 23/24] KVM: riscv: selftests: Add a test for counter overflow
` [PATCH v8 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
 2024-04-22 16:05 UTC  (11+ messages)
` [kvm-unit-tests PATCH 08/33] arm: realm: Make uart available before MMU is enabled
` [kvm-unit-tests PATCH 14/33] arm: selftest: realm: skip pabt test when running in a realm

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-22 15:56 UTC  (49+ messages)
` [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
` [PATCH v19 010/130] KVM: x86: Pass is_private to gmem hook of gmem_max_level
` [PATCH v19 056/130] KVM: x86/tdp_mmu: Init role member of struct kvm_mmu_page at allocation
` [PATCH v19 058/130] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v19 059/130] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v19 062/130] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v19 110/130] KVM: TDX: Handle TDX PV MMIO hypercall
` [PATCH v19 116/130] KVM: TDX: Silently discard SMI request
` [PATCH v19 117/130] KVM: TDX: Silently ignore INIT/SIPI
` [PATCH v19 118/130] KVM: TDX: Add methods to ignore accesses to CPU state
` [PATCH v19 125/130] KVM: TDX: Add methods to ignore virtual apic related operation

[RFC PATCH 0/10] Cleaning up the KVM clock mess
 2024-04-22 15:54 UTC  (8+ messages)
` [PATCH 02/10] KVM: x86: Improve accuracy of KVM clock when TSC scaling is in force
` [PATCH 03/10] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration

[PATCH v5 RESEND] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests
 2024-04-22 15:45 UTC  (2+ messages)

[PATCH v4 0/6] KVM: Guest Memory Pre-Population API
 2024-04-22 15:37 UTC  (8+ messages)
` [PATCH 2/6] KVM: Add KVM_PRE_FAULT_MEMORY vcpu ioctl to pre-populate guest memory
` [PATCH 3/6] KVM: x86/mmu: Extract __kvm_mmu_do_page_fault()
` [PATCH 5/6] KVM: x86: Implement kvm_arch_vcpu_pre_fault_memory()

[v2] Support for Arm CCA VMs on Linux
 2024-04-22 15:39 UTC  (5+ messages)
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
  ` [PATCH v2 07/43] arm64: RME: Check for RME support at KVM init

[PATCH v2] vfio/pci: Support 8-byte PCI loads and stores
 2024-04-22 15:35 UTC 

[PATCH RFC v3 00/49] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-04-22 15:03 UTC  (12+ messages)
` [PATCH v3 21/49] i386/sev: Introduce "sev-common" type to encapsulate common SEV state
` [PATCH v3 22/49] i386/sev: Introduce 'sev-snp-guest' object
` [PATCH v3 31/49] i386/sev: Update query-sev QAPI format to handle SEV-SNP
` [PATCH v3 36/49] i386/sev: Add KVM_EXIT_VMGEXIT handling for Extended Guest Requests
` [PATCH v3 43/49] qapi, i386: Move kernel-hashes to SevCommonProperties

[PATCH 00/11] KVM: guest_memfd: New hooks and functionality for SEV-SNP and TDX
 2024-04-22 14:52 UTC  (9+ messages)
` [PATCH 06/11] KVM: guest_memfd: Add hook for initializing memory
` [PATCH 09/11] KVM: guest_memfd: Add interface for populating gmem pages with user data
` [PATCH 11/11] KVM: x86: Add gmem hook for determining max NPT mapping level

[PATCH v1 0/2] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2024-04-22 14:44 UTC  (4+ messages)
` [PATCH v1 1/2] vfio: Export vfio device get and put registration helpers
` [PATCH v1 2/2] vfio/pci: Allow MMIO regions to be exported through dma-buf

[PATCH vhost v8 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
 2024-04-22 14:26 UTC  (2+ messages)

[PATCH virt] virt: fix uninit-value in vhost_vsock_dev_open
 2024-04-22 14:20 UTC  (5+ messages)

[PATCH v8 00/16] Add Secure TSC support for SNP guests
 2024-04-22 13:50 UTC  (11+ messages)
` [PATCH v8 06/16] virt: sev-guest: Move SNP Guest command mutex
` [PATCH v8 07/16] x86/sev: Move and reorganize sev guest request api
` [PATCH v8 08/16] x86/mm: Add generic guest initialization hook
` [PATCH v8 09/16] x86/cpufeatures: Add synthetic Secure TSC bit
` [PATCH v8 10/16] x86/sev: Add Secure TSC support for SNP guests

[PATCH v1 1/1] lib: s390: fix guest length in uv_create_guest()
 2024-04-22 13:40 UTC  (2+ messages)

[PATCH v3 0/7] Handle faults in KUnit tests
 2024-04-22 13:35 UTC  (6+ messages)
` [PATCH v3 7/7] kunit: Add tests for fault

[PATCH v1] KVM: x86: Validate values set to guest's MSR_IA32_ARCH_CAPABILITIES
 2024-04-22 13:05 UTC 

[PATCH v5 1/2] genirq/msi: add wrapper msi allocation API and export msi functions
 2024-04-22 12:51 UTC  (4+ messages)
` [PATCH v5 2/2] vfio/cdx: add interrupt support

[PATCH v6 16/19] iommufd: Add kernel support for testing iommufd
 2024-04-22 12:50 UTC  (5+ messages)

[PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
 2024-04-22 12:46 UTC  (12+ messages)

[PATCH v2 00/12] iommufd support pasid attach/replace
 2024-04-22 11:52 UTC  (6+ messages)
` [PATCH v2 05/12] iommu: Allow iommu driver to populate the max_pasids

[PATCH v2 00/12] Add support for a few Zc* extensions as well as Zcmop
 2024-04-22 11:41 UTC  (13+ messages)
` [PATCH v2 03/12] dt-bindings: riscv: add Zc* extension rules implied by C extension
` [PATCH v2 04/12] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb

[PATCH] vfio/pci: Support 8-byte PCI loads and stores
 2024-04-22 11:08 UTC  (6+ messages)

[kvm-unit-tests RFC 0/2] lib: s390x: Inline asm cleanup
 2024-04-22 10:57 UTC  (4+ messages)
` [kvm-unit-tests RFC 2/2] lib: s390x: css: Name inline assembly arguments and clean them up

[PATCH v2 0/5] KVM/x86: Enhancements to static calls
 2024-04-22 10:34 UTC  (8+ messages)
` [PATCH v2 2/5] KVM: x86: Introduce KVM_X86_CALL() to simplify static calls of kvm_x86_ops
` [RFC PATCH v2 4/5] KVM: x86: Remove KVM_X86_OP_OPTIONAL

[kvm-unit-tests PATCH v2 0/1] s390x: cmm: test no-translate bit after reset
 2024-04-22  8:51 UTC  (2+ messages)
` [kvm-unit-tests PATCH v2 1/1] "

[PATCH v2 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-22  8:27 UTC  (3+ messages)

[PATCH] KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M
 2024-04-22  8:25 UTC  (3+ messages)

[PATCH v3 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-22  8:08 UTC  (3+ messages)
` [PATCH v3 1/2] RISCV: KVM: add tracepoints for entry and exit events
` [PATCH v3 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V

[PATCH v2 1/2] RISCV: KVM: Introduce mp_state_lock to avoid lock inversion in SBI_EXT_HSM_HART_START
 2024-04-22  3:57 UTC  (4+ messages)
` [PATCH v2 2/2] RISCV: KVM: Introduce vcpu->reset_cntx_lock

[RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
 2024-04-22  2:14 UTC  (12+ messages)

[PATCH v14 00/22] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-21 18:01 UTC  (23+ messages)
` [PATCH v14 01/22] KVM: SEV: Select KVM_GENERIC_PRIVATE_MEM when CONFIG_KVM_AMD_SEV=y
` [PATCH v14 02/22] KVM: SEV: Add support to handle AP reset MSR protocol
` [PATCH v14 03/22] KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH v14 04/22] KVM: SEV: Add initial SEV-SNP support
` [PATCH v14 05/22] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH v14 06/22] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH v14 07/22] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH v14 08/22] KVM: SEV: Add support to handle GHCB GPA register VMGEXIT
` [PATCH v14 09/22] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH v14 10/22] KVM: SEV: Add support to handle "
` [PATCH v14 11/22] KVM: SEV: Add support to handle RMP nested page faults
` [PATCH v14 12/22] KVM: SEV: Support SEV-SNP AP Creation NAE event
` [PATCH v14 13/22] KVM: SEV: Add support for GHCB-based termination requests
` [PATCH v14 14/22] KVM: SEV: Implement gmem hook for initializing private pages
` [PATCH v14 15/22] KVM: SEV: Implement gmem hook for invalidating "
` [PATCH v14 16/22] KVM: x86: Implement gmem hook for determining max NPT mapping level
` [PATCH v14 17/22] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
` [PATCH v14 18/22] KVM: SVM: Add module parameter to enable SEV-SNP
` [PATCH v14 19/22] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v14 20/22] crypto: ccp: Add the SNP_VLEK_LOAD command
` [PATCH v14 21/22] crypto: ccp: Add the SNP_{PAUSE,RESUME}_ATTESTATION commands
` [PATCH v14 22/22] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[PATCH v13 00/26] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-21 18:00 UTC  (11+ messages)
` [PATCH v13 04/26] KVM: guest_memfd: Fix PTR_ERR() handling in __kvm_gmem_get_pfn()
` [PATCH v13 10/26] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-21  0:19 UTC  (19+ messages)
` [PATCH v3 1/7] mm: Add a bitmap into mmu_notifier_{clear,test}_young
` [PATCH v3 3/7] KVM: Add basic bitmap support into kvm_mmu_notifier_test/clear_young
` [PATCH v3 5/7] KVM: x86: Participate in bitmap-based PTE aging

[GIT PULL] KVM changes for Linux 6.9-rc5
 2024-04-20 18:32 UTC  (2+ messages)

[PATCH 0/2] Add API to correct KVM/PV clock drift
 2024-04-20 16:03 UTC  (9+ messages)
` [PATCH 2/2] KVM: selftests: Add KVM/PV clock selftest to prove timer drift correction

[PATCH v4 00/15] KVM/arm64: Add NV support for ERET and PAuth
 2024-04-20 12:18 UTC  (4+ messages)

[PATCH v7 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-19 23:42 UTC  (6+ messages)
` [PATCH v7 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function

[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
 2024-04-19 22:02 UTC  (5+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2024-04-19 21:07 UTC  (2+ messages)

[PATCH v2 05/13] x86/irq: Reserve a per CPU IDT vector for posted MSIs
 2024-04-19 20:07 UTC  (3+ messages)

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-04-19 17:06 UTC  (10+ messages)
` [PATCH v2 07/25] KVM: VMX: Set intercept for FRED MSRs
` [PATCH v2 08/25] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v2 09/25] KVM: VMX: Switch FRED RSP0 between host and guest

[PATCH v2 0/4] vfio-pci support pasid attach/detach
 2024-04-19 16:35 UTC  (11+ messages)

[PATCH] KVM/x86: Do not clear SIPI while in SMM
 2024-04-19 16:17 UTC  (10+ messages)

[kvm-unit-tests PATCH v7 00/11] Add #VC exception handling for AMD SEV-ES
 2024-04-19 16:16 UTC  (9+ messages)
` [kvm-unit-tests PATCH v7 04/11] lib: x86: Import insn decoder from Linux
` [kvm-unit-tests PATCH v7 05/11] x86: AMD SEV-ES: Pull related GHCB definitions and helpers "
` [kvm-unit-tests PATCH v7 06/11] x86: AMD SEV-ES: Prepare for #VC processing
` [kvm-unit-tests PATCH v7 07/11] lib/x86: Move xsave helpers to lib/
` [kvm-unit-tests PATCH v7 08/11] x86: AMD SEV-ES: Handle CPUID #VC
` [kvm-unit-tests PATCH v7 09/11] x86: AMD SEV-ES: Handle MSR #VC
` [kvm-unit-tests PATCH v7 10/11] x86: AMD SEV-ES: Handle IOIO #VC
` [kvm-unit-tests PATCH v7 11/11] x86: AMD SEV-ES: Handle string IO for "


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