public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-03 17:51:41 to 2022-08-06 07:48:44 UTC [more...]

IOTLB support for vhost/vsock breaks crosvm on Android
 2022-08-06  7:48 UTC  (3+ messages)

[kvm-unit-tests PATCH v2] x86: Test illegal LEA handling
 2022-08-06  2:00 UTC  (11+ messages)
` [kvm-unit-tests PATCH 1/4] x86: emulator.c cleanup: Save and restore exception handlers
  ` [kvm-unit-tests PATCH 2/4] x86: emulator.c cleanup: Use ASM_TRY for the UD_VECTOR cases
  ` [kvm-unit-tests PATCH 4/4] x86: Extend ASM_TRY to handle #UD thrown by FEP-triggered emulator

[PATCH v2] KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap gen
 2022-08-06  0:49 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Make page tables for eager page splitting NUMA aware
 2022-08-05 23:30 UTC  (9+ messages)

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

[PATCH v4 1/2] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-08-05 23:01 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-05 19:54 UTC  (18+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 02/14] selftests/memfd: Add tests for F_SEAL_AUTO_ALLOCATE
` [PATCH v7 03/14] mm: Introduce memfile_notifier
` [PATCH v7 04/14] mm/shmem: Support memfile_notifier
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*

[PATCH v2 0/5] KVM: Fix oneshot interrupts forwarding
 2022-08-05 19:39 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: x86: Move irq mask notifiers from x86 to generic KVM
` [PATCH v2 2/5] KVM: x86: Add kvm_register_and_fire_irq_mask_notifier()
` [PATCH v2 3/5] KVM: irqfd: Postpone resamplefd notify for oneshot interrupts
` [PATCH v2 4/5] KVM: irqfd: Rename resampler->notifier
` [PATCH v2 5/5] KVM: Rename kvm_irq_has_notifier()

[PATCH v3 0/6] KVM: Clean up debugfs init/destroy
 2022-08-05 19:20 UTC  (13+ messages)
` [PATCH v3 1/6] KVM: Shove vm stats_id init into kvm_create_vm()
` [PATCH v3 2/6] KVM: Shove vcpu stats_id init into kvm_vcpu_init()
` [PATCH v3 3/6] KVM: Get an fd before creating the VM
` [PATCH v3 4/6] KVM: Pass the name of the VM fd to kvm_create_vm_debugfs()
` [PATCH v3 5/6] KVM: Actually create debugfs in kvm_create_vm()
` [PATCH v3 6/6] KVM: Hoist debugfs_dentry init to kvm_create_vm_debugfs() (again)

[PATCH V3 vfio 00/11] Add device DMA logging support for mlx5 driver
 2022-08-05 19:01 UTC  (4+ messages)
` [PATCH V3 vfio 04/11] vfio: Move vfio.c to vfio_main.c

[PATCH v2 0/2] KVM: x86/xen: Prevent xen timer init when running
 2022-08-05 18:50 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: x86/xen: Initialize Xen timer only once
` [PATCH v2 2/2] KVM: x86/xen: Stop Xen timer before changing the IRQ vector

[PATCH v2] kvm: x86: mmu: Always flush TLBs when enabling dirty logging
 2022-08-05 18:28 UTC  (2+ messages)

[PATCH v2] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-08-05 18:03 UTC  (4+ messages)

[RFC PATCH 0/3] KVM: x86: Disallow writes to feature MSRs post-KVM_RUN
 2022-08-05 17:29 UTC  (4+ messages)
` [RFC PATCH 1/3] KVM: x86: Add macros to track first...last VMX feature MSRs
` [RFC PATCH 2/3] KVM: x86: Generate set of VMX feature MSRs using first/last definitions
` [RFC PATCH 3/3] KVM: x86: Disallow writes to immutable feature MSRs after KVM_RUN

vfio/pci - uAPI for WC
 2022-08-05 17:26 UTC  (2+ messages)

[RFC PATCH v6 000/104] KVM TDX basic feature support
 2022-08-05 17:14 UTC  (9+ messages)
` [RFC PATCH v6 037/104] KVM: x86/mmu: Allow non-zero value for non-present SPTE

[PATCH v4 0/6] ASID support in vhost-vdpa net
 2022-08-05 16:39 UTC  (7+ messages)
` [PATCH v4 1/6] linux-headers: Update kernel headers
` [PATCH v4 2/6] vdpa: Use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
` [PATCH v4 3/6] vdpa: Allocate SVQ unconditionally
` [PATCH v4 4/6] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v4 5/6] vdpa: Store x-svq parameter in VhostVDPAState
` [PATCH v4 6/6] vdpa: Always start CVQ in SVQ mode

[PATCH v2 1/3] KVM: selftests: Test all possible "invalid" PERF_CAPABILITIES.LBR_FMT vals
 2022-08-05 16:32 UTC  (5+ messages)
` [PATCH 2/3] KVM: x86: Reject writes to PERF_CAPABILITIES feature MSR after KVM_RUN
` [PATCH 3/3] KVM: selftests: Test writing PERF_CAPABILITIES after KVM_RUN is rejected

[PATCH v7 0/4] Add Sstc extension support
 2022-08-05 16:17 UTC  (4+ messages)
` [PATCH v7 3/4] RISC-V: Prefer sstc extension if available

[RFC PATCH v3 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-08-05 16:05 UTC  (2+ messages)

[PATCH 0/9] KVM: arm64: PMU: Fixing chained events, and PMUv3p5 support
 2022-08-05 13:58 UTC  (10+ messages)
` [PATCH 1/9] KVM: arm64: PMU: Align chained counter implementation with architecture pseudocode
` [PATCH 2/9] KVM: arm64: PMU: Distinguish between 64bit counter and 64bit overflow
` [PATCH 3/9] KVM: arm64: PMU: Only narrow counters that are not 64bit wide
` [PATCH 4/9] KVM: arm64: PMU: Add counter_index_to_*reg() helpers
` [PATCH 5/9] KVM: arm64: PMU: Simplify setting a counter to a specific value
` [PATCH 6/9] KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creation
` [PATCH 7/9] KVM: arm64: PMU: Allow ID_AA64DFR0_EL1.PMUver to be set from userspace
` [PATCH 8/9] KVM: arm64: PMU: Implement PMUv3p5 long counter support
` [PATCH 9/9] KVM: arm64: PMU: Allow PMUv3p5 to be exposed to the guest

[PATCH] RISC-V: KVM: Fix compile after merge
 2022-08-05 13:28 UTC  (2+ messages)

[PATCH] arm:Add PSCI_CPU_OFF testscase to arm/psci testsuite
 2022-08-05 13:26 UTC 

[PATCH v2 0/3] KVM: x86/mmu: MMIO caching bug fixes
 2022-08-05 11:17 UTC  (7+ messages)
` [PATCH v2 1/3] KVM: x86: Tag kvm_mmu_x86_module_init() with __init
` [PATCH v2 2/3] KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks change
` [PATCH v2 3/3] KVM: SVM: Disable SEV-ES support if MMIO caching is disable

[PATCH v2] KVM: X86: Explicitly set the 'fault.async_page_fault' value in kvm_fixup_and_inject_pf_error()
 2022-08-05 10:26 UTC  (6+ messages)

[PATCH] KVM: x86: Bug the VM if an accelerated x2APIC trap occurs on a "bad" reg
 2022-08-05 10:24 UTC  (2+ messages)

[PATCH] arm: psci: Add psci-off functionality
 2022-08-05 10:18 UTC 

[RFC PATCH 1/1] kvm: Use a new spinlock to avoid atomic operations in kvm_get_dirty_log_protect
 2022-08-05  9:33 UTC  (2+ messages)

[PATCH] vhost-vdpa: Call ida_simple_remove() when failed
 2022-08-05  9:12 UTC 

CRYPTOCURRENCY DROP WILL MAKE YOU A MILLIONAIRE
 2022-08-05  8:29 UTC 

[PATCH] selftests: kvm/x86: test if it checks all the bits in the LBR_FMT bit-field
 2022-08-05  6:10 UTC  (3+ messages)

[PATCH v3] x86/fpu: Allow PKRU to be (once again) written by ptrace
 2022-08-05  5:37 UTC 

[PATCH] KVM: HWPoison: Fix memory address&size during remap
 2022-08-05  1:32 UTC  (4+ messages)
` PING: "
    `  "

[kvm-unit-tests PATCH v2 0/3] arm: pmu: Fixes for bare metal
 2022-08-05  0:43 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 1/3] arm: pmu: Add missing isb()'s after sys register writing
` [kvm-unit-tests PATCH v2 2/3] arm: pmu: Reset the pmu registers before starting some tests
` [kvm-unit-tests PATCH v2 3/3] arm: pmu: Check for overflow in the low counter in chained counters tests

[kvm-unit-tests PATCH v3 0/3] arm: pmu: Fixes for bare metal
 2022-08-05  0:41 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/3] arm: pmu: Add missing isb()'s after sys register writing
` [kvm-unit-tests PATCH v3 2/3] arm: pmu: Reset the pmu registers before starting some tests
` [kvm-unit-tests PATCH v3 3/3] arm: pmu: Check for overflow in the low counter in chained counters tests

[PATCH v1 00/40] TDX QEMU support
 2022-08-05  0:16 UTC  (8+ messages)
` [PATCH v1 08/40] i386/tdx: Adjust the supported CPUID based on TDX restrictions

[PATCH] selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
 2022-08-04 23:41 UTC  (7+ messages)

[GIT PULL] KVM changes for Linux 5.20 merge window
 2022-08-04 22:46 UTC  (2+ messages)

[PATCH 0/3] KVM: Fix oneshot interrupts forwarding
 2022-08-04 19:31 UTC  (4+ messages)
` [PATCH 2/3] KVM: x86: Add kvm_irq_is_masked()

[bug report] KVM: x86: Do not block APIC write for non ICR registers
 2022-08-04 17:54 UTC  (2+ messages)

[PATCH] KVM: x86: revalidate steal time cache if MSR value changes
 2022-08-04 17:42 UTC  (5+ messages)

[PATCH 0/1] fix sparse warning in linux-next
 2022-08-04 17:35 UTC  (2+ messages)
` [PATCH 1/1] KVM: s390: pci: fix airq_iv_create sparse warning

[PATCH v3 3/5] selftests: kvm/x86: Add testing for masked events
 2022-08-04 16:44 UTC  (2+ messages)

[PATCH v3 0/5] kvm: x86/pmu: Introduce and test masked events
 2022-08-04 16:41 UTC  (7+ messages)
` [PATCH v3 1/5] kvm: x86/pmu: Introduce masked events to the pmu event filter

[PATCH v2 0/7] KVM: x86: Intel PERF_CAPABILITIES fixes and cleanups
 2022-08-04 15:07 UTC  (12+ messages)
` [PATCH v2 1/7] KVM: x86: Refresh PMU after writes to MSR_IA32_PERF_CAPABILITIES
` [PATCH v2 2/7] perf/x86/core: Remove unnecessary stubs provided for KVM-only helpers
` [PATCH v2 3/7] perf/x86/core: Drop the unnecessary return value from x86_perf_get_lbr()
` [PATCH v2 4/7] KVM: VMX: Advertise PMU LBRs if and only if perf supports LBRs
` [PATCH v2 5/7] KVM: VMX: Use proper type-safe functions for vCPU => LBRs helpers
` [PATCH v2 6/7] KVM: VMX: Adjust number of LBR records for PERF_CAPABILITIES at refresh
` [PATCH v2 7/7] KVM: VMX: Simplify capability check when handling PERF_CAPABILITIES write

[PATCH kvmtool 0/4] Makefile and virtio fixes
 2022-08-04 15:02 UTC  (2+ messages)

Add vfio-platform support for ONESHOT irq forwarding?
 2022-08-04 14:44 UTC  (19+ messages)

[PATCH] KVM: x86: do not report preemption if the steal time cache is stale
 2022-08-04 14:14 UTC  (2+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-04 13:37 UTC  (15+ messages)
` [PATCH Part2 v6 06/49] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table
` [PATCH Part2 v6 21/49] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 v6 25/49] KVM: SVM: Disallow registering memory range from HugeTLB for SNP guest
` [PATCH Part2 v6 27/49] KVM: SVM: Mark the private vma unmerable for SEV-SNP guests

[RFC v2 00/10] Introduce an extensible static analyzer
 2022-08-04 11:44 UTC  (2+ messages)

[PATCH v5 00/22] TDX host kernel support
 2022-08-04 10:06 UTC  (21+ messages)
` [PATCH v5 07/22] x86/virt/tdx: Implement SEAMCALL function
` [PATCH v5 12/22] x86/virt/tdx: Convert all memory regions in memblock to TDX memory

[PATCHv2 0/7] Virtual NMI feature
 2022-08-04  9:51 UTC  (6+ messages)
` [PATCHv2 4/7] KVM: SVM: Report NMI not allowed when Guest busy handling VNMI

[PATCH v3 0/7] ASID support in vhost-vdpa net
 2022-08-04  7:54 UTC  (12+ messages)
` [PATCH v3 4/7] vdpa: Add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH v3 6/7] vhost_net: Add NetClientInfo prepare callback
` [PATCH v3 7/7] vdpa: Always start CVQ in SVQ mode

[PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
 2022-08-04  7:58 UTC  (11+ messages)

[RFC 0/5] In virtio-spec 1.1, new feature bit VIRTIO_F_IN_ORDER was introduced
 2022-08-04  5:04 UTC  (6+ messages)
` [RFC 1/5] vhost: reorder used descriptors in a batch

[kvm-unit-tests PATCH] X86: Set up EPT before running vmx_pf_exception_test
 2022-08-04  2:14 UTC  (5+ messages)

[PATCH 0/5] Fix a race between posted interrupt delivery and migration in a nested VM
 2022-08-03 23:55 UTC  (13+ messages)
` [PATCH 1/5] KVM: x86: Get vmcs12 pages before checking pending interrupts
` [PATCH 2/5] selftests: KVM/x86: Fix vcpu_{save,load}_state() by adding APIC state into kvm_x86_state

[PATCH] KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap gen
 2022-08-03 22:49 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 0/1] s390x: verify EQBS/SQBS is unavailable
 2022-08-03 22:17 UTC  (3+ messages)
` [kvm-unit-tests PATCH v3 1/1] "

[PATCH v2 0/2] Extend KVM trace_kvm_nested_vmrun() to support VMX
 2022-08-03 19:27 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: nested/x86: update trace_kvm_nested_vmrun() to suppot VMX

[PATCH 0/3] KVM: x86: Intel PERF_CAPABILITIES fix and cleanups
 2022-08-03 18:47 UTC  (5+ messages)
` [PATCH 1/3] KVM: x86: Refresh PMU after writes to MSR_IA32_PERF_CAPABILITIES

[GIT PULL] VFIO updates for v6.0-rc1
 2022-08-03 18:44 UTC 


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