KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-27 21:03:50 to 2022-10-30 06:25:07 UTC [more...]

[PATCH v10 000/108] KVM TDX basic feature support
 2022-10-30  6:22 UTC  (29+ messages)
` [PATCH v10 001/108] KVM: VMX: Move out vmx_x86_ops to 'main.c' to wrap VMX and TDX
` [PATCH v10 002/108] KVM: x86: Refactor KVM VMX module init/exit functions
` [PATCH v10 003/108] KVM: TDX: Add placeholders for TDX VM/vcpu structure
` [PATCH v10 004/108] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [PATCH v10 005/108] KVM: TDX: Initialize the TDX module when loading the KVM intel kernel module
` [PATCH v10 006/108] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [PATCH v10 007/108] KVM: TDX: Make TDX VM type supported
` [PATCH v10 008/108] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [PATCH v10 009/108] KVM: TDX: Define "
` [PATCH v10 010/108] KVM: TDX: Add TDX "architectural" error codes
` [PATCH v10 011/108] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v10 012/108] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [PATCH v10 013/108] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [PATCH v10 014/108] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v10 016/108] KVM: TDX: create/destroy VM structure
` [PATCH v10 017/108] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v10 018/108] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters
` [PATCH v10 019/108] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v10 020/108] KVM: Support KVM_CAP_MAX_VCPUS for KVM_ENABLE_CAP
` [PATCH v10 021/108] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v10 024/108] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v10 025/108] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v10 026/108] KVM: TDX: Use private memory for TDX
` [PATCH v10 027/108] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits
` [PATCH v10 028/108] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [PATCH v10 029/108] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v10 030/108] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [PATCH v10 032/108] KVM: x86/mmu: Make sync_page not use hard-coded 0 as the initial SPTE value

[PATCH 00/15] Introduce Architectural LBR for vPMU
 2022-10-30  6:06 UTC  (5+ messages)

[PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable
 2022-10-29  7:25 UTC  (2+ messages)

[PATCH v3 12/15] iommufd: Add kAPI toward external drivers for physical devices
 2022-10-29  7:19 UTC  (2+ messages)

[PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles
 2022-10-29  3:43 UTC  (4+ messages)

[PATCH] KVM: x86: Fix a stall when KVM_SET_MSRS is called on the pmu counters
 2022-10-29  0:34 UTC  (7+ messages)

[PATCH v2 0/8] KVM: selftests: Fix and clean up emulator_error_test
 2022-10-28 23:59 UTC  (17+ messages)
` [PATCH v2 1/8] KVM: selftests: Rename emulator_error_test to smaller_maxphyaddr_emulation_test
` [PATCH v2 2/8] KVM: selftests: Explicitly require instructions bytes
` [PATCH v2 3/8] KVM: selftests: Delete dead ucall code
` [PATCH v2 5/8] KVM: x86/mmu: Use BIT{,_ULL}() for PFERR masks
` [PATCH v2 6/8] KVM: selftests: Copy KVM PFERR masks into selftests
` [PATCH v2 7/8] KVM: selftests: Expect #PF(RSVD) when TDP is disabled
` [PATCH v2 8/8] KVM: selftest: Add a test for KVM_CAP_EXIT_ON_EMULATION_FAILURE

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-10-28 23:57 UTC  (7+ messages)
` [PATCH v3 04/15] iommufd: Overview documentation
` [PATCH v3 09/15] iommufd: Data structure to provide IOVA to PFN mapping
  ` [PATCH v3 9/15] "

[PATCH 00/10] Connect VFIO to IOMMUFD
 2022-10-28 23:54 UTC  (9+ messages)
` [PATCH 04/10] vfio: Move storage of allow_unsafe_interrupts to vfio_main.c
` [PATCH 10/10] iommufd: Allow iommufd to supply /dev/vfio/vfio

[RFC PATCH 0/7] KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly
 2022-10-28 23:07 UTC  (8+ messages)
` [PATCH 1/7] KVM: VMX: remove regs argument of __vmx_vcpu_run
` [PATCH 2/7] KVM: VMX: more cleanups to __vmx_vcpu_run
` [PATCH 3/7] KVM: SVM: extract VMCB accessors to a new file
` [PATCH 4/7] KVM: SVM: replace argument of __svm_vcpu_run with vcpu_svm
` [PATCH 5/7] KVM: SVM: adjust register allocation for __svm_vcpu_run
` [PATCH 6/7] KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly
` [PATCH 7/7] x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callers

[PATCH RESEND v4 00/23] SMM emulation and interrupt shadow fixes
 2022-10-28 22:42 UTC  (9+ messages)
` [PATCH RESEND v4 16/23] KVM: x86: smm: add structs for KVM's smram layout
` [PATCH RESEND v4 23/23] KVM: x86: smm: preserve interrupt shadow in SMRAM

[PATCH 04/10] KVM: x86: do not go through ctxt->ops when emulating rsm
 2022-10-28 21:46 UTC  (2+ messages)

[PATCH 0/2] KVM: x86/mmu: Do not recover NX Huge Pages when dirty logging is enabled
 2022-10-28 21:42 UTC  (10+ messages)
` [PATCH 1/2] KVM: Keep track of the number of memslots with dirty logging enabled

[PATCH v8 0/4] KVM: selftests: randomize memory access of dirty_log_perf_test
 2022-10-28 20:49 UTC  (6+ messages)
` [PATCH v8 1/4] KVM: selftests: implement random number generator for guest code
` [PATCH v8 2/4] KVM: selftests: create -r argument to specify random seed
` [PATCH v8 3/4] KVM: selftests: randomize which pages are written vs read
` [PATCH v8 4/4] KVM: selftests: randomize page access order

[PATCH v1 0/7] vfio-ccw parent rework
 2022-10-28 19:18 UTC  (9+ messages)
` [PATCH v1 1/7] vfio/ccw: create a parent struct
` [PATCH v1 2/7] vfio/ccw: remove private->sch
` [PATCH v1 3/7] vfio/ccw: move private initialization to callback

[PATCH v2 00/15] KVM: arm64: Parallel stage-2 fault handling
 2022-10-28 18:53 UTC  (9+ messages)
` [PATCH v2 06/15] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
` [PATCH v2 07/15] KVM: arm64: Use an opaque type for pteps

[PATCH v6 0/5] dirty_log_perf_test vCPU pinning
 2022-10-28 17:37 UTC  (9+ messages)
` [PATCH v6 5/5] KVM: selftests: Allowing running dirty_log_perf_test on specific CPUs

[PATCH v6 3/8] KVM: Add support for using dirty ring in conjunction with bitmap
 2022-10-28 16:51 UTC  (14+ messages)

[PATCH v3 00/16] KVM: x86: Always use non-compat vcpu_runstate_info size for gfn=>pfn cache
 2022-10-28 16:31 UTC  (5+ messages)
` [PATCH 03/16] KVM: x86: set gfn-to-pfn cache length consistently with VM word size

KVM call for agenda for 2022-11-01
 2022-10-28 16:21 UTC 

[PATCH v1 00/18] KVM selftests code consolidation and cleanup
 2022-10-28 15:49 UTC  (18+ messages)
` [PATCH v1 01/18] KVM: selftests/kvm_util: use array of pointers to maintain vcpus in kvm_vm
` [PATCH v1 05/18] KVM: selftests/hardware_disable_test: code consolidation and cleanup

[kvm-unit-tests PATCH v4 0/4] arm: pmu: Fixes for bare metal
 2022-10-28 15:31 UTC  (4+ messages)

[PATCH v6 00/21] TDX host kernel support
 2022-10-28 14:16 UTC  (26+ messages)
` [PATCH v6 01/21] x86/tdx: Use enum to define page level of TDX supported page sizes
` [PATCH v6 12/21] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v6 16/21] x86/virt/tdx: Reserve TDX module global KeyID
` [PATCH v6 18/21] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v6 19/21] x86/virt/tdx: Initialize all TDMRs
` [PATCH v6 21/21] Documentation/x86: Add documentation for TDX host support

[PATCH kernel] x86/swiotlb/amd: Half the size if allocation failed
 2022-10-28 14:13 UTC  (4+ messages)

[kvm-unit-tests PATCH] MAINTAINERS: new kvmarm mailing list
 2022-10-28 12:54 UTC  (5+ messages)

[PATCH v2 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-10-28 10:54 UTC  (15+ messages)
` [PATCH v2 01/14] arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEF
` [PATCH v2 02/14] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
` [PATCH v2 03/14] KVM: arm64: PMU: Always advertise the CHAIN event
` [PATCH v2 04/14] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow
` [PATCH v2 05/14] KVM: arm64: PMU: Narrow the overflow checking when required
` [PATCH v2 06/14] KVM: arm64: PMU: Only narrow counters that are not 64bit wide
` [PATCH v2 07/14] KVM: arm64: PMU: Add counter_index_to_*reg() helpers
` [PATCH v2 08/14] KVM: arm64: PMU: Simplify setting a counter to a specific value
` [PATCH v2 09/14] KVM: arm64: PMU: Do not let AArch32 change the counters' top 32 bits
` [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 12/14] KVM: arm64: PMU: Allow ID_DFR0_EL1.PerfMon "
` [PATCH v2 13/14] KVM: arm64: PMU: Implement PMUv3p5 long counter support
` [PATCH v2 14/14] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest

[PATCH v2 00/14] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-10-28 10:53 UTC 

[PATCH] KVM: x86/xen: Fix eventfd error handling in kvm_xen_eventfd_assign()
 2022-10-28 10:47 UTC  (2+ messages)

[PATCH 0/2] KVM: arm64: pKVM memory transitions cleanup
 2022-10-28 10:23 UTC  (5+ messages)
` [PATCH 1/2] KVM: arm64: Clean out the odd handling of completer_addr
` [PATCH 2/2] KVM: arm64: Redefine pKVM memory transitions in terms of source/target

[PATCH v10 0/9] s390x: CPU Topology
 2022-10-28 10:00 UTC  (9+ messages)
` [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology
` [PATCH v10 2/9] s390x/cpu topology: reporting the CPU topology to the guest

[PATCH v5 00/25] KVM: arm64: Introduce pKVM hyp VM and vCPU state at EL2
 2022-10-28 10:01 UTC  (13+ messages)
` [PATCH v5 02/25] KVM: arm64: Allow attaching of non-coalescable pages to a hyp pool
` [PATCH v5 04/25] KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2
` [PATCH v5 05/25] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
` [PATCH v5 06/25] KVM: arm64: Implement do_donate() helper for donating memory

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

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-28  7:04 UTC  (15+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v9 6/8] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v9 7/8] KVM: Handle page fault for private memory

[PATCH] kvm: vmenter: Use tabs instead of spaces for indentation
 2022-10-28  0:03 UTC  (3+ messages)
  ` [PATCH] KVM: VMX: "

[PATCH] kvm: vmx: Fix indentation coding style issue
 2022-10-27 23:57 UTC  (3+ messages)
  ` [PATCH] KVM: VMX: "

[Bug 216349] New: Kernel panic in a Ubuntu VM running on Proxmox
 2022-10-27 23:55 UTC  (2+ messages)
` [Bug 216349] Kernel panics in VMs running on an Intel N5105 "

[PATCH v2 0/3] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2022-10-27 22:47 UTC  (11+ messages)
` [PATCH v2 1/3] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic
` [PATCH v2 2/3] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
` [PATCH v2 3/3] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022

[PATCH v6 0/7] Introduce and test masked events
 2022-10-27 22:02 UTC  (4+ messages)
` [PATCH v6 7/7] selftests: kvm/x86: Test "

[PATCH v12 00/46] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-10-27 21:39 UTC  (5+ messages)
` [PATCH v12 13/46] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs

[PATCH 0/4] KVM: VMX: nVMX: Make eVMCS enablement more robust
 2022-10-27 21:35 UTC  (5+ messages)
` [PATCH 2/4] KVM: nVMX: Invert 'unsupported by eVMCSv1' check

[PATCH 4.14 00/34] Retbleed & PBRSB Mitigations
 2022-10-27 20:56 UTC  (11+ messages)
` [PATCH 4.14 25/34] KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
  ` [PATCH 4.14 26/34] KVM: VMX: Fix IBRS handling after vmexit
  ` [PATCH 4.14 27/34] x86/speculation: Fill RSB on vmexit for IBRS
  ` [PATCH 4.14 28/34] x86/common: Stamp out the stepping madness
` [PATCH 4.14 29/34] x86/cpu/amd: Enumerate BTC_NO
  ` [PATCH 4.14 30/34] x86/bugs: Add Cannon lake to RETBleed affected CPU list
  ` [PATCH 4.14 31/34] x86/speculation: Disable RRSBA behavior
  ` [PATCH 4.14 32/34] x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current
` [PATCH 4.14 33/34] x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS parts
  ` [PATCH 4.14 34/34] x86/speculation: Add RSB VM Exit protections


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 read-only IMAP folder(s) and NNTP newsgroup(s).