kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-12 08:13:38 to 2022-01-13 22:33:44 UTC [more...]

[PATCH 0/2] KVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN
 2022-01-13 22:33 UTC  (23+ messages)
` [PATCH 2/2] "

[PATCH v5 0/8] IPI virtualization support for VM
 2022-01-13 22:19 UTC  (18+ messages)
` [PATCH v5 4/8] KVM: VMX: dump_vmcs() reports tertiary_exec_control field as well
` [PATCH v5 5/8] KVM: x86: Support interrupt dispatch in x2APIC mode with APIC-write VM exit
` [PATCH v5 6/8] KVM: VMX: enable IPI virtualization
` [PATCH v5 7/8] KVM: VMX: Update PID-pointer table entry when APIC ID is changed
` [PATCH v5 8/8] KVM: VMX: Resize PID-ponter table on demand for IPI virtualization

[PATCH v1 0/3] ARM64: Guest performance improvement during dirty
 2022-01-13 22:18 UTC  (4+ messages)
` [PATCH v1 1/3] KVM: arm64: Use read/write spin lock for MMU protection
` [PATCH v1 2/3] KVM: arm64: Add fast path to handle permission relaxation during dirty logging
` [PATCH v1 3/3] KVM: selftests: Add vgic initialization for dirty log perf test for ARM

[PATCH 1/2] platform: make platform_get_irq_optional() optional
 2022-01-13 21:42 UTC  (25+ messages)
                    ` [PATCH] driver core: platform: Rename platform_get_irq_optional() to platform_get_irq_silent()

[RFC 00/16] padata, vfio, sched: Multithreaded VFIO page pinning
 2022-01-13 21:11 UTC  (7+ messages)
` [RFC 15/16] sched/fair: Account kthread runtime debt for CFS bandwidth

[PATCH 0/5] kvm: fix latent guest entry/exit bugs
 2022-01-13 20:50 UTC  (15+ messages)
` [PATCH 1/5] kvm: add exit_to_guest_mode() and enter_from_guest_mode()
` [PATCH 2/5] kvm/arm64: rework guest entry logic
` [PATCH 5/5] kvm/x86: "

[PATCH 0/5] KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN for CPU hotplug
 2022-01-13 20:00 UTC  (7+ messages)
` [PATCH 1/5] KVM: x86: Fix indentation in kvm_set_cpuid()
` [PATCH 2/5] KVM: x86: Do runtime CPUID update before updating vcpu->arch.cpuid_entries
` [PATCH 3/5] KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN
` [PATCH 4/5] KVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test'
` [PATCH 5/5] KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUN

[PATCH 0/2] KVM: x86/mmu: Fix write-protection bug in the TDP MMU
 2022-01-13 19:29 UTC  (11+ messages)
` [PATCH 1/2] KVM: x86/mmu: Fix write-protection of PTs mapped by "
` [PATCH 2/2] KVM: x86/mmu: Improve comment about TLB flush semantics for write-protection

[PATCH 0/6] KVM: x86/pmu: Use binary search to check filtered events
 2022-01-13 18:11 UTC  (10+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] selftests: kvm/x86: Parameterize the CPUID vendor string check
` [PATCH 3/6] selftests: kvm/x86: Introduce is_amd_cpu()
` [PATCH 4/6] selftests: kvm/x86: Export x86_family() for use outside of processor.c
` [PATCH 5/6] selftests: kvm/x86: Introduce x86_model()
` [PATCH 6/6] selftests: kvm/x86: Add test for KVM_SET_PMU_EVENT_FILTER

[RFC PATCH v3 00/11] KVM: arm64: Add support for hypercall services selection
 2022-01-13 17:21 UTC  (24+ messages)
` [RFC PATCH v3 01/11] KVM: Capture VM start
` [RFC PATCH v3 04/11] KVM: arm64: Setup a framework for hypercall bitmap firmware registers

[PATCH 1/2] KVM: SVM: avoid infinite loop on NPF from bad address
 2022-01-13 16:57 UTC  (3+ messages)
` Query about calling kvm_vcpu_gfn_to_memslot() with a GVA (Re: "

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-13 16:39 UTC  (12+ messages)
` [PATCH v8 20/40] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v8 29/40] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers

[PATCH] KVM: X86: set vcpu preempted only if it is preempted
 2022-01-13 16:34 UTC  (11+ messages)
      ` 答复: "
          ` 答复: "

[RFC PATCH] vhost: cache avail index in vhost_enable_notify()
 2022-01-13 16:05 UTC  (4+ messages)

[PATCH v3 kvm/queue 00/16] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-13 15:56 UTC  (5+ messages)
` [PATCH v3 kvm/queue 01/16] mm/shmem: Introduce F_SEAL_INACCESSIBLE

KVM: Warn if mark_page_dirty() is called without an active vCPU
 2022-01-13 15:09 UTC  (10+ messages)
    ` [PATCH] KVM: avoid warning on s390 in mark_page_dirty

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-01-13 14:24 UTC  (7+ messages)
` [PATCH v5 05/69] KVM: arm64: Allow preservation of the S2 SW bits
` [PATCH v5 07/69] KVM: arm64: nv: Introduce nested virtualization VCPU feature

[PATCH] vhost: remove avail_event arg from vhost_update_avail_event()
 2022-01-13 14:11 UTC 

[kvm-unit-tests PATCH 0/8] s390x: sie: Add PV snippet support
 2022-01-13 13:17 UTC  (7+ messages)
` [kvm-unit-tests PATCH 7/8] s390x: snippets: Add PV support

[kvm-unit-tests PATCH v4 0/2] Add specification exception tests
 2022-01-13 12:49 UTC  (7+ messages)
` [kvm-unit-tests PATCH v4 1/2] s390x: Add specification exception test
` [kvm-unit-tests PATCH v4 2/2] s390x: Test specification exceptions during transaction

[Bug 199727] CPU freezes in KVM guests during high IO load on host
 2022-01-13 12:09 UTC 

[PATCH] KVM: x86: fix kvm_vcpu_is_preempted
 2022-01-13 11:03 UTC  (5+ messages)
  ` 答复: "

[PATCH v6 00/17] KVM: s390: pv: implement lazy destroy for reboot
 2022-01-13 10:38 UTC  (9+ messages)
` [PATCH v6 02/17] KVM: s390: pv: handle secure storage violations for protected guests
` [PATCH v6 03/17] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v6 09/17] KVM: s390: pv: clear the state without memset
` [PATCH v6 11/17] s390/mm: KVM: pv: when tearing down, try to destroy protected pages

[PATCH] KVM: x86: enhance the readability of function pic_intack()
 2022-01-12  8:51 UTC 

[PATCH] x86/fpu: Fix inline prefix warnings
 2022-01-13 18:08 UTC 

[PATCH v4 00/15] Support Asynchronous Page Fault
 2022-01-13  8:43 UTC  (22+ messages)
` [PATCH v4 01/15] KVM: async_pf: Move struct kvm_async_pf around
` [PATCH v4 02/15] KVM: async_pf: Add helper function to check completion queue
` [PATCH v4 03/15] KVM: async_pf: Make GFN slot management generic
` [PATCH v4 04/15] KVM: x86: Use generic async PF slot management
` [PATCH v4 05/15] KVM: arm64: Export kvm_handle_user_mem_abort()
` [PATCH v4 06/15] KVM: arm64: Add paravirtualization header files
` [PATCH v4 07/15] KVM: arm64: Support page-not-present notification

[PATCH v2 0/3] AMX KVM selftest
 2022-01-13  6:31 UTC  (4+ messages)
` [WARNING: UNSCANNABLE EXTRACTION FAILED][PATCH v2 1/3] selftest: kvm: Reorder vcpu_load_state steps for AMX

[RFC PATCH 0/3] ARM64: Guest performance improvement during dirty
 2022-01-13  6:12 UTC  (9+ messages)
` [RFC PATCH 3/3] KVM: selftests: Add vgic initialization for dirty log perf test for ARM

[PATCH 1/2] KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
 2022-01-13  5:33 UTC  (6+ messages)

[PATCH v5 00/13] Add riscv kvm accel support
 2022-01-13  4:41 UTC  (17+ messages)
` [PATCH v5 01/13] update-linux-headers: Add asm-riscv/kvm.h
` [PATCH v5 02/13] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH v5 03/13] target/riscv: Implement function kvm_arch_init_vcpu
` [PATCH v5 04/13] target/riscv: Implement kvm_arch_get_registers
` [PATCH v5 05/13] target/riscv: Implement kvm_arch_put_registers
` [PATCH v5 06/13] target/riscv: Support start kernel directly by KVM
` [PATCH v5 07/13] target/riscv: Support setting external interrupt "
` [PATCH v5 08/13] target/riscv: Handle KVM_EXIT_RISCV_SBI exit
` [PATCH v5 09/13] target/riscv: Add host cpu type
` [PATCH v5 10/13] target/riscv: Add kvm_riscv_get/put_regs_timer
` [PATCH v5 11/13] target/riscv: Implement virtual time adjusting with vm state changing
` [PATCH v5 12/13] target/riscv: Support virtual time context synchronization
` [PATCH v5 13/13] target/riscv: enable riscv kvm accel

[PATCH v3] KVM: x86: Make the module parameter of vPMU more common
 2022-01-13  3:53 UTC 

[PATCH 0/6] Improve KVM's interaction with CPU hotplug
 2022-01-12 23:01 UTC  (21+ messages)
` [PATCH 1/6] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [PATCH 3/6] KVM: Remove opaque from kvm_arch_check_processor_compat
` [PATCH 5/6] KVM: x86: Remove WARN_ON in kvm_arch_check_processor_compat
` [PATCH 6/6] KVM: Do compatibility checks on hotplugged CPUs

[kvm-unit-tests PATCH 0/3] Add L2 exception handling KVM unit tests for nSVM
 2022-01-12 21:29 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/4] Add additional testing for routing L2 exceptions
 2022-01-12 20:48 UTC  (5+ messages)
` [kvm-unit-tests PATCH v2 2/4] x86: Align L2's stacks
` [kvm-unit-tests PATCH v2 3/4] x86: Add a test framework for nested_vmx_reflect_vmexit() testing

[PATCH v2] x86: Assign a canonical address before execute invpcid
 2022-01-12 18:23 UTC  (2+ messages)

[PATCH v3 0/5] KVM: nVMX: Fix Windows 11 + WSL2 + Enlightened VMCS
 2022-01-12 17:01 UTC  (6+ messages)
` [PATCH v3 1/5] KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS
` [PATCH v3 2/5] KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER
` [PATCH v3 3/5] KVM: nVMX: Rename vmcs_to_field_offset{,_table}
` [PATCH v3 4/5] KVM: nVMX: Implement evmcs_field_offset() suitable for handle_vmread()
` [PATCH v3 5/5] KVM: nVMX: Allow VMREAD when Enlightened VMCS is in use

[PATCH v2] KVM: x86: Make the module parameter of vPMU more common
 2022-01-12 16:20 UTC  (2+ messages)

[kvm-unit-tests PATCH v2] arm64: debug: mark test_[bp,wp,ss] as noinline
 2022-01-12 15:49 UTC  (3+ messages)

[PATCH v17 00/15] s390/vfio-ap: dynamic configuration support
 2022-01-12 14:25 UTC  (9+ messages)
` [PATCH v17 06/15] s390/vfio-ap: refresh guest's APCB by filtering APQNs assigned to mdev
` [PATCH v17 08/15] s390/vfio-ap: keep track of active guests


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