KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-31 14:30:58 to 2023-11-02 15:48:15 UTC [more...]

[PATCH 0/2] KVM: enable halt poll shrink parameter
 2023-11-02 15:46 UTC 

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-02 15:46 UTC  (70+ 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 10/35] KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
` [PATCH v13 11/35] KVM: Drop .on_unlock() mmu_notifier hook
` [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [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 v13 18/35] KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
` [PATCH v13 20/35] KVM: x86/mmu: Handle page fault for private memory
` [PATCH v13 21/35] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [PATCH v13 22/35] KVM: Allow arch code to track number of memslot address spaces per VM

[PATCH v2 1/1] KVM: s390: vsie: fix wrong VIR 37 when MSO is used
 2023-11-02 15:35 UTC 

[PATCH v5 00/17] Improve KVM + userfaultfd live migration via annotated memory faults
 2023-11-02 14:31 UTC  (12+ 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 v5 00/14] Add Secure TSC support for SNP guests
 2023-11-02 14:29 UTC  (41+ messages)
` [PATCH v5 01/14] virt: sev-guest: Use AES GCM crypto library
` [PATCH v5 04/14] virt: sev-guest: Add SNP guest request structure
` [PATCH v5 05/14] virt: sev-guest: Add vmpck_id to snp_guest_dev struct
` [PATCH v5 07/14] x86/sev: Move and reorganize sev guest request api
` [PATCH v5 08/14] x86/mm: Add generic guest initialization hook
` [PATCH v5 09/14] x86/sev: Add Secure TSC support for SNP guests
` [PATCH v5 11/14] x86/sev: Prevent RDTSC/RDTSCP interception for Secure TSC enabled guests
` [PATCH v5 12/14] x86/kvmclock: Skip kvmclock when Secure TSC is available
` [PATCH v5 13/14] x86/tsc: Mark Secure TSC as reliable clocksource

[PATCH net] virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()
 2023-11-02 13:30 UTC  (3+ messages)

[PATCH v3 3/4] RISC-V: KVM: Add Svadu Extension Support for Guest/VM
 2023-11-02 12:01 UTC  (2+ messages)
` [PATCH v3 4/4] KVM: riscv: selftests: Add Svadu Extension to get-reg-list testt

[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-02  7:59 UTC  (5+ messages)
  ` 回复: "

[PATCH v4] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
 2023-11-02  4:03 UTC  (2+ messages)

The VFIO/IOMMU/PCI MC at LPC 2023 - See you soon!
 2023-11-02  3:18 UTC 

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

[GIT PULL] Please pull IOMMUFD subsystem changes
 2023-11-02  2:51 UTC  (2+ messages)

TDISP enablement
 2023-11-02  2:28 UTC  (7+ messages)

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

[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 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  (4+ messages)
` [PATCH v3 vfio 1/3] pds/vfio: Fix spinlock bad magic BUG

[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  (11+ messages)
` [kvm-unit-tests Patch v2 1/5] x86: pmu: Remove duplicate code in pmu_init()
` [kvm-unit-tests Patch v2 4/5] x86: pmu: Support validation for Intel PMU fixed counter 3

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 

[PATCH v2] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
 2023-11-01 11:06 UTC  (7+ 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  (3+ messages)
` [GIT PULL] KVM: x86: SVM changes "

[PATCH v9 0/6] KVM: allow mapping non-refcounted pages
 2023-10-31 14:30 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).