kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-11 12:27:16 to 2022-01-13 12:31:39 UTC [more...]

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

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-13 12:23 UTC  (15+ messages)
` [PATCH v8 12/40] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v8 20/40] x86/sev: Use SEV-SNP AP creation to start secondary CPUs

[kvm-unit-tests PATCH v4 0/2] Add specification exception tests
 2022-01-13 12:20 UTC  (5+ 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

[PATCH v5 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2022-01-13 12:12 UTC  (3+ messages)
` [PATCH v5 05/69] KVM: arm64: Allow preservation of the S2 SW bits

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

[PATCH 0/5] kvm: fix latent guest entry/exit bugs
 2022-01-13 11:55 UTC  (13+ 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 3/5] kvm/mips: "
` [PATCH 4/5] kvm/riscv: "
` [PATCH 5/5] kvm/x86: "

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

[PATCH 1/2] platform: make platform_get_irq_optional() optional
 2022-01-13 11:08 UTC  (18+ messages)

[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 0/2] KVM: x86: Forbid KVM_SET_CPUID{,2} after KVM_RUN
 2022-01-13  9:27 UTC  (16+ messages)
` [PATCH 2/2] "

[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  (19+ messages)
` [RFC PATCH 1/3] KVM: arm64: Use read/write spin lock for MMU protection
` [RFC PATCH 2/3] KVM: arm64: Add fast path to handle permission relaxation during dirty logging
` [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 0/6] KVM: x86/pmu: Use binary search to check filtered events
 2022-01-13  4:06 UTC  (8+ 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

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

[PATCH 0/2] KVM: x86/mmu: Fix write-protection bug in the TDP MMU
 2022-01-13  0:46 UTC  (7+ 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] 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

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

[RFC PATCH v3 00/11] KVM: arm64: Add support for hypercall services selection
 2022-01-12 18:31 UTC  (25+ 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 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  (23+ messages)
` [PATCH v17 01/15] s390/vfio-ap: Set pqap hook when vfio_ap module is loaded
` [PATCH v17 02/15] s390/vfio-ap: use new AP bus interface to search for queue devices
` [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
` [PATCH v17 09/15] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device

[PATCH v4 00/12] Add riscv kvm accel support
 2022-01-12  8:07 UTC  (10+ messages)
` [PATCH v4 02/12] target/riscv: Add target/riscv/kvm.c to place the public kvm interface
` [PATCH v4 05/12] target/riscv: Implement kvm_arch_put_registers
` [PATCH v4 06/12] target/riscv: Support start kernel directly by KVM

[PATCH v3] KVM: x86/pt: Ignore all unknown Intel PT capabilities
 2022-01-12  4:11 UTC 

[PATCH v6 0/6] x86/xen: Add in-kernel Xen event channel delivery
 2022-01-12  3:10 UTC  (8+ messages)

linux-next: manual merge of the kvm tree with the risc-v tree
 2022-01-12  0:40 UTC 

[PATCH v2] KVM: LAPIC: Enable timer posted-interrupt when mwait/hlt is advertised
 2022-01-12  0:39 UTC  (2+ messages)

[kvm-unit-tests PATCH] arm64: debug: mark test_[bp,wp,ss] as noinline
 2022-01-11 21:02 UTC  (3+ messages)
` [kvm-unit-tests PATCH] arm64: debug: mark test_[bp, wp, ss] "

WARNING in kvm_mmu_uninit_tdp_mmu
 2022-01-11 19:37 UTC  (2+ messages)

[RFC PATCH] vfio: Update/Clarify migration uAPI, add NDMA state
 2022-01-11 18:19 UTC  (11+ messages)

[PATCH] KVM: x86: Making the module parameter of vPMU more common
 2022-01-11 17:04 UTC  (2+ messages)

[PATCH v2 0/1] KVM: Dirty quota-based throttling
 2022-01-11 16:59 UTC  (4+ messages)
` [PATCH v2 1/1] KVM: Implement dirty quota-based throttling of vcpus

[kvm-unit-tests PATCH] x86: Assign a canonical address before execute invpcid
 2022-01-11 16:23 UTC  (5+ messages)

[PATCH] KVM: SEV: Allow SEV intra-host migration of VM with mirrors
 2022-01-11 15:40 UTC 

[PATCH v3] hw/arm/virt: KVM: Enable PAuth when supported by the host
 2022-01-11 14:18 UTC  (5+ messages)

[kvm-unit-tests PATCH v3 0/4] S390x: CPU Topology Information
 2022-01-11 13:30 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 2/4] s390x: stsi: Define vm_is_kvm to be used in different tests
` [kvm-unit-tests PATCH v3 3/4] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v3 4/4] s390x: topology: Checking Configuration Topology Information

[PATCH v12 00/13] Introduce VDUSE - vDPA Device in Userspace
 2022-01-11 13:04 UTC  (10+ messages)

[PATCH] KVM: VMX: switch wakeup_vcpus_on_cpu_lock to raw spinlock
 2022-01-11 12:13 UTC  (3+ messages)


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