public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-30 19:20:17 to 2023-12-02 00:05:09 UTC [more...]

[PATCH v9 00/28] KVM: x86/pmu: selftests: Fixes and new tests
 2023-12-02  0:04 UTC  (26+ messages)
` [PATCH v9 01/28] KVM: x86/pmu: Always treat Fixed counters as available when supported
` [PATCH v9 02/28] KVM: x86/pmu: Allow programming events that match unsupported arch events
` [PATCH v9 03/28] KVM: x86/pmu: Remove KVM's enumeration of Intel's architectural encodings
` [PATCH v9 04/28] KVM: x86/pmu: Setup fixed counters' eventsel during PMU initialization
` [PATCH v9 05/28] KVM: x86/pmu: Get eventsel for fixed counters from perf
` [PATCH v9 06/28] KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMD
` [PATCH v9 07/28] KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index
` [PATCH v9 08/28] KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs
` [PATCH v9 09/28] KVM: x86/pmu: Disallow "fast" RDPMC for architectural "
` [PATCH v9 10/28] KVM: x86/pmu: Explicitly check for RDPMC of unsupported Intel PMC types
` [PATCH v9 11/28] KVM: selftests: Add vcpu_set_cpuid_property() to set properties
` [PATCH v9 12/28] KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()
` [PATCH v9 13/28] KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
` [PATCH v9 14/28] KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
` [PATCH v9 15/28] KVM: selftests: Test Intel PMU architectural events on gp counters
` [PATCH v9 16/28] KVM: selftests: Test Intel PMU architectural events on fixed counters
` [PATCH v9 17/28] KVM: selftests: Test consistency of CPUID with num of gp counters
` [PATCH v9 18/28] KVM: selftests: Test consistency of CPUID with num of fixed counters
` [PATCH v9 19/28] KVM: selftests: Add functional test for Intel's fixed PMU counters
` [PATCH v9 20/28] KVM: selftests: Expand PMU counters test to verify LLC events
` [PATCH v9 21/28] KVM: selftests: Add a helper to query if the PMU module param is enabled
` [PATCH v9 22/28] KVM: selftests: Add helpers to read integer module params
` [PATCH v9 23/28] KVM: selftests: Query module param to detect FEP in MSR filtering test
` [PATCH v9 24/28] KVM: selftests: Move KVM_FEP macro into common library header
` [PATCH v9 25/28] KVM: selftests: Test PMC virtualization with forced emulation

[PATCH v2 0/4] KVM: selftests: Annotate guest printfs as such
 2023-12-01 23:30 UTC  (2+ messages)

[PATCH 0/3] KVM: Fix KVM-owned file refcounting of KVM module(s)
 2023-12-01 23:30 UTC  (2+ messages)

[PATCH] KVM: x86/xsave: Remove 'return void' expression for 'void function'
 2023-12-01 23:30 UTC  (2+ messages)

[GIT PULL] VFIO fix for v6.7-rc4
 2023-12-01 23:22 UTC 

[PATCH v5] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
 2023-12-01 22:42 UTC  (5+ messages)

[RFC PATCH 0/4] KVM: SEV: Limit cache flush operations in sev guest memory reclaim events
 2023-12-01 22:30 UTC  (13+ messages)
` [RFC PATCH 1/4] KVM: SEV: Drop wbinvd_on_all_cpus() as kvm mmu notifier would flush the cache
` [RFC PATCH 4/4] KVM: SEV: Use a bitmap module param to decide whether a cache flush is needed during the guest memory reclaim

[PATCH] KVM: guest-memfd: fix unused-function warning
 2023-12-01 22:24 UTC  (2+ messages)

[PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE
 2023-12-01 22:12 UTC  (28+ messages)

[PATCH v15 00/23] TDX host kernel support
 2023-12-01 20:35 UTC  (3+ messages)
` [PATCH v15 22/23] x86/mce: Improve error log of kernel space TDX #MC due to erratum

[PATCH v7 00/12] iommu: Prepare to deliver page faults to user space
 2023-12-01 20:35 UTC  (11+ messages)
` [PATCH v7 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v7 07/12] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v7 09/12] iommu: Make iommu_queue_iopf() more generic
` [PATCH v7 11/12] iommu: Consolidate per-device fault data management
` [PATCH v7 12/12] iommu: Improve iopf_queue_flush_dev()

[PATCH v4 1/6] x86/bugs: Add asm helpers for executing VERW
 2023-12-01 20:04 UTC  (5+ messages)
  ` [PATCH v4 4/6] x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
  ` [PATCH v4 6/6] KVM: VMX: Move VERW closer to VMentry for MDS mitigation

[PATCH] KVM: s390: fix cc for successful PQAP
 2023-12-01 18:16 UTC 

[RFC 0/33] KVM: x86: hyperv: Introduce VSM support
 2023-12-01 18:15 UTC  (14+ messages)
` [RFC 02/33] KVM: x86: Introduce KVM_CAP_APIC_ID_GROUPS
` [RFC 05/33] KVM: x86: hyper-v: Introduce VTL call/return prologues in hypercall page
` [RFC 06/33] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs

[PATCH 0/2] KVM: xen: update shared_info when long_mode is set
 2023-12-01 17:44 UTC  (7+ messages)
` [PATCH 1/2] KVM: xen: separate initialization of shared_info cache and content
` [PATCH 2/2] KVM: xen: (re-)initialize shared_info if guest (32/64-bit) mode is set

[PATCH v2] KVM: X86: improve documentation for KVM_CAP_X86_BUS_LOCK_EXIT
 2023-12-01 17:30 UTC  (2+ messages)

[PATCH v2 0/4] mm: Implement ECC handling for pfn with no struct page
 2023-12-01 17:04 UTC  (3+ messages)
` [PATCH v2 2/4] mm: Add poison error check in fixup_user_fault() for mapped pfn

[PATCH v2] KVM: x86: fix kvm_has_noapic_vcpu updates when fail to create vcpu
 2023-12-01 16:57 UTC  (2+ messages)

[PATCH v7 00/26] Enable CET Virtualization
 2023-12-01 16:15 UTC  (28+ messages)
` [PATCH v7 02/26] x86/fpu/xstate: Refine CET user xstate bit enabling
` [PATCH v7 03/26] x86/fpu/xstate: Add CET supervisor mode state support
` [PATCH v7 04/26] x86/fpu/xstate: Introduce XFEATURE_MASK_KERNEL_DYNAMIC xfeature set
` [PATCH v7 06/26] x86/fpu/xstate: Create guest fpstate with guest specific config
` [PATCH v7 11/26] KVM: x86: Add kvm_msr_{read,write}() helpers
` [PATCH v7 19/26] KVM: x86: Use KVM-governed feature framework to track "SHSTK/IBT enabled"
` [PATCH v7 21/26] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v7 22/26] KVM: VMX: Set up interception for CET MSRs
` [PATCH v7 24/26] KVM: x86: Enable CET virtualization for VMX and advertise to userspace

[PATCH] KVM: selftests: Drop newline from __TEST_REQUIRE
 2023-12-01 16:08 UTC  (4+ messages)

[PATCH] KVM: x86: Allow XSAVES on CPUs where host doesn't use it due to an errata
 2023-12-01 16:04 UTC  (6+ messages)

[PATCH 0/3] Use new wrappers to copy userspace arrays
 2023-12-01 16:02 UTC  (4+ messages)

[PATCH v2 0/4] KVM: x86/mmu: small locking cleanups
 2023-12-01 16:00 UTC  (3+ messages)

[PATCH 0/3] KVM: Performance and correctness fixes for CLEAR_DIRTY_LOG
 2023-12-01 15:59 UTC  (3+ messages)

arch/x86/kvm/vmx/hyperv.h:79:30: sparse: sparse: cast truncates bits from constant value (1b009b becomes 9b)
 2023-12-01 15:56 UTC  (4+ messages)

[PATCH vhost 0/7] vdpa/mlx5: Add support for resumable vqs
 2023-12-01 15:26 UTC  (13+ messages)
` [PATCH mlx5-vhost 1/7] vdpa/mlx5: Expose resumable vq capability
` [PATCH vhost 2/7] vdpa/mlx5: Split function into locked and unlocked variants
` [PATCH vhost 3/7] vdpa/mlx5: Allow modifying multiple vq fields in one modify command
` [PATCH vhost 4/7] vdpa/mlx5: Introduce per vq and device resume
` [PATCH vhost 5/7] vdpa/mlx5: Mark vq addrs for modification in hw vq
` [PATCH vhost 6/7] vdpa/mlx5: Mark vq state "
` [PATCH vhost 7/7] vdpa/mlx5: Use vq suspend/resume during .set_map

[PATCH-for-9.0 0/2] target/arm/kvm: Use generic kvm_supports_guest_debug()
 2023-12-01 14:32 UTC  (3+ messages)
` [PATCH-for-9.0 1/2] accel/kvm: Expose kvm_supports_guest_debug() prototype
` [PATCH-for-9.0 2/2] target/arm/kvm: Use generic kvm_supports_guest_debug()

[PATCH 00/12] KVM: PPC: Nested APIv2 : Performance improvements
 2023-12-01 13:26 UTC  (13+ messages)
` [PATCH 01/12] KVM: PPC: Book3S HV nestedv2: Invalidate RPT before deleting a guest
` [PATCH 02/12] KVM: PPC: Book3S HV nestedv2: Avoid reloading the tb offset
` [PATCH 03/12] KVM: PPC: Book3S HV nestedv2: Do not check msr on hcalls
` [PATCH 04/12] KVM: PPC: Book3S HV nestedv2: Get the PID only if needed to copy tofrom a guest
` [PATCH 05/12] KVM: PPC: Book3S HV nestedv2: Ensure LPCR_MER bit is passed to the L0
` [PATCH 06/12] KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EE
` [PATCH 07/12] KVM: PPC: Book3S HV nestedv2: Do not inject certain interrupts
` [PATCH 08/12] KVM: PPC: Book3S HV nestedv2: Avoid msr check in kvmppc_handle_exit_hv()
` [PATCH 09/12] KVM: PPC: Book3S HV nestedv2: Do not call H_COPY_TOFROM_GUEST
` [PATCH 10/12] KVM: PPC: Book3S HV nestedv2: Register the VPA with the L0
` [PATCH 11/12] KVM: PPC: Reduce reliance on analyse_instr() in mmio emulation
` [PATCH 12/12] KVM: PPC: Book3S HV nestedv2: Do not cancel pending decrementer exception

[PATCH RFC 2/6] page_frag: unify gfp bit for order 3 page allocation
 2023-12-01 12:02 UTC  (3+ messages)
` [PATCH RFC 4/6] vhost/net: remove vhost_net_page_frag_refill()
` [PATCH RFC 5/6] net: introduce page_frag_cache_drain()

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-12-01 11:22 UTC  (26+ messages)
` [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
` [PATCH v3 13/70] i386: Introduce tdx-guest object
` [PATCH v3 27/70] i386/tdx: Add property sept-ve-disable for "
` [PATCH v3 31/70] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v3 57/70] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility

[PATCH net-next v5 0/3] send credit update during setting SO_RCVLOWAT
 2023-12-01 10:40 UTC  (11+ messages)
` [PATCH net-next v5 2/3] virtio/vsock: "

[PATCH v4 0/3] a couple of corrections to the IRQ enablement function
 2023-12-01  9:58 UTC  (7+ messages)
` [PATCH v4 1/3] s390/vfio-ap: unpin pages on gisc registration failure
` [PATCH v4 2/3] s390/vfio-ap: set status response code to 06 "
` [PATCH v4 3/3] s390/vfio-ap: improve reaction to response code 07 from PQAP(AQIC) command

[PATCH v2 0/2] LoongArch: KVM: Add LSX,LASX support
 2023-12-01  8:46 UTC  (3+ messages)
` [PATCH v2 1/2] LoongArch: KVM: Add LSX support
` [PATCH v2 2/2] LoongArch: KVM: Add LASX support

[kvm-unit-tests PATCH v1 00/18] arm/arm64: Rework cache maintenance at boot
 2023-12-01  8:40 UTC  (3+ messages)

[PATCH iwl-next v4 00/12] Add E800 live migration driver
 2023-12-01  8:27 UTC  (4+ messages)
` [PATCH iwl-next v4 05/12] ice: Log virtual channel messages in PF

[PATCH 0/6] Make Big QEMU Lock naming consistent
 2023-12-01  7:10 UTC  (21+ messages)
` [PATCH 1/6] system/cpus: rename qemu_mutex_lock_iothread() to qemu_bql_lock()
` [PATCH 2/6] qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to QEMU_BQL_LOCK_GUARD
` [PATCH 4/6] system/cpus: rename qemu_global_mutex to qemu_bql
` [PATCH 5/6] Replace "iothread lock" with "BQL" in comments
` [PATCH 6/6] Rename "QEMU global mutex" to "BQL" in comments and docs

[PATCH v2] Enable haltpoll for arm64
 2023-12-01  6:59 UTC  (6+ messages)
` [PATCH 7/7] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed

[PATCH v3] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2023-12-01  5:37 UTC  (2+ messages)

[GIT PULL] virtio: features
 2023-12-01  5:15 UTC  (7+ messages)

[PATCH 1/2] KVM: x86: Advertise CPUID.(EAX=7,ECX=2):EDX[5:0] to userspace
 2023-12-01  4:18 UTC  (7+ messages)
` [PATCH 2/2] KVM: x86: Use a switch statement in __feature_translate()

[PATCH v19 0/3] add debugfs to migration driver
 2023-12-01  3:08 UTC  (2+ messages)

[PATCH v2] KVM: SVM: Don't intercept IRET when injecting NMI and vNMI is enabled
 2023-12-01  1:52 UTC  (2+ messages)

[PATCH] KVM: SVM: Explicitly require FLUSHBYASID to enable SEV support
 2023-12-01  1:52 UTC  (2+ messages)

[PATCH 0/2] KVM: nSVM: TLB_CONTROL / FLUSHBYASID "fixes"
 2023-12-01  1:52 UTC  (2+ messages)

[PATCH v2 0/6] KVM: x86/pmu: Clean up emulated PMC event handling
 2023-12-01  1:52 UTC  (2+ messages)

[PATCH] KVM: SVM,VMX: Use %rip-relative addressing to access kvm_rebooting
 2023-12-01  1:52 UTC  (2+ messages)

[PATCH] KVM: x86: Turn off KVM_WERROR by default for all configs
 2023-12-01  1:52 UTC  (2+ messages)

[PATCH] KVM: x86: Don't unnecessarily force masterclock update on vCPU hotplug
 2023-12-01  1:52 UTC  (2+ messages)

[PATCH RESEND v2] KVM: move KVM_CAP_DEVICE_CTRL to the generic check
 2023-12-01  1:52 UTC  (2+ messages)

[PATCH 0/9] KVM: x86: Replace governed features with guest cpu_caps
 2023-12-01  1:51 UTC  (4+ messages)
` [PATCH 3/9] KVM: x86: Initialize guest cpu_caps based on guest CPUID

[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
 2023-12-01  0:45 UTC  (7+ messages)
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching

[PATCH V4 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-11-30 22:10 UTC  (5+ messages)
` [PATCH V4 vfio 8/9] vfio/pci: Expose vfio_pci_iowrite/read##size()
` [PATCH V4 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices

[PATCH] KVM: x86: Remove IA32_PERF_GLOBAL_OVF_CTRL from KVM_GET_MSR_INDEX_LIST
 2023-11-30 20:58 UTC  (2+ messages)

[PATCH] vfio: account iommu allocations
 2023-11-30 20:09 UTC 

[PATCH] vhost-vdpa: account iommu allocations
 2023-11-30 20:04 UTC 


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