KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-30 16:27:21 to 2022-08-31 08:03:41 UTC [more...]

[PATCH v8 000/103] KVM TDX basic feature support
 2022-08-31  8:03 UTC  (14+ messages)
` [PATCH v8 018/103] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [PATCH v8 022/103] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [PATCH v8 023/103] KVM: TDX: initialize VM with TDX specific parameters
` [PATCH v8 030/103] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v8 032/103] KVM: x86/mmu: Allow non-zero value for non-present SPTE

[PATCH 00/15] Tidy up vfio_device life cycle
 2022-08-31  7:36 UTC  (19+ messages)
` [PATCH 01/15] vfio: Add helpers for unifying "
` [PATCH 04/15] vfio/hisi_acc: Use the new device life cycle helpers
` [PATCH 10/15] vfio/fsl-mc: "
` [PATCH 15/15] vfio: Add struct device to vfio_device

[PATCH RESEND] perf/x86/core: Completely disable guest PEBS via guest's global_ctrl
 2022-08-31  7:27 UTC  (2+ messages)

[PATCH] KVM/VMX: Do not declare vmread_error asmlinkage
 2022-08-31  7:10 UTC  (3+ messages)

[PATCH 00/19] KVM: x86: AVIC and local APIC fixes+cleanups
 2022-08-31  7:03 UTC  (26+ messages)
` [PATCH 01/19] KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid target
` [PATCH 02/19] KVM: SVM: Don't put/load AVIC when setting virtual APIC mode
` [PATCH 03/19] Revert "KVM: SVM: Introduce hybrid-AVIC mode"
` [PATCH 04/19] KVM: SVM: Replace "avic_mode" enum with "x2avic_enabled" boolean
` [PATCH 05/19] KVM: SVM: Compute dest based on sender's x2APIC status for AVIC kick
` [PATCH 06/19] KVM: SVM: Get x2APIC logical dest bitmap from ICRH[15:0], not ICHR[31:16]
` [PATCH 07/19] KVM: SVM: Drop buggy and redundant AVIC "single logical dest" check
` [PATCH 08/19] KVM: SVM: Remove redundant cluster calculation that also creates a shadow
` [PATCH 09/19] KVM: SVM: Drop duplicate calcuation of AVIC/x2AVIC "logical index"
` [PATCH 10/19] KVM: SVM: Document that vCPU ID == APIC ID in AVIC kick fastpatch
` [PATCH 11/19] KVM: SVM: Add helper to perform final AVIC "kick" of single vCPU
` [PATCH 12/19] KVM: x86: Disable APIC logical map if logical ID covers multiple MDAs
` [PATCH 13/19] KVM: x86: Disable APIC logical map if vCPUs are aliased in logical mode
` [PATCH 14/19] KVM: x86: Honor architectural behavior for aliased 8-bit APIC IDs
` [PATCH 15/19] KVM: x86: Explicitly skip optimized logical map setup if vCPU's LDR==0
` [PATCH 16/19] KVM: x86: Explicitly track all possibilities for APIC map's logical modes
` [PATCH 17/19] KVM: SVM: Handle multiple logical targets in AVIC kick fastpath
` [PATCH 18/19] KVM: SVM: Ignore writes to Remote Read Data on AVIC write traps
` [PATCH 19/19] Revert "KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu"

[PATCH] KVM: s390: fix repeated words in comments
 2022-08-31  6:35 UTC 

[PATCH 0/6] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
 2022-08-31  3:29 UTC  (6+ messages)
` [PATCH 2/6] KVM: arm64: Remove internal accessor helpers for id regs
` [PATCH 4/6] KVM: arm64: Add a visibility bit to ignore user writes

[PATCH 0/2] Add missing trace points in emulator path
 2022-08-31  3:17 UTC  (6+ messages)
` [PATCH 1/2] KVM: x86: Return emulator error if RDMSR/WRMSR emulation failed
` [PATCH 2/2] KVM: x86: Add missing trace points for RDMSR/WRMSR in emulator path

[PATCH v2] KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIES
 2022-08-31  2:00 UTC  (2+ messages)

[PATCH] kvm: x86: mmu: fix memoryleak in kvm_mmu_vendor_module_init()
 2022-08-31  1:58 UTC  (7+ messages)

[PATCH 0/8] vfio: Split the container code into a clean layer and dedicated file
 2022-08-31  1:02 UTC  (9+ messages)
` [PATCH 1/8] vfio: Add header guards and includes to drivers/vfio/vfio.h
` [PATCH 2/8] vfio: Rename __vfio_group_unset_container()
` [PATCH 3/8] vfio: Split the container logic into vfio_container_attach_group()
` [PATCH 4/8] vfio: Remove #ifdefs around CONFIG_VFIO_NOIOMMU
` [PATCH 5/8] vfio: Split out container code from the init/cleanup functions
` [PATCH 6/8] vfio: Rename vfio_ioctl_check_extension()
` [PATCH 7/8] vfio: Split the register_device ops call into functions
` [PATCH 8/8] vfio: Move container code into drivers/vfio/container.c

[PATCH] KVM: nVMX: Reword comments about generating nested CR0/4 read shadows
 2022-08-31  0:28 UTC  (2+ messages)

[PATCH 0/3] KVM: x86: Clean up MSR filtering+exiting docs
 2022-08-31  0:17 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: Delete documentation for READ|WRITE in KVM_X86_SET_MSR_FILTER
` [PATCH 2/3] KVM: x86: Reword MSR filtering docs to more precisely define behavior
` [PATCH 3/3] KVM: x86: Clean up KVM_CAP_X86_USER_SPACE_MSR documentation

[PATCH v3 0/3] KVM: x86: Intel LBR related perf cleanups
 2022-08-31  0:00 UTC  (4+ messages)
` [PATCH v3 1/3] perf/x86/core: Remove unnecessary stubs provided for KVM-only helpers
` [PATCH v3 2/3] perf/x86/core: Drop the unnecessary return value from x86_perf_get_lbr()
` [PATCH v3 3/3] KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRs

[PATCH v2 00/10] KVM: x86/mmu: Make tdp_mmu read-only and clean up TPD MMU fault handler
 2022-08-30 23:57 UTC  (5+ messages)
` [PATCH v2 04/10] KVM: x86/mmu: Handle error PFNs in kvm_faultin_pfn()
` [PATCH v2 08/10] KVM: x86/mmu: Split out TDP MMU page fault handling

[PATCH v4 0/9] KVM: x86: Apply NX mitigation more precisely
 2022-08-30 23:55 UTC  (10+ messages)
` [PATCH v4 1/9] KVM: x86/mmu: Bug the VM if KVM attempts to double count an NX huge page
` [PATCH v4 2/9] KVM: x86/mmu: Tag disallowed NX huge pages even if they're not tracked
` [PATCH v4 3/9] KVM: x86/mmu: Rename NX huge pages fields/functions for consistency
` [PATCH v4 4/9] KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUs
` [PATCH v4 5/9] KVM: x86/mmu: Document implicit barriers/ordering in TDP MMU shared mode
` [PATCH v4 6/9] KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTE
` [PATCH v4 7/9] KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pages
` [PATCH v4 8/9] KVM: x86/mmu: Add helper to convert SPTE value to its shadow page
` [PATCH v4 9/9] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()

[PATCH v7 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-08-30 23:48 UTC  (5+ messages)
` [PATCH v7 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats

[PATCH v2 1/2] KVM: x86: Insert "AMD" in KVM_X86_FEATURE_PSFD
 2022-08-30 23:46 UTC  (6+ messages)
` [PATCH v2 2/2] KVM: x86: Expose Predictive Store Forwarding Disable on Intel parts

BHB-clearing on VM-exit
 2022-08-30 23:42 UTC 

[PATCH v5 00/27] KVM: x86: Event/exception fixes and cleanups
 2022-08-30 23:16 UTC  (28+ messages)
` [PATCH v5 01/27] KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"
` [PATCH v5 02/27] KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCS
` [PATCH v5 03/27] KVM: x86: Don't check for code breakpoints when emulating on exception
` [PATCH v5 04/27] KVM: x86: Allow clearing RFLAGS.RF on forced emulation to test code #DBs
` [PATCH v5 05/27] KVM: x86: Suppress code #DBs on Intel if MOV/POP SS blocking is active
` [PATCH v5 06/27] KVM: nVMX: Treat General Detect #DB (DR7.GD=1) as fault-like
` [PATCH v5 07/27] KVM: nVMX: Prioritize TSS T-flag #DBs over Monitor Trap Flag
` [PATCH v5 08/27] KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)
` [PATCH v5 09/27] KVM: x86: Use DR7_GD macro instead of open coding check in emulator
` [PATCH v5 10/27] KVM: nVMX: Ignore SIPI that arrives in L2 when vCPU is not in WFS
` [PATCH v5 11/27] KVM: nVMX: Unconditionally clear mtf_pending on nested VM-Exit
` [PATCH v5 12/27] KVM: VMX: Inject #PF on ENCLS as "emulated" #PF
` [PATCH v5 13/27] KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception
` [PATCH v5 14/27] KVM: x86: Make kvm_queued_exception a properly named, visible struct
` [PATCH v5 15/27] KVM: x86: Formalize blocking of nested pending exceptions
` [PATCH v5 16/27] KVM: x86: Use kvm_queue_exception_e() to queue #DF
` [PATCH v5 17/27] KVM: x86: Hoist nested event checks above event injection logic
` [PATCH v5 18/27] KVM: x86: Evaluate ability to inject SMI/NMI/IRQ after potential VM-Exit
` [PATCH v5 19/27] KVM: nVMX: Add a helper to identify low-priority #DB traps
` [PATCH v5 20/27] KVM: nVMX: Document priority of all known events on Intel CPUs
` [PATCH v5 21/27] KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
` [PATCH v5 22/27] KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptions
` [PATCH v5 23/27] KVM: VMX: Update MTF and ICEBP comments to document KVM's subtle behavior
` [PATCH v5 24/27] KVM: x86: Rename inject_pending_events() to kvm_check_and_inject_events()
` [PATCH v5 25/27] KVM: selftests: Use uapi header to get VMX and SVM exit reasons/codes
` [PATCH v5 26/27] KVM: selftests: Add an x86-only test to verify nested exception queueing
` [PATCH v5 27/27] KVM: x86: Allow force_emulation_prefix to be written without a reload

[PATCH v5 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-08-30 22:49 UTC  (5+ messages)
` [PATCH v5 07/13] KVM: selftests: Change ____vm_create() to take struct kvm_vm_mem_params

[RFC V2 PATCH 0/8] selftests: KVM: SEV: selftests for fd-based private memory
 2022-08-30 22:42 UTC  (9+ messages)
` [RFC V2 PATCH 1/8] selftests: kvm: x86_64: Add support for pagetable tracking
` [RFC V2 PATCH 2/8] kvm: Add HVA range operator
` [RFC V2 PATCH 3/8] arch: x86: sev: Populate private memory fd during LAUNCH_UPDATE_DATA
` [RFC V2 PATCH 4/8] selftests: kvm: sev: Support memslots with private memory
` [RFC V2 PATCH 5/8] selftests: kvm: Update usage of private mem lib for SEV VMs
` [RFC V2 PATCH 6/8] selftests: kvm: Support executing SEV VMs with private memory
` [RFC V2 PATCH 7/8] selftests: kvm: Refactor testing logic for "
` [RFC V2 PATCH 8/8] selftests: kvm: Add private memory test for SEV VMs

[PATCH v2 00/19] KVM hardware enable/disable reorganize
 2022-08-30 22:39 UTC  (3+ messages)
` [PATCH v2 04/19] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"

[RFC PATCH v2 00/17] TDX KVM selftests
 2022-08-30 22:20 UTC  (18+ messages)
` [RFC PATCH v2 01/17] KVM: selftests: Add support for creating non-default type VMs
` [RFC PATCH v2 02/17] KVM: selftest: Add helper functions to create TDX VMs
` [RFC PATCH v2 03/17] KVM: selftest: Adding TDX life cycle test
` [RFC PATCH v2 04/17] KVM: selftest: TDX: Add report_fatal_error test
` [RFC PATCH v2 05/17] KVM: selftest: Adding test case for TDX port IO
` [RFC PATCH v2 06/17] KVM: selftest: TDX: Add basic TDX CPUID test
` [RFC PATCH v2 07/17] KVM: selftest: TDX: Add basic get_td_vmcall_info test
` [RFC PATCH v2 08/17] KVM: selftest: TDX: Add TDX IO writes test
` [RFC PATCH v2 09/17] KVM: selftest: TDX: Add TDX IO reads test
` [RFC PATCH v2 10/17] KVM: selftest: TDX: Add TDX MSR read/write tests
` [RFC PATCH v2 11/17] KVM: selftest: TDX: Add TDX HLT exit test
` [RFC PATCH v2 12/17] KVM: selftest: TDX: Add TDX MMIO reads test
` [RFC PATCH v2 13/17] KVM: selftest: TDX: Add TDX MMIO writes test
` [RFC PATCH v2 14/17] KVM: selftest: TDX: Add TDX CPUID TDVMCALL test
` [RFC PATCH v2 15/17] KVM: selftest: TDX: Verify the behavior when host consumes a TD private memory
` [RFC PATCH v2 16/17] KVM: selftest: TDX: Add TDG.VP.INFO test
` [RFC PATCH v2 17/17] KVM: selftest: TDX: Add shared memory test

[PATCH v2 0/2] MSR Filtering documentation updates
 2022-08-30 21:48 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: x86: fix documentation for KVM_X86_SET_MSR_FILTER
` [PATCH v2 2/2] KVM: x86: update documentation for MSR filtering

[PATCH] KVM: SVM: remove unnecessary check on INIT intercept
 2022-08-30 21:46 UTC  (2+ messages)

[PATCH] KVM: x86: Fix mce_banks memory leak on mci_ctl2_banks allocation failure
 2022-08-30 21:45 UTC  (2+ messages)

[PATCH v2] kvm: x86: Do proper cleanup if kvm_x86_ops->vm_init() fails
 2022-08-30 21:45 UTC  (2+ messages)

[PATCH] KVM/VMX: Avoid stack engine synchronization uop in __vmx_vcpu_run
 2022-08-30 21:43 UTC  (2+ messages)

[PATCH] KVM: Add extra information in kvm_page_fault trace point
 2022-08-30 21:42 UTC  (3+ messages)

[PATCH] KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibility
 2022-08-30 21:41 UTC  (2+ messages)

[PATCH] KVM: fix memoryleak in kvm_init()
 2022-08-30 21:36 UTC  (2+ messages)

[PATCH v4 0/3] Extend KVM trace_kvm_nested_vmrun() to support VMX
 2022-08-30 21:29 UTC  (6+ messages)
` [PATCH v4 1/3] KVM: x86: Update trace function for nested VM entry "
` [PATCH v4 3/3] KVM: x86: Print guest pgd in kvm_nested_vmenter()

[PATCH 00/14] KVM: arm64: Parallel stage-2 fault handling
 2022-08-30 19:52 UTC  (15+ messages)
` [PATCH 01/14] KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
` [PATCH 02/14] KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
` [PATCH 03/14] KVM: arm64: Directly read owner id field in stage2_pte_is_counted()
` [PATCH 04/14] KVM: arm64: Read the PTE once per visit
` [PATCH 05/14] KVM: arm64: Split init and set for table PTE
` [PATCH 06/14] KVM: arm64: Return next table from map callbacks
` [PATCH 07/14] KVM: arm64: Document behavior of pgtable visitor callback
` [PATCH 08/14] KVM: arm64: Protect page table traversal with RCU
` [PATCH 09/14] KVM: arm64: Free removed stage-2 tables in RCU callback
` [PATCH 10/14] KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
` [PATCH 11/14] KVM: arm64: Make changes block->table to leaf PTEs parallel-aware
` [PATCH 12/14] KVM: arm64: Make leaf->leaf PTE changes parallel-aware
` [PATCH 13/14] KVM: arm64: Make table->block "
` [PATCH 14/14] KVM: arm64: Handle stage-2 faults in parallel

[PATCH v2 3/3] KVM: selftests: Randomize page access order
 2022-08-30 19:02 UTC  (2+ messages)

[PATCH v2 2/3] KVM: selftests: Randomize which pages are written vs read
 2022-08-30 19:02 UTC  (2+ messages)

[PATCH v2 1/3] KVM: selftests: Create source of randomness for guest code
 2022-08-30 19:01 UTC  (2+ messages)

[PATCH RESEND v2 0/8] x86/pmu: Corner cases fixes and optimization
 2022-08-30 18:24 UTC  (12+ messages)
` [PATCH RESEND v2 1/8] perf/x86/core: Completely disable guest PEBS via guest's global_ctrl
` [PATCH RESEND v2 5/8] KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()
` [PATCH RESEND v2 6/8] KVM: x86/pmu: Defer counter emulated overflow via pmc->stale_counter
` [PATCH RESEND v2 7/8] KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()
` [PATCH RESEND v2 8/8] KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalability

[PATCH] KVM: nVMX: Fix comment typo
 2022-08-30 17:24 UTC  (2+ messages)

[PATCH 0/8] Break up ioctl dispatch functions to one function per ioctl
 2022-08-30 16:51 UTC  (9+ messages)
` [PATCH 7/8] vfio: Follow the naming pattern for vfio_group_ioctl_unset_container()
` [PATCH 8/8] vfio: Split VFIO_GROUP_GET_STATUS into a function

[PATCH v9 00/40] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-08-30 16:27 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 read-only IMAP folder(s) and NNTP newsgroup(s).