kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-21 02:53:29 to 2022-11-22 19:13:42 UTC [more...]

[PATCH v7 00/20] TDX host kernel support
 2022-11-22 19:13 UTC  (50+ messages)
` [PATCH v7 01/20] x86/tdx: Define TDX supported page sizes as macros
` [PATCH v7 02/20] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v7 03/20] x86/virt/tdx: Disable TDX if X2APIC is not enabled
` [PATCH v7 04/20] x86/virt/tdx: Add skeleton to initialize TDX on demand
` [PATCH v7 05/20] x86/virt/tdx: Implement functions to make SEAMCALL
` [PATCH v7 06/20] x86/virt/tdx: Shut down TDX module in case of error
` [PATCH v7 10/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory

[PATCH 1/4] MAINTAINERS: Add KVM x86/xen maintainer list
 2022-11-22 19:09 UTC  (9+ messages)
` [PATCH 2/4] KVM: x86/xen: Compatibility fixes for shared runstate area
` [PATCH 3/4] KVM: Update gfn_to_pfn_cache khva when it moves within the same page

[PATCH v2 00/16] KVM: x86: gfn_to_pfn_cache fixes and cleanups
 2022-11-22 18:59 UTC  (6+ messages)
` [PATCH v2 07/16] KVM: Store gfn_to_pfn_cache length as an immutable property

[PATCH v7 0/4] KVM: Dirty quota-based throttling
 2022-11-22 17:46 UTC  (5+ messages)
` [PATCH v7 1/4] KVM: Implement dirty quota-based throttling of vcpus

[PATCH v3 00/11] Connect VFIO to IOMMUFD
 2022-11-22 17:41 UTC  (8+ messages)
` [PATCH v3 04/11] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c

[PATCH v2 0/6] Add Hyper-v extended hypercall support in KVM
 2022-11-22 16:29 UTC  (12+ messages)
` [PATCH v2 1/6] KVM: x86: hyper-v: Use common code for hypercall userspace exit
` [PATCH v2 2/6] KVM: x86: hyper-v: Add extended hypercall support in Hyper-v
` [PATCH v2 3/6] KVM: selftests: Test Hyper-V extended hypercall enablement
` [PATCH v2 4/6] KVM: selftests: Replace hardcoded Linux OS id with HYPERV_LINUX_OS_ID
` [PATCH v2 5/6] KVM: selftests: Make vCPU exit reason test assertion common
` [PATCH v2 6/6] KVM: selftests: Test Hyper-V extended hypercall exit to userspace

[kvm-unit-tests PATCH v3 00/27] kvm-unit-tests: set of fixes and new tests
 2022-11-22 16:11 UTC  (28+ messages)
` [kvm-unit-tests PATCH v3 01/27] x86: replace irq_{enable|disable}() with sti()/cli()
` [kvm-unit-tests PATCH v3 02/27] x86: introduce sti_nop() and sti_nop_cli()
` [kvm-unit-tests PATCH v3 03/27] x86: add few helper functions for apic local timer
` [kvm-unit-tests PATCH v3 04/27] svm: remove nop after stgi/clgi
` [kvm-unit-tests PATCH v3 05/27] svm: make svm_intr_intercept_mix_if/gif test a bit more robust
` [kvm-unit-tests PATCH v3 06/27] svm: use apic_start_timer/apic_stop_timer instead of open coding it
` [kvm-unit-tests PATCH v3 07/27] x86: Add test for #SMI during interrupt window
` [kvm-unit-tests PATCH v3 08/27] x86: Add a simple test for SYSENTER instruction
` [kvm-unit-tests PATCH v3 09/27] svm: add simple nested shutdown test
` [kvm-unit-tests PATCH v3 10/27] SVM: add two tests for exitintinto on exception
` [kvm-unit-tests PATCH v3 11/27] lib: Add random number generator
` [kvm-unit-tests PATCH v3 12/27] x86: add IPI stress test
` [kvm-unit-tests PATCH v3 13/27] svm: remove get_npt_pte extern
` [kvm-unit-tests PATCH v3 14/27] svm: move svm spec definitions to lib/x86/svm.h
` [kvm-unit-tests PATCH v3 15/27] svm: move some svm support functions into lib/x86/svm_lib.h
` [kvm-unit-tests PATCH v3 16/27] svm: move setup_svm() to svm_lib.c
` [kvm-unit-tests PATCH v3 17/27] svm: correctly skip if NPT not supported
` [kvm-unit-tests PATCH v3 18/27] svm: move vmcb_ident to svm_lib.c
` [kvm-unit-tests PATCH v3 19/27] svm: rewerite vm entry macros
` [kvm-unit-tests PATCH v3 20/27] svm: move v2 tests run into test_run
` [kvm-unit-tests PATCH v3 21/27] svm: cleanup the default_prepare
` [kvm-unit-tests PATCH v3 22/27] svm: introduce svm_vcpu
` [kvm-unit-tests PATCH v3 23/27] svm: introduce struct svm_test_context
` [kvm-unit-tests PATCH v3 24/27] svm: use svm_test_context in v2 tests
` [kvm-unit-tests PATCH v3 25/27] svm: move nested vcpu to test context
` [kvm-unit-tests PATCH v3 26/27] svm: move test_guest_func "
` [kvm-unit-tests PATCH v3 27/27] x86: ipi_stress: add optional SVM support

[PATCH v1 00/16] vfio/ccw: channel program cleanup
 2022-11-22 16:13 UTC  (20+ messages)
` [PATCH v1 01/16] vfio/ccw: cleanup some of the mdev commentary
` [PATCH v1 02/16] vfio/ccw: simplify the cp_get_orb interface
` [PATCH v1 03/16] vfio/ccw: allow non-zero storage keys
` [PATCH v1 04/16] vfio/ccw: move where IDA flag is set in ORB
` [PATCH v1 05/16] vfio/ccw: replace copy_from_iova with vfio_dma_rw
` [PATCH v1 06/16] vfio/ccw: simplify CCW chain fetch routines
` [PATCH v1 07/16] vfio/ccw: remove unnecessary malloc alignment
` [PATCH v1 08/16] vfio/ccw: pass page count to page_array struct
` [PATCH v1 09/16] vfio/ccw: populate page_array struct inline
` [PATCH v1 10/16] vfio/ccw: refactor the idaw counter
` [PATCH v1 11/16] vfio/ccw: discard second fmt-1 IDAW
` [PATCH v1 12/16] vfio/ccw: calculate number of IDAWs regardless of format
` [PATCH v1 13/16] vfio/ccw: allocate/populate the guest idal
` [PATCH v1 14/16] vfio/ccw: handle a guest Format-1 IDAL
` [PATCH v1 15/16] vfio/ccw: don't group contiguous pages on 2K IDAWs
` [PATCH v1 16/16] vfio/ccw: remove old IDA format restrictions

[kvm-unit-tests PATCH v1 0/2] s390x: test CMM during migration
 2022-11-22 16:12 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x: add a library for CMM-related functions
` [kvm-unit-tests PATCH v1 2/2] s390x: add CMM test during migration

[PATCH v5 0/7] KVM: x86: Hyper-V invariant TSC control feature
 2022-11-22 15:43 UTC  (3+ messages)

[PATCH v3] virtio_console: Introduce an ID allocator for virtual console numbers
 2022-11-22 15:15 UTC 

[RFC PATCH V2 00/18] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2022-11-22 13:46 UTC  (4+ messages)
` [RFC PATCH V2 16/18] x86/sev: Initialize #HV doorbell and handle interrupt requests

[PATCH for-next] KVM: Push dirty information unconditionally to backup bitmap
 2022-11-22 13:11 UTC  (2+ messages)

[PATCH v3 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-11-22 13:10 UTC  (12+ messages)
` [PATCH v3 1/9] "
` [PATCH v3 2/9] Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHG
` [PATCH v3 5/9] KVM: s390: selftest: memop: Move testlist into main

[PATCH v4 0/3] KVM: arm64: Fixes for parallel faults series
 2022-11-22 13:09 UTC  (3+ messages)

[RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection
 2022-11-22 13:00 UTC  (13+ messages)

[PATCH] vfio/platform: Remove the ACPI buffer memory to fix memory leak
 2022-11-22 11:29 UTC 

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-11-22 11:44 UTC  (11+ messages)
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled

[Bug 216725] New: VMXON with CR0 bit 5 cleared should #GP, got '6'
 2022-11-22 10:16 UTC  (2+ messages)
` [Bug 216725] "

[V1 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
 2022-11-22 10:07 UTC  (3+ messages)
` [V1 PATCH 1/6] KVM: x86: Add support for testing "

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-22  9:50 UTC  (11+ messages)
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit

[PATCH v11 00/11] s390x: CPU Topology
 2022-11-22  9:05 UTC  (6+ messages)
` [PATCH v11 04/11] s390x/cpu topology: reporting the CPU topology to the guest

[RFC PATCH 0/1] QEMU: Dirty quota-based throttling of vcpus
 2022-11-22  4:00 UTC  (4+ messages)
` [RFC PATCH 1/1] "

[PATCH v10 000/108] KVM TDX basic feature support
 2022-11-22  2:10 UTC  (7+ messages)
` [PATCH v10 035/108] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v10 056/108] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD
` [PATCH v10 105/108] KVM: TDX: Add methods to ignore accesses to CPU state

[PATCH] KVM: selftests: Define and use a custom static assert in lib headers
 2022-11-22  1:33 UTC 

[RFC 0/9] KVM perf support
 2022-11-22  0:21 UTC  (7+ messages)
` [RFC 1/9] RISC-V: Define a helper function to probe number of hardware counters
` [RFC 4/9] RISC-V: KVM: Improve privilege mode filtering for perf

[PATCH 0/3] kvm: fix two svm pmu virtualization bugs
 2022-11-21 21:33 UTC  (10+ messages)
` [PATCH 2/3] i386: kvm: disable KVM_CAP_PMU_CAPABILITY if "pmu" is disabled
` [PATCH 3/3] target/i386/kvm: get and put AMD pmu registers

[PATCH v4 0/6] x86: KVM: Advertise CPUID of new Intel platform instructions to user space
 2022-11-21 19:50 UTC  (16+ messages)
` [PATCH v4 1/6] x86: KVM: Advertise CMPccXADD CPUID "
` [PATCH v4 3/6] x86: KVM: Advertise AVX-IFMA "
` [PATCH v4 4/6] x86: KVM: Advertise AVX-VNNI-INT8 "

[PATCH 00/13] SVM: vNMI (with my fixes)
 2022-11-21 17:51 UTC  (17+ messages)
` [PATCH 02/13] KVM: nSVM: don't call nested_sync_control_from_vmcb02 on each VM exit
` [PATCH 04/13] KVM: nSVM: clean up copying of int_ctl fields back to vmcb01/vmcb12
` [PATCH 07/13] KVM: SVM: Add VNMI support in get/set_nmi_mask
` [PATCH 09/13] KVM: SVM: allow NMI window with vNMI
` [PATCH 10/13] KVM: SVM: Add VNMI support in inject_nmi

[PATCH v2 0/2] s390/vfio-ccw: addressing fixes
 2022-11-21 16:58 UTC  (3+ messages)
` [PATCH v2 1/2] vfio/ccw: sort out physical vs virtual pointers usage
` [PATCH v2 2/2] vfio/ccw: identify CCW data addresses as physical

[PATCH v2 0/9] nSVM: Security and correctness fixes
 2022-11-21 16:34 UTC  (22+ messages)
` [PATCH v2 1/9] KVM: x86: nSVM: leave nested mode on vCPU free
` [PATCH v2 2/9] KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use
` [PATCH v2 3/9] KVM: x86: add kvm_leave_nested
` [PATCH v2 4/9] KVM: x86: forcibly leave nested mode on vCPU reset
` [PATCH v2 5/9] KVM: selftests: move idt_entry to header
` [PATCH v2 6/9] kvm: selftests: add svm nested shutdown test
` [PATCH v2 7/9] KVM: x86: allow L1 to not intercept triple fault
` [PATCH v2 8/9] KVM: selftests: add svm part to triple_fault_test
` [PATCH v2 9/9] KVM: x86: remove exit_int_info warning in svm_handle_exit

[PATCH] x86/sev: Add SEV-SNP guest feature negotiation support
 2022-11-21 16:14 UTC  (6+ messages)

[PATCH] KVM: x86: Allow APICv APIC ID inhibit to be cleared on legacy kernels
 2022-11-21 15:18 UTC  (3+ messages)
` [PATCH v3] KVM: x86: Allow APICv APIC ID inhibit to be cleared

[PATCH -next] RISC-V: KVM: optimize kvm_arch_hardware_enable()
 2022-11-21 13:38 UTC  (3+ messages)

[PATCH 4.19 00/34] Intel RETBleed mitigations for 4.19
 2022-11-21 12:26 UTC  (2+ messages)

[PATCH] KVM: s390: remove unused gisa_clear_ipm_gisc() function
 2022-11-21 12:07 UTC  (2+ messages)

[RFC PATCH 0/3] KVM: Restore original behavior of kvm.halt_poll_ns
 2022-11-21  9:39 UTC  (6+ messages)
` [RFC PATCH 2/3] KVM: Avoid re-reading kvm->max_halt_poll_ns during halt-polling
` [RFC PATCH 3/3] KVM: Obey kvm.halt_poll_ns in VMs not using KVM_CAP_HALT_POLL

KVM 6.2 state
 2022-11-21  9:25 UTC  (4+ messages)

[PATCH v13 00/48] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-11-21  9:20 UTC  (5+ messages)

[PATCH] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-11-21  8:36 UTC  (3+ messages)
  ` [PATCH] x86/fpu: Allow PKRU to be (once again) written by ptrace. #forregzbot


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