public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-11 23:49:02 to 2022-07-13 10:46:16 UTC [more...]

[kvm-unit-tests PATCH v3 0/3] better smp interrupt checks
 2022-07-13 10:45 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/3] lib: s390x: add functions to set and clear PSW bits
` [kvm-unit-tests PATCH v3 2/3] s390x: skey.c: rework the interrupt handler

[PATCH v7 000/102] KVM TDX basic feature support
 2022-07-13 10:41 UTC  (67+ messages)
` [PATCH v7 002/102] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v7 003/102] KVM: Refactor CPU compatibility check on module initialiization
` [PATCH v7 006/102] KVM: TDX: Detect CPU feature on kernel module initialization
` [PATCH v7 008/102] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v7 010/102] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v7 011/102] KVM: TDX: Initialize TDX module when loading kvm_intel.ko
` [PATCH v7 012/102] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v7 013/102] KVM: TDX: Make TDX VM type supported
` [PATCH v7 022/102] KVM: TDX: create/destroy VM structure
` [PATCH v7 025/102] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v7 029/102] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v7 030/102] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v7 032/102] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v7 033/102] KVM: x86/mmu: Add address conversion functions for TDX shared bits
` [PATCH v7 035/102] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [PATCH v7 046/102] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [PATCH v7 049/102] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v7 053/102] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-13 10:35 UTC  (8+ messages)
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier

[kvm-unit-tests PATCH v3 00/27] EFI and ACPI support for arm64
 2022-07-13  9:17 UTC  (6+ messages)
` [kvm-unit-tests PATCH v3 25/27] arm64: Add support for efi in Makefile

[PATCH v12 0/3] s390x: KVM: CPU Topology
 2022-07-13  9:02 UTC  (15+ messages)
` [PATCH v12 2/3] KVM: s390: guest support for topology function
` [PATCH v12 3/3] KVM: s390: resetting the Topology-Change-Report

[PATCH] KVM: nVMX: Always enable TSC scaling for L2 when it was enabled for L1
 2022-07-13  7:44 UTC  (6+ messages)

[GIT PULL] KVM/riscv fixes for 5.19, take #2
 2022-07-13  7:27 UTC  (4+ messages)

[QUESTION] Exception print when enabling GICv4
 2022-07-13  6:56 UTC  (4+ messages)

[PATCH 00/19] KVM: arm64: vgic-v3 userspace access consolidation (and other goodies)
 2022-07-13  6:45 UTC  (18+ messages)
` [PATCH 05/19] KVM: arm64: Consolidate sysreg userspace accesses
` [PATCH 06/19] KVM: arm64: Get rid of reg_from/to_user()
` [PATCH 07/19] KVM: arm64: vgic-v3: Simplify vgic_v3_has_cpu_sysregs_attr()
` [PATCH 08/19] KVM: arm64: vgic-v3: Push user access into vgic_v3_cpu_sysregs_uaccess()
` [PATCH 09/19] KVM: arm64: vgic-v3: Make the userspace accessors use sysreg API
` [PATCH 10/19] KVM: arm64: vgic-v3: Convert userspace accessors over to FIELD_GET/FIELD_PREP
` [PATCH 11/19] KVM: arm64: vgic-v3: Use u32 to manage the line level from userspace

Regarding TSC scaling in a KVM environment
 2022-07-13  6:13 UTC 

linux-next: manual merge of the kvm tree with Linus' tree
 2022-07-13  6:09 UTC  (2+ messages)

[PATCH 0/5] KVM RISC-V Svpbmt support
 2022-07-13  1:27 UTC  (9+ messages)
` [PATCH 1/5] KVM: Add gfp_custom flag in struct kvm_mmu_memory_cache
` [PATCH 3/5] RISC-V: KVM: Add G-stage ioremap() and iounmap() functions
` [PATCH 4/5] RISC-V: KVM: Use PAGE_KERNEL_IO in kvm_riscv_gstage_ioremap()
` [PATCH 5/5] RISC-V: KVM: Add support for Svpbmt inside Guest/VM

[PATCH v2] KVM, x86/mmu: Fix the comment around kvm_tdp_mmu_zap_leafs()
 2022-07-13  0:44 UTC 

[PATCH 0/4] KVM: x86/mmu: pte_list_desc fix and cleanups
 2022-07-13  0:24 UTC  (7+ messages)
` [PATCH 2/4] KVM: x86/mmu: Defer "full" MMU setup until after vendor hardware_setup()
` [PATCH 3/4] KVM: x86/mmu: Shrink pte_list_desc size when KVM is using TDP

[PATCH v2 0/9] KVM: x86/MMU: Optimize disabling dirty logging
 2022-07-12 23:21 UTC  (7+ messages)
` [PATCH v2 9/9] KVM: x86/mmu: Promote pages in-place when "

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-07-12 23:05 UTC  (8+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v6 2/4] KVM: mmu: add a helper to account memory used by KVM MMU

[PATCH] KVM, x86/mmu: Fix the comment around kvm_tdp_mmu_zap_leafs()
 2022-07-12 22:27 UTC  (3+ messages)

[PATCH 00/12] Documentation: tdx: documentation fixes
 2022-07-12 19:35 UTC  (9+ messages)
` [PATCH 08/12] Documentation: kvm: tdx-tdp-mmu: Properly format nested list for EPT state machine
` [PATCH 10/12] Documentation: x86: Enclose TDX initialization code inside code block
` [PATCH 11/12] Documentation: x86: Use literal code block for TDX dmesg output

[PATCH] KVM: LAPIC: Fix a spelling mistake in comments
 2022-07-12 19:04 UTC  (3+ messages)

[PATCH RFC 00/19] IOMMUFD Dirty Tracking
 2022-07-12 18:34 UTC  (12+ messages)

[PATCH v3 00/10] Update vfio_pin/unpin_pages API
 2022-07-12 18:18 UTC  (8+ messages)
` [PATCH v3 01/10] vfio: Make vfio_unpin_pages() return void
` [PATCH v3 05/10] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
` [PATCH v3 06/10] vfio/ap: Change saved_pfn to saved_iova

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-07-12 17:40 UTC  (19+ messages)
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 v6 28/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 v6 29/49] KVM: X86: Keep the NPT and RMP page level in sync
` [PATCH Part2 v6 41/49] KVM: SVM: Add support to handle the RMP nested page fault

[PATCH 0/3] KVM: x86: Fix fault-related bugs in LTR/LLDT emulation
 2022-07-12 17:31 UTC  (10+ messages)
` [PATCH 1/3] KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks
` [PATCH 2/3] KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GP
` [PATCH 3/3] KVM: x86: WARN only once if KVM leaves a dangling userspace I/O request

[PATCH v2] KVM: x86: Add dedicated helper to get CPUID entry with significant index
 2022-07-12 17:09 UTC  (5+ messages)

[PATCH 1/1] KVM: s390: Add facility 197 to the white list
 2022-07-11 13:25 UTC  (3+ messages)

[kvm-unit-tests PATCH v5 0/8] Move npt test cases and NPT code improvements
 2022-07-12 16:35 UTC  (2+ messages)

Add vfio-platform support for ONESHOT irq forwarding?
 2022-07-12 16:02 UTC  (13+ messages)

[PATCH v3] KVM: x86: Send EOI to SynIC vectors on accelerated EOI-induced VM-Exits
 2022-07-12 15:58 UTC  (3+ messages)

[PATCH v8 00/12] s390x: CPU Topology
 2022-07-12 15:40 UTC  (3+ messages)
` [PATCH v8 02/12] s390x/cpu_topology: CPU topology objects and structures

[PATCH] vfio/mlx5: clean up overflow check
 2022-07-12 14:33 UTC  (4+ messages)

[PATCH v5] KVM: x86/xen: Update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present
 2022-07-12 14:27 UTC  (4+ messages)

[PATCH v3 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-07-12 12:19 UTC  (52+ messages)
` [PATCH v3 01/25] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v3 03/25] x86/hyperv: Update 'struct hv_enlightened_vmcs' definition
` [PATCH v3 04/25] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [PATCH v3 05/25] KVM: nVMX: Support several new fields in eVMCSv1
` [PATCH v3 06/25] KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
` [PATCH v3 07/25] KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
` [PATCH v3 08/25] KVM: selftests: Switch to updated eVMCSv1 definition
` [PATCH v3 09/25] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v3 10/25] KVM: selftests: Enable TSC scaling in evmcs selftest
` [PATCH v3 11/25] KVM: VMX: Get rid of eVMCS specific VMX controls sanitization
` [PATCH v3 12/25] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH v3 13/25] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH v3 14/25] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v3 15/25] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v3 16/25] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v3 17/25] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v3 18/25] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v3 19/25] KVM: VMX: Adjust CR3/INVPLG interception for EPT=y at runtime, not setup
` [PATCH v3 20/25] KVM: x86: VMX: Replace some Intel model numbers with mnemonics
` [PATCH v3 21/25] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v3 22/25] KVM: nVMX: Always set required-1 bits of pinbased_ctls to PIN_BASED_ALWAYSON_WITHOUT_TRUE_MSR
` [PATCH v3 23/25] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH v3 24/25] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH v3 25/25] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR

[PATCH v4 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-07-12  9:46 UTC  (13+ messages)
` [PATCH v4 02/13] KVM: selftests: aarch64: Add virt_get_pte_hva library function
` [PATCH v4 03/13] KVM: selftests: Add vm_alloc_page_table_in_memslot "
` [PATCH v4 04/13] KVM: selftests: aarch64: Export _virt_pg_map with a pt_memslot arg
` [PATCH v4 05/13] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete
` [PATCH v4 06/13] KVM: selftests: Add vm_mem_region_get_src_fd library function
` [PATCH v4 07/13] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros

[PATCH next 0/3] miscellaneous documentation fixes for linux-next
 2022-07-12  9:38 UTC  (3+ messages)
` [PATCH next 3/3] Documentation: kvm: extend KVM_S390_ZPCI_OP subheading underline

[PATCH v6 0/4] Implement vdpasim suspend operation
 2022-07-12  8:08 UTC  (9+ messages)
` [PATCH v6 1/4] vdpa: Add "
` [PATCH v6 3/4] vhost-vdpa: uAPI to suspend the device

[PATCH kernel] powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domains
 2022-07-12  5:44 UTC  (12+ messages)

[PATCH] KVM: VMX: Update PT MSR intercepts during filter change iff PT in host+guest
 2022-07-12  3:23 UTC  (2+ messages)

[PATCH v3 0/3] KVM: x86/mmu: Cleanups from eager page splitting
 2022-07-12  2:07 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: x86/mmu: Add optimized helper to retrieve an SPTE's index
` [PATCH v3 2/3] KVM: x86/mmu: Expand quadrant comment for PG_LEVEL_4K shadow pages
` [PATCH v3 3/3] KVM: x86/mmu: Fix typo and tweak comment for split_desc_cache capacity

[PATCH 0/5] KVM: x86: Clean up rmap zap helpers
 2022-07-12  1:55 UTC  (6+ messages)
` [PATCH 1/5] KVM: x86/mmu: Return a u64 (the old SPTE) from mmu_spte_clear_track_bits()
` [PATCH 2/5] KVM: x86/mmu: Rename rmap zap helpers to better show relationships
` [PATCH 3/5] KVM: x86/mmu: Remove underscores from __pte_list_remove()
` [PATCH 4/5] KVM: x86/mmu: Use innermost rmap zap helper when recycling rmaps
` [PATCH 5/5] KVM: x86/mmu: Drop the "p is for pointer" from rmap helpers

[PATCH v2 0/2] MSR Filtering documentation updates
 2022-07-12  0:10 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: fix documentation for KVM_X86_SET_MSR_FILTER
` [PATCH v2 2/2] KVM: x86: update documentation for MSR filtering


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