public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-21 02:02:41 to 2022-09-21 23:43:31 UTC [more...]

[PATCH v2 00/10] KVM: x86/mmu: Make tdp_mmu read-only and clean up TPD MMU fault handler
 2022-09-21 23:43 UTC  (6+ messages)
` [PATCH v2 08/10] KVM: x86/mmu: Split out TDP MMU page fault handling

[PATCH] KVM: selftests: Fix hyperv_features test failure when built on Clang
 2022-09-21 23:32 UTC  (2+ messages)

[PATCH] selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
 2022-09-21 23:29 UTC  (5+ messages)

[PATCH RFC v2 00/13] IOMMUFD Generic interface
 2022-09-21 23:20 UTC  (15+ messages)

[PATCH v10 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-09-21 22:59 UTC  (53+ messages)
` [PATCH v10 01/39] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
` [PATCH v10 02/39] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
` [PATCH v10 03/39] KVM: x86: hyper-v: Introduce TLB flush fifo
` [PATCH v10 04/39] KVM: x86: hyper-v: Add helper to read hypercall data for array
` [PATCH v10 05/39] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v10 06/39] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
` [PATCH v10 07/39] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
` [PATCH v10 08/39] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
` [PATCH v10 09/39] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
` [PATCH v10 10/39] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v10 11/39] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
` [PATCH v10 12/39] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
` [PATCH v10 13/39] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
` [PATCH v10 14/39] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v10 15/39] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
` [PATCH v10 16/39] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
` [PATCH v10 17/39] KVM: x86: hyper-v: L2 TLB flush
` [PATCH v10 18/39] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v10 19/39] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
` [PATCH v10 20/39] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v10 21/39] KVM: nSVM: "
` [PATCH v10 22/39] KVM: x86: Expose Hyper-V L2 TLB flush feature
` [PATCH v10 23/39] KVM: selftests: Better XMM read/write helpers
` [PATCH v10 24/39] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
` [PATCH v10 25/39] KVM: selftests: Move the function doing Hyper-V hypercall "
` [PATCH v10 26/39] KVM: selftests: Hyper-V PV IPI selftest
` [PATCH v10 27/39] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v10 28/39] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
` [PATCH v10 29/39] KVM: selftests: Export _vm_get_page_table_entry()
` [PATCH v10 30/39] KVM: selftests: Hyper-V PV TLB flush selftest
` [PATCH v10 31/39] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
` [PATCH v10 32/39] KVM: selftests: Sync 'struct hv_vp_assist_page' "
` [PATCH v10 33/39] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
` [PATCH v10 34/39] KVM: selftests: Split off load_evmcs() from load_vmcs()
` [PATCH v10 35/39] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
` [PATCH v10 36/39] KVM: selftests: Allocate Hyper-V partition assist page
` [PATCH v10 37/39] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
` [PATCH v10 38/39] KVM: selftests: hyperv_svm_test: "
` [PATCH v10 39/39] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'

[PATCH v12 01/17] riscv: Rename __switch_to_aux -> fpu
 2022-09-21 21:43 UTC  (17+ messages)
` [PATCH v12 02/17] riscv: Extending cpufeature.c to detect V-extension
` [PATCH v12 03/17] riscv: Add new csr defines related to vector extension
` [PATCH v12 04/17] riscv: Add vector feature to compile
` [PATCH v12 05/17] riscv: Add has_vector/riscv_vsize to save vector features
` [PATCH v12 06/17] riscv: Reset vector register
` [PATCH v12 07/17] riscv: Add vector struct and assembler definitions
` [PATCH v12 08/17] riscv: Add task switch support for vector
` [PATCH v12 09/17] riscv: Add ptrace vector support
` [PATCH v12 10/17] riscv: Add sigcontext save/restore for vector
` [PATCH v12 11/17] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH v12 12/17] riscv: Add support for kernel mode vector
` [PATCH v12 13/17] riscv: Add vector extension XOR implementation
` [PATCH v12 14/17] riscv: Fix a kernel panic issue if $s2 is set to a specific value before entering Linux
` [PATCH v12 15/17] riscv: Add V extension to KVM ISA allow list
` [PATCH v12 16/17] riscv: KVM: Add vector lazy save/restore support
` [PATCH v12 17/17] riscv: prctl to enable vector commands

[V2 PATCH 0/8] Execute hypercalls from guests according to cpu type
 2022-09-21 21:47 UTC  (14+ messages)
` [V2 PATCH 2/8] KVM: selftests: Add arch specific initialization
` [V2 PATCH 3/8] KVM: selftests: Add arch specific post vm load setup
` [V2 PATCH 4/8] KVM: selftests: x86: Precompute the result for is_{intel,amd}_cpu()
` [V2 PATCH 5/8] KVM: selftests: x86: delete svm_vmcall_test
` [V2 PATCH 7/8] Kvm: selftests: x86: Execute cpu specific vmcall instruction
` [V2 PATCH 8/8] KVM: selftests: x86: xen: "

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-09-21 21:10 UTC  (5+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH] Documentation: KVM: Describe guest CPUID.15H settings for in-kernel APIC
 2022-09-21 20:44 UTC 

[PATCH 0/4] x86/hyperv: KVM: VMCB enlightenment cleanups
 2022-09-21 20:16 UTC  (5+ messages)
` [PATCH 1/4] x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
` [PATCH 2/4] KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h
` [PATCH 3/4] KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
` [PATCH 4/4] x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"

[PATCH v3 0/4] dirty_log_perf_test cpu pinning and some goodies
 2022-09-21 19:02 UTC  (8+ messages)
` [PATCH v3 1/4] KVM: selftests: Explicitly set variables based on options in dirty_log_perf_test
` [PATCH v3 3/4] KVM: selftests: Add atoi_paranoid to catch errors missed by atoi
` [PATCH v3 4/4] KVM: selftests: Run dirty_log_perf_test on specific cpus

[PATCH v2 0/3] KVM: EFER.LMSLE cleanup
 2022-09-21 17:45 UTC  (13+ messages)
` [PATCH v2 2/3] x86/cpufeatures: Introduce X86_FEATURE_NO_LMSLE

[PATCH v3 00/10] KVM: x86/mmu: Make tdp_mmu read-only and clean up TPD MMU fault handler
 2022-09-21 17:35 UTC  (11+ messages)
` [PATCH v3 01/10] KVM: x86/mmu: Change tdp_mmu to a read-only parameter
` [PATCH v3 02/10] KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabled
` [PATCH v3 03/10] KVM: x86/mmu: Grab mmu_invalidate_seq in kvm_faultin_pfn()
` [PATCH v3 04/10] KVM: x86/mmu: Handle error PFNs "
` [PATCH v3 05/10] KVM: x86/mmu: Avoid memslot lookup during KVM_PFN_ERR_HWPOISON handling
` [PATCH v3 06/10] KVM: x86/mmu: Handle no-slot faults in kvm_faultin_pfn()
` [PATCH v3 07/10] KVM: x86/mmu: Initialize fault.{gfn,slot} earlier for direct MMUs
` [PATCH v3 08/10] KVM: x86/mmu: Split out TDP MMU page fault handling
` [PATCH v3 09/10] KVM: x86/mmu: Stop needlessly making MMU pages available for TDP MMU faults
` [PATCH v3 10/10] KVM: x86/mmu: Rename __direct_map() to direct_map()

[PATCH kernel v3] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
 2022-09-21 17:08 UTC  (2+ messages)

[PATCH kernel v2] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE support platform dependent
 2022-09-21 17:04 UTC  (4+ messages)

[RFC PATCH v2 0/3] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
 2022-09-21 16:45 UTC  (4+ messages)
` [RFC PATCH v2 1/3] perf/core: Expose perf_event_{en,dis}able_local()
` [RFC PATCH v2 2/3] perf/x86/intel/pt: Introduce and export pt_get_curr_event()
` [RFC PATCH v2 3/3] KVM: VMX: Stop/resume host PT before/after VMX transition when PT_MODE_HOST_GUEST

[PATCH] kvm/x86: reserve bit KVM_HINTS_PHYS_ADDRESS_SIZE_DATA_VALID
 2022-09-21 16:32 UTC  (6+ messages)

[PATCH v3 00/15] Tidy up vfio_device life cycle
 2022-09-21 16:10 UTC  (5+ messages)
` [PATCH v3 15/15] vfio: Add struct device to vfio_device

[PATCH v4 0/9] KVM: x86: Apply NX mitigation more precisely
 2022-09-21 16:08 UTC  (6+ messages)
` [PATCH v4 1/9] KVM: x86/mmu: Bug the VM if KVM attempts to double count an NX huge page

[PATCH v9 00/40] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-09-21 15:15 UTC  (4+ messages)

[PATCH v4 0/5] MSR filtering and MSR exiting flag clean up
 2022-09-21 15:15 UTC  (6+ messages)
` [PATCH v4 1/5] KVM: x86: Disallow the use of KVM_MSR_FILTER_DEFAULT_ALLOW in the kernel
` [PATCH v4 2/5] KVM: x86: Add a VALID_MASK for the MSR exit reason flags
` [PATCH v4 3/5] KVM: x86: Add a VALID_MASK for the flag in kvm_msr_filter
` [PATCH v4 4/5] KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_range
` [PATCH v4 5/5] selftests: kvm/x86: Test the flags in MSR filtering and MSR exiting

[PATCH -next] rcu: remove unused 'cpu' in rcu_virt_note_context_switch
 2022-09-21 14:50 UTC  (3+ messages)

[GIT PULL] KVM: x86: First batch of updates for 6.1, i.e. kvm/queue
 2022-09-21 14:46 UTC  (2+ messages)

[PATCH v3 0/6] KVM: x86: Hyper-V invariant TSC control feature
 2022-09-21 14:32 UTC  (8+ messages)
` [PATCH v3 2/6] KVM: x86: Introduce CPUID_8000_0007_EDX 'scattered' leaf
` [PATCH v3 3/6] KVM: x86: Hyper-V invariant TSC control

[PATCH] KVM: x86/pmu: Add PEBS support for Intel Sapphire Rapids
 2022-09-21 14:10 UTC  (2+ messages)

[PATCH] KVM: s390: pci: register pci hooks without interpretation
 2022-09-21 12:38 UTC  (2+ messages)

[PATCH 0/9] Deprecate sysbus_get_default() and get_system_memory() et. al
 2022-09-21  9:47 UTC  (4+ messages)

[PATCH v4 0/8] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-09-21  9:17 UTC  (11+ messages)
` [PATCH v4 1/8] mm: Do not enable PG_arch_2 for all 64-bit architectures
` [PATCH v4 2/8] arm64: mte: Fix/clarify the PG_mte_tagged semantics
` [PATCH v4 3/8] KVM: arm64: Simplify the sanitise_mte_tags() logic
` [PATCH v4 4/8] mm: Add PG_arch_3 page flag
` [PATCH v4 5/8] arm64: mte: Lock a page for MTE tag initialisation
` [PATCH v4 6/8] KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled
` [PATCH v4 7/8] KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled
` [PATCH v4 8/8] Documentation: document the ABI changes for KVM_CAP_ARM_MTE

[PATCH v2 0/8] vfio: Split the container code into a clean layer and dedicated file
 2022-09-21  8:07 UTC  (6+ messages)
` [PATCH v2 1/8] vfio: Add header guards and includes to drivers/vfio/vfio.h
` [PATCH v2 8/8] vfio: Move container code into drivers/vfio/container.c

[PATCH 0/4] Conditionally read fields in dev cfg space
 2022-09-21  7:53 UTC  (15+ messages)
` [PATCH 1/4] vDPA: allow userspace to query features of a vDPA device
` [PATCH 2/4] vDPA: only report driver features if FEATURES_OK is set

[PATCH kernel] KVM: SVM: Fix function name in comment
 2022-09-21  4:43 UTC  (6+ messages)

[PATCH v3 3/7] mm: Add PG_arch_3 page flag
 2022-09-21  3:53 UTC  (9+ messages)

[PATCH v4 00/15] Tidy up vfio_device life cycle
 2022-09-21 10:44 UTC  (16+ messages)
` [PATCH v4 01/15] vfio: Add helpers for unifying "
` [PATCH v4 02/15] vfio/pci: Use the new device life cycle helpers
` [PATCH v4 03/15] vfio/mlx5: "
` [PATCH v4 04/15] vfio/hisi_acc: "
` [PATCH v4 05/15] vfio/mdpy: "
` [PATCH v4 06/15] vfio/mtty: "
` [PATCH v4 07/15] vfio/mbochs: "
` [PATCH v4 08/15] drm/i915/gvt: "
` [PATCH v4 09/15] vfio/ap: "
` [PATCH v4 10/15] vfio/fsl-mc: "
` [PATCH v4 11/15] vfio/platform: "
` [PATCH v4 12/15] vfio/amba: "
` [PATCH v4 13/15] vfio/ccw: "
` [PATCH v4 14/15] vfio: Rename vfio_device_put() and vfio_device_try_get()
` [PATCH v4 15/15] vfio: Add struct device to vfio_device

[PATCH v6 0/2] Enable notify VM exit
 2022-09-21  3:07 UTC  (8+ messages)
` [PATCH v6 2/2] i386: Add notify VM exit support

[RFC PATCH 3/4] KVM: x86/xen: Disallow gpc locks reinitialization
 2022-09-21  2:01 UTC  (9+ messages)
` [PATCH 0/8] KVM: x86: gfn_to_pfn_cache cleanups and a fix
  ` [PATCH 2/8] KVM: x86: Shorten gfn_to_pfn_cache function names
  ` [PATCH 3/8] KVM: x86: Remove unused argument in gpc_unmap_khva()
  ` [PATCH 4/8] KVM: x86: Store immutable gfn_to_pfn_cache properties
  ` [PATCH 5/8] KVM: x86: Clean up kvm_gpc_check()
  ` [PATCH 6/8] KVM: x86: Clean up hva_to_pfn_retry()
  ` [PATCH 7/8] KVM: x86: Clean up kvm_gpc_refresh(), kvm_gpc_unmap()
  ` [PATCH 8/8] KVM: x86: Fix NULL pointer dereference in kvm_xen_set_evtchn_fast()


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