public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-30 13:01:39 to 2022-08-31 00:37:53 UTC [more...]

[PATCH 00/19] KVM: x86: AVIC and local APIC fixes+cleanups
 2022-08-31  0:35 UTC  (11+ 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 09/19] KVM: SVM: Drop duplicate calcuation of AVIC/x2AVIC "logical index"
` [PATCH 13/19] KVM: x86: Disable APIC logical map if vCPUs are aliased in logical mode
` [PATCH 17/19] KVM: SVM: Handle multiple logical targets in AVIC kick fastpath

[PATCH 00/15] Tidy up vfio_device life cycle
 2022-08-31  0:34 UTC  (14+ messages)
` [PATCH 01/15] vfio: Add helpers for unifying "
` [PATCH 09/15] vfio/ap: Use the new device life cycle helpers
` [PATCH 10/15] vfio/fsl-mc: "
` [PATCH 15/15] vfio: Add struct device to vfio_device

[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] kvm: x86: mmu: fix memoryleak in kvm_mmu_vendor_module_init()
 2022-08-30 22:52 UTC  (4+ messages)

[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 0/2] Add missing trace points in emulator path
 2022-08-30 19:05 UTC  (5+ 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 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 v2] KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIES
 2022-08-30 17:49 UTC 

[PATCH 0/6] KVM: arm64: Treat 32bit ID registers as RAZ/WI on 64bit-only system
 2022-08-30 17:45 UTC  (4+ messages)
` [PATCH 2/6] KVM: arm64: Remove internal accessor helpers for id regs

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

[PATCH] vfio/type1: Unpin zero pages
 2022-08-30 15:43 UTC  (4+ messages)

[kvm-unit-tests PATCH v6 0/2] Add specification exception tests
 2022-08-30 15:16 UTC  (4+ messages)
` [kvm-unit-tests PATCH v6 1/2] s390x: Add specification exception test

[PATCH v1 0/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-08-30 14:42 UTC  (10+ messages)
` [PATCH v1 1/5] "

[PATCH v6 00/33] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-08-30 13:37 UTC  (34+ messages)
` [PATCH v6 01/33] x86/hyperv: Fix 'struct hv_enlightened_vmcs' definition
` [PATCH v6 02/33] x86/hyperv: Update "
` [PATCH v6 03/33] KVM: x86: Zero out entire Hyper-V CPUID cache before processing entries
` [PATCH v6 04/33] KVM: x86: Check for existing Hyper-V vCPU in kvm_hv_vcpu_init()
` [PATCH v6 05/33] KVM: x86: Report error when setting CPUID if Hyper-V allocation fails
` [PATCH v6 06/33] KVM: nVMX: Treat eVMCS as enabled for guest iff Hyper-V is also enabled
` [PATCH v6 07/33] KVM: nVMX: Refactor unsupported eVMCS controls logic to use 2-d array
` [PATCH v6 08/33] KVM: nVMX: Use CC() macro to handle eVMCS unsupported controls checks
` [PATCH v6 09/33] KVM: VMX: Define VMCS-to-EVMCS conversion for the new fields
` [PATCH v6 10/33] KVM: nVMX: Support several new fields in eVMCSv1
` [PATCH v6 11/33] KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
` [PATCH v6 12/33] KVM: selftests: Add ENCLS_EXITING_BITMAP{,HIGH} VMCS fields
` [PATCH v6 13/33] KVM: selftests: Switch to updated eVMCSv1 definition
` [PATCH v6 14/33] KVM: nVMX: WARN once and fail VM-Enter if eVMCS sees VMFUNC[63:32] != 0
` [PATCH v6 15/33] KVM: nVMX: Support PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v6 16/33] KVM: VMX: Get rid of eVMCS specific VMX controls sanitization
` [PATCH v6 17/33] KVM: nVMX: Don't propagate vmcs12's PERF_GLOBAL_CTRL settings to vmcs02
` [PATCH v6 18/33] KVM: nVMX: Always emulate PERF_GLOBAL_CTRL VM-Entry/VM-Exit controls
` [PATCH v6 19/33] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH v6 20/33] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH v6 21/33] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v6 22/33] KVM: VMX: Don't toggle VM_ENTRY_IA32E_MODE for 32-bit kernels/KVM
` [PATCH v6 23/33] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v6 24/33] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v6 25/33] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v6 26/33] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v6 27/33] KVM: VMX: Adjust CR3/INVPLG interception for EPT=y at runtime, not setup
` [PATCH v6 28/33] KVM: x86: VMX: Replace some Intel model numbers with mnemonics
` [PATCH v6 29/33] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v6 30/33] KVM: nVMX: Always set required-1 bits of pinbased_ctls to PIN_BASED_ALWAYSON_WITHOUT_TRUE_MSR
` [PATCH v6 31/33] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs
` [PATCH v6 32/33] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config
` [PATCH v6 33/33] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR

[RFC PATCH v2 2/6] bus/cdx: add the cdx bus driver
 2022-08-30 13:12 UTC  (12+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox