kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-21 21:41:55 to 2022-11-23 09:42:56 UTC [more...]

[PATCH v7 00/20] TDX host kernel support
 2022-11-23  9:39 UTC  (68+ 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 07/20] x86/virt/tdx: Do TDX module global initialization
` [PATCH v7 09/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v7 10/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory

[PATCH] KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field
 2022-11-23  9:38 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 00/27] kvm-unit-tests: set of fixes and new tests
 2022-11-23  9:28 UTC  (29+ 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

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

[PATCH linux-next] KVM: x86: remove redundant ret variable
 2022-11-23  9:04 UTC 

[kvm-unit-tests PATCH 0/5] s390x: Snippet fixes
 2022-11-23  8:46 UTC  (6+ messages)
` [kvm-unit-tests PATCH 1/5] s390x: Add a linker script to assembly snippets
` [kvm-unit-tests PATCH 2/5] s390x: snippets: Fix SET_PSW_NEW_ADDR macro
` [kvm-unit-tests PATCH 3/5] lib: s390x: sie: Set guest memory pointer
` [kvm-unit-tests PATCH 4/5] s390x: Clear first stack frame and end backtrace early
` [kvm-unit-tests PATCH 5/5] lib: s390x: Handle debug prints for SIE exceptions correctly

[PATCH] vfio/platform: Remove the ACPI buffer memory to fix memory leak
 2022-11-23  8:41 UTC  (2+ messages)

[PATCH v5 01/19] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
 2022-11-23  8:30 UTC  (2+ messages)

[PATCH v4 0/6] x86: KVM: Advertise CPUID of new Intel platform instructions to user space
 2022-11-23  7:46 UTC  (8+ messages)
` [PATCH v4 1/6] x86: KVM: Advertise CMPccXADD CPUID "

[PATCH v4 00/16] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-23  6:27 UTC  (7+ messages)
` [PATCH v4 13/16] KVM: arm64: PMU: Implement PMUv3p5 long counter support
` [PATCH v4 14/16] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest
` [PATCH v4 15/16] KVM: arm64: PMU: Simplify vcpu computation on perf overflow notification

[PATCH v2 0/2] KVM: selftests: Enable access_tracking_perf_test for arm64
 2022-11-23  5:09 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: selftests: Have perf_test_util signal when to stop vCPUs

[PATCH v5 00/19] IOMMUFD Generic interface
 2022-11-23  4:31 UTC  (6+ messages)
` [PATCH v5 15/19] iommufd: vfio container FD ioctl compatibility

[PATCH v3 00/11] Connect VFIO to IOMMUFD
 2022-11-23  2:44 UTC  (10+ messages)
` [PATCH v3 04/11] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c

[PATCH v2 000/144] KVM: selftests: Overhaul APIs, purge VCPU_ID
 2022-11-23  2:26 UTC  (3+ messages)
` [PATCH v2 036/144] KVM: selftest: Add proper helpers for x86-specific save/restore ioctls

[RFC 0/9] KVM perf support
 2022-11-23  1:34 UTC  (20+ 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
` [RFC 5/9] RISC-V: KVM: Add skeleton support "
` [RFC 6/9] RISC-V: KVM: Add SBI PMU extension support
` [RFC 7/9] RISC-V: KVM: Implement trap & emulate for hpmcounters
` [RFC 8/9] RISC-V: KVM: Implement perf support

[PATCH v2] vfio/pci: Verify each MSI vector to avoid invalid MSI vectors
 2022-11-23  1:42 UTC 

[Bug 216725] New: VMXON with CR0 bit 5 cleared should #GP, got '6'
 2022-11-23  1:07 UTC  (3+ messages)
` [Bug 216725] "

[PATCH 1/3] KVM: x86/xen: Validate port number in SCHEDOP_poll
 2022-11-23  0:20 UTC  (3+ messages)
` [PATCH 2/3] KVM: x86/xen: Only do in-kernel acceleration of hypercalls for guest CPL0
` [PATCH 3/3] KVM: Update gfn_to_pfn_cache khva when it moves within the same page

[PATCH 1/4] MAINTAINERS: Add KVM x86/xen maintainer list
 2022-11-23  0:03 UTC  (13+ 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] KVM: x86/xen: Make number of event channels defines less magical
 2022-11-22 23:48 UTC  (6+ messages)

[PATCH v10 047/108] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
 2022-11-22 21:26 UTC  (2+ messages)

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

[PATCH v2 0/6] Add Hyper-v extended hypercall support in KVM
 2022-11-22 19:58 UTC  (13+ 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

[syzbot] inconsistent lock state in sync_info_debugfs_show
 2022-11-22 19:48 UTC  (2+ messages)

[PATCH v10 047/108] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
 2022-11-22 19:37 UTC 

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

[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 v1 00/16] vfio/ccw: channel program cleanup
 2022-11-22 16:13 UTC  (19+ 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 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 

[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  (7+ messages)
` [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  (2+ messages)

[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

[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 


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