public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-01 05:19:18 to 2023-12-02 10:06:11 UTC [more...]

[RFC PATCH 00/42] Sharing KVM TDP to IOMMU
 2023-12-02  9:37 UTC  (43+ messages)
` [RFC PATCH 01/42] KVM: Public header for KVM to export TDP
` [RFC PATCH 02/42] KVM: x86: Arch header for kvm to export TDP for Intel
` [RFC PATCH 03/42] KVM: Introduce VM ioctl KVM_CREATE_TDP_FD
` [RFC PATCH 04/42] KVM: Skeleton of KVM TDP FD object
` [RFC PATCH 05/42] KVM: Embed "arch" object and call arch init/destroy in TDP FD
` [RFC PATCH 06/42] KVM: Register/Unregister importers to KVM exported TDP
` [RFC PATCH 07/42] KVM: Forward page fault requests to arch specific code for "
` [RFC PATCH 08/42] KVM: Add a helper to notify importers that KVM exported TDP is flushed
` [RFC PATCH 09/42] iommu: Add IOMMU_DOMAIN_KVM
` [RFC PATCH 10/42] iommu: Add new iommu op to create domains managed by KVM
` [RFC PATCH 11/42] iommu: Add new domain op cache_invalidate_kvm
` [RFC PATCH 12/42] iommufd: Introduce allocation data info and flag for KVM managed HWPT
` [RFC PATCH 13/42] iommufd: Add a KVM HW pagetable object
` [RFC PATCH 14/42] iommufd: Enable KVM HW page table object to be proxy between KVM and IOMMU
` [RFC PATCH 15/42] iommufd: Add iopf handler to KVM hw pagetable
` [RFC PATCH 16/42] iommufd: Enable device feature IOPF during device attachment to KVM HWPT
` [RFC PATCH 17/42] iommu/vt-d: Make some macros and helpers to be extern
` [RFC PATCH 18/42] iommu/vt-d: Support of IOMMU_DOMAIN_KVM domain in Intel IOMMU
` [RFC PATCH 19/42] iommu/vt-d: Set bit PGSNP in PASIDTE if domain cache coherency is enforced
` [RFC PATCH 20/42] iommu/vt-d: Support attach devices to IOMMU_DOMAIN_KVM domain
` [RFC PATCH 21/42] iommu/vt-d: Check reserved bits for "
` [RFC PATCH 22/42] iommu/vt-d: Support cache invalidate of "
` [RFC PATCH 23/42] iommu/vt-d: Allow pasid 0 in IOPF
` [RFC PATCH 24/42] KVM: x86/mmu: Move bit SPTE_MMU_PRESENT from bit 11 to bit 59
` [RFC PATCH 25/42] KVM: x86/mmu: Abstract "struct kvm_mmu_common" from "struct kvm_mmu"
` [RFC PATCH 26/42] KVM: x86/mmu: introduce new op get_default_mt_mask to kvm_x86_ops
` [RFC PATCH 27/42] KVM: x86/mmu: change param "vcpu" to "kvm" in kvm_mmu_hugepage_adjust()
` [RFC PATCH 28/42] KVM: x86/mmu: change "vcpu" to "kvm" in page_fault_handle_page_track()
` [RFC PATCH 29/42] KVM: x86/mmu: remove param "vcpu" from kvm_mmu_get_tdp_level()
` [RFC PATCH 30/42] KVM: x86/mmu: remove param "vcpu" from kvm_calc_tdp_mmu_root_page_role()
` [RFC PATCH 31/42] KVM: x86/mmu: add extra param "kvm" to kvm_faultin_pfn()
` [RFC PATCH 32/42] KVM: x86/mmu: add extra param "kvm" to make_mmio_spte()
` [RFC PATCH 33/42] KVM: x86/mmu: add extra param "kvm" to make_spte()
` [RFC PATCH 34/42] KVM: x86/mmu: add extra param "kvm" to tdp_mmu_map_handle_target_level()
` [RFC PATCH 35/42] KVM: x86/mmu: Get/Put TDP root page to be exported
` [RFC PATCH 36/42] KVM: x86/mmu: Keep exported TDP root valid
` [RFC PATCH 37/42] KVM: x86: Implement KVM exported TDP fault handler on x86
` [RFC PATCH 38/42] KVM: x86: "compose" and "get" interface for meta data of exported TDP
` [RFC PATCH 39/42] KVM: VMX: add config KVM_INTEL_EXPORTED_EPT
` [RFC PATCH 40/42] KVM: VMX: Compose VMX specific meta data for KVM exported TDP
` [RFC PATCH 41/42] KVM: VMX: Implement ops .flush_remote_tlbs* in VMX when EPT is on
` [RFC PATCH 42/42] KVM: VMX: Notify importers of exported TDP to flush TLBs on KVM flushes EPT

[PATCH] KVM: selftests: Drop newline from __TEST_REQUIRE
 2023-12-02  8:12 UTC  (5+ messages)

[RFC PATCH 0/4] KVM: SEV: Limit cache flush operations in sev guest memory reclaim events
 2023-12-02  6:21 UTC  (14+ 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 00/26] KVM: vfio: Hide KVM internals from others
 2023-12-02  0:51 UTC  (6+ messages)
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup

[PATCH v9 00/28] KVM: x86/pmu: selftests: Fixes and new tests
 2023-12-02  0:04 UTC  (29+ 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 v9 26/28] KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()
` [PATCH v9 27/28] KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBV
` [PATCH v9 28/28] KVM: selftests: Extend PMU counters test to validate RDPMC after WRMSR

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

[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  (26+ 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  (23+ 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 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: 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  (23+ 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  (7+ 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 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)


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