public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-15 21:36:16 to 2024-04-16 21:29:32 UTC [more...]

[RFC 0/3] Export APICv-related state via binary stats interface
 2024-04-16 21:29 UTC  (17+ messages)
` [RFC 1/3] x86: KVM: stats: Add a stat to report status of APICv inhibition
` [RFC 2/3] x86: KVM: stats: Add stat counter for IRQs injected via APICv
` [RFC 3/3] x86: KVM: stats: Add a stat counter for GALog events

[PATCH V4 0/4] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2024-04-16 21:28 UTC  (9+ messages)
` [PATCH V4 1/4] KVM: x86: hyper-v: Calculate APIC bus frequency for Hyper-V
` [PATCH V4 2/4] KVM: x86: Make nsec per APIC bus cycle a VM variable
` [PATCH V4 3/4] KVM: x86: Add a capability to configure bus frequency for APIC timer

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-16 20:58 UTC  (46+ messages)
` [PATCH v19 007/130] x86/virt/tdx: Export SEAMCALL functions
` [PATCH v19 023/130] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v19 027/130] KVM: TDX: Define TDX architectural definitions
` [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
` [PATCH v19 085/130] KVM: TDX: Complete interrupts after tdexit
` [PATCH v19 086/130] KVM: TDX: restore debug store when TD exit
` [PATCH v19 087/130] KVM: TDX: handle vcpu migration over logical processor
` [PATCH v19 089/130] KVM: TDX: Add support for find pending IRQ in a protected local APIC
` [PATCH v19 097/130] KVM: x86: Split core of hypercall emulation to helper function
` [PATCH v19 098/130] KVM: TDX: Add a place holder to handle TDX VM exit

[PATCH] KVM/x86: Do not clear SIPI while in SMM
 2024-04-16 20:57 UTC  (3+ messages)

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

[PATCH v2 00/10] KVM: MMU changes for confidential computing
 2024-04-16 20:19 UTC  (11+ messages)
` [PATCH v2 01/10] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
` [PATCH v2 02/10] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v2 03/10] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v2 04/10] KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
` [PATCH v2 05/10] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v2 06/10] KVM, x86: add architectural support code for #VE
` [PATCH v2 07/10] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v2 08/10] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
` [PATCH v2 09/10] KVM: x86/mmu: Use PFERR_GUEST_ENC_MASK to indicate fault is private
` [PATCH v2 10/10] KVM: x86/mmu: check for invalid async page faults involving private memory

[PATCH v3 00/15] KVM/arm64: Add NV support for ERET and PAuth
 2024-04-16 20:06 UTC  (3+ messages)
` [PATCH v3 04/15] KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flag

[PATCH v1] LoongArch/tlb: fix "error: parameter 'ptep' set but not used" due to __tlb_remove_tlb_entry()
 2024-04-16 19:24 UTC  (2+ messages)

[PATCH 3/5] mm: add vaddr param to pmd_populate_kernel
 2024-04-16 19:18 UTC  (2+ messages)
  ` [PATCH 3/5 RESEND] "

[PATCH 0/2] KVM: x86/pmu: Globally enable GP counters at "RESET"
 2024-04-16 19:19 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL "

[PATCH v4 00/22] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
 2024-04-16 18:59 UTC  (23+ messages)
` [PATCH v4 01/22] hw/i386/pc: Deprecate 2.4 to 2.12 pc-i440fx machines
` [PATCH v4 02/22] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine
` [PATCH v4 03/22] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag
` [PATCH v4 04/22] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag
` [PATCH v4 05/22] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size
` [PATCH v4 06/22] hw/acpi/ich9: Remove 'memory-hotplug-support' property
` [PATCH v4 07/22] hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug'
` [PATCH v4 08/22] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine
` [PATCH v4 09/22] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
` [PATCH v4 10/22] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded
` [PATCH v4 11/22] hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults()
` [PATCH v4 12/22] hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid()
` [PATCH v4 13/22] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm
` [PATCH v4 14/22] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()
` [PATCH v4 15/22] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()
` [PATCH v4 16/22] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine
` [PATCH v4 17/22] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob
` [PATCH v4 18/22] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
` [PATCH v4 19/22] hw/i386/acpi: Remove AcpiBuildState::rsdp field
` [PATCH v4 20/22] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
` [PATCH v4 21/22] target/i386: Remove X86CPU::kvm_no_smi_migration field
` [PATCH v4 22/22] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE

[RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
 2024-04-16 18:50 UTC  (4+ messages)

[PATCH 1/2] KVM: nVMX: fix CR4_READ_SHADOW when L0 updates CR4 during a signal
 2024-04-16 18:07 UTC  (7+ messages)
` [PATCH 2/2] KVM: nVMX: remove unnecessary CR4_READ_SHADOW write

[PATCH v2 0/4] vfio-pci support pasid attach/detach
 2024-04-16 17:57 UTC  (15+ messages)
` [PATCH v2 1/4] ida: Add ida_get_lowest()
` [PATCH v2 2/4] vfio-iommufd: Support pasid [at|de]tach for physical VFIO devices
` [PATCH v2 3/4] vfio: Add VFIO_DEVICE_PASID_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v2 4/4] vfio: Report PASID capability via VFIO_DEVICE_FEATURE ioctl

[PATCH 00/10] KVM: MMU changes for confidential computing
 2024-04-16 17:52 UTC  (7+ messages)
` [PATCH 04/10] KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
` [PATCH 07/10] KVM: VMX: Introduce test mode related to EPT violation VE

[PATCH v2 00/12] iommufd support pasid attach/replace
 2024-04-16 17:47 UTC  (12+ messages)
` [PATCH v2 01/12] iommu: Pass old domain to set_dev_pasid op
` [PATCH v2 02/12] iommu: Introduce a replace API for device pasid
` [PATCH v2 10/12] iommu/vt-d: Return if no dev_pasid is found in domain

[PATCH v10 0/3] Per-vCPU dirty quota-based throttling
 2024-04-16 17:44 UTC  (8+ messages)
` [PATCH v10 1/3] KVM: Implement dirty quota-based throttling of vcpus
` [PATCH v10 2/3] KVM: x86: Dirty "

[PATCH v2 00/10] KVM: Guest Memory Pre-Population API
 2024-04-16 17:11 UTC  (25+ messages)
` [PATCH v2 01/10] KVM: Document KVM_MAP_MEMORY ioctl
` [PATCH v2 02/10] KVM: Add KVM_MAP_MEMORY vcpu ioctl to pre-populate guest memory
` [PATCH v2 03/10] KVM: x86/mmu: Extract __kvm_mmu_do_page_fault()
` [PATCH v2 04/10] KVM: x86/mmu: Make __kvm_mmu_do_page_fault() return mapped level
` [PATCH v2 05/10] KVM: x86/mmu: Introduce kvm_tdp_map_page() to populate guest memory
` [PATCH v2 06/10] KVM: x86: Implement kvm_arch_vcpu_map_memory()
` [PATCH v2 07/10] KVM: x86: Always populate L1 GPA for KVM_MAP_MEMORY
` [PATCH v2 08/10] KVM: x86: Add a hook in kvm_arch_vcpu_map_memory()

[PATCH v12 00/29] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-04-16 17:00 UTC  (6+ messages)
` [PATCH v12 18/29] KVM: SEV: Use a VMSA physical address variable for populating VMCB

[GIT PULL] KVM: x86: Fixes for 6.9-rcN
 2024-04-16 16:55 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: msr: Remove the loop for testing reserved bits in MSR_IA32_FLUSH_CMD
 2024-04-16 16:21 UTC  (2+ messages)

[PATCH net-next v2 07/15] mm: page_frag: add '_va' suffix to page_frag API
 2024-04-16 16:12 UTC  (2+ messages)

[PATCH 07/10] riscv: add ISA extension parsing for Zcmop
 2024-04-16 15:23 UTC  (12+ messages)

[PATCH v9] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-04-16 15:17 UTC  (5+ messages)

[PATCH v8 00/16] Add Secure TSC support for SNP guests
 2024-04-16 14:45 UTC  (7+ messages)
` [PATCH v8 04/16] virt: sev-guest: Add vmpck_id to snp_guest_dev struct
` [PATCH v8 05/16] x86/sev: Cache the secrets page address

[kvm-unit-tests PATCH 00/33] Support for Arm Confidential Compute Architecture
 2024-04-16 14:28 UTC  (2+ messages)

[PATCH v4 0/2] kvm/cpuid: set proper GuestPhysBits in CPUID.0x80000008
 2024-04-16 14:14 UTC  (8+ messages)

[RFC PATCH v1 0/2] Avoid rcu_core() if CPU just left guest vcpu
 2024-04-16 14:07 UTC  (10+ messages)

[PATCH v3 09/22] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
 2024-04-16 13:52 UTC  (2+ messages)
` [PATCH v3 21/22] target/i386: Remove X86CPU::kvm_no_smi_migration field

[PATCH v3 0/2] s390/mm: shared zeropage + KVM fixes
 2024-04-16 13:41 UTC  (8+ messages)
` [PATCH v3 2/2] s390/mm: re-enable the shared zeropage for !PV and !skeys KVM guests

[v2] Support for Arm CCA VMs on Linux
 2024-04-16 13:30 UTC  (10+ messages)
` [PATCH v2 00/43] arm64: Support for Arm CCA in KVM
  ` [PATCH v2 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
  ` [PATCH v2 05/43] arm64: RME: Add SMC definitions for calling the RMM
  ` [PATCH v2 06/43] arm64: RME: Add wrappers for RMI calls
  ` [PATCH v2 07/43] arm64: RME: Check for RME support at KVM init

Timer Signals vs KVM
 2024-04-16 12:53 UTC  (4+ messages)

[RFC PATCH 00/41] KVM: x86/pmu: Introduce passthrough vPM
 2024-04-16 12:48 UTC  (15+ messages)
` [RFC PATCH 02/41] perf: Support guest enter/exit interfaces

[PATCH 00/19] amba: store owner from modules with amba_driver_register()
 2024-04-16 10:41 UTC  (4+ messages)

[kvm-unit-tests PATCH v8 00/35] migration, powerpc improvements
 2024-04-16 10:11 UTC  (19+ messages)
` [kvm-unit-tests PATCH v8 03/35] migration: Add a migrate_skip command
` [kvm-unit-tests PATCH v8 05/35] arch-run: Add a "continuous" migration option for tests
` [kvm-unit-tests PATCH v8 06/35] gitlab-ci: Run migration selftest on s390x and powerpc
` [kvm-unit-tests PATCH v8 09/35] powerpc: Fix stack backtrace termination
` [kvm-unit-tests PATCH v8 10/35] powerpc: interrupt stack backtracing
` [kvm-unit-tests PATCH v8 11/35] powerpc/sprs: Specify SPRs with data rather than code

[PATCH v10 00/21] i386: Introduce smp.modules and clean up cache topology
 2024-04-16  9:30 UTC  (2+ messages)

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-04-16  8:55 UTC  (4+ messages)
` [PATCH v5 28/65] i386/tdx: Disable pmu for TD guest

[PATCH v6 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-16  8:49 UTC  (11+ messages)
` [PATCH v6 07/24] RISC-V: Use the minor version mask while computing sbi version
` [PATCH v6 08/24] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v6 24/24] KVM: riscv: selftests: Add commandline option for SBI PMU test

[PATCH v2] KVM: SEV-ES: Don't intercept MSR_IA32_DEBUGCTLMSR for SEV-ES guests
 2024-04-16  8:48 UTC  (2+ messages)

[PATCH] KVM: x86: Set BHI_NO in guest when host is not affected by BHI
 2024-04-16  8:41 UTC  (9+ messages)

[RFC kvm-unit-tests PATCH v2 00/14] add shellcheck support
 2024-04-16  4:46 UTC  (7+ messages)
` [RFC kvm-unit-tests PATCH v2 01/14] Add initial shellcheck checking

[PATCH v2 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-16  4:17 UTC  (5+ messages)
` [PATCH v2 1/2] RISCV: KVM: add tracepoints for entry and exit events
` [PATCH v2 2/2] perf kvm/riscv: Port perf kvm stat to RISC-V

[PATCH v2 00/13] Coalesced Interrupt Delivery with posted MSI
 2024-04-16  3:47 UTC  (12+ messages)
` [PATCH v2 05/13] x86/irq: Reserve a per CPU IDT vector for posted MSIs
` [PATCH v2 10/13] x86/irq: Extend checks for pending vectors to posted interrupts
` [PATCH v2 11/13] iommu/vt-d: Make posted MSI an opt-in cmdline option

[kvm-unit-tests PATCH 0/2] s390x: run script fixes for PV tests
 2024-04-16  2:29 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: Fix misspelt variable name in func.bash

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


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