public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-27 15:54:58 to 2022-04-28 21:13:06 UTC [more...]

[PATCH RFC 00/19] IOMMUFD Dirty Tracking
 2022-04-28 21:09 UTC  (20+ messages)
` [PATCH RFC 01/19] iommu: Add iommu_domain ops for dirty tracking
` [PATCH RFC 02/19] iommufd: Dirty tracking for io_pagetable
` [PATCH RFC 03/19] iommufd: Dirty tracking data support
` [PATCH RFC 04/19] iommu: Add an unmap API that returns dirtied IOPTEs
` [PATCH RFC 05/19] iommufd: Add a dirty bitmap to iopt_unmap_iova()
` [PATCH RFC 06/19] iommufd: Dirty tracking IOCTLs for the hw_pagetable
` [PATCH RFC 07/19] iommufd/vfio-compat: Dirty tracking IOCTLs compatibility
` [PATCH RFC 08/19] iommufd: Add a test for dirty tracking ioctls
` [PATCH RFC 09/19] iommu/amd: Access/Dirty bit support in IOPTEs
` [PATCH RFC 10/19] iommu/amd: Add unmap_read_dirty() support
` [PATCH RFC 11/19] iommu/amd: Print access/dirty bits if supported
` [PATCH RFC 12/19] iommu/arm-smmu-v3: Add feature detection for HTTU
` [PATCH RFC 13/19] iommu/arm-smmu-v3: Add feature detection for BBML
` [PATCH RFC 14/19] iommu/arm-smmu-v3: Add read_and_clear_dirty() support
` [PATCH RFC 15/19] iommu/arm-smmu-v3: Add set_dirty_tracking_range() support
` [PATCH RFC 16/19] iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping
` [PATCH RFC 17/19] iommu/arm-smmu-v3: Add unmap_read_dirty() support
` [PATCH RFC 18/19] iommu/intel: Access/Dirty bit support for SL domains
` [PATCH RFC 19/19] iommu/intel: Add unmap_read_dirty() support

[PATCH v2 0/5] bitmap: fix conversion from/to fix-sized arrays
 2022-04-28 20:51 UTC  (6+ messages)
` [PATCH 1/5] lib/bitmap: extend comment for bitmap_(from,to)_arr32()
` [PATCH 2/5] lib: add bitmap_{from,to}_arr64
` [PATCH 3/5] lib/bitmap: add test for bitmap_{from,to}_arr64
` [PATCH 4/5] KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriate
` [PATCH 5/5] drm/amd/pm: use bitmap_{from,to}_arr32 "

[PATCH] PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot time
 2022-04-28 19:21 UTC  (7+ messages)
        ` [EXTERNAL] "

[PATCH] KVM: x86: add HC_VMM_CUSTOM hypercall
 2022-04-28 19:13 UTC  (3+ messages)

[PATCH v2] KVM: arm64: Inject exception on out-of-IPA-range translation fault
 2022-04-28 17:55 UTC  (5+ messages)

[PATCH v3 0/6] KVM: mm: count KVM page table pages in memory stats
 2022-04-28 17:45 UTC  (5+ messages)
` [PATCH v3 4/6] KVM: arm64/mmu: count KVM page table pages in pagetable stats

[syzbot] WARNING in kvm_mmu_uninit_tdp_mmu (2)
 2022-04-28 17:43 UTC  (9+ messages)

[PATCH v3 00/21] TDX host kernel support
 2022-04-28 17:25 UTC  (46+ messages)
` [PATCH v3 01/21] x86/virt/tdx: Detect SEAM
` [PATCH v3 04/21] x86/virt/tdx: Add skeleton for detecting and initializing TDX on demand
` [PATCH v3 05/21] x86/virt/tdx: Detect P-SEAMLDR and TDX module
` [PATCH v3 09/21] x86/virt/tdx: Get information about TDX module and convertible memory
` [PATCH v3 10/21] x86/virt/tdx: Add placeholder to coveret all system RAM as TDX memory
` [PATCH v3 11/21] x86/virt/tdx: Choose to use "
` [PATCH v3 12/21] x86/virt/tdx: Create TDMRs to cover all system RAM
` [PATCH v3 13/21] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v3 20/21] x86/virt/tdx: Add kernel command line to opt-in TDX host support

[PATCH v2 0/2] Dirtying, failing memop: don't indicate suppression
 2022-04-28 16:48 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: s390: selftest: Test suppression indication on key prot exception

[PATCH v2 00/11] KVM: SVM: Fix soft int/ex re-injection
 2022-04-28 16:33 UTC  (19+ messages)
` [PATCH v2 01/11] KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02
` [PATCH v2 02/11] KVM: SVM: Don't BUG if userspace injects a soft interrupt with GIF=0
` [PATCH v2 05/11] KVM: SVM: Re-inject INT3/INTO instead of retrying the instruction
` [PATCH v2 07/11] KVM: x86: Trace re-injected exceptions
` [PATCH v2 08/11] KVM: x86: Print error code in exception injection tracepoint iff valid

[RFC 00/18] vfio: Adopt iommufd
 2022-04-28 16:20 UTC  (9+ messages)

[kvm-unit-tests PATCH 2/2] x86: replace `int 0x20` with `syscall`
 2022-04-28 15:58 UTC  (3+ messages)

[PATCH RFC 00/12] IOMMUFD Generic interface
 2022-04-28 15:10 UTC  (12+ messages)
` [PATCH RFC 08/12] iommufd: IOCTLs for the io_pagetable
` [PATCH RFC 11/12] iommufd: vfio container FD ioctl compatibility

[PATCH v10 00/16] Introduce Architectural LBR for vPMU
 2022-04-28 15:05 UTC  (7+ messages)
` [PATCH v10 07/16] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_CTL for guest Arch LBR
` [PATCH v10 08/16] KVM: x86/pmu: Refactor code to support "
` [PATCH v10 15/16] KVM: x86: Add Arch LBR data MSR access interface

[PATCH v2 0/8] KVM: Fix mmu_notifier vs. pfncache vs. pfncache races
 2022-04-28 14:33 UTC  (7+ messages)
` [PATCH v2 6/8] KVM: Fix multiple races in gfn=>pfn cache refresh
` [PATCH v2 8/8] DO NOT MERGE: Hack-a-test to verify gpc invalidation+refresh

[PATCH v8 0/2] s390x: KVM: CPU Topology
 2022-04-28 13:50 UTC  (3+ messages)
` [PATCH v8 2/2] s390x: KVM: resetting the Topology-Change-Report

[PATCH net-next 0/2] vsock/virtio: add support for device suspend/resume
 2022-04-28 13:22 UTC  (3+ messages)
` [PATCH net-next 1/2] vsock/virtio: factor our the code to initialize and delete VQs
` [PATCH net-next 2/2] vsock/virtio: add support for device suspend/resume

[PATCH 0/9] kvm: s390: Add PV dump support
 2022-04-28 13:01 UTC  (10+ messages)
` [PATCH 1/9] s390x: Add SE hdr query information
` [PATCH 2/9] s390: uv: Add dump fields to query
` [PATCH 3/9] KVM: s390: pv: Add query interface
` [PATCH 4/9] KVM: s390: pv: Add dump support definitions
` [PATCH 5/9] KVM: s390: pv: Add query dump information
` [PATCH 6/9] kvm: s390: Add configuration dump functionality
` [PATCH 7/9] kvm: s390: Add CPU "
` [PATCH 8/9] Documentation: virt: Protected virtual machine dumps
` [PATCH 9/9] Documentation/virt/kvm/api.rst: Add protvirt dump/info api descriptions

[PATCH v3] x86/speculation, KVM: only IBPB for switch_mm_always_ibpb on vCPU load
 2022-04-28 12:51 UTC  (2+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-28 12:37 UTC  (4+ messages)
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-28 12:29 UTC  (11+ messages)

[PATCH v6 00/21] KVM: s390: enable zPCI for interpretive execution
 2022-04-28 12:28 UTC  (5+ messages)
` [PATCH v6 15/21] KVM: s390: pci: add routines to start/stop "

[PATCH] doc: Adapt example to for numa setting
 2022-04-28 11:36 UTC 

[PATCH v3 0/4] Make the iommu driver no-snoop block feature consistent
 2022-04-28  8:56 UTC  (2+ messages)

[kvm-unit-tests PATCH v4 0/8] Move npt test cases and NPT code improvements
 2022-04-28  8:05 UTC  (9+ messages)
` [kvm-unit-tests PATCH v4 1/8] x86: nSVM: Move common functionality of the main() to helper run_svm_tests
` [kvm-unit-tests PATCH v4 2/8] x86: nSVM: Move all nNPT test cases from svm_tests.c to a separate file
` [kvm-unit-tests PATCH v4 3/8] x86: nSVM: Allow nSVM tests run with PT_USER_MASK enabled
` [kvm-unit-tests PATCH v4 4/8] x86: Improve set_mmu_range() to implement npt
` [kvm-unit-tests PATCH v4 5/8] x86: nSVM: Build up the nested page table dynamically
` [kvm-unit-tests PATCH v4 6/8] x86: nSVM: Correct indentation for svm.c
` [kvm-unit-tests PATCH v4 7/8] x86: nSVM: Correct indentation for svm_tests.c part-1
` [kvm-unit-tests PATCH v4 8/8] x86: nSVM: Correct indentation for svm_tests.c part-2

[PATCH v3 0/3] KVM: Dirty quota-based throttling
 2022-04-28  7:00 UTC  (6+ messages)
` [PATCH v3 3/3] KVM: selftests: Add selftests for dirty quota throttling

[PATCH v2 00/19] Control VQ support in vDPA
 2022-04-28  6:28 UTC  (4+ messages)
` [PATCH v2 15/19] vhost-vdpa: support ASID based IOTLB API

[PATCH 0/8] SVM fixes + refactoring
 2022-04-28  5:47 UTC  (5+ messages)
` [PATCH 1/8] KVM: x86: avoid loading a vCPU after .vm_destroy was called

[PATCH V2 00/11] perf intel-pt: Add perf event clocks to better support VM tracing
 2022-04-27 23:10 UTC  (16+ messages)
` [PATCH V2 03/11] perf/x86: Add support for TSC in nanoseconds as a perf event clock

[PATCH] KVM: arm64: Inject exception on out-of-IPA-range translation fault
 2022-04-27 21:33 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-04-27 20:42 UTC  (7+ messages)
` [PATCH 1/3] KVM: x86: make vendor code check for all nested events
` [PATCH 2/3] KVM: x86: a vCPU with a pending triple fault is runnable
` [PATCH 3/3] KVM: x86: never write to memory from kvm_vcpu_check_block

[PATCH v3] KVM: SEV: Mark nested locking of vcpu->lock
 2022-04-27 20:18 UTC  (8+ messages)

[RFC PATCH v3 00/19] RFC: nested AVIC
 2022-04-27 20:03 UTC  (20+ messages)
` [RFC PATCH v3 01/19] KVM: x86: document AVIC/APICv inhibit reasons
` [RFC PATCH v3 02/19] KVM: x86: inhibit APICv/AVIC when the guest and/or host changes apic id/base from the defaults
` [RFC PATCH v3 03/19] KVM: x86: SVM: remove avic's broken code that updated APIC ID
` [RFC PATCH v3 04/19] KVM: x86: mmu: allow to enable write tracking externally
` [RFC PATCH v3 05/19] x86: KVMGT: use kvm_page_track_write_tracking_enable
` [RFC PATCH v3 06/19] KVM: x86: mmu: add gfn_in_memslot helper
` [RFC PATCH v3 07/19] KVM: x86: mmu: tweak fast path for emulation of access to nested NPT pages
` [RFC PATCH v3 08/19] KVM: x86: SVM: move avic state to separate struct
` [RFC PATCH v3 09/19] KVM: x86: nSVM: add nested AVIC tracepoints
` [RFC PATCH v3 10/19] KVM: x86: nSVM: implement AVIC's physid/logid table access helpers
` [RFC PATCH v3 11/19] KVM: x86: nSVM: implement shadowing of AVIC's physical id table
` [RFC PATCH v3 12/19] KVM: x86: nSVM: make nested AVIC physid write tracking be aware of the host scheduling
` [RFC PATCH v3 13/19] KVM: x86: nSVM: wire nested AVIC to nested guest entry/exit
` [RFC PATCH v3 14/19] KVM: x86: rename .set_apic_access_page_addr to reload_apic_access_page
` [RFC PATCH v3 15/19] KVM: x86: nSVM: add code to reload AVIC physid table when it is invalidated
` [RFC PATCH v3 16/19] KVM: x86: nSVM: implement support for nested AVIC vmexits
` [RFC PATCH v3 17/19] KVM: x86: nSVM: implement nested AVIC doorbell emulation
` [RFC PATCH v3 18/19] KVM: x86: SVM/nSVM: add optional non strict AVIC doorbell mode
` [RFC PATCH v3 19/19] KVM: x86: nSVM: expose the nested AVIC to the guest

[PATCH v2 0/4] KVM: arm64: vgic: Misc ITS fixes
 2022-04-27 18:48 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: arm64: vgic: Check that new ITEs could be saved in guest memory
` [PATCH v2 2/4] KVM: arm64: vgic: Add more checks when restoring ITS tables
` [PATCH v2 3/4] KVM: arm64: vgic: Do not ignore vgic_its_restore_cte failures
` [PATCH v2 4/4] KVM: arm64: vgic: Undo work in failed ITS restores

[PATCH v6 0/9] KVM: arm64: Add support for hypercall services selection
 2022-04-27 17:57 UTC  (6+ messages)
` [PATCH v6 2/9] KVM: arm64: Setup a framework for hypercall bitmap firmware registers

[PATCH 0/4] KVM: arm64: vgic: Misc ITS fixes
 2022-04-27 17:54 UTC  (6+ messages)
` [PATCH 1/4] KVM: arm64: vgic: Check that new ITEs could be saved in guest memory

[PATCH MANUALSEL 5.15 1/7] kvm: selftests: do not use bitfields larger than 32-bits for PTEs
 2022-04-27 16:20 UTC  (15+ messages)
` [PATCH MANUALSEL 5.15 2/7] KVM: selftests: Silence compiler warning in the kvm_page_table_test
` [PATCH MANUALSEL 5.15 3/7] x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume
` [PATCH MANUALSEL 5.15 4/7] KVM: x86/mmu: do not allow readers to acquire references to invalid roots
` [PATCH MANUALSEL 5.15 5/7] KVM: x86: Do not change ICR on write to APIC_SELF_IPI
` [PATCH MANUALSEL 5.15 6/7] KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs
` [PATCH MANUALSEL 5.15 7/7] KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised

[PATCH MANUALSEL 5.10 1/4] x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume
 2022-04-27 16:19 UTC  (8+ messages)
` [PATCH MANUALSEL 5.10 2/4] KVM: x86: Do not change ICR on write to APIC_SELF_IPI
` [PATCH MANUALSEL 5.10 3/4] KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs
` [PATCH MANUALSEL 5.10 4/4] KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised

[PATCH MANUALSEL 5.4 1/2] x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume
 2022-04-27 16:18 UTC  (4+ messages)
` [PATCH MANUALSEL 5.4 2/2] KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised

[PATCH MANUALSEL 5.17 1/7] kvm: selftests: do not use bitfields larger than 32-bits for PTEs
 2022-04-27 16:17 UTC  (14+ messages)
` [PATCH MANUALSEL 5.17 2/7] KVM: selftests: Silence compiler warning in the kvm_page_table_test
` [PATCH MANUALSEL 5.17 3/7] x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume
` [PATCH MANUALSEL 5.17 4/7] KVM: x86: Do not change ICR on write to APIC_SELF_IPI
` [PATCH MANUALSEL 5.17 5/7] KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs
` [PATCH MANUALSEL 5.17 6/7] KVM: SEV: Allow SEV intra-host migration of VM with mirrors
` [PATCH MANUALSEL 5.17 7/7] KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised


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