kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-21 15:42:07 to 2022-09-22 17:53:19 UTC [more...]

[PATCH v4 0/6] KVM: x86: Hyper-V invariant TSC control feature
 2022-09-22 17:53 UTC  (9+ messages)
` [PATCH v4 1/6] x86/hyperv: Add HV_INVARIANT_TSC_EXPOSED define
` [PATCH v4 2/6] KVM: x86: Introduce CPUID_8000_0007_EDX 'scattered' leaf
` [PATCH v4 3/6] KVM: x86: Hyper-V invariant TSC control
` [PATCH v4 4/6] KVM: selftests: Rename 'msr->availble' to 'msr->fault_exepected' in hyperv_features test
` [PATCH v4 5/6] KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
` [PATCH v4 6/6] KVM: selftests: Test Hyper-V invariant TSC control

[PATCH 0/5] KVM: selftests: Fix "fix hypercall test" build errors
 2022-09-22 17:53 UTC  (8+ messages)
` [PATCH 1/5] KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest use

[PATCH v2 0/8] vfio: Split the container code into a clean layer and dedicated file
 2022-09-22 17:22 UTC  (5+ messages)

[PATCH v4] x86: add etc/phys-bits fw_cfg file
 2022-09-22 17:13 UTC  (7+ messages)

[PATCH 0/6] KVM: Fix dirty-ring ordering on weakly ordered architectures
 2022-09-22 17:01 UTC  (7+ messages)
` [PATCH 1/6] KVM: Use acquire/release semantics when accessing dirty ring GFN state
` [PATCH 2/6] KVM: Add KVM_CAP_DIRTY_LOG_RING_ORDERED capability and config option
` [PATCH 3/6] KVM: x86: Select CONFIG_HAVE_KVM_DIRTY_RING_ORDERED
` [PATCH 4/6] KVM: Document weakly ordered architecture requirements for dirty ring
` [PATCH 5/6] KVM: selftests: dirty-log: Upgrade dirty_gfn_set_collected() to store-release
` [PATCH 6/6] KVM: selftests: dirty-log: Use KVM_CAP_DIRTY_LOG_RING_ORDERED of available

[PATCH 4/4] iommu: Fix ordering of iommu_release_device()
 2022-09-22 16:56 UTC  (11+ messages)

[PATCH v10 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-09-22 16:05 UTC  (33+ messages)
` [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 05/39] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
` [PATCH v10 10/39] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v10 14/39] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
` [PATCH v10 18/39] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
` [PATCH v10 20/39] KVM: nVMX: hyper-v: Enable L2 TLB flush
` [PATCH v10 21/39] KVM: nSVM: "
` [PATCH v10 25/39] KVM: selftests: Move the function doing Hyper-V hypercall to a common header
` [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 35/39] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages

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

[PATCH v1 7/9] gdbstub: move sstep flags probing into AccelClass
 2022-09-22 14:58 UTC  (3+ messages)
` [PATCH v1 8/9] gdbstub: move breakpoint logic to accel ops
` [PATCH v1 9/9] gdbstub: move guest debug support check to ops

[PATCH v4 00/12] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-09-22 14:52 UTC  (5+ messages)
` [PATCH v4 11/12] KVM: mips, x86: do not rely on KVM_REQ_UNHALT
` [PATCH v4 12/12] KVM: remove KVM_REQ_UNHALT

[RFC PATCH v2 0/3] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
 2022-09-22 14:42 UTC  (13+ 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 RFC 1/1] perf stat: do not fatal if the leader is errored
 2022-09-22 13:34 UTC  (3+ messages)

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

[PATCH -next] vfio/mlx5: Switch to use module_pci_driver() macro
 2022-09-22 12:48 UTC  (2+ messages)

[kvmtool PATCH] net: Use vfork() instead of fork() for script execution
 2022-09-22 12:45 UTC  (2+ messages)

[PATCH kvmtool 0/5] KVMTOOL RISC-V Svpbmt and Sstc Support
 2022-09-22 12:45 UTC  (2+ messages)

[PATCH v2 1/2] perf/x86/intel: Expose EPT-friendly PEBS for SPR and future models
 2022-09-22 12:41 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: x86/pmu: Add PEBS support for SPR and future non-hybird models

[kvm-unit-tests PATCH] ci: Update the list of tests that we run in the Fedora Cirrus-CI
 2022-09-22 12:28 UTC 

[PATCH] kvm/x86: reserve bit KVM_HINTS_PHYS_ADDRESS_SIZE_DATA_VALID
 2022-09-22 12:24 UTC  (8+ messages)

[PATCH 5.10 1/1] KVM: SEV: add cache flush to solve SEV cache incoherency issues
 2022-09-22 10:22 UTC 

[PATCH v3] x86: add etc/phys-bits fw_cfg file
 2022-09-22  9:55 UTC  (5+ messages)

[PATCH v2] KVM: selftests: Check result in hyperv_features.c test only for successful hypercalls
 2022-09-22  8:44 UTC  (2+ messages)

[PATCH 0/9] Deprecate sysbus_get_default() and get_system_memory() et. al
 2022-09-22  7:55 UTC  (5+ messages)
` [PATCH 1/9] hw/riscv/sifive_e: Fix inheritance of SiFiveEState

[PATCH] KVM: s390: Fix double word in comments
 2022-09-22  7:49 UTC 

[PATCH v2 0/3] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2022-09-22  6:20 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic

[PATCH] KVM: selftests: Fix hyperv_features test failure when built on Clang
 2022-09-22  6:03 UTC  (4+ messages)

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

[PATCH v8 00/14] KVM: selftests: Add aarch64/page_fault_test
 2022-09-22  3:18 UTC  (15+ messages)
` [PATCH v8 01/14] KVM: selftests: Add a userfaultfd library
` [PATCH v8 02/14] KVM: selftests: aarch64: Add virt_get_pte_hva() library function
` [PATCH v8 03/14] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()
` [PATCH v8 04/14] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
` [PATCH v8 05/14] tools: Copy bitfield.h from the kernel sources
` [PATCH v8 06/14] KVM: selftests: Stash backing_src_type in struct userspace_mem_region
` [PATCH v8 07/14] KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type
` [PATCH v8 08/14] KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()
` [PATCH v8 09/14] KVM: selftests: Use the right memslot for code, page-tables, and data allocations
` [PATCH v8 10/14] KVM: selftests: aarch64: Add aarch64/page_fault_test
` [PATCH v8 11/14] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test
` [PATCH v8 12/14] KVM: selftests: aarch64: Add dirty logging "
` [PATCH v8 13/14] KVM: selftests: aarch64: Add readonly memslot "
` [PATCH v8 14/14] KVM: selftests: aarch64: Add mix of "

[PATCH v3 0/6] KVM: arm64: Enable ring-based dirty memory tracking
 2022-09-22  0:32 UTC  (7+ messages)
` [PATCH v3 1/6] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL
` [PATCH v3 2/6] KVM: x86: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.h
` [PATCH v3 3/6] KVM: arm64: Enable ring-based dirty memory tracking
` [PATCH v3 4/6] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
` [PATCH v3 5/6] KVM: selftests: Clear dirty ring states between two modes "
` [PATCH v3 6/6] KVM: selftests: Automate choosing dirty ring size "

[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] selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
 2022-09-21 23:29 UTC  (5+ messages)

[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] 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)

[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


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).