messages from 2023-11-09 21:08:22 to 2023-11-13 08:30:09 UTC [more...]
[PATCH 0/6] RISC-V: KVM: change get_reg/set_reg error codes
2023-11-13 8:30 UTC (5+ messages)
` [PATCH 1/6] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
2023-11-13 8:19 UTC (21+ messages)
` [RFC PATCH v2 01/19] virt: Introduce Hypervisor Enforced Kernel Integrity (Heki)
` [RFC PATCH v2 02/19] KVM: x86: Add new hypercall to lock control registers
` [RFC PATCH v2 03/19] KVM: x86: Add notifications for Heki policy configuration and violation
` [RFC PATCH v2 04/19] heki: Lock guest control registers at the end of guest kernel init
` [RFC PATCH v2 05/19] KVM: VMX: Add MBEC support
` [RFC PATCH v2 06/19] KVM: x86: Add kvm_x86_ops.fault_gva()
` [RFC PATCH v2 07/19] KVM: x86: Make memory attribute helpers more generic
` [RFC PATCH v2 08/19] KVM: x86: Extend kvm_vm_set_mem_attributes() with a mask
` [RFC PATCH v2 09/19] KVM: x86: Extend kvm_range_has_memory_attributes() with match_all
` [RFC PATCH v2 10/19] KVM: x86: Implement per-guest-page permissions
` [RFC PATCH v2 11/19] KVM: x86: Add new hypercall to set EPT permissions
` [RFC PATCH v2 12/19] x86: Implement the Memory Table feature to store arbitrary per-page data
` [RFC PATCH v2 13/19] heki: Implement a kernel page table walker
` [RFC PATCH v2 14/19] heki: x86: Initialize permissions counters for pages mapped into KVA
` [RFC PATCH v2 15/19] heki: x86: Initialize permissions counters for pages in vmap()/vunmap()
` [RFC PATCH v2 16/19] heki: x86: Update permissions counters when guest page permissions change
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
` [RFC PATCH v2 18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor
` [RFC PATCH v2 19/19] virt: Add Heki KUnit tests
[PATCH v1] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
2023-11-13 8:17 UTC
[PATCH 0/9] KVM: x86: Replace governed features with guest cpu_caps
2023-11-13 8:03 UTC (11+ messages)
` [PATCH 1/9] KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"
` [PATCH 2/9] KVM: x86: Replace guts of "goverened" features with comprehensive cpu_caps
` [PATCH 3/9] KVM: x86: Initialize guest cpu_caps based on guest CPUID
` [PATCH 4/9] KVM: x86: Avoid double CPUID lookup when updating MWAIT at runtime
` [PATCH 5/9] KVM: x86: Drop unnecessary check that cpuid_entry2_find() returns right leaf
` [PATCH 6/9] KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features
` [PATCH 7/9] KVM: x86: Shuffle code to prepare for dropping guest_cpuid_has()
` [PATCH 8/9] KVM: x86: Replace all guest CPUID feature queries with cpu_caps check
` [PATCH 9/9] KVM: x86: Restrict XSAVE in cpu_caps based on KVM capabilities
[PATCH V3 vfio 0/9] Introduce a vfio driver over virtio devices
2023-11-13 8:02 UTC (10+ messages)
` [PATCH V3 vfio 1/9] virtio: Define feature bit for administration virtqueue
` [PATCH V3 vfio 2/9] virtio-pci: Introduce admin virtqueue
` [PATCH V3 vfio 3/9] virtio-pci: Introduce admin command sending function
` [PATCH V3 vfio 4/9] virtio-pci: Introduce admin commands
` [PATCH V3 vfio 5/9] virtio-pci: Initialize the supported "
` [PATCH V3 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO "
` [PATCH V3 vfio 7/9] vfio/pci: Expose vfio_pci_core_setup_barmap()
` [PATCH V3 vfio 8/9] vfio/pci: Expose vfio_pci_iowrite/read##size()
` [PATCH V3 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices
[PATCH v1 00/23] Enable FRED with KVM VMX
2023-11-13 7:35 UTC (21+ messages)
` [PATCH v1 05/23] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v1 06/23] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [PATCH v1 08/23] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v1 09/23] KVM: VMX: Switch FRED RSP0 between host and guest
` [PATCH v1 10/23] KVM: VMX: Add support for FRED context save/restore
` [PATCH v1 11/23] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v1 15/23] KVM: nVMX: Add support for the secondary VM exit controls
TDISP enablement
2023-11-13 6:46 UTC (11+ messages)
[PATCH v2 0/2] KVM: selftests: Detect if KVM bugged the VM
2023-11-13 4:04 UTC (5+ messages)
` [PATCH v2 2/2] KVM: selftests: Add logic to detect if ioctl() failed because VM was killed
[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
2023-11-13 3:37 UTC (7+ messages)
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH 16/34] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
[PATCH v8 00/26] KVM: x86/pmu: selftests: Fixes and new tests
2023-11-13 1:24 UTC (34+ messages)
` [PATCH v8 01/26] KVM: x86/pmu: Always treat Fixed counters as available when supported
` [PATCH v8 02/26] KVM: x86/pmu: Allow programming events that match unsupported arch events
` [PATCH v8 03/26] KVM: x86/pmu: Remove KVM's enumeration of Intel's architectural encodings
` [PATCH v8 04/26] KVM: x86/pmu: Setup fixed counters' eventsel during PMU initialization
` [PATCH v8 05/26] KVM: x86/pmu: Get eventsel for fixed counters from perf
` [PATCH v8 06/26] KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMD
` [PATCH v8 07/26] KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs
` [PATCH v8 08/26] KVM: x86/pmu: Disallow "fast" RDPMC for architectural "
` [PATCH v8 09/26] KVM: selftests: Add vcpu_set_cpuid_property() to set properties
` [PATCH v8 10/26] KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()
` [PATCH v8 11/26] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
` [PATCH v8 12/26] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
` [PATCH v8 13/26] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v8 14/26] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH v8 15/26] KVM: selftests: Test consistency of CPUID with num of gp counters
` [PATCH v8 16/26] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v8 17/26] KVM: selftests: Add functional test for Intel's fixed PMU counters
` [PATCH v8 18/26] KVM: selftests: Expand PMU counters test to verify LLC events
` [PATCH v8 19/26] KVM: selftests: Add a helper to query if the PMU module param is enabled
` [PATCH v8 20/26] KVM: selftests: Add helpers to read integer module params
` [PATCH v8 21/26] KVM: selftests: Query module param to detect FEP in MSR filtering test
` [PATCH v8 22/26] KVM: selftests: Move KVM_FEP macro into common library header
` [PATCH v8 23/26] KVM: selftests: Test PMC virtualization with forced emulation
` [PATCH v8 24/26] KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()
` [PATCH v8 25/26] KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBV
` [PATCH v8 26/26] KVM: selftests: Extend PMU counters test to validate RDPMC after WRMSR
[PATCH AUTOSEL 6.1 5/6] vhost-vdpa: clean iotlb map during reset for older userspace
2023-11-12 13:24 UTC
[PATCH AUTOSEL 6.5 6/7] vhost-vdpa: clean iotlb map during reset for older userspace
2023-11-12 13:23 UTC
[PATCH AUTOSEL 6.6 6/7] vhost-vdpa: clean iotlb map during reset for older userspace
2023-11-12 13:23 UTC
[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
2023-11-12 4:23 UTC (3+ messages)
[PATCH RFC 00/13] Coalesced Interrupt Delivery with posted MSI
2023-11-12 4:16 UTC (14+ messages)
` [PATCH RFC 01/13] x86: Move posted interrupt descriptor out of vmx code
` [PATCH RFC 02/13] x86: Add a Kconfig option for posted MSI
` [PATCH RFC 03/13] x86: Reserved a per CPU IDT vector for posted MSIs
` [PATCH RFC 04/13] iommu/vt-d: Add helper and flag to check/disable posted MSI
` [PATCH RFC 05/13] x86/irq: Set up per host CPU posted interrupt descriptors
` [PATCH RFC 06/13] x86/irq: Unionize PID.PIR for 64bit access w/o casting
` [PATCH RFC 07/13] x86/irq: Add helpers for checking Intel PID
` [PATCH RFC 08/13] x86/irq: Factor out calling ISR from common_interrupt
` [PATCH RFC 09/13] x86/irq: Install posted MSI notification handler
` [PATCH RFC 10/13] x86/irq: Handle potential lost IRQ during migration and CPU offline
` [PATCH RFC 11/13] iommu/vt-d: Add an irq_chip for posted MSIs
` [PATCH RFC 12/13] iommu/vt-d: Add a helper to retrieve PID address
` [PATCH RFC 13/13] iommu/vt-d: Enable posted mode for device MSIs
[PATCH v3 0/6] KVM RISC-V Conditional Operations
2023-11-12 0:55 UTC (2+ messages)
[PATCH v3 0/9] RISC-V SBI debug console extension support
2023-11-12 0:55 UTC (2+ messages)
RFC: A KVM-specific alternative to UserfaultFD
2023-11-11 17:30 UTC (12+ messages)
[RFC 0/33] KVM: x86: hyperv: Introduce VSM support
2023-11-11 11:55 UTC (13+ messages)
` [RFC 02/33] KVM: x86: Introduce KVM_CAP_APIC_ID_GROUPS
` [RFC 14/33] KVM: x86: Add VTL to the MMU role
[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-11-10 22:47 UTC (8+ messages)
` [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
[RFC PATCH 0/4] KVM: SEV: Limit cache flush operations in sev guest memory reclaim events
2023-11-10 18:52 UTC (6+ messages)
` [RFC PATCH 1/4] KVM: SEV: Drop wbinvd_on_all_cpus() as kvm mmu notifier would flush the cache
` [RFC PATCH 2/4] KVM: SEV: Plumb mmu_notifier_event into sev function
` [RFC PATCH 3/4] KVM: SEV: Limit the call of WBINVDs based on the event type of mmu notifier
` [RFC PATCH 4/4] KVM: SEV: Use a bitmap module param to decide whether a cache flush is needed during the guest memory reclaim
A question about how the KVM emulates the effect of guest MTRRs on AMD platforms
2023-11-10 17:09 UTC (11+ messages)
[PATCH] target/i386: Fix CPUID encoding of Fn8000001E_ECX
2023-11-10 17:08 UTC
[kvm-unit-tests GIT PULL 00/26] s390x: multiline unittests.cfg, sclp enhancements, topology fixes and improvements, sie without MSO/MSL, 2G guest alignment, bug fixes
2023-11-10 15:25 UTC (28+ messages)
` [kvm-unit-tests GIT PULL 01/26] s390x: spec_ex: load full register
` [kvm-unit-tests GIT PULL 02/26] s390x: run PV guests with confidential guest enabled
` [kvm-unit-tests GIT PULL 03/26] lib: s390x: hw: rework do_detect_host so we don't need allocation
` [kvm-unit-tests GIT PULL 04/26] lib: s390x: sclp: Add compat handling for HMC ASCII consoles
` [kvm-unit-tests GIT PULL 05/26] lib: s390x: sclp: Add line mode input handling
` [kvm-unit-tests GIT PULL 06/26] s390x: spec_ex-sie: refactor to use snippet API
` [kvm-unit-tests GIT PULL 07/26] s390x: sie: ensure guests are aligned to 2GB
` [kvm-unit-tests GIT PULL 08/26] s390x: mvpg-sie: fix virtual-physical address confusion
` [kvm-unit-tests GIT PULL 09/26] s390x: topology: Introduce enums for polarization & cpu type
` [kvm-unit-tests GIT PULL 10/26] s390x: topology: Fix report message
` [kvm-unit-tests GIT PULL 11/26] s390x: topology: Use function parameter in stsi_get_sysib
` [kvm-unit-tests GIT PULL 12/26] s390x: topology: Fix parsing loop
` [kvm-unit-tests GIT PULL 13/26] s390x: topology: Make some report messages unique
` [kvm-unit-tests GIT PULL 14/26] s390x: topology: Refine stsi header test
` [kvm-unit-tests GIT PULL 15/26] s390x: topology: Rename topology_core to topology_cpu
` [kvm-unit-tests GIT PULL 16/26] s390x: topology: Rewrite topology list test
` [kvm-unit-tests GIT PULL 17/26] scripts: Implement multiline strings for extra_params
` [kvm-unit-tests GIT PULL 18/26] s390x: topology: Add complex topology test
` [kvm-unit-tests GIT PULL 19/26] lib: s390x: introduce bitfield for PSW mask
` [kvm-unit-tests GIT PULL 20/26] s390x: add function to set DAT mode for all interrupts
` [kvm-unit-tests GIT PULL 21/26] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests GIT PULL 22/26] s390x: lib: don't forward PSW when handling exception in SIE
` [kvm-unit-tests GIT PULL 23/26] s390x: lib: sie: don't reenter SIE on pgm int
` [kvm-unit-tests GIT PULL 24/26] s390x: add test source dir to include paths
` [kvm-unit-tests GIT PULL 25/26] s390x: add a test for SIE without MSO/MSL
` [kvm-unit-tests GIT PULL 26/26] lib: s390x: interrupt: remove TEID_ASCE defines
[PATCH 00/10] KVM: x86/pmu: Optimize triggering of emulated events
2023-11-10 14:56 UTC (13+ messages)
` [PATCH 01/10] KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled
` [PATCH 02/10] KVM: x86/pmu: Add common define to capture fixed counters offset
` [PATCH 03/10] KVM: x86/pmu: Move pmc_idx => pmc translation helper to common code
` [PATCH 04/10] KVM: x86/pmu: Snapshot and clear reprogramming bitmap before reprogramming
` [PATCH 05/10] KVM: x86/pmu: Add macros to iterate over all PMCs given a bitmap
` [PATCH 06/10] KVM: x86/pmu: Process only enabled PMCs when emulating events in software
` [PATCH 07/10] KVM: x86/pmu: Snapshot event selectors that KVM emulates "
` [PATCH 08/10] KVM: x86/pmu: Expand the comment about what bits are check emulating events
` [PATCH 09/10] KVM: x86/pmu: Check eventsel first when emulating (branch) insns retired
` [PATCH 10/10] KVM: x86/pmu: Avoid CPL lookup if PMC enabline for USER and KERNEL is the same
[PATCH 2/2] KVM: X86: Add a capability to configure bus frequency for APIC timer
2023-11-10 14:42 UTC (3+ messages)
[PATCH v3 0/3] LoongArch: KVM: Remove SW timer switch when vcpu is halt polling
2023-11-10 9:05 UTC (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] LoongArch: KVM: Allow to access HW timer CSR registers always
` [PATCH v3 3/3] LoongArch: KVM: Remove kvm_acquire_timer before entering guest
[PATCH rc] kvm: Prevent compiling virt/kvm/vfio.c unless VFIO is selected
2023-11-10 6:08 UTC (2+ messages)
` Ping? "
[PATCH v15 00/23] TDX host kernel support
2023-11-10 2:23 UTC (4+ messages)
` [PATCH v15 09/23] x86/virt/tdx: Get module global metadata for module initialization
[PATCH 0/1] KVM: x86/vPMU: Speed up vmexit for AMD Zen 4 CPUs
2023-11-10 1:14 UTC (14+ messages)
` [PATCH 1/1] KVM: x86/vPMU: Check PMU is enabled for vCPU before searching for PMC
` KVM: x86/vPMU/AMD: Can we detect PMU is off for a VM?
[PATCH 0/2] KVM: X86: Make bus lock frequency for vapic timer configurable
2023-11-10 0:29 UTC (6+ messages)
` KVM: X86: Make bus clock frequency for vapic timer (bus lock -> bus clock) (was Re: [PATCH 0/2] KVM: X86: Make bus lock frequency for vapic timer) configurable
[PATCH v6 00/14] Improve KVM + userfaultfd performance via KVM_MEMORY_FAULT_EXITs on stage-2 faults
2023-11-09 21:07 UTC (3+ messages)
` [PATCH v6 08/14] KVM: arm64: Enable KVM_CAP_MEMORY_FAULT_INFO
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox