kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-27 01:40:22 to 2022-04-28 14:24:58 UTC [more...]

[RFC 00/18] vfio: Adopt iommufd
 2022-04-28 14:24 UTC  (8+ messages)

[PATCH RFC 00/12] IOMMUFD Generic interface
 2022-04-28 14:22 UTC  (6+ messages)
` [PATCH RFC 08/12] iommufd: IOCTLs for the io_pagetable

[PATCH v10 00/16] Introduce Architectural LBR for vPMU
 2022-04-28 14:18 UTC  (5+ 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 v3 00/21] TDX host kernel support
 2022-04-28 14:06 UTC  (37+ 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 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 v2 00/11] KVM: SVM: Fix soft int/ex re-injection
 2022-04-28 13:36 UTC  (15+ 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

[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  (11+ messages)
` [PATCH v6 15/21] KVM: s390: pci: add routines to start/stop "
` [PATCH v6 16/21] vfio-pci/zdev: add open/close device hooks

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

[PATCH v2] KVM: arm64: Inject exception on out-of-IPA-range translation fault
 2022-04-28  8:46 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

[syzbot] WARNING in kvm_mmu_uninit_tdp_mmu (2)
 2022-04-28  7:25 UTC  (3+ messages)

[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 0/8] KVM: Fix mmu_notifier vs. pfncache vs. pfncache races
 2022-04-28  3:39 UTC  (12+ messages)
` [PATCH v2 2/8] Revert "KVM: Fix race between mmu_notifier invalidation and pfncache refresh"
` [PATCH v2 3/8] KVM: Drop unused @gpa param from gfn=>pfn cache's __release_gpc() helper
` [PATCH v2 4/8] KVM: Put the extra pfn reference when reusing a pfn in the gpc cache
` [PATCH v2 5/8] KVM: Do not incorporate page offset into gfn=>pfn cache user address
` [PATCH v2 6/8] KVM: Fix multiple races in gfn=>pfn cache refresh
` [PATCH v2 7/8] KVM: Do not pin pages tracked by gfn=>pfn caches
` [PATCH v2 8/8] DO NOT MERGE: Hack-a-test to verify gpc invalidation+refresh

[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] PCI: hv: Do not set PCI_COMMAND_MEMORY to reduce VM boot time
 2022-04-27 22:41 UTC  (5+ messages)

[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  (10+ messages)
` [PATCH v6 2/9] KVM: arm64: Setup a framework for hypercall bitmap firmware registers
` [PATCH v6 8/9] selftests: KVM: aarch64: Introduce hypercall ABI test

[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

[PATCH v3 00/11] KVM: x86/pmu: More refactoring to get rid of PERF_TYPE_HARDWAR
 2022-04-27 15:02 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: add lockdep check before lookup_address_in_mm()
 2022-04-27 14:08 UTC  (12+ messages)

[PATCH v6 10/21] KVM: s390: pci: add basic kvm_zdev structure
 2022-04-27 13:25 UTC  (3+ messages)

[PATCH v2 0/9] kvm: s390: Add PV dump support
 2022-04-27 12:58 UTC  (5+ messages)
` [PATCH v2 6/9] kvm: s390: Add configuration dump functionality

[kvm-unit-tests PATCH v6 1/3] s390x: Give name to return value of tprot()
 2022-04-27 12:42 UTC  (10+ messages)
` [kvm-unit-tests PATCH v6 2/3] s390x: Test effect of storage keys on some instructions
` [kvm-unit-tests PATCH v6 3/3] Disable s390x skey test in GitLab CI

kvm_gfn_to_pfn_cache_refresh started getting a warning recently
 2022-04-27 12:22 UTC  (6+ messages)

[PATCH mlx5-next 0/5] Improve mlx5 live migration driver
 2022-04-27  9:31 UTC  (6+ messages)
` [PATCH mlx5-next 1/5] vfio/mlx5: Reorganize the VF is migratable code
` [PATCH mlx5-next 2/5] net/mlx5: Expose mlx5_sriov_blocking_notifier_register / unregister APIs
` [PATCH mlx5-next 3/5] vfio/mlx5: Manage the VF attach/detach callback from the PF
` [PATCH mlx5-next 4/5] vfio/mlx5: Refactor to enable VFs migration in parallel
` [PATCH mlx5-next 5/5] vfio/mlx5: Run the SAVE state command in an async mode

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

linux-next: build failure after merge of the kvm tree
 2022-04-27  6:06 UTC  (3+ messages)

[kvm-unit-tests RESEND PATCH v3 0/8] Move npt test cases and NPT code improvements
 2022-04-27  3:36 UTC  (4+ messages)
` [kvm-unit-tests RESEND PATCH v3 8/8] x86: nSVM: Correct indentation for svm_tests.c part-2

[PATCH] KVM: HWPoison: Fix memory address&size during remap
 2022-04-27  2:16 UTC  (2+ messages)
` PING: "


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 NNTP newsgroup(s).