public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-15 10:04:40 to 2024-04-16 18:44:59 UTC [more...]

[PATCH v7 00/24] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-16 18:44 UTC  (13+ 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

[RFC 0/3] Export APICv-related state via binary stats interface
 2024-04-16 18:35 UTC  (13+ 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 v19 000/130] KVM TDX basic feature support
 2024-04-16 18:24 UTC  (30+ messages)
` [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 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  (9+ messages)
` [PATCH 02/10] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [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 3/5] mm: add vaddr param to pmd_populate_kernel
 2024-04-05 18:37 UTC 

[PATCH v2 00/10] KVM: Guest Memory Pre-Population API
 2024-04-16 17:11 UTC  (26+ 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 V4 0/4] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2024-04-16 17:09 UTC  (8+ 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 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  (6+ messages)

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

[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  (12+ 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  (26+ messages)
` [RFC PATCH 02/41] perf: Support guest enter/exit interfaces
` [RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU

[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  (20+ 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  (23+ messages)
` [PATCH v6 01/24] RISC-V: Fix the typo in Scountovf CSR name
` [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 13/24] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v6 14/24] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v6 21/24] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v6 22/24] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v6 23/24] KVM: riscv: selftests: Add a test for counter overflow
` [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  (15+ 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

[ANNOUNCE] PUCK Notes - 2024.04.03 - TDX Upstreaming Strategy
 2024-04-15 21:04 UTC  (11+ messages)

[PATCH v2] KVM: Aggressively drop and reacquire mmu_lock during CLEAR_DIRTY_LOG
 2024-04-15 20:00 UTC  (9+ messages)

[PATCH v3] KVM: arm64: Add early_param to control WFx trapping
 2024-04-15 19:40 UTC  (2+ messages)

[PATCH] KVM: selftests: Avoid assuming "sudo" exists
 2024-04-15 18:46 UTC  (2+ messages)

[PATCH v1] KVM: s390x: selftests: Add shared zeropage test
 2024-04-15 18:43 UTC  (6+ messages)

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-04-15 17:58 UTC  (2+ messages)

[PATCH v8] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-04-15 17:31 UTC  (7+ messages)

[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify()
 2024-04-15 17:03 UTC  (7+ messages)
` [PATCH 1/4] KVM: delete .change_pte MMU notifier callback

[PATCH kvmtool] x86: Fix PIT2 init
 2024-04-15 15:42 UTC 

[kvm-unit-tests PATCH] gitlab-ci: Fix the cirrus pipelines
 2024-04-15 13:44 UTC  (3+ messages)

[PATCH gmem 0/6] gmem fix-ups and interfaces for populating gmem pages
 2024-04-15 13:36 UTC  (7+ messages)
` [PATCH gmem 4/6] mm: Introduce AS_INACCESSIBLE for encrypted/confidential memory
` [PATCH gmem 5/6] KVM: guest_memfd: Use AS_INACCESSIBLE when creating guest_memfd inode
` [PATCH gmem 6/6] KVM: guest_memfd: Add interface for populating gmem pages with user data

[PATCH v2] KVM: PPC: Book3S HV nestedv2: Cancel pending DEC exception
 2024-04-15 12:27 UTC  (2+ messages)

[RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
 2024-04-15 10:09 UTC  (3+ messages)


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