KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-19 03:46:03 to 2024-04-19 23:48:09 UTC [more...]

[PATCH v8 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-20 15:17 UTC  (14+ 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 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

[PATCH v3 0/7] Handle faults in KUnit tests
 2024-04-19 23:38 UTC  (4+ messages)
` [PATCH v3 7/7] kunit: Add tests for fault

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

[PATCH v3 0/7] mm/kvm: Improve parallelism for access bit harvesting
 2024-04-19 22:23 UTC  (18+ 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

[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 v19 000/130] KVM TDX basic feature support
 2024-04-19 20:04 UTC  (38+ 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 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 0/2] Add API to correct KVM/PV clock drift
 2024-04-19 19:34 UTC  (5+ messages)
` [PATCH 2/2] KVM: selftests: Add KVM/PV clock selftest to prove timer drift correction

[PATCH 00/11] KVM: guest_memfd: New hooks and functionality for SEV-SNP and TDX
 2024-04-19 18:26 UTC  (4+ messages)
` [PATCH 11/11] KVM: x86: Add gmem hook for determining max NPT mapping level

[PATCH v4 00/15] KVM/arm64: Add NV support for ERET and PAuth
 2024-04-19 17:59 UTC  (17+ messages)
` [PATCH v4 01/15] KVM: arm64: Harden __ctxt_sys_reg() against out-of-range values
` [PATCH v4 02/15] KVM: arm64: Add helpers for ESR_ELx_ERET_ISS_ERET*
` [PATCH v4 03/15] KVM: arm64: Constraint PAuth support to consistent implementations
` [PATCH v4 04/15] KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flag
` [PATCH v4 05/15] KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2
` [PATCH v4 06/15] KVM: arm64: nv: Add trap forwarding for ERET and SMC
` [PATCH v4 07/15] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v4 08/15] KVM: arm64: nv: Honor HFGITR_EL2.ERET being set
` [PATCH v4 09/15] KVM: arm64: nv: Handle HCR_EL2.{API,APK} independently
` [PATCH v4 10/15] KVM: arm64: nv: Reinject PAC exceptions caused by HCR_EL2.API==0
` [PATCH v4 11/15] KVM: arm64: nv: Add kvm_has_pauth() helper
` [PATCH v4 12/15] KVM: arm64: nv: Add emulation for ERETAx instructions
` [PATCH v4 13/15] KVM: arm64: nv: Handle ERETA[AB] instructions
` [PATCH v4 14/15] KVM: arm64: nv: Advertise support for PAuth
` [PATCH v4 15/15] KVM: arm64: Drop trapping of PAuth instructions/keys

[PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
 2024-04-19 17:23 UTC  (11+ messages)

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-04-19 17:06 UTC  (18+ messages)
` [PATCH v2 03/25] KVM: VMX: Add support for the secondary VM exit controls
` [PATCH v2 04/25] KVM: x86: Mark CR4.FRED as not reserved
` [PATCH v2 05/25] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v2 06/25] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [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] vfio/pci: Support 8-byte PCI loads and stores
 2024-04-19 16:47 UTC  (5+ messages)

[PATCH] KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M
 2024-04-19 16:43 UTC  (2+ messages)

[PATCH v2 0/4] vfio-pci support pasid attach/detach
 2024-04-19 16:35 UTC  (22+ messages)
` [PATCH v2 1/4] ida: Add ida_get_lowest()

[PATCH v13 00/26] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-19 16:17 UTC  (17+ messages)
` [PATCH v13 04/26] KVM: guest_memfd: Fix PTR_ERR() handling in __kvm_gmem_get_pfn()
` [PATCH v13 08/26] KVM: SEV: Add initial SEV-SNP support
` [PATCH v13 09/26] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH v13 10/26] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH v13 16/26] KVM: SEV: Support SEV-SNP AP Creation NAE event

[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  (12+ messages)
` [kvm-unit-tests PATCH v7 01/11] x86: AMD SEV-ES: Setup #VC exception handler "
` [kvm-unit-tests PATCH v7 02/11] x86: Move svm.h to lib/x86/
` [kvm-unit-tests PATCH v7 03/11] lib: Define unlikely()/likely() macros in compiler.h
` [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 "

[RFC PATCH 0/10] Cleaning up the KVM clock mess
 2024-04-19 16:07 UTC  (23+ 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 04/10] KVM: selftests: Add KVM/PV clock selftest to prove timer correction
` [PATCH 05/10] KVM: x86: Explicitly disable TSC scaling without CONSTANT_TSC
` [PATCH 06/10] KVM: x86: Add KVM_VCPU_TSC_SCALE and fix the documentation on TSC migration
` [PATCH 07/10] KVM: x86: Avoid NTP frequency skew for KVM clock on 32-bit host
` [PATCH 08/10] KVM: x86: Remove periodic global clock updates
` [PATCH 09/10] KVM: x86: Kill KVM_REQ_GLOBAL_CLOCK_UPDATE
` [PATCH 10/10] KVM: x86: Fix KVM clock precision in __get_kvmclock()
` [PATCH 11/10] KVM: x86: Fix software TSC upscaling in kvm_update_guest_time()

[PATCH v2 0/5] KVM/x86: Enhancements to static calls
 2024-04-19 15:58 UTC  (9+ messages)
` [PATCH v2 1/5] KVM: x86: Replace static_call_cond() with static_call()
` [PATCH v2 2/5] KVM: x86: Introduce KVM_X86_CALL() to simplify static calls of kvm_x86_ops
` [PATCH v2 3/5] KVM: x86/pmu: Add KVM_PMU_CALL() to simplify static calls of kvm_pmu_ops
` [RFC PATCH v2 4/5] KVM: x86: Remove KVM_X86_OP_OPTIONAL
` [RFC PATCH v2 5/5] KVM: x86/pmu: Remove KVM_X86_PMU_OP_OPTIONAL

[PATCH v2 00/12] Add support for a few Zc* extensions as well as Zcmop
 2024-04-19 15:55 UTC  (11+ messages)
` [PATCH v2 01/12] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description
` [PATCH v2 02/12] riscv: dts: enable Zc* extensions when needed
` [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 v2 08/12] dt-bindings: riscv: add Zcmop ISA extension description

[PATCH kvmtool] x86: Fix PIT2 init
 2024-04-19 14:23 UTC  (3+ messages)

[PATCH v6 0/1] vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF device
 2024-04-19 14:10 UTC  (5+ messages)
` [PATCH v6 1/1] vfio/qat: Add vfio_pci driver for Intel QAT SR-IOV VF devices

[PATCH v3 0/7] KVM: Guest Memory Pre-Population API
 2024-04-19 14:08 UTC  (10+ messages)
` [PATCH 1/7] KVM: Document KVM_MAP_MEMORY ioctl
` [PATCH 2/7] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-19 13:58 UTC  (11+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback

[v2] Support for Arm CCA VMs on Linux
 2024-04-19 13:17 UTC  (12+ messages)
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
  ` [PATCH v2 06/43] arm64: RME: Add wrappers for RMI calls
  ` [PATCH v2 17/43] arm64: RME: Allow VMM to set RIPAS
  ` [PATCH v2 18/43] arm64: RME: Handle realm enter/exit
  ` [PATCH v2 20/43] arm64: RME: Allow populating initial contents

[kvm-unit-tests RFC PATCH 00/13] Introduce SEV-SNP Support
 2024-04-19 12:57 UTC  (14+ messages)
` [kvm-unit-tests RFC PATCH 01/13] x86/apic: Include asm/io.h and use those definitions to avoid duplication
` [kvm-unit-tests RFC PATCH 02/13] x86/apic: Add MMIO access support for SEV-ES/SNP guest with C-bit unset
` [kvm-unit-tests RFC PATCH 03/13] x86/efi: Add support for running tests with UEFI in SEV-SNP environment
` [kvm-unit-tests RFC PATCH 04/13] x86 AMD SEV-ES: Rename setup_amd_sev_es() to setup_vc_handler()
` [kvm-unit-tests RFC PATCH 05/13] x86 AMD SEV-SNP: Enable SEV-SNP support
` [kvm-unit-tests RFC PATCH 06/13] x86 AMD SEV-SNP: Add tests for presence of confidential computing blob
` [kvm-unit-tests RFC PATCH 07/13] x86 AMD SEV-ES: Set GHCB page attributes for a new page table
` [kvm-unit-tests RFC PATCH 08/13] x86 AMD SEV-SNP: Test Private->Shared Page state changes using GHCB MSR
` [kvm-unit-tests RFC PATCH 09/13] x86 AMD SEV-SNP: Test Shared->Private Page State Changes "
` [kvm-unit-tests RFC PATCH 10/13] x86 AMD SEV-SNP: Change guest pages from Private->Shared using GHCB NAE
` [kvm-unit-tests RFC PATCH 11/13] x86 AMD SEV-SNP: Change guest pages from Shared->Private "
` [kvm-unit-tests RFC PATCH 12/13] x86 AMD SEV-SNP: Test-1: Perform Intermix to 2M Private PSCs
` [kvm-unit-tests RFC PATCH 13/13] x86 AMD SEV-SNP: Test-2: Perform Intermix to 2M private to 2M shared PSCs

[PATCH] KVM: x86: Don't unnecessarily force masterclock update on vCPU hotplug
 2024-04-19 12:30 UTC  (2+ messages)

[PATCH io_uring-next/net-next v2 0/4] implement io_uring notification (ubuf_info) stacking
 2024-04-19 11:21 UTC  (6+ messages)
` [PATCH io_uring-next/net-next v2 1/4] net: extend ubuf_info callback to ops structure
` [PATCH io_uring-next/net-next v2 2/4] net: add callback for setting a ubuf_info to skb
` [PATCH io_uring-next/net-next v2 3/4] io_uring/notif: simplify io_notif_flush()
` [PATCH io_uring-next/net-next v2 4/4] io_uring/notif: implement notification stacking

[kvm-unit-tests PATCH v2] test_migrate_unmapped_collection test fails during skip
 2024-04-19 10:42 UTC  (2+ messages)

[PATCH v4 0/6] KVM: Guest Memory Pre-Population API
 2024-04-19  8:59 UTC  (7+ messages)
` [PATCH 1/6] KVM: Document KVM_PRE_FAULT_MEMORY ioctl
` [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 4/6] KVM: x86/mmu: Make __kvm_mmu_do_page_fault() return mapped level
` [PATCH 5/6] KVM: x86: Implement kvm_arch_vcpu_pre_fault_memory()
` [PATCH 6/6] KVM: selftests: x86: Add test for KVM_PRE_FAULT_MEMORY

[kvm-unit-tests PATCH] test_migrate_unmapped_collection test fails during skip
 2024-04-19  8:28 UTC  (3+ messages)

[PATCH v2 00/10] KVM: MMU changes for confidential computing
 2024-04-19  7:38 UTC  (4+ messages)
` [PATCH v2 10/10] KVM: x86/mmu: check for invalid async page faults involving private memory

[PATCH 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
 2024-04-19  6:47 UTC  (3+ messages)

[kvm-unit-tests Patch v4 00/17] pmu test bugs fix and improvements
 2024-04-19  3:52 UTC  (9+ messages)
` [kvm-unit-tests Patch v4 10/17] x86: pmu: Use macro to replace hard-coded instructions event index
` [kvm-unit-tests Patch v4 11/17] x86: pmu: Enable and disable PMCs in loop() asm blob
` [kvm-unit-tests Patch v4 12/17] x86: pmu: Improve instruction and branches events verification
` [kvm-unit-tests Patch v4 13/17] x86: pmu: Improve LLC misses event verification
` [kvm-unit-tests Patch v4 14/17] x86: pmu: Adjust lower boundary of llc-misses event to 0 for legacy CPUs
` [kvm-unit-tests Patch v4 15/17] x86: pmu: Add IBPB indirect jump asm blob
` [kvm-unit-tests Patch v4 16/17] x86: pmu: Adjust lower boundary of branch-misses event
` [kvm-unit-tests Patch v4 17/17] x86: pmu: Optimize emulated instruction validation


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