public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-14 21:34:41 to 2023-08-15 22:52:33 UTC [more...]

[PATCH v2 0/8] LASS KVM virtualization support
 2023-08-15 22:51 UTC  (3+ messages)
` [PATCH v2 2/8] KVM: x86: Use a new flag for branch instructions

[PATCH v4 00/28] KVM: arm64: NV trap forwarding infrastructure
 2023-08-15 22:51 UTC  (35+ messages)
` [PATCH v4 01/28] arm64: Add missing VA CMO encodings
` [PATCH v4 02/28] arm64: Add missing ERX*_EL1 encodings
` [PATCH v4 03/28] arm64: Add missing DC ZVA/GVA/GZVA encodings
` [PATCH v4 04/28] arm64: Add TLBI operation encodings
` [PATCH v4 05/28] arm64: Add AT "
` [PATCH v4 06/28] arm64: Add debug registers affected by HDFGxTR_EL2
` [PATCH v4 07/28] arm64: Add missing BRB/CFP/DVP/CPP instructions
` [PATCH v4 08/28] arm64: Add HDFGRTR_EL2 and HDFGWTR_EL2 layouts
` [PATCH v4 09/28] arm64: Add feature detection for fine grained traps
` [PATCH v4 10/28] KVM: arm64: Correctly handle ACCDATA_EL1 traps
` [PATCH v4 11/28] KVM: arm64: Add missing HCR_EL2 trap bits
` [PATCH v4 12/28] KVM: arm64: nv: Add FGT registers
` [PATCH v4 13/28] KVM: arm64: Restructure FGT register switching
` [PATCH v4 14/28] KVM: arm64: nv: Add trap forwarding infrastructure
` [PATCH v4 15/28] KVM: arm64: nv: Add trap forwarding for HCR_EL2
` [PATCH v4 16/28] KVM: arm64: nv: Expose FEAT_EVT to nested guests
` [PATCH v4 17/28] KVM: arm64: nv: Add trap forwarding for MDCR_EL2
` [PATCH v4 18/28] KVM: arm64: nv: Add trap forwarding for CNTHCTL_EL2
` [PATCH v4 19/28] KVM: arm64: nv: Add fine grained trap forwarding infrastructure
` [PATCH v4 20/28] KVM: arm64: nv: Add trap forwarding for HFGxTR_EL2
` [PATCH v4 21/28] KVM: arm64: nv: Add trap forwarding for HFGITR_EL2
` [PATCH v4 22/28] KVM: arm64: nv: Add trap forwarding for HDFGxTR_EL2
` [PATCH v4 23/28] KVM: arm64: nv: Add SVC trap forwarding
` [PATCH v4 24/28] KVM: arm64: nv: Expand ERET trap forwarding to handle FGT
` [PATCH v4 25/28] KVM: arm64: nv: Add switching support for HFGxTR/HDFGxTR
` [PATCH v4 26/28] KVM: arm64: nv: Expose FGT to nested guests
` [PATCH v4 27/28] KVM: arm64: Move HCRX_EL2 switch to load/put on VHE systems
` [PATCH v4 28/28] KVM: arm64: nv: Add support for HCRX_EL2

[PATCH v9 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-08-15 22:31 UTC  (12+ messages)
` [PATCH v9 01/14] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [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] KVM: selftests: Remove x86's so called "MMIO warning" test
 2023-08-15 22:00 UTC 

[PATCH 00/10] VM: SVM: Honor KVM_MAX_VCPUS when AVIC is enabled
 2023-08-15 21:35 UTC  (11+ messages)
` [PATCH 01/10] KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
` [PATCH 02/10] KVM: SVM: Use AVIC_HPA_MASK when initializing vCPU's Physical ID entry
` [PATCH 03/10] KVM: SVM: Drop pointless masking of kernel page pa's with "AVIC's" HPA mask
` [PATCH 04/10] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH 05/10] KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
` [PATCH 06/10] iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
` [PATCH 07/10] KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
` [PATCH 08/10] KVM: SVM: WARN if KVM attempts to create AVIC backing page with user APIC
` [PATCH 09/10] KVM: SVM: Drop redundant check in AVIC code on ID during vCPU creation
` [PATCH 10/10] KVM: SVM: Rename "avic_physical_id_cache" to "avic_physical_id_entry"

[PATCH v3 00/15] KVM: x86: Add "governed" X86_FEATURE framework
 2023-08-15 20:36 UTC  (16+ messages)
` [PATCH v3 01/15] KVM: x86: Add a framework for enabling KVM-governed x86 features
` [PATCH v3 02/15] KVM: x86/mmu: Use KVM-governed feature framework to track "GBPAGES enabled"
` [PATCH v3 03/15] KVM: VMX: Recompute "XSAVES enabled" only after CPUID update
` [PATCH v3 04/15] KVM: VMX: Check KVM CPU caps, not just VMX MSR support, for XSAVE enabling
` [PATCH v3 05/15] KVM: VMX: Rename XSAVES control to follow KVM's preferred "ENABLE_XYZ"
` [PATCH v3 06/15] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
` [PATCH v3 07/15] KVM: nVMX: Use KVM-governed feature framework to track "nested VMX enabled"
` [PATCH v3 08/15] KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"
` [PATCH v3 09/15] KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"
` [PATCH v3 10/15] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
` [PATCH v3 11/15] KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled"
` [PATCH v3 12/15] KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"
` [PATCH v3 13/15] KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"
` [PATCH v3 14/15] KVM: nSVM: Use KVM-governed feature framework to track "vNMI enabled"
` [PATCH v3 15/15] KVM: x86: Disallow guest CPUID lookups when IRQs are disabled

[Bug 217796] New: latest Zen Inception fixes breaks nested kvm virtualization on AMD
 2023-08-15 20:30 UTC  (3+ messages)
` [Bug 217796] "

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-08-15 20:03 UTC  (3+ messages)

[PATCH v7 0/4] iommufd: Add iommu hardware info reporting
 2023-08-15 18:58 UTC  (11+ messages)
` [PATCH v7 3/4] iommufd: Add IOMMU_GET_HW_INFO

[PATCH v15 000/115] KVM TDX basic feature support
 2023-08-15 18:50 UTC  (5+ messages)
` [PATCH v15 018/115] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v15 059/115] KVM: TDX: Create initial guest memory

[PATCH] kvm/mmu: fixed coding style issues
 2023-08-15 18:47 UTC  (2+ messages)

[PATCH 00/12] s390/vfio_ap: crypto pass-through for SE guests
 2023-08-15 18:43 UTC  (13+ messages)
` [PATCH 01/12] s390/vfio-ap: No need to check the 'E' and 'I' bits in APQSW after TAPQ
` [PATCH 02/12] s390/vfio-ap: clean up irq resources if possible
` [PATCH 03/12] s390/vfio-ap: wait for response code 05 to clear on queue reset
` [PATCH 04/12] s390/vfio-ap: allow deconfigured queue to be passed through to a guest
` [PATCH 05/12] s390/vfio-ap: remove upper limit on wait for queue reset to complete
` [PATCH 06/12] s390/vfio-ap: store entire AP queue status word with the queue object
` [PATCH 07/12] s390/vfio-ap: use work struct to verify queue reset
` [PATCH 08/12] s390/vfio-ap: handle queue state change in progress on reset
` [PATCH 09/12] s390/vfio-ap: check for TAPQ response codes 0x35 and 0x36
` [PATCH 10/12] s390/uv: export uv_pin_shared for direct usage
` [PATCH 11/12] kvm: s390: export kvm_s390_pv*_is_protected functions
` [PATCH 12/12] s390/vfio-ap: Make sure nib is shared

[PATCH 0/2] sync_regs() TOCTOU issues
 2023-08-15 18:38 UTC  (18+ messages)
` [PATCH 1/2] KVM: x86: Fix KVM_CAP_SYNC_REGS's "

[PATCH] KVM: VMX: Delete ancient pr_warn() about KVM_SET_TSS_ADDR not being set
 2023-08-15 17:42 UTC 

[PATCH 0/8] KVM: gmem: Adding hooks for SEV and TDX
 2023-08-15 17:18 UTC  (9+ messages)
` [PATCH 1/8] KVM: gmem: Make kvm_gmem_bind return EBADF on wrong fd
` [PATCH 2/8] KVM: gmem: removed duplicated kvm_gmem_init()
` [PATCH 3/8] KVM: gmem: Fix kvm_gmem_issue_arch_invalidate()
` [PATCH 4/8] KVM: gmem: protect kvm_mmu_invalidate_end()
` [PATCH 5/8] KVM: gmem, x86: Add gmem hook for initializing private memory
` [PATCH 6/8] KVM: gmem, x86: Add gmem hook for invalidating "
` [PATCH 7/8] KVM: gmem: Avoid race with kvm_gmem_release and mmu notifier
` [PATCH 8/8] RFC: KVM: gmem: Guarantee the order of destruction

[PATCH] KVM: x86: Increase KVM_MAX_VCPUS to 4096
 2023-08-15 17:11 UTC  (2+ messages)

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-08-15 17:01 UTC  (11+ messages)
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v4 04/16] KVM: Add docstrings to __kvm_write_guest_page() and __kvm_read_guest_page()

[PATCH v4 00/12] Add Intel VT-d nested translation
 2023-08-15 16:31 UTC  (3+ messages)
` [PATCH v4 11/12] iommu/vt-d: Implement hw_info for iommu capability query

Deadlock due to EPT_VIOLATION
 2023-08-15 16:10 UTC  (13+ messages)

[PATCH v3 00/27] KVM: arm64: NV trap forwarding infrastructure
 2023-08-15 16:09 UTC  (17+ messages)
` [PATCH v3 01/27] arm64: Add missing VA CMO encodings
` [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 19/27] KVM: arm64: nv: Add fine grained trap forwarding infrastructure

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-08-15 16:00 UTC  (3+ messages)
` [PATCH RFC v9 42/51] KVM: SVM: Support SEV-SNP AP Creation NAE event

[PATCH 0/3] KVM: SEV: only access GHCB fields once
 2023-08-15 15:52 UTC  (7+ messages)
` [PATCH 1/3] KVM: SEV: snapshot the GHCB before accessing it
` [PATCH 2/3] KVM: SEV: only access GHCB fields once
` [PATCH 3/3] KVM: SEV: remove ghcb variable declarations

[kvm-unit-tests GIT PULL] x86: Fixes, cleanups and new testscases
 2023-08-15 15:42 UTC  (3+ messages)

[PATCH 0/4] vfio: use __aligned_u64 for ioctl structs
 2023-08-15 15:23 UTC  (7+ messages)
` [PATCH 2/4] vfio: use __aligned_u64 in struct vfio_device_gfx_plane_info

[PATCH v4 0/4] KVM: s390: Enable AP instructions for PV-guests
 2023-08-15 15:14 UTC  (5+ messages)
` [PATCH v4 1/4] KVM: s390: pv: relax WARN_ONCE condition for destroy fast
` [PATCH v4 2/4] s390: uv: UV feature check utility
` [PATCH v4 3/4] KVM: s390: Add UV feature negotiation
` [PATCH v4 4/4] KVM: s390: pv: Allow AP-instructions for pv-guests

[RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
 2023-08-15 14:50 UTC  (21+ messages)
` [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration

[kvm-unit-tests PATCH v5 0/6] s390x: Add support for running guests without MSO/MSL
 2023-08-15 14:26 UTC  (12+ messages)
` [kvm-unit-tests PATCH v5 6/6] s390x: add a test for SIE "

[PATCH v3 0/3] KVM: s390: Enable AP instructions for PV-guests
 2023-08-15 13:39 UTC  (7+ messages)
` [PATCH v3 1/3] s390: uv: UV feature check utility
` [PATCH v3 2/3] KVM: s390: Add UV feature negotiation
` [PATCH v3 3/3] KVM: s390: pv: Allow AP-instructions for pv-guests

[PATCH] powerpc: Make virt_to_pfn() a static inline
 2023-08-15 11:45 UTC  (7+ messages)

[PATCH v3 0/6] KVM: PPC: Nested APIv2 guest support
 2023-08-15 10:45 UTC  (4+ messages)
` [PATCH v3 4/6] KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long

[PATCH v2] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
 2023-08-15  9:27 UTC 

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-15  9:14 UTC  (8+ messages)
` [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker

[PATCH] KVM: VMX: Rename vmx_get_max_tdp_level to vmx_get_max_ept_level
 2023-08-15  7:56 UTC  (3+ messages)

[PATCH] x86: kvm: x86: Remove unnecessary initial values of variables
 2023-08-17  0:26 UTC 

[PATCH] KVM: arm64: pmu: Resync EL0 state on counter rotation
 2023-08-15  7:24 UTC  (11+ messages)

[GIT PULL] virtio: bugfixes
 2023-08-15  6:30 UTC  (2+ messages)

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

WARNING in kvm_vcpu_reset
 2023-08-15  3:52 UTC 

[PATCH v6 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
 2023-08-15  3:41 UTC  (8+ messages)
` [PATCH v6 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings
` [PATCH v6 4/6] KVM: selftests: Add test cases for unsupported PMU event filter input values
` [PATCH v6 5/6] KVM: selftests: Test if event filter meets expectations on fixed counters

[PATCH v2] KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros
 2023-08-15  3:28 UTC 

[PATCH v14 vfio 0/8] pds-vfio-pci driver
 2023-08-15  2:47 UTC  (19+ messages)
` [PATCH v14 vfio 6/8] vfio/pds: Add support for dirty page tracking

[PATCH v10 0/9] Linear Address Masking (LAM) KVM Enabling
 2023-08-15  2:05 UTC  (2+ messages)

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-08-12  8:01 UTC  (5+ messages)
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support

[PATCH 0/3] KVM: x86: Cleanups
 2023-08-14 22:28 UTC  (5+ messages)
` [PATCH 1/3] KVM: x86: Remove redundant vcpu->arch.cr0 assignments
` [PATCH 2/3] KVM: x86: Force TLB flush on changes to special registers
` [PATCH 3/3] KVM: Correct kvm_vcpu_event(s) typo in KVM API documentation

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

[RFC PATCH 00/19] QEMU gmem implemention
 2023-08-14 21:45 UTC  (5+ messages)

[PATCH net-next v6 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-08-14 21:27 UTC  (3+ messages)
` [PATCH net-next v6 2/4] vsock/virtio: support to send non-linear skb
` [PATCH net-next v6 3/4] vsock/virtio: non-linear skb handling for tap


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