public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-31 02:28:10 to 2023-11-02 02:07:56 UTC [more...]

[Patch 0/2] Enable topdown slots event in vPMU
 2023-11-02  2:07 UTC  (9+ messages)
` [Patch 1/2] KVM: x86/pmu: Add Intel CPUID-hinted TopDown slots event
` [Patch 2/2] KVM: x86/pmu: Support PMU fixed counter 3

[PATCH v4 1/6] x86/bugs: Add asm helpers for executing VERW
 2023-11-02  0:01 UTC 

[GIT PULL] VFIO updates for v6.7-rc1
 2023-11-02  0:01 UTC  (2+ messages)

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-01 23:17 UTC  (45+ messages)
` [PATCH v13 01/35] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [PATCH v13 02/35] KVM: Assert that mmu_invalidate_in_progress *never* goes negative
` [PATCH v13 03/35] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v13 04/35] KVM: WARN if there are dangling MMU invalidations at VM destruction
` [PATCH v13 05/35] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [PATCH v13 07/35] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [PATCH v13 08/35] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH v13 13/35] KVM: Introduce per-page memory attributes
` [PATCH v13 16/35] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory

[PATCH v5 00/17] Improve KVM + userfaultfd live migration via annotated memory faults
 2023-11-01 22:55 UTC  (11+ messages)
` [PATCH v5 10/17] KVM: Implement KVM_CAP_USERFAULT_ON_MISSING by atomizing __gfn_to_pfn_memslot() calls
` [PATCH v5 11/17] KVM: x86: Enable KVM_CAP_USERFAULT_ON_MISSING

[PATCH v6 00/25] Enable CET Virtualization
 2023-11-01 22:14 UTC  (78+ messages)
` [PATCH v6 01/25] x86/fpu/xstate: Manually check and add XFEATURE_CET_USER xstate bit
` [PATCH v6 02/25] x86/fpu/xstate: Fix guest fpstate allocation size calculation
` [PATCH v6 03/25] x86/fpu/xstate: Add CET supervisor mode state support
` [PATCH v6 04/25] x86/fpu/xstate: Introduce kernel dynamic xfeature set
` [PATCH v6 05/25] x86/fpu/xstate: Remove kernel dynamic xfeatures from kernel default_features
` [PATCH v6 06/25] x86/fpu/xstate: Opt-in kernel dynamic bits when calculate guest xstate size
` [PATCH v6 07/25] x86/fpu/xstate: Tweak guest fpstate to support kernel dynamic xfeatures
` [PATCH v6 08/25] x86/fpu/xstate: WARN if normal fpstate contains "
` [PATCH v6 09/25] KVM: x86: Rework cpuid_get_supported_xcr0() to operate on vCPU data
` [PATCH v6 10/25] KVM: x86: Add kvm_msr_{read,write}() helpers
` [PATCH v6 11/25] KVM: x86: Report XSS as to-be-saved if there are supported features
` [PATCH v6 12/25] KVM: x86: Refresh CPUID on write to guest MSR_IA32_XSS
` [PATCH v6 13/25] KVM: x86: Initialize kvm_caps.supported_xss
` [PATCH v6 14/25] KVM: x86: Load guest FPU state when access XSAVE-managed MSRs
` [PATCH v6 15/25] KVM: x86: Add fault checks for guest CR4.CET setting
` [PATCH v6 16/25] KVM: x86: Report KVM supported CET MSRs as to-be-saved
` [PATCH v6 17/25] KVM: VMX: Introduce CET VMCS fields and control bits
` [PATCH v6 18/25] KVM: x86: Use KVM-governed feature framework to track "SHSTK/IBT enabled"
` [PATCH v6 19/25] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v6 20/25] KVM: x86: Save and reload SSP to/from SMRAM
` [PATCH v6 21/25] KVM: VMX: Set up interception for CET MSRs
` [PATCH v6 22/25] KVM: VMX: Set host constant supervisor states to VMCS fields
` [PATCH v6 23/25] KVM: x86: Enable CET virtualization for VMX and advertise to userspace
` [PATCH v6 24/25] KVM: nVMX: Introduce new VMX_BASIC bit for event error_code delivery to L1
` [PATCH v6 25/25] KVM: nVMX: Enable CET support for nested guest

[PATCH v3 vfio 0/3] pds/vfio: Fixes for locking bugs
 2023-11-01 19:18 UTC  (6+ messages)
` [PATCH v3 vfio 1/3] pds/vfio: Fix spinlock bad magic BUG
` [PATCH v3 vfio 3/3] pds/vfio: Fix possible sleep while in atomic context

[PATCH v4] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
 2023-11-01 18:30 UTC 

[RFC PATCH V3 00/26] vfio/pci: Back guest interrupts from Interrupt Message Store (IMS)
 2023-11-01 18:07 UTC  (3+ messages)

[PATCH v3] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
 2023-11-01 17:02 UTC  (3+ messages)

[PATCH] target/i386/kvm: call kvm_put_vcpu_events() before kvm_put_nested_state()
 2023-11-01 14:04 UTC  (6+ messages)

[kvm-unit-tests Patch v2 0/5] Fix PMU test failures on Sapphire Rapids
 2023-11-01 13:51 UTC  (14+ messages)
` [kvm-unit-tests Patch v2 1/5] x86: pmu: Remove duplicate code in pmu_init()
` [kvm-unit-tests Patch v2 2/5] x86: pmu: Improve loop() to force to generate llc/branch misses
` [kvm-unit-tests Patch v2 3/5] x86: pmu: Enlarge cnt array length to 64 in check_counters_many()
` [kvm-unit-tests Patch v2 4/5] x86: pmu: Support validation for Intel PMU fixed counter 3
` [kvm-unit-tests Patch v2 5/5] x86: pmu: Add asserts to warn inconsistent fixed events and counters

Question: In a certain scenario, enabling GICv4/v4.1 may cause Guest hang when restarting the Guest
 2023-11-01 12:14 UTC  (4+ messages)

[RFC PATCH 00/12] iommu/vt-d: Remove superfluous IOMMU IOTLB invalidations
 2023-11-01 11:58 UTC  (4+ messages)
` [RFC PATCH 06/12] iommu: Add mmu_notifier to sva domain

[PATCH 1/1] s390/cio: make sch->lock a spinlock (is a pointer)
 2023-11-01 11:57 UTC 

TDISP enablement
 2023-11-01 11:43 UTC  (6+ messages)

[PATCH v2] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
 2023-11-01 11:06 UTC  (7+ messages)

[kvm-unit-tests 1/1] arm64: microbench: Move the read of the count register and the ISB operation out of the while loop
 2023-11-01 11:04 UTC  (3+ messages)

[PATCH 0/6] KVM: x86/pmu: Clean up emulated PMC event handling
 2023-11-01  9:37 UTC  (2+ messages)

A question about how the KVM emulates the effect of guest MTRRs on AMD platforms
 2023-11-01  9:08 UTC  (10+ messages)

[PATCH] KVM: x86: User mutex guards to eliminate __kvm_x86_vendor_init()
 2023-11-01  6:33 UTC  (4+ messages)

[PATCH net-XXX] vhost-vdpa: fix use after free in vhost_vdpa_probe()
 2023-11-01  5:33 UTC  (3+ messages)

Different behavior with vfio-pci between 6.4.8->6.5.5
 2023-11-01  3:55 UTC  (3+ messages)

linux-next: manual merge of the kvm-riscv tree with the risc-v tree
 2023-11-01  2:37 UTC 

linux-next: manual merge of the kvm-arm tree with the arm64 tree
 2023-11-01  2:36 UTC 

[PATCH v7 00/11] KVM: xen: update shared_info and vcpu_info handling
 2023-10-31 23:58 UTC  (15+ messages)
` [PATCH v7 01/11] KVM: pfncache: add a map helper function
` [PATCH v7 02/11] KVM: pfncache: add a mark-dirty helper
` [PATCH v7 03/11] KVM: pfncache: add a helper to get the gpa
` [PATCH v7 04/11] KVM: pfncache: base offset check on khva rather than gpa
` [PATCH v7 05/11] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA
` [PATCH v7 06/11] KVM: xen: allow shared_info to be mapped by fixed HVA
` [PATCH v7 11/11] KVM: xen: allow vcpu_info content to be 'safely' copied

[PATCH] KVM: x86/xen: improve accuracy of Xen timers
 2023-10-31 23:13 UTC  (10+ messages)
` [PATCH v2] "

[GIT PULL] KVM/arm64 updates for 6.7
 2023-10-31 21:18 UTC  (2+ messages)

[PATCH v3 1/2] KVM: VMX: Cleanup VMX basic information defines and usages
 2023-10-31 17:28 UTC  (3+ messages)

[GIT PULL] KVM: x86 pull requests for 6.7
 2023-10-31 14:55 UTC  (13+ messages)
` [GIT PULL] KVM: x86: APIC changes "
` [GIT PULL] KVM: x86: Documentation updates "
` [GIT PULL] KVM: x86: Misc changes "
` [GIT PULL] KVM: x86: MMU "
` [GIT PULL] KVM: x86: SVM "
` [GIT PULL] KVM: x86: Xen "

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2023-10-31 14:30 UTC  (3+ messages)

[GIT PULL 0/2] KVM: s390: Changes for 6.7
 2023-10-31 14:10 UTC  (2+ messages)

[GIT PULL] KVM/riscv changes for 6.7
 2023-10-31 14:09 UTC  (2+ messages)

[GIT PULL] LoongArch KVM changes for v6.7
 2023-10-31 14:09 UTC  (2+ messages)

[PATCH] KVM: Add missing fput() on error path
 2023-10-31 14:04 UTC  (3+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2023-10-31 13:14 UTC 

About patch bdedff263132 - KVM: x86: Route pending NMIs
 2023-10-31 12:15 UTC  (2+ messages)

[PATCH V2 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-10-31 12:11 UTC  (18+ messages)
` [PATCH V2 vfio 2/9] virtio-pci: Introduce admin virtqueue
` [PATCH V2 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO admin commands
` [PATCH V2 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices

[kvm-unit-tests PATCH v2 0/3] s390x: Improve console handling
 2023-10-31 10:10 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: s390x: hw: rework do_detect_host so we don't need allocation
` [kvm-unit-tests PATCH v2 2/3] lib: s390x: sclp: Add compat handling for HMC ASCII consoles
` [kvm-unit-tests PATCH v2 3/3] lib: s390x: sclp: Add line mode input handling

[PATCH] KVM: x86: replace do_div with div64_ul
 2023-10-31  9:35 UTC  (2+ messages)

[PATCH] KVM: SVM,VMX: Use %rip-relative addressing to access kvm_rebooting
 2023-10-31  7:52 UTC 


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