kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-10 13:16:56 to 2023-08-14 09:40:45 UTC [more...]

[PATCH v3 00/27] KVM: arm64: NV trap forwarding infrastructure
 2023-08-14  9:37 UTC  (35+ messages)
` [PATCH v3 05/27] arm64: Add AT operation encodings
` [PATCH v3 06/27] arm64: Add debug registers affected by HDFGxTR_EL2
` [PATCH v3 07/27] arm64: Add missing BRB/CFP/DVP/CPP instructions
` [PATCH v3 08/27] arm64: Add HDFGRTR_EL2 and HDFGWTR_EL2 layouts
` [PATCH v3 09/27] arm64: Add feature detection for fine grained traps
` [PATCH v3 10/27] KVM: arm64: Correctly handle ACCDATA_EL1 traps
` [PATCH v3 11/27] KVM: arm64: Add missing HCR_EL2 trap bits
` [PATCH v3 12/27] KVM: arm64: nv: Add FGT registers
` [PATCH v3 13/27] KVM: arm64: Restructure FGT register switching
` [PATCH v3 14/27] KVM: arm64: nv: Add trap forwarding infrastructure
` [PATCH v3 15/27] KVM: arm64: nv: Add trap forwarding for HCR_EL2
` [PATCH v3 23/27] KVM: arm64: nv: Add SVC trap forwarding

[RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
 2023-08-14  9:09 UTC  (22+ messages)
` [RFC PATCH v2 4/5] mm/autonuma: call .numa_protect() when page is protected for NUMA migrate
` [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration

[PATCH] KVM: arm64: pmu: Resync EL0 state on counter rotation
 2023-08-14  9:29 UTC  (8+ messages)

[PATCH] KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros
 2023-08-14  9:04 UTC  (3+ messages)

[PATCH v3 0/6] KVM: PPC: Nested APIv2 guest support
 2023-08-14  8:27 UTC  (8+ messages)
` [PATCH v3 1/6] KVM: PPC: Use getters and setters for vcpu register state
` [PATCH v3 2/6] KVM: PPC: Rename accessor generator macros
` [PATCH v3 4/6] KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long

[PATCH v2 00/21] KVM: x86: Add "governed" X86_FEATURE framework
 2023-08-14  8:11 UTC  (7+ messages)
` [PATCH v2 07/21] KVM: x86: Add a framework for enabling KVM-governed x86 features
` [PATCH v2 12/21] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
` [PATCH v2 13/21] KVM: nVMX: Use KVM-governed feature framework to track "nested VMX enabled"

[PATCH v3] KVM:arm64: reconfigurate the event filters for guest context
 2023-08-14  3:06 UTC 

[PATCH v2 0/3] iommu: Make pasid array per device
 2023-08-14  1:17 UTC  (4+ messages)
` [PATCH v2 1/3] iommu: Make single-device group for PASID explicit
` [PATCH v2 2/3] iommu: Consolidate pasid dma ownership check
` [PATCH v2 3/3] iommu: Move pasid array from group to device

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-08-14  0:44 UTC  (3+ messages)
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes

[GIT PULL] virtio: bugfixes
 2023-08-13 23:08 UTC 

[PATCH v2 00/12] iommu: Prepare to deliver page faults to user space
 2023-08-13 11:19 UTC  (42+ messages)
` [PATCH v2 03/12] iommu: Remove unrecoverable fault data
` [PATCH v2 04/12] iommu: Replace device fault handler with iommu_queue_iopf()
` [PATCH v2 06/12] iommu: Make dev->fault_param static
` [PATCH v2 07/12] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v2 08/12] iommu: Prepare for separating SVA and IOPF
` [PATCH v2 09/12] iommu: Move iopf_handler() to iommu-sva.c
` [PATCH v2 10/12] iommu: Make iommu_queue_iopf() more generic
` [PATCH v2 11/12] iommu: Separate SVA and IOPF in Makefile and Kconfig
` [PATCH v2 12/12] iommu: Add helper to set iopf handler for domain

[kvm-unit-tests PATCH v1] s390x: explicitly mark stack as not executable
 2023-08-13  9:50 UTC  (2+ messages)

A question about how the KVM emulates the effect of guest MTRRs on AMD platforms
 2023-08-12 23:04 UTC 

[PATCH v14 vfio 0/8] pds-vfio-pci driver
 2023-08-12 10:49 UTC  (16+ messages)
` [PATCH v14 vfio 6/8] vfio/pds: Add support for dirty page tracking

[PATCH] x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()
 2023-08-12  2:59 UTC  (6+ messages)

[PATCH] KVM: SVM: Add exception to disable objtool warning for kvm-amd.o
 2023-08-12  0:51 UTC  (11+ messages)

Deadlock due to EPT_VIOLATION
 2023-08-12  0:50 UTC  (14+ messages)

[PATCH V10 00/19] riscv: Add Native/Paravirt/CNA qspinlock support
 2023-08-12  0:47 UTC  (11+ messages)
` [PATCH V10 04/19] riscv: qspinlock: Add basic queued_spinlock support
` [PATCH V10 05/19] riscv: qspinlock: Introduce combo spinlock
` [PATCH V10 18/19] locking/qspinlock: Move pv_ops into x86 directory

[PATCH v4] KVM: x86/tsc: Don't sync user changes to TSC with KVM-initiated change
 2023-08-11 22:59 UTC  (2+ messages)

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-08-11 22:12 UTC  (9+ messages)
` [PATCH v4 01/16] KVM: Allow hva_pfn_fast() to resolve read-only faults
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO

[PATCH] x86/CPU/AMD: Fix the DIV(0) initial fix attempt
 2023-08-11 21:38 UTC 

VM Memory Map
 2023-08-11 18:07 UTC  (2+ messages)

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-08-11 17:44 UTC  (5+ messages)

[PATCH v4 09/12] iommu/vt-d: Add iotlb flush for nested domain
 2023-08-11 16:45 UTC  (16+ messages)

[PATCH -next] vfio/fsl-mc: use module_fsl_mc_driver() macro
 2023-08-11 15:18 UTC  (2+ messages)

next-20230809: kvm unittest fail: emulator
 2023-08-11 14:30 UTC  (4+ messages)

[kvm-unit-tests PATCH v1] s390x: spec_ex: load full register
 2023-08-11 12:02 UTC  (2+ messages)

[PATCH v6 0/4] iommufd: Add iommu hardware info reporting
 2023-08-11 12:01 UTC  (5+ messages)
` [PATCH v6 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl

[PATCH kvmtool] virtio: Fix typo in comment
 2023-08-11  9:59 UTC 

[Bug 217558] New: In KVM guest with VF of X710 NIC passthrough, the mac address of VF is inconsistent with it in host
 2023-08-11  8:59 UTC  (5+ messages)
` [Bug 217558] "

[RFC 0/5] crypto: qat - enable SRIOV VF live migration
 2023-08-11  8:52 UTC  (4+ messages)
` [RFC 1/5] crypto: qat - add bank save/restore and RP drain

[PATCH] KVM: x86: vPMU: truncate counter value to allowed width
 2023-08-11  8:30 UTC  (10+ messages)

[PATCH v7 0/4] iommufd: Add iommu hardware info reporting
 2023-08-11  7:15 UTC  (5+ messages)
` [PATCH v7 1/4] iommu: Move dev_iommu_ops() to private header
` [PATCH v7 2/4] iommu: Add new iommu op to get iommu hardware information
` [PATCH v7 3/4] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v7 4/4] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl

[PATCH 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-08-11  5:57 UTC  (10+ messages)
` [PATCH 19/27] KVM: x86/mmu: Use page-track notifiers iff there are external users

[PATCH v9 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-08-11  4:51 UTC  (15+ messages)
` [PATCH v9 01/14] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v9 02/14] KVM: Declare kvm_arch_flush_remote_tlbs() globally
` [PATCH v9 03/14] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v9 04/14] KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL
` [PATCH v9 05/14] KVM: Allow range-based TLB invalidation from common code
` [PATCH v9 06/14] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [PATCH v9 07/14] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v9 08/14] arm64: tlb: Implement __flush_s2_tlb_range_op()
` [PATCH v9 09/14] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v9 10/14] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v9 11/14] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v9 12/14] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v9 13/14] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v9 14/14] KVM: arm64: Use TLBI range-based instructions for unmap

[PATCH v8 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-08-11  4:09 UTC  (19+ messages)
` [PATCH v8 02/14] KVM: Declare kvm_arch_flush_remote_tlbs() globally
` [PATCH v8 08/14] arm64: tlb: Implement __flush_s2_tlb_range_op()
` [PATCH v8 09/14] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v8 11/14] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v8 14/14] KVM: arm64: Use TLBI range-based intructions for unmap

[PATCH v6 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
 2023-08-11  3:09 UTC  (3+ messages)
` [PATCH v6 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings

[PATCH v5 00/19] Enable CET Virtualization
 2023-08-11  3:03 UTC  (10+ messages)
` [PATCH v5 09/19] KVM:x86: Make guest supervisor states as non-XSAVE managed

[PATCH RFCv2 00/24] IOMMUFD Dirty Tracking
 2023-08-11  1:09 UTC  (11+ messages)
` [PATCH RFCv2 04/24] iommu: Add iommu_domain ops for dirty tracking

[PATCH v2] KVM: arm64: selftests: Test pointer authentication support in KVM guest
 2023-08-10 23:59 UTC 

[mst-vhost:vhost 34/46] drivers/vdpa/vdpa_user/vduse_dev.c:1812:23: error: use of undeclared identifier 'VIRTIO_RING_F_INDIRECT_DESC'
 2023-08-10 23:53 UTC 

[PATCH 0/2] KVM: SVM: Fix unexpected #UD on INT3 in SEV guests
 2023-08-10 23:49 UTC  (3+ messages)
` [PATCH 1/2] KVM: SVM: Don't inject #UD if KVM attempts emulation of SEV guest w/o insn
` [PATCH 2/2] KVM: SVM: Require nrips support for SEV guests (and beyond)

[PATCH] Enable haltpoll for arm64
 2023-08-10 19:25 UTC  (5+ messages)
` [PATCH 1/7] cpuidle-haltpoll: Make boot_option_idle_override check X86 specific
` [PATCH 4/7] governors/haltpoll: Drop kvm_para_available() check

[RFC PATCH 00/19] QEMU gmem implemention
 2023-08-10 15:58 UTC  (4+ messages)

[PATCH] KVM: x86: Remove WARN sanity check on hypervisor timer vs. UNINITIALIZED vCPU
 2023-08-10 15:33 UTC  (3+ messages)

[PATCH 0/4] vfio: use __aligned_u64 for ioctl structs
 2023-08-10 14:25 UTC  (7+ messages)
` [PATCH 2/4] vfio: use __aligned_u64 in struct vfio_device_gfx_plane_info
` [PATCH 3/4] vfio: use __aligned_u64 in struct vfio_iommu_type1_info

[RFC PATCH 00/11] New KVM ioctl to link a gmem inode to a new gmem file
 2023-08-10 14:03 UTC  (3+ messages)
` [RFC PATCH 08/11] KVM: x86: Let moving encryption context be configurable


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 NNTP newsgroup(s).