kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-21 15:37:10 to 2022-10-24 17:24:56 UTC [more...]

[RFC PATCH] Add Hyperv extended hypercall support in KVM
 2022-10-24 15:22 UTC  (6+ messages)

[kvm-unit-tests PATCH v5 0/2] S390x: CPU Topology Information
 2022-10-24 14:20 UTC  (3+ messages)
` [kvm-unit-tests PATCH v5 1/2] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v5 2/2] s390x: topology: Checking Configuration Topology Information

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

[PATCH v2 11/27] KVM: x86/mmu: Zap only the relevant pages when removing a memslot
 2022-10-24 15:55 UTC  (13+ messages)

[PATCH v2 0/8] KVM: x86: allow compiling out SMM support
 2022-10-24 12:33 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: x86: start moving SMM-related functions to new files
` [PATCH v2 2/8] KVM: x86: move SMM entry to a new file
` [PATCH v2 5/8] KVM: allow compiling out SMM support
` [PATCH v2 8/8] KVM: x86: do not define KVM_REQ_SMI if SMM disabled

[kvm-unit-tests PATCH 00/16] kvm-unit-tests: set of fixes and new tests
 2022-10-24 12:46 UTC  (14+ messages)
` [kvm-unit-tests PATCH 02/16] x86: add few helper functions for apic local timer
` [kvm-unit-tests PATCH 08/16] svm: add nested shutdown test
` [kvm-unit-tests PATCH 11/16] svm: add svm_suported
` [kvm-unit-tests PATCH 13/16] svm: move vmcb_ident to svm_lib.c

[PATCH 0/4] KVM: API to block and resume all running vcpus in a vm
 2022-10-24 12:57 UTC  (13+ messages)
` [PATCH 1/4] linux-headers/linux/kvm.h: introduce kvm_userspace_memory_region_list ioctl
` [PATCH 2/4] KVM: introduce kvm_clear_all_cpus_request
` [PATCH 3/4] KVM: introduce memory transaction semaphore
` [PATCH 4/4] KVM: use signals to abort enter_guest/blocking and retry

[PATCH] KVM: x86: Do not expose the host value of CPUID.8000001EH
 2022-10-24 13:06 UTC  (2+ messages)

[PATCH] KVM: vmx/nested: avoid blindly setting SECONDARY_EXEC_ENCLS_EXITING when sgx is enabled
 2022-10-24 12:48 UTC 

[PATCH v1 00/18] KVM selftests code consolidation and cleanup
 2022-10-24 11:34 UTC  (19+ messages)
` [PATCH v1 01/18] KVM: selftests/kvm_util: use array of pointers to maintain vcpus in kvm_vm
` [PATCH v1 02/18] KVM: selftests/kvm_util: use vm->vcpus[] when create vm with vcpus
` [PATCH v1 03/18] KVM: selftests/kvm_util: helper functions for vcpus and threads
` [PATCH v1 04/18] KVM: selftests/kvm_page_table_test: vcpu related code consolidation
` [PATCH v1 05/18] KVM: selftests/hardware_disable_test: code consolidation and cleanup
` [PATCH v1 06/18] KVM: selftests/dirty_log_test: vcpu related code consolidation
` [PATCH v1 07/18] KVM: selftests/max_guest_memory_test: "
` [PATCH v1 08/18] KVM: selftests/set_memory_region_test: "
` [PATCH v1 09/18] KVM: selftests/steal_time: vcpu related code consolidation and cleanup
` [PATCH v1 10/18] KVM: selftests/tsc_scaling_sync: vcpu related code consolidation
` [PATCH v1 11/18] KVM: selftest/xapic_ipi_test: "
` [PATCH v1 12/18] KVM: selftests/rseq_test: name the migration thread and some cleanup
` [PATCH v1 13/18] KVM: selftests/perf_test_util: vcpu related code consolidation
` [PATCH v1 14/18] KVM: selftest/memslot_perf_test: "
` [PATCH v1 15/18] KVM: selftests/vgic_init: "
` [PATCH v1 16/18] KVM: selftest/arch_timer: "
` [PATCH v1 17/18] KVM: selftests: remove the *vcpu[] input from __vm_create_with_vcpus
` [PATCH v1 18/18] KVM: selftests/kvm_create_max_vcpus: check KVM_MAX_VCPUS

[PATCH 0/9] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-10-24 10:29 UTC  (4+ messages)
` [PATCH 1/9] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode

[PATCH v10 0/9] s390x: CPU Topology
 2022-10-24  9:22 UTC  (5+ messages)
` [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

[kvm-unit-tests PATCH v4 00/24] x86/pmu: Test case optimization, fixes and additions
 2022-10-24  9:12 UTC  (25+ messages)
` [kvm-unit-tests PATCH v4 01/24] x86/pmu: Add PDCM check before accessing PERF_CAP register
` [kvm-unit-tests PATCH v4 02/24] x86/pmu: Test emulation instructions on full-width counters
` [kvm-unit-tests PATCH v4 03/24] x86/pmu: Pop up FW prefix to avoid out-of-context propagation
` [kvm-unit-tests PATCH v4 04/24] x86/pmu: Report SKIP when testing Intel LBR on AMD platforms
` [kvm-unit-tests PATCH v4 05/24] x86/pmu: Fix printed messages for emulated instruction test
` [kvm-unit-tests PATCH v4 06/24] x86/pmu: Introduce __start_event() to drop all of the manual zeroing
` [kvm-unit-tests PATCH v4 07/24] x86/pmu: Introduce multiple_{one, many}() to improve readability
` [kvm-unit-tests PATCH v4 08/24] x86/pmu: Reset the expected count of the fixed counter 0 when i386
` [kvm-unit-tests PATCH v4 09/24] x86: create pmu group for quick pmu-scope testing
` [kvm-unit-tests PATCH v4 10/24] x86/pmu: Refine info to clarify the current support
` [kvm-unit-tests PATCH v4 11/24] x86/pmu: Update rdpmc testcase to cover #GP path
` [kvm-unit-tests PATCH v4 12/24] x86/pmu: Rename PC_VECTOR to PMI_VECTOR for better readability
` [kvm-unit-tests PATCH v4 13/24] x86/pmu: Add lib/x86/pmu.[c.h] and move common code to header files
` [kvm-unit-tests PATCH v4 14/24] x86/pmu: Read cpuid(10) in the pmu_init() to reduce VM-Exit
` [kvm-unit-tests PATCH v4 15/24] x86/pmu: Initialize PMU perf_capabilities at pmu_init()
` [kvm-unit-tests PATCH v4 16/24] x86/pmu: Add GP counter related helpers
` [kvm-unit-tests PATCH v4 17/24] x86/pmu: Add GP/Fixed counters reset helpers
` [kvm-unit-tests PATCH v4 18/24] x86/pmu: Add a set of helpers related to global registers
` [kvm-unit-tests PATCH v4 19/24] x86: Add tests for Guest Processor Event Based Sampling (PEBS)
` [kvm-unit-tests PATCH v4 20/24] x86/pmu: Add global helpers to cover Intel Arch PMU Version 1
` [kvm-unit-tests PATCH v4 21/24] x86/pmu: Add gp_events pointer to route different event tables
` [kvm-unit-tests PATCH v4 22/24] x86/pmu: Add nr_gp_counters to limit the number of test counters
` [kvm-unit-tests PATCH v4 23/24] x86/pmu: Update testcases to cover AMD PMU
` [kvm-unit-tests PATCH v4 24/24] x86/pmu: Add AMD Guest PerfMonV2 testcases

[PATCH] kvm: x86: keep srcu writer side operation mutually exclusive
 2022-10-24  3:27 UTC  (5+ messages)

[PATCH] KVM: x86: Fix the initial value of mcg_cap
 2022-10-24  1:37 UTC  (7+ messages)

[PATCH v1] KVM: selftests: name the threads
 2022-10-24  0:54 UTC  (3+ messages)

[GIT PULL] KVM patches for Linux 6.1-rc2
 2022-10-23 22:39 UTC  (3+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-10-23 21:17 UTC  (11+ messages)
` [PATCH Part2 v6 12/49] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 v6 42/49] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event

linux-next: Fixes tag needs some work in the kvm-fixes tree
 2022-10-23 21:00 UTC 

[BUG] KVM USB passthrough did not claim interface before use
 2022-10-23 18:14 UTC  (9+ messages)

[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
 2022-10-22 21:08 UTC  (10+ messages)
` [PATCH v2 1/5] perf/x86/intel/lbr: use setup_clear_cpu_cap instead of clear_cpu_cap
` [PATCH v2 2/5] x86/cpuid: refactor setup_clear_cpu_cap()/clear_cpu_cap()

[PATCH 0/2] KVM: stop all vcpus before modifying memslots
 2022-10-22 15:48 UTC  (3+ messages)
` [PATCH 1/2] linux-headers/linux/kvm.h: introduce kvm_userspace_memory_region_list ioctl
` [PATCH 2/2] accel/kvm: introduce begin/commit listener callbacks

[PATCH] tools: include: sync include/api/linux/kvm.h
 2022-10-22 11:53 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: use helper macro SPTE_ENT_PER_PAGE
 2022-10-22  8:43 UTC  (2+ messages)

[PATCH] MAINTAINERS: git://github -> https://github.com for kvm-riscv
 2022-10-22  8:41 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: fix some comment typos
 2022-10-22  8:39 UTC  (2+ messages)

[PATCH v6 0/8] KVM: arm64: Enable ring-based dirty memory tracking
 2022-10-22 10:54 UTC  (18+ messages)
` [PATCH v6 1/8] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL
` [PATCH v6 3/8] KVM: Add support for using dirty ring in conjunction with bitmap

[GIT PULL] KVM/riscv fixes for 6.1, take #1
 2022-10-22  9:15 UTC  (2+ messages)

[PATCH] KVM: x86: remove obsolete kvm_mmu_gva_to_gpa_fetch()
 2022-10-22  8:39 UTC  (2+ messages)

[PATCH 1/6] KVM: x86: Mask off reserved bits in CPUID.80000001H
 2022-10-22  8:36 UTC  (8+ messages)
` [PATCH 5/6] KVM: x86: Mask off reserved bits in CPUID.8000001EH
` [PATCH 6/6] KVM: x86: Mask off reserved bits in CPUID.8000001FH

[PATCH v2 1/2] KVM: x86: Insert "AMD" in KVM_X86_FEATURE_PSFD
 2022-10-22  9:12 UTC  (4+ messages)

[PATCH v2 1/2] KVM: x86: Reduce refcount if single_open() fails in kvm_mmu_rmaps_stat_open()
 2022-10-22  9:08 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: debugfs: Return retval of simple_attr_open() if it fails

[PATCH] x86/kvm: Remove unused virt to phys translation in kvm_guest_cpu_init()
 2022-10-22  9:13 UTC  (2+ messages)

[PATCH] KVM: SVM: Fix reserved fields of struct sev_es_save_area
 2022-10-22  7:46 UTC  (4+ messages)

[GIT PULL] KVM/arm64 fixes for 6.1, take #2
 2022-10-22  7:33 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.1, take #1
 2022-10-22  7:32 UTC  (2+ messages)

[PATCH V2] virt: Prevent IV reuse in SNP guest driver
 2022-10-21 21:27 UTC  (4+ messages)

[PATCH v6 0/5] dirty_log_perf_test vCPU pinning
 2022-10-21 21:18 UTC  (6+ messages)
` [PATCH v6 1/5] KVM: selftests: Add missing break between -e and -g option in dirty_log_perf_test
` [PATCH v6 2/5] KVM: selftests: Put command line options in alphabetical order "
` [PATCH v6 3/5] KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
` [PATCH v6 4/5] KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
` [PATCH v6 5/5] KVM: selftests: Allowing running dirty_log_perf_test on specific CPUs

[PATCH v6 0/7] Introduce and test masked events
 2022-10-21 20:51 UTC  (8+ messages)
` [PATCH v6 1/7] kvm: x86/pmu: Correct the mask used in a pmu event filter lookup
` [PATCH v6 2/7] kvm: x86/pmu: Remove impossible events from the pmu event filter
` [PATCH v6 3/7] kvm: x86/pmu: prepare the pmu event filter for masked events
` [PATCH v6 4/7] kvm: x86/pmu: Introduce masked events to the pmu event filter
` [PATCH v6 5/7] selftests: kvm/x86: Add flags when creating a "
` [PATCH v6 6/7] selftests: kvm/x86: Add testing for KVM_SET_PMU_EVENT_FILTER
` [PATCH v6 7/7] selftests: kvm/x86: Test masked events

[kvm-unit-tests PATCH v1] x86: efi: set up the IDT before accessing MSRs
 2022-10-21 20:45 UTC  (4+ messages)

QEMU Advent Calendar 2022 Call for Images
 2022-10-21 20:13 UTC  (2+ messages)

[PATCH RFC v2 00/13] IOMMUFD Generic interface
 2022-10-21 19:56 UTC  (11+ messages)

[PATCH v3 0/5] Simplify the module and kconfig structure in vfio
 2022-10-21 19:46 UTC  (7+ messages)
` [PATCH v3 3/5] vfio: Move vfio_spapr_iommu_eeh_ioctl into vfio_iommu_spapr_tce.c
` [PATCH v3 4/5] vfio: Remove CONFIG_VFIO_SPAPR_EEH

[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-10-21 19:22 UTC  (4+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space

[kvm-unit-tests PATCH v3 00/13] x86/pmu: Test case optimization, fixes and additions
 2022-10-21 19:16 UTC  (9+ messages)
` [kvm-unit-tests PATCH v3 03/13] x86/pmu: Reset the expected count of the fixed counter 0 when i386
` [kvm-unit-tests PATCH v3 12/13] x86/pmu: Add assignment framework for Intel-specific HW resources

[kvm-unit-tests PATCH v2] x86: Add tests for Guest Processor Event Based Sampling (PEBS)
 2022-10-21 18:51 UTC  (4+ messages)

[PATCH v5 0/7] Introduce and test masked events
 2022-10-21 17:50 UTC  (8+ messages)
` [PATCH v5 4/7] kvm: x86/pmu: Introduce masked events to the pmu event filter

[PATCH v11 00/46] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-10-21 16:14 UTC  (11+ messages)
` [PATCH v11 16/46] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
` [PATCH v11 33/46] KVM: selftests: Hyper-V PV IPI selftest

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


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