kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-21 18:04:42 to 2022-07-23 02:43:55 UTC [more...]

[PATCH] kvm: x86: mmu: Drop the need_remote_flush() function
 2022-07-23  2:43 UTC 

[PATCH] kvm: x86: mmu: Always flush TLBs when enabling dirty logging
 2022-07-23  2:41 UTC 

[PATCH v3 00/10] Update vfio_pin/unpin_pages API
 2022-07-23  2:10 UTC  (7+ messages)

[PATCH v4 00/10] cover-letter: Update vfio_pin/unpin_pages API
 2022-07-23  2:02 UTC  (11+ messages)
` [PATCH v4 01/10] vfio: Make vfio_unpin_pages() return void
` [PATCH v4 02/10] drm/i915/gvt: Replace roundup with DIV_ROUND_UP
` [PATCH v4 03/10] vfio/ap: Pass in physical address of ind to ap_aqic()
` [PATCH v4 04/10] vfio/ccw: Only pass in contiguous pages
` [PATCH v4 05/10] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API
` [PATCH v4 06/10] vfio/ap: Change saved_pfn to saved_iova
` [PATCH v4 07/10] vfio/ccw: Change pa_pfn list to pa_iova list
` [PATCH v4 08/10] vfio: Rename user_iova of vfio_dma_rw()
` [PATCH v4 09/10] vfio/ccw: Add kmap_local_page() for memcpy
` [PATCH v4 10/10] vfio: Replace phys_pfn with pages for vfio_pin_pages()

[PATCH v2 0/7] KVM: arm64: permit MAP_SHARED mappings with MTE enabled
 2022-07-23  1:53 UTC  (11+ messages)
` [PATCH v2 1/7] arm64: mte: Fix/clarify the PG_mte_tagged semantics
` [PATCH v2 2/7] KVM: arm64: Simplify the sanitise_mte_tags() logic
` [PATCH v2 3/7] mm: Add PG_arch_3 page flag
` [PATCH v2 4/7] arm64: mte: Lock a page for MTE tag initialisation
` [PATCH v2 5/7] KVM: arm64: unify the tests for VMAs in memslots when MTE is enabled
` [PATCH v2 6/7] KVM: arm64: permit all VM_MTE_ALLOWED mappings with MTE enabled
` [PATCH v2 7/7] Documentation: document the ABI changes for KVM_CAP_ARM_MTE

[PATCH] KVM: x86/mmu: Treat NX as a valid SPTE bit for NPT
 2022-07-23  1:30 UTC 

[PATCH v2 0/6] KVM: x86: Apply NX mitigation more precisely
 2022-07-23  1:23 UTC  (7+ messages)
` [PATCH v2 1/6] KVM: x86/mmu: Tag disallowed NX huge pages even if they're not tracked
` [PATCH v2 2/6] KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUs
` [PATCH v2 3/6] KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTE
` [PATCH v2 4/6] KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pages
` [PATCH v2 5/6] KVM: x86/mmu: Add helper to convert SPTE value to its shadow page
` [PATCH v2 6/6] KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()

[kvm-unit-tests GIT PULL] x86: Fixes, cleanups, and new sub-tests
 2022-07-23  1:14 UTC  (2+ messages)

[PATCH v4 00/25] KVM: VMX: Support updated eVMCSv1 revision + use vmcs_config for L1 VMX MSRs
 2022-07-23  1:06 UTC  (28+ messages)
` [PATCH v4 01/25] KVM: x86: hyper-v: Expose access to debug MSRs in the partition privilege flags
` [PATCH v4 09/25] KVM: VMX: nVMX: Support TSC scaling and PERF_GLOBAL_CTRL with enlightened VMCS
` [PATCH v4 12/25] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config()
` [PATCH v4 13/25] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING "
` [PATCH v4 14/25] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING "
` [PATCH v4 15/25] KVM: VMX: Extend VMX controls macro shenanigans
` [PATCH v4 16/25] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config()
` [PATCH v4 17/25] KVM: VMX: Add missing VMEXIT controls to vmcs_config
` [PATCH v4 18/25] KVM: VMX: Add missing CPU based VM execution "
` [PATCH v4 21/25] KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()
` [PATCH v4 24/25] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config

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

[PATCH 0/2] KVM: selftests: Fix Clang build issues in KVM_ASM_SAFE()
 2022-07-23  0:14 UTC  (6+ messages)
` [PATCH 1/2] KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with Clang
` [PATCH 2/2] KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE()

[kvm:queue 23/35] arch/x86/kvm/mmu/mmu.c:6391:19: warning: variable 'pfn' set but not used
 2022-07-22 23:49 UTC  (2+ messages)

[PATCH 0/5] KVM/x86: add a new hypercall to execute host system
 2022-07-22 23:41 UTC  (7+ messages)
` [PATCH 1/5] kernel: add a new helper to execute system calls from kernel code
` [PATCH 2/5] kvm/x86: add controls to enable/disable paravirtualized system calls
` [PATCH 3/5] KVM/x86: add a new hypercall to execute host "
` [PATCH 4/5] selftests/kvm/x86_64: set rax before vmcall
` [PATCH 5/5] selftests/kvm/x86_64: add tests for KVM_HC_HOST_SYSCALL

[kvm-unit-tests PATCH] x86: kvmclock: Fix a non-prototype function declaration
 2022-07-22 23:01 UTC 

[PATCH kernel] vfio/spapr_tce: Fix the comment
 2022-07-22 22:50 UTC  (2+ messages)

[PATCH v4 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-07-22 22:50 UTC  (2+ messages)

[PATCH 0/5] KVM: VMX: PERF_GLOBAL_CTRL fixes
 2022-07-22 22:44 UTC  (6+ messages)
` [PATCH 1/5] Revert "Revert "KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control""
` [PATCH 2/5] KVM: VMX: Mark all PERF_GLOBAL_(OVF)_CTRL bits reserved if there's no vPMU
` [PATCH 3/5] KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRL
` [PATCH 4/5] KVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX xfer iff it exists
` [PATCH 5/5] Revert "KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control"

[PATCH Part2 v6 05/49] x86/sev: Add RMP entry lookup helpers
 2022-07-22 22:25 UTC  (16+ messages)

RFC: The hypervisor's responsibility to stuff the RSB
 2022-07-22 21:58 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] arm: pmu: Fixes for bare metal
 2022-07-22 21:53 UTC  (9+ messages)
` [kvm-unit-tests PATCH 3/3] arm: pmu: Remove checks for !overflow in chained counters tests

[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-07-22 20:58 UTC  (3+ messages)
` [PATCH v4 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats

[RFC PATCH v3 0/4] MSR filtering / exiting flag cleanup
 2022-07-22 20:23 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: x86: Do not allow use of the MSR filter allow flag in the kernel
` [RFC PATCH v3 2/4] KVM: x86: Protect the unused bits in the MSR filtering / exiting flags
` [PATCH v3 3/4] KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_range
` [RFC PATCH v3 4/4] selftests: kvm/x86: Test the flags in MSR filtering / exiting

[PATCH v4 00/13] KVM: selftests: Add aarch64/page_fault_test
 2022-07-22 18:20 UTC  (5+ messages)
` [PATCH v4 09/13] KVM: selftests: aarch64: "

[PATCH] Revert "KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled"
 2022-07-22 17:34 UTC  (5+ messages)

[PATCH v7 0/4] Add Sstc extension support
 2022-07-22 16:50 UTC  (5+ messages)
` [PATCH v7 1/4] RISC-V: Add SSTC extension CSR details
` [PATCH v7 2/4] RISC-V: Enable sstc extension parsing from DT
` [PATCH v7 3/4] RISC-V: Prefer sstc extension if available
` [PATCH v7 4/4] RISC-V: KVM: Support sstc extension

[PATCH] Revert "KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control"
 2022-07-22 16:34 UTC  (2+ messages)

[RFC PATCH v2 0/3] MSR filtering / exiting flag cleanup
 2022-07-22 15:35 UTC  (4+ messages)
` [RFC PATCH v2 1/3] KVM: x86: Protect the unused bits in the MSR filtering / exiting flags

[kvm-unit-tests PATCH v3 00/27] EFI and ACPI support for arm64
 2022-07-22 14:41 UTC  (4+ messages)

[PATCH kvmtool 0/4] Makefile and virtio fixes
 2022-07-22 14:17 UTC  (5+ messages)
` [PATCH kvmtool 1/4] Makefile: Add missing build dependencies
` [PATCH kvmtool 2/4] Makefile: Fix ARCH override
` [PATCH kvmtool 3/4] virtio/pci: Deassert IRQ line on ISR read
` [PATCH kvmtool 4/4] virtio/rng: Zero-initialize the device

[PATCH v2 0/7] ASID support in vhost-vdpa net
 2022-07-22 13:43 UTC  (8+ messages)
` [PATCH v2 1/7] linux-headers: Update kernel headers to v5.19-rc1
` [PATCH v2 2/7] vdpa: Use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
` [PATCH v2 3/7] vdpa: Allocate SVQ unconditionally
` [PATCH v2 4/7] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v2 5/7] vdpa: Store x-svq parameter in VhostVDPAState
` [PATCH v2 6/7] vhost_net: Add NetClientInfo prepare callback
` [PATCH v2 7/7] vdpa: Always start CVQ in SVQ mode

[kvm-unit-tests PATCH v5 0/8] Move npt test cases and NPT code improvements
 2022-07-22 13:00 UTC  (6+ messages)
` [kvm-unit-tests PATCH v5 1/8] x86: nSVM: Move common functionality of the main() to helper run_svm_tests

Guest reboot issues since QEMU 6.0 and Linux 5.11
 2022-07-22 12:28 UTC  (3+ messages)

[PATCH v8 00/12] s390x: CPU Topology
 2022-07-22 12:08 UTC  (11+ messages)
` [PATCH v8 08/12] s390x/cpu_topology: implementing numa for the s390x topology

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-07-22 11:43 UTC  (3+ messages)
` [PATCH Part2 v6 05/49] x86/sev: Add RMP entry lookup helpers

[kvm-unit-tests PATCH v2 0/3] s390x: add tests for SIGP call orders in enabled wait
 2022-07-22 11:08 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/3] s390x: smp: move sigp calls with invalid cpu address to array
` [kvm-unit-tests PATCH v2 2/3] s390x: smp: use an array for sigp calls
` [kvm-unit-tests PATCH v2 3/3] s390x: smp: add tests for calls in wait state

[GIT PULL 00/42] KVM: s390: PCI, CPU topology, PV features
 2022-07-22 10:52 UTC  (5+ messages)
` [GIT PULL 25/42] Documentation: kvm: extend KVM_S390_ZPCI_OP subheading underline

[PATCH v5 00/15] KVM: nVMX: VMX MSR quirk+fixes, CR4 fixes
 2022-07-22  9:50 UTC  (7+ messages)
` [PATCH v5 06/15] KVM: nVMX: Keep KVM updates to BNDCFGS ctrl bits across MSR write
` [PATCH v5 11/15] KVM: nVMX: Set UMIP bit CR4_FIXED1 MSR when emulating UMIP
` [PATCH v5 12/15] KVM: nVMX: Extend VMX MSRs quirk to CR0/4 fixed1 bits

[kvm-unit-tests PATCH v1 0/2] s390x: dump support for PV tests
 2022-07-22  7:31 UTC  (4+ messages)
` [kvm-unit-tests PATCH v1 2/2] s390x: create persistent comm-key

[RFC 0/5] In virtio-spec 1.1, new feature bit VIRTIO_F_IN_ORDER was introduced
 2022-07-22  7:12 UTC  (5+ messages)
` [RFC 1/5] vhost: reorder used descriptors in a batch
` [RFC 3/5] vhost_test: batch used buffer

[kvm-unit-tests PATCH v3 0/4] Add panic test support
 2022-07-22  6:00 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/4] runtime: add support for panic tests
` [kvm-unit-tests PATCH v3 2/4] lib: s390x: add CPU timer functions to time.h
` [kvm-unit-tests PATCH v3 3/4] s390x: add extint loop test
` [kvm-unit-tests PATCH v3 4/4] s390x: add pgm spec interrupt "

[PATCH v12 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-22  3:47 UTC  (7+ messages)
` [PATCH v12 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v12 30/40] virtio_pci: support VIRTIO_F_RING_RESET

[kvm-unit-tests PATCH 0/4] Fixup and cleanup to pmu test applications
 2022-07-22  0:58 UTC  (4+ messages)
` [kvm-unit-tests PATCH 2/4] x86: Use helpers to fetch supported perf capabilities

[PATCH v5 0/5] vfio/pci: power management changes
 2022-07-21 22:34 UTC  (9+ messages)
` [PATCH v5 1/5] vfio: Add the device features for the low power entry and exit
` [PATCH v5 2/5] vfio: Increment the runtime PM usage count during IOCTL call
` [PATCH v5 4/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY/EXIT
` [PATCH v5 5/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUP

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-21 21:36 UTC  (14+ messages)

[PATCH v8 00/39] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
 2022-07-21 21:34 UTC  (5+ messages)
` [PATCH v8 28/39] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
` [PATCH v8 33/39] KVM: selftests: nVMX: Allocate Hyper-V partition assist page

[RFC V2 PATCH 0/8] selftests: KVM: selftests for fd-based approach of supporting private memory
 2022-07-21 21:16 UTC  (5+ messages)
` [RFC V2 PATCH 2/8] selftests: kvm: Add a basic selftest to test "

[PATCH 0/7] KVM: x86/pmu: Fix some corner cases including Intel PEBS
 2022-07-21 18:27 UTC  (5+ messages)
` [PATCH 3/7] KVM: x86/pmu: Avoid setting BIT_ULL(-1) to pmu->host_cross_mapped_mask

[PATCH v6 0/4] Add Sstc extension support
 2022-07-21 18:12 UTC  (5+ messages)
` [PATCH v6 1/4] RISC-V: Add SSTC extension CSR details
` [PATCH v6 2/4] RISC-V: Enable sstc extension parsing from DT
` [PATCH v6 3/4] RISC-V: Prefer sstc extension if available
` [PATCH v6 4/4] RISC-V: KVM: Support sstc extension


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