public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-06 19:57:29 to 2021-12-08 01:55:03 UTC [more...]

[PATCH v3 00/26] KVM: x86: Halt and APICv overhaul
 2021-12-08  1:52 UTC  (5+ messages)
` [PATCH v3 01/26] KVM: fix avic_set_running for preemptable kernels
` [PATCH v3 02/26] KVM: nVMX: Ensure vCPU honors event request if posting nested IRQ fails
` [PATCH v3 03/26] KVM: VMX: Clean up PI pre/post-block WARNs
` [PATCH v3 04/26] KVM: VMX: Handle PI wakeup shenanigans during vcpu_put/load

Thoughts of AMX KVM support based on latest kernel
 2021-12-08  0:50 UTC  (10+ messages)
                ` Rewording of Setting IA32_XFD[18] (Re: Thoughts of AMX KVM support based on latest kernel)

[PATCH 00/15] KVM: X86: Fix and clean up for register caches
 2021-12-08  0:15 UTC  (5+ messages)
` [PATCH 16/15] KVM: X86: Update mmu->pdptrs only when it is changed
` [PATCH 17/15] KVM: X86: Ensure pae_root to be reconstructed for shadow paging if the guest PDPTEs "

[PATCH 0/2] KVM: nSVM: Test MBZ bits in nested CR3 (nCR3)
 2021-12-07 23:38 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH kvm-unit-tests 2/2] "

[PATCH 0/4] KVM: X86: Improve permission_fault() for SMAP
 2021-12-07 23:30 UTC  (8+ messages)
` [PATCH 1/4] KVM: X86: Fix comments in update_permission_bitmask
` [PATCH 2/4] KVM: X86: Rename variable smap to not_smap in permission_fault()
` [PATCH 3/4] KVM: X86: Handle implicit supervisor access with SMAP
` [PATCH 4/4] KVM: X86: Only get rflags when needed in permission_fault()

[PATCH v2] KVM: LAPIC: Per vCPU control over kvm_can_post_timer_interrupt
 2021-12-07 23:23 UTC  (2+ messages)

[PATCH v3 00/18] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-07 23:09 UTC  (28+ messages)
` [PATCH v3 01/18] iommu: Add device dma ownership set/release interfaces
` [PATCH v3 03/18] driver core: platform: Rename platform_dma_configure()
` [PATCH v3 04/18] driver core: platform: Add driver dma ownership management
` [PATCH v3 12/18] iommu: Add iommu_at[de]tach_device_shared() for multi-device groups
` [PATCH v3 18/18] drm/tegra: Use the iommu dma_owner mechanism

[PATCH] selftests: sev_migrate_tests: Fix sev_ioctl()
 2021-12-07 22:47 UTC  (4+ messages)

dozens of qemu/kvm VMs getting into stuck states since kernel ~5.13
 2021-12-07 22:25 UTC  (2+ messages)

[PATCH v3 0/8] KVM: x86: Hyper-V hypercall fix and cleanups
 2021-12-07 22:09 UTC  (9+ messages)
` [PATCH v3 1/8] KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req
` [PATCH v3 2/8] KVM: x86: Get the number of Hyper-V sparse banks from the VARHEAD field
` [PATCH v3 3/8] KVM: x86: Refactor kvm_hv_flush_tlb() to reduce indentation
` [PATCH v3 4/8] KVM: x86: Add a helper to get the sparse VP_SET for IPIs and TLB flushes
` [PATCH v3 5/8] KVM: x86: Don't bother reading sparse banks that end up being ignored
` [PATCH v3 6/8] KVM: x86: Shove vp_bitmap handling down into sparse_set_to_vcpu_mask()
` [PATCH v3 7/8] KVM: x86: Reject fixeds-size Hyper-V hypercalls with non-zero "var_cnt"
` [PATCH v3 8/8] KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fields

[PATCH 00/32] KVM: s390: enable zPCI for interpretive execution
 2021-12-07 21:16 UTC  (34+ messages)
` [PATCH 01/32] s390/sclp: detect the zPCI interpretation facility
` [PATCH 02/32] s390/sclp: detect the AISII facility
` [PATCH 03/32] s390/sclp: detect the AENI facility
` [PATCH 04/32] s390/sclp: detect the AISI facility
` [PATCH 05/32] s390/airq: pass more TPI info to airq handlers
` [PATCH 06/32] s390/airq: allow for airq structure that uses an input vector
` [PATCH 07/32] s390/pci: externalize the SIC operation controls and routine
` [PATCH 08/32] s390/pci: stash associated GISA designation
` [PATCH 09/32] s390/pci: export some routines related to RPCIT processing
` [PATCH 10/32] s390/pci: stash dtsm and maxstbl
` [PATCH 11/32] s390/pci: add helper function to find device by handle
` [PATCH 12/32] s390/pci: get SHM information from list pci
` [PATCH 13/32] KVM: s390: pci: add basic kvm_zdev structure
` [PATCH 14/32] KVM: s390: pci: do initial setup for AEN interpretation
` [PATCH 15/32] KVM: s390: pci: enable host forwarding of Adapter Event Notifications
` [PATCH 16/32] KVM: s390: expose the guest zPCI interpretation facility
` [PATCH 17/32] KVM: s390: expose the guest Adapter Interruption Source ID facility
` [PATCH 18/32] KVM: s390: expose guest Adapter Event Notification Interpretation facility
` [PATCH 19/32] KVM: s390: mechanism to enable guest zPCI Interpretation
` [PATCH 20/32] KVM: s390: pci: provide routines for enabling/disabling interpretation
` [PATCH 21/32] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding
` [PATCH 22/32] KVM: s390: pci: provide routines for enabling/disabling IOAT assist
` [PATCH 23/32] KVM: s390: pci: handle refresh of PCI translations
` [PATCH 24/32] KVM: s390: intercept the rpcit instruction
` [PATCH 25/32] vfio/pci: re-introduce CONFIG_VFIO_PCI_ZDEV
` [PATCH 26/32] vfio-pci/zdev: wire up group notifier
` [PATCH 27/32] vfio-pci/zdev: wire up zPCI interpretive execution support
` [PATCH 28/32] vfio-pci/zdev: wire up zPCI adapter interrupt forwarding support
` [PATCH 29/32] vfio-pci/zdev: wire up zPCI IOAT assist support
` [PATCH 30/32] vfio-pci/zdev: add DTSM to clp group capability
` [PATCH 31/32] KVM: s390: introduce CPU feature for zPCI Interpretation
` [PATCH 32/32] MAINTAINERS: additional files related kvm s390 pci passthrough

[PATCH 00/12] s390x/pci: zPCI interpretation support
 2021-12-07 21:04 UTC  (13+ messages)
` [PATCH 01/12] s390x/pci: use a reserved ID for the default PCI group
` [PATCH 02/12] s390x/pci: don't use hard-coded dma range in reg_ioat
` [PATCH 03/12] s390x/pci: add supported DT information to clp response
` [PATCH 04/12] Update linux headers
` [PATCH 05/12] virtio-gpu: do not byteswap padding
` [PATCH 06/12] target/s390x: add zpci-interp to cpu models
` [PATCH 07/12] s390x/pci: enable for load/store intepretation
` [PATCH 08/12] s390x/pci: don't fence interpreted devices without MSI-X
` [PATCH 09/12] s390x/pci: enable adapter event notification for interpreted devices
` [PATCH 10/12] s390x/pci: use I/O Address Translation assist when interpreting
` [PATCH 11/12] s390x/pci: use dtsm provided from vfio capabilities for interpreted devices
` [PATCH 12/12] s390x/pci: let intercept devices have separate PCI groups

[PATCH 00/15] KVM: X86: Miscellaneous cleanups
 2021-12-07 20:38 UTC  (4+ messages)
` [PATCH 05/15] KVM: VMX: Add document to state that write to uret msr should always be intercepted

[PATCH 00/12] Fixes for KVM_CAP_VM_MOVE/COPY_ENC_CONTEXT_FROM
 2021-12-07 20:11 UTC  (4+ messages)
` [PATCH 08/12] selftests: sev_migrate_tests: add tests for KVM_CAP_VM_COPY_ENC_CONTEXT_FROM

[PATCH 0/4] KVM: VMX: Fix handling of invalid L2 guest state
 2021-12-07 19:30 UTC  (5+ messages)
` [PATCH 1/4] KVM: VMX: Always clear vmx->fail on emulation_required
` [PATCH 2/4] KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required
` [PATCH 3/4] KVM: VMX: Fix stale docs for kvm-intel.emulate_invalid_guest_state
` [PATCH 4/4] KVM: selftests: Add test to verify TRIPLE_FAULT on invalid L2 guest state

[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-07 19:21 UTC  (10+ messages)
` [PATCH v7 02/45] x86/sev: detect/setup SEV/SME features earlier in boot
` [PATCH v7 09/45] x86/sev: Save the negotiated GHCB version
` [PATCH v7 14/45] x86/compressed: Add helper for validating pages in the decompression stage

[syzbot] WARNING in nested_vmx_vmexit
 2021-12-07 19:19 UTC  (7+ messages)

[PATCH v2 0/6] KVM: x86/pmu: Count two basic events for emulated instructions
 2021-12-07 17:42 UTC  (5+ messages)
` [PATCH v2 1/6] KVM: x86/pmu: Setup pmc->eventsel for fixed PMCs

[PATCH] KVM: x86: Always set kvm_run->if_flag
 2021-12-07 17:28 UTC  (9+ messages)

[PATCH v3] vfio: Documentation for the migration region
 2021-12-07 17:13 UTC 

[PATCH RFC v2] vfio: Documentation for the migration region
 2021-12-07 17:00 UTC  (22+ messages)

[PATCH] s390: uv: Add offset comments to UV query struct
 2021-12-07 16:05 UTC 

[kvm-unit-tests PATCH v2 00/10] s390x: sie: Add PV snippet support
 2021-12-07 16:00 UTC  (11+ messages)
` [kvm-unit-tests PATCH v2 01/10] lib: s390x: sie: Add sca allocation and freeing
` [kvm-unit-tests PATCH v2 02/10] s390x: sie: Add PV fields to SIE control block
` [kvm-unit-tests PATCH v2 03/10] s390x: sie: Add UV information into VM struct
` [kvm-unit-tests PATCH v2 04/10] s390x: uv: Add more UV call functions
` [kvm-unit-tests PATCH v2 05/10] s390x: lib: Extend UV library with PV guest management
` [kvm-unit-tests PATCH v2 06/10] lib: s390: sie: Add PV guest register handling
` [kvm-unit-tests PATCH v2 07/10] s390x: snippets: Add PV support
` [kvm-unit-tests PATCH v2 08/10] lib: s390x: Introduce snippet helpers
` [kvm-unit-tests PATCH v2 09/10] s390x: mvpg-sie: Use "
` [kvm-unit-tests PATCH v2 10/10] s390x: sie: Add PV diag test

[kvm-unit-tests PATCH 0/4] arm: Timer fixes
 2021-12-07 15:46 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/4] arm: timer: Fix TVAL comparison for timer condition met
` [kvm-unit-tests PATCH 2/4] arm: timer: Move the different tests into their own functions
` [kvm-unit-tests PATCH 3/4] arm: timer: Test CVAL before interrupt pending state
` [kvm-unit-tests PATCH 4/4] arm: timer: Take into account other wake-up events for the TVAL test

[PATCH 00/19] AMX Support in KVM
 2021-12-08  0:03 UTC  (20+ messages)
` [PATCH 01/19] x86/fpu: Extend prctl() with guest permissions
` [PATCH 02/19] x86/fpu: Prepare KVM for dynamically enabled states
` [PATCH 03/19] kvm: x86: Fix xstate_required_size() to follow XSTATE alignment rule
` [PATCH 04/19] kvm: x86: Check guest xstate permissions when KVM_SET_CPUID2
` [PATCH 05/19] x86/fpu: Move xfd initialization out of __fpstate_reset() to the callers
` [PATCH 06/19] x86/fpu: Add reallocation mechanims for KVM
` [PATCH 07/19] kvm: x86: Propagate fpstate reallocation error to userspace
` [PATCH 08/19] x86/fpu: Move xfd_update_state() to xstate.c and export symbol
` [PATCH 09/19] kvm: x86: Prepare reallocation check
` [PATCH 10/19] kvm: x86: Emulate WRMSR of guest IA32_XFD
` [PATCH 11/19] kvm: x86: Check fpstate reallocation in XSETBV emulation
` [PATCH 12/19] x86/fpu: Prepare KVM for bringing XFD state back in-sync
` [PATCH 13/19] kvm: x86: Disable WRMSR interception for IA32_XFD on demand
` [PATCH 14/19] x86/fpu: Prepare for KVM XFD_ERR handling
` [PATCH 15/19] kvm: x86: Save and restore guest XFD_ERR properly
` [PATCH 16/19] kvm: x86: Introduce KVM_{G|S}ET_XSAVE2 ioctl
` [PATCH 17/19] docs: virt: api.rst: Document the new KVM_{G, S}ET_XSAVE2 ioctls
` [PATCH 18/19] kvm: x86: AMX XCR0 support for guest
` [PATCH 19/19] kvm: x86: Add AMX CPUIDs support

[PATCH v2 0/3] svm: avic: Allow AVIC support on system w/ physical APIC ID > 255
 2021-12-07 13:01 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: SVM: Refactor AVIC hardware setup logic into helper function

[PATCH v3] vduse: vduse: check that offsets are within bounds
 2021-12-07 11:48 UTC 

[RFC v16 0/9] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-12-07 11:06 UTC  (10+ messages)
` [RFC v16 1/9] iommu: Introduce attach/detach_pasid_table API

[PATCH] KVM: X86: Raise #GP when clearing CR0_PG in 64 bit mode
 2021-12-07  9:52 UTC 

[kvm-unit-tests PATCH RESEND v3 0/2] Wrap EFL binaries into ISO images
 2021-12-07  9:44 UTC  (3+ messages)
` [kvm-unit-tests PATCH RESEND v3 1/2] x86: Build ISO images from x86/*.elf
` [kvm-unit-tests PATCH RESEND v3 2/2] x86: Create ISO images according to unittests.cfg

[PATCH v5 0/1] s390x: KVM: CPU Topology
 2021-12-07  9:43 UTC  (3+ messages)
` [PATCH v5 1/1] s390x: KVM: accept STSI for CPU topology information

[RFC PATCH v3 00/29] KVM: arm64: Make CPU ID registers writable by userspace
 2021-12-07  9:42 UTC  (26+ messages)
` [RFC PATCH v3 02/29] KVM: arm64: Save ID registers' sanitized value per vCPU
` [RFC PATCH v3 03/29] KVM: arm64: Introduce struct id_reg_info
` [RFC PATCH v3 04/29] KVM: arm64: Make ID_AA64PFR0_EL1 writable
` [RFC PATCH v3 09/29] KVM: arm64: Hide IMPLEMENTATION DEFINED PMU support for the guest

[PATCH v3 0/3] KVM: s390: Some gaccess cleanup
 2021-12-07  9:27 UTC  (2+ messages)

[PATCH] KVM: s390: Fix names of skey constants in api documentation
 2021-12-07  9:18 UTC  (4+ messages)

[PATCH] KVM: Drop stale kvm_is_transparent_hugepage() declaration
 2021-12-07  9:15 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: fix boolreturn.cocci warning
 2021-12-07  6:22 UTC 

[RFC kvm-unit-tests 00/12] Add #VC exception handling for AMD SEV-ES
 2021-12-07  3:49 UTC  (5+ messages)
` [RFC kvm-unit-tests 01/12] x86: AMD SEV-ES: Setup #VC exception handler "
` [RFC kvm-unit-tests 02/12] x86: Move svm.h to lib/x86/

[PATCH v7 00/29] KVM: Scalable memslots implementation
 2021-12-06 19:54 UTC  (8+ messages)
` [PATCH v7 15/29] KVM: s390: Skip gfn/size sanity checks on memslot DELETE or FLAGS_ONLY
` [PATCH v7 24/29] KVM: Keep memslots in tree-based structures instead of array-based ones
` [PATCH v7 25/29] KVM: Call kvm_arch_flush_shadow_memslot() on the old slot in kvm_invalidate_memslot()
` [PATCH v7 26/29] KVM: Optimize gfn lookup in kvm_zap_gfn_range()
` [PATCH v7 27/29] KVM: Optimize overlapping memslots check
` [PATCH v7 28/29] KVM: Wait 'til the bitter end to initialize the "new" memslot
` [PATCH v7 29/29] KVM: Dynamically allocate "new" memslots from the get-go


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