kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-02 23:25:37 to 2022-11-03 22:08:19 UTC [more...]

[PATCH v6 00/21] TDX host kernel support
 2022-11-03 22:07 UTC  (7+ messages)
` [PATCH v6 12/21] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions

[PATCH v2 0/7] vfio-ccw parent rework
 2022-11-03 21:56 UTC  (2+ messages)

[PATCH v4 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-11-03 21:42 UTC  (17+ messages)
` [PATCH v4 01/14] KVM: arm64: Combine visitor arguments into a context structure
` [PATCH v4 02/14] KVM: arm64: Stash observed pte value in visitor context
` [PATCH v4 03/14] KVM: arm64: Pass mm_ops through the "
` [PATCH v4 04/14] KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data
` [PATCH v4 05/14] KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
` [PATCH v4 06/14] KVM: arm64: Use an opaque type for pteps
` [PATCH v4 07/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
` [PATCH v4 08/14] KVM: arm64: Protect stage-2 traversal with RCU
` [PATCH v4 09/14] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
` [PATCH v4 10/14] KVM: arm64: Split init and set for table PTE
` [PATCH v4 11/14] KVM: arm64: Make block->table PTE changes parallel-aware
` [PATCH v4 12/14] KVM: arm64: Make leaf->leaf "
` [PATCH v4 13/14] KVM: arm64: Make table->block "
` [PATCH v4 14/14] KVM: arm64: Handle stage-2 faults in parallel

[PATCH] KVM: SVM: Only dump VSMA to klog for debugging
 2022-11-03 21:04 UTC 

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-03 21:04 UTC  (45+ messages)
` [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
` [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
` [PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH 21/44] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
` [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH 40/44] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH 41/44] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH 43/44] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC

[PATCH] KVM: x86: Omit PMU MSRs from KVM_GET_MSR_INDEX_LIST if !enable_pmu
 2022-11-03 20:44 UTC  (2+ messages)

[PATCH v2] KVM: x86/mmu: Do not recover dirty-tracked NX Huge Pages
 2022-11-03 20:44 UTC 

[PATCH v2 1/2] hisi_acc_vfio_pci: Add debugfs to migration driver
 2022-11-03 20:21 UTC 

[PATCH v10 000/108] KVM TDX basic feature support
 2022-11-03 20:13 UTC  (19+ messages)
` [PATCH v10 010/108] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v10 014/108] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v10 017/108] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v10 031/108] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v10 039/108] KVM: VMX: Introduce test mode related to EPT violation VE
` [PATCH v10 060/108] KVM: Add functions to set GFN to private or shared

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-11-03 20:08 UTC  (13+ messages)
` [PATCH v3 01/15] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v3 02/15] iommu: Add device-centric DMA ownership interfaces
` [PATCH v3 03/15] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v3 06/15] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH v3 08/15] iommufd: Algorithms for PFN storage
  ` [PATCH v3 8/15] "

[PATCH v7 0/9] KVM: arm64: Enable ring-based dirty memory tracking
 2022-11-03 19:33 UTC  (10+ messages)
` [PATCH v7 1/9] KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULL
` [PATCH v7 4/9] KVM: Support dirty ring in conjunction with bitmap

[PATCH v9 0/7] dirty_log_perf_test vCPU pinning
 2022-11-03 19:17 UTC  (8+ messages)
` [PATCH v9 1/7] KVM: selftests: Add missing break between -e and -g option in dirty_log_perf_test
` [PATCH v9 2/7] KVM: selftests: Put command line options in alphabetical order "
` [PATCH v9 3/7] KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
` [PATCH v9 4/7] KVM: selftests: Use SZ_* macros from sizes.h in max_guest_memory_test.c
` [PATCH v9 5/7] KVM: selftests: Shorten the test args in memslot_modification_stress_test.c
` [PATCH v9 6/7] KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
` [PATCH v9 7/7] KVM: selftests: Allowing running dirty_log_perf_test on specific CPUs

[PATCH -next] vfio/mlx5: Switch to use module_pci_driver() macro
 2022-11-03 19:07 UTC  (2+ messages)

[PATCH v8 0/7] dirty_log_perf_test vCPU pinning
 2022-11-03 18:56 UTC  (14+ messages)
` [PATCH v8 1/7] KVM: selftests: Add missing break between -e and -g option in dirty_log_perf_test
` [PATCH v8 2/7] KVM: selftests: Put command line options in alphabetical order "
` [PATCH v8 3/7] KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
` [PATCH v8 4/7] KVM: selftests: Use SZ_1G from sizes.h in max_guest_memory_test.c
` [PATCH v8 5/7] KVM: selftests: Shorten the test args in memslot_modification_stress_test.c
` [PATCH v8 6/7] KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
` [PATCH v8 7/7] KVM: selftests: Allowing running dirty_log_perf_test on specific CPUs

[syzbot] BUG: unable to handle kernel paging request in vmx_handle_exit_irqoff
 2022-11-03 18:42 UTC  (3+ messages)

[PATCH v11 00/11] s390x: CPU Topology
 2022-11-03 17:20 UTC  (13+ messages)
` [PATCH v11 01/11] s390x: Register TYPE_S390_CCW_MACHINE properties as class properties
` [PATCH v11 02/11] s390x/cpu topology: add max_threads machine class attribute
` [PATCH v11 03/11] s390x/cpu topology: core_id sets s390x CPU topology
` [PATCH v11 04/11] s390x/cpu topology: reporting the CPU topology to the guest
` [PATCH v11 05/11] s390x/cpu_topology: resetting the Topology-Change-Report
` [PATCH v11 06/11] s390x/cpu_topology: CPU topology migration
` [PATCH v11 07/11] target/s390x: interception of PTF instruction
` [PATCH v11 08/11] s390x/cpu topology: add topology_capable QEMU capability
` [PATCH v11 09/11] s390x/cpu topology: add topology machine property
` [PATCH v11 10/11] s390x/cpu_topology: activating CPU topology
` [PATCH v11 11/11] docs/s390x: document s390x cpu topology

[PATCH v5 00/15] KVM: nVMX: VMX MSR quirk+fixes, CR4 fixes
 2022-11-03 16:53 UTC  (8+ messages)
` [PATCH v5 05/15] KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value

[PATCH v9 0/4] randomize memory access of dirty_log_perf_test
 2022-11-03 16:34 UTC  (13+ messages)
` [PATCH v9 1/4] KVM: selftests: implement random number generator for guest code
` [PATCH v9 2/4] KVM: selftests: create -r argument to specify random seed
` [PATCH v9 3/4] KVM: selftests: randomize which pages are written vs read
` [PATCH v9 4/4] KVM: selftests: randomize page access order

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-03 16:30 UTC  (7+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-03 16:27 UTC  (7+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH] kvm/arm: Fix pvtime documentation
 2022-11-03 15:47 UTC  (5+ messages)

[PATCH v3 0/1] KVM: s390: vsie: clarifications on setting the APCB
 2022-11-03 15:26 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH V4] virt: sev: Prevent IV reuse in SNP guest driver
 2022-11-03 15:23 UTC 

[PATCH] KVM: replace direct irq.h inclusion
 2022-11-03 15:01 UTC 

[PATCH v2 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-11-03 14:52 UTC  (8+ messages)
` [PATCH v2 10/14] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
` [PATCH v2 11/14] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace

[PATCH v2 0/9] nSVM: Security and correctness fixes
 2022-11-03 14:28 UTC  (11+ 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] tools/kvm_stat: fix attack vector with user controlled FUSE mounts
 2022-11-03 14:21 UTC  (3+ messages)

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

[RFC 0/6] KVM: arm64: implement vcpu_is_preempted check
 2022-11-03 13:56 UTC  (7+ messages)
` [RFC 1/6] KVM: arm64: Document PV-lock interface
    ` [External] "
` [RFC 5/6] KVM: arm64: Support the VCPU preemption check

[PATCH 2/2] KVM: x86: Fix a typo about the usage of kvcalloc()
 2022-11-03 13:39 UTC  (5+ messages)

[PATCH v2] KVM: x86: Use SRCU to protect zap in __kvm_set_or_clear_apicv_inhibit()
 2022-11-03 13:35 UTC  (2+ messages)

[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
 2022-11-03 13:30 UTC  (12+ messages)
` [PATCH v2 1/5] perf/x86/intel/lbr: use setup_clear_cpu_cap instead of clear_cpu_cap

[PATCH v2 0/8] x86: KVM: Advertise CPUID of new Intel platform instructions to user space
 2022-11-03  8:45 UTC  (10+ messages)
` [PATCH v2 1/8] x86: KVM: Move existing x86 CPUID leaf [CPUID_7_1_EAX] to kvm-only leaf
` [PATCH v2 2/8] x86/cpufeatures: Replace [CPUID_DUMMY] in cpuid_leafs[] with the last leaf
` [PATCH v2 3/8] x86: KVM: Advertise CMPccXADD CPUID to user space
` [PATCH v2 4/8] x86: KVM: Advertise AMX-FP16 "
` [PATCH v2 5/8] x86: KVM: Advertise AVX-IFMA "
` [PATCH v2 6/8] x86: KVM: Advertise AVX-VNNI-INT8 "
` [PATCH v2 7/8] x86: KVM: Advertise AVX-NE-CONVERT "
` [PATCH v2 8/8] x86: KVM: Advertise PREFETCHIT0/1 "

[PATCH 0/9] Linear Address Masking (LAM) KVM Enabling
 2022-11-03  8:07 UTC  (10+ messages)
` [PATCH 8/9] KVM: x86: When guest set CR3, handle LAM bits semantics

[syzbot] WARNING in __perf_event_overflow
 2022-11-03  7:26 UTC  (2+ messages)

[PATCH 00/10] Connect VFIO to IOMMUFD
 2022-11-03  4:52 UTC  (14+ messages)
` [PATCH 05/10] vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()
` [PATCH 06/10] vfio-iommufd: Allow iommufd to be used in place of a container fd
` [PATCH 08/10] vfio-iommufd: Support iommufd for emulated VFIO devices

[RFC 0/1] KVM: selftests: rseq_test: use vdso_getcpu() instead of syscall()
 2022-11-03  2:59 UTC  (5+ messages)
` [RFC 1/1] "

[PATCH 0/6] x86: KVM: Expose CPUID to guest for new Intel platform instructions
 2022-11-03  2:38 UTC  (13+ messages)
` [PATCH 1/6] x86: KVM: Enable CMPccXADD CPUID and expose it to guest
` [PATCH 2/6] x86: KVM: Enable AMX-FP16 "


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