public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-13 08:23:57 to 2024-06-17 07:16:02 UTC [more...]

[PATCH v2 0/4] KVM: Reject vCPU IDs above 2^32
 2024-06-17  7:16 UTC  (6+ messages)
` [PATCH v2 3/4] KVM: Limit check IDs for KVM_SET_BOOT_CPU_ID

[PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA
 2024-06-17  4:06 UTC  (17+ messages)
` [PATCH v3 02/14] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v3 10/14] arm64: Force device mappings to be non-secure shared
` [PATCH v3 12/14] arm64: realm: Support nonsecure ITS emulation shared

[PATCH] crypto: qat - fix linking errors when PCI_IOV is disabled
 2024-06-17  3:29 UTC  (2+ messages)

[PATCH 1/2] vdpa: support set mac address from vdpa tool
 2024-06-17  2:57 UTC  (13+ messages)

[PATCH] vringh: add MODULE_DESCRIPTION()
 2024-06-17  1:52 UTC  (3+ messages)

[PATCH] vdpa: Add support for no-IOMMU mode
 2024-06-17  1:38 UTC  (7+ messages)
  ` [EXTERNAL] "

[PATCH v19 000/130] KVM TDX basic feature support
 2024-06-17  1:20 UTC  (3+ messages)
` [PATCH v19 117/130] KVM: TDX: Silently ignore INIT/SIPI

[PATCH 0/9] maintainer updates (gdbstub, plugins, time control)
 2024-06-16 18:43 UTC  (12+ messages)
` [PATCH 8/9] plugins: add time control API
` [PATCH 9/9] contrib/plugins: add ips plugin example for cost modeling

[PATCH 0/9] TDX host: metadata reading tweaks, bug fix and info dump
 2024-06-16 12:01 UTC  (10+ messages)
` [PATCH 1/9] x86/virt/tdx: Rename _offset to _member for TD_SYSINFO_MAP() macro
` [PATCH 2/9] x86/virt/tdx: Unbind global metadata read with 'struct tdx_tdmr_sysinfo'
` [PATCH 3/9] x86/virt/tdx: Support global metadata read for all element sizes
` [PATCH 4/9] x86/virt/tdx: Abstract reading multiple global metadata fields as a helper
` [PATCH 5/9] x86/virt/tdx: Move field mapping table of getting TDMR info to function local
` [PATCH 6/9] x86/virt/tdx: Start to track all global metadata in one structure
` [PATCH 7/9] x86/virt/tdx: Print TDX module basic information
` [PATCH 8/9] x86/virt/tdx: Exclude memory region hole within CMR as TDMR's reserved area
` [PATCH 9/9] x86/virt/tdx: Don't initialize module that doesn't support NO_RBP_MOD feature

[PATCH] s390/cio: add missing MODULE_DESCRIPTION() macros
 2024-06-16  3:56 UTC 

[PATCH] KVM: PPC: add missing MODULE_DESCRIPTION() macros
 2024-06-15 15:18 UTC 

[PATCH 1/2] selftests: kvm: remove print_skip()
 2024-06-15 13:01 UTC  (6+ messages)
` [PATCH 2/2] selftests: kvm: replace exit() with ksft_exit_fail_msg()

[GIT PULL] VFIO fixes for v6.10-rc4
 2024-06-15  3:01 UTC  (2+ messages)

[PATCH] LoongArch: KVM: Delay secondary mmu tlb flush before guest entry
 2024-06-15  2:59 UTC 

[PATCH v19 037/130] KVM: TDX: Make KVM_CAP_MAX_VCPUS backend specific
 2024-06-15  0:04 UTC  (14+ messages)

[PATCH] KVM: x86/mmu: Rephrase comment about synthetic PFERR flags in #PF handler
 2024-06-15  0:02 UTC  (2+ messages)

[PATCH v4 0/4] KVM: x86/mmu: Rework TDP MMU eager page splitting SP allocations
 2024-06-15  0:02 UTC  (2+ messages)

[PATCH] KVM: fix an error code in kvm_create_vm()
 2024-06-15  0:02 UTC  (5+ messages)

[kvm-unit-tests GIT PULL] x86: Fixes, cleanups, and new tests
 2024-06-14 23:46 UTC 

[PATCH v5 0/9] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-06-14 23:17 UTC  (15+ messages)
` [PATCH v5 4/9] mm: Add test_clear_young_fast_only MMU notifier

[PATCH v2 00/15] TDX MMU prep series part 1
 2024-06-14 23:11 UTC  (6+ messages)
` [PATCH v2 11/15] KVM: x86/tdp_mmu: Reflect tearing down mirror page tables

[PATCH v3 0/5] KVM: Reject vCPU IDs above 2^32
 2024-06-14 20:28 UTC  (6+ messages)
` [PATCH v3 1/5] KVM: Reject overly excessive IDs in KVM_CREATE_VCPU
` [PATCH v3 2/5] KVM: x86: Limit check IDs for KVM_SET_BOOT_CPU_ID
` [PATCH v3 3/5] KVM: x86: Prevent excluding the BSP on setting max_vcpu_ids
` [PATCH v3 4/5] KVM: selftests: Test max vCPU IDs corner cases
` [PATCH v3 5/5] KVM: selftests: Test vCPU boot IDs above 2^32

[PATCH v6] KVM: arm64: Add early_param to control WFx trapping
 2024-06-14 20:12 UTC  (4+ messages)

[PATCH v2 00/15] KVM: arm64: nv: FPSIMD/SVE, plus some other CPTR goodies
 2024-06-14 20:08 UTC  (22+ messages)
` [PATCH v2 01/15] KVM: arm64: nv: Forward FP/ASIMD traps to guest hypervisor
` [PATCH v2 02/15] KVM: arm64: nv: Forward SVE "
` [PATCH v2 03/15] KVM: arm64: nv: Handle CPACR_EL1 traps
` [PATCH v2 04/15] KVM: arm64: nv: Load guest FP state for ZCR_EL2 trap
` [PATCH v2 05/15] KVM: arm64: nv: Load guest hyp's ZCR into EL1 state
` [PATCH v2 06/15] KVM: arm64: nv: Handle ZCR_EL2 traps
` [PATCH v2 07/15] KVM: arm64: nv: Save guest's ZCR_EL2 when in hyp context
` [PATCH v2 08/15] KVM: arm64: nv: Use guest hypervisor's max VL when running nested guest
` [PATCH v2 09/15] KVM: arm64: nv: Ensure correct VL is loaded before saving SVE state
` [PATCH v2 10/15] KVM: arm64: Spin off helper for programming CPTR traps
` [PATCH v2 11/15] KVM: arm64: nv: Honor guest hypervisor's FP/SVE traps in CPTR_EL2
` [PATCH v2 12/15] KVM: arm64: nv: Add TCPAC/TTA to CPTR->CPACR conversion helper
` [PATCH v2 13/15] KVM: arm64: nv: Add trap description for CPTR_EL2
` [PATCH v2 14/15] KVM: arm64: nv: Add additional trap setup "
` [PATCH v2 15/15] KVM: arm64: Allow the use of SVE+NV

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-06-14 19:33 UTC  (24+ messages)

The VFIO/IOMMU/PCI MC at LPC 2024 - Call for Papers
 2024-06-14 17:07 UTC 

[linux-next:master] [KVM] 377b2f359d: kvm-unit-tests-qemu.vmx.fail
 2024-06-14 15:15 UTC  (2+ messages)

[PATCH v3 00/16] KVM: arm64: nv: Shadow stage-2 page table handling
 2024-06-14 14:45 UTC  (17+ messages)
` [PATCH v3 01/16] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v3 02/16] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v3 03/16] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v3 04/16] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v3 05/16] KVM: arm64: nv: Add Stage-1 EL2 invalidation primitives
` [PATCH v3 06/16] KVM: arm64: nv: Handle EL2 Stage-1 TLB invalidation
` [PATCH v3 07/16] KVM: arm64: nv: Handle TLB invalidation targeting L2 stage-1
` [PATCH v3 08/16] KVM: arm64: nv: Handle TLBI VMALLS12E1{,IS} operations
` [PATCH v3 09/16] KVM: arm64: nv: Handle TLBI ALLE1{,IS} operations
` [PATCH v3 10/16] KVM: arm64: nv: Handle TLBI IPAS2E1{,IS} operations
` [PATCH v3 11/16] KVM: arm64: nv: Handle FEAT_TTL hinted TLB operations
` [PATCH v3 12/16] KVM: arm64: nv: Tag shadow S2 entries with guest's leaf S2 level
` [PATCH v3 13/16] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v3 14/16] KVM: arm64: nv: Add handling of outer-shareable TLBI operations
` [PATCH v3 15/16] KVM: arm64: nv: Add handling of range-based "
` [PATCH v3 16/16] KVM: arm64: nv: Add handling of NXS-flavoured "

[PATCH net-next 0/2] vsock: avoid queuing on workqueue if possible
 2024-06-14 14:40 UTC  (2+ messages)

[PATCH net-next 1/2] vsock/virtio: refactor virtio_transport_send_pkt_work
 2024-06-14 14:37 UTC  (4+ messages)
` [PATCH net-next 2/2] vsock/virtio: avoid enqueue packets when work queue is empty

kvm selftest 'msr' fails on some skylake cpus
 2024-06-14 14:26 UTC  (2+ messages)

[PATCH v3 6/6] powerpc/iommu: Reimplement the iommu_table_group_ops for pSeries
 2024-06-14 13:24 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
 2024-06-14 12:29 UTC 

[RFC PATCH v2 00/10] vhost-blk: in-kernel accelerator for virtio-blk guests
 2024-06-14 11:23 UTC  (4+ messages)
` [PATCH] Fix Issue: When VirtIO Backend providing VIRTIO_BLK_F_MQ feature, The file system of the front-end OS fails to be mounted

[PATCH] i386: revert defaults to 'legacy-vm-type=true' for SEV(-ES) guests
 2024-06-14 10:39 UTC 

[PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-06-14 10:02 UTC  (8+ messages)
` [PATCH v4 27/31] hw/i386/sev: Use guest_memfd for legacy ROMs
` [PATCH v4 28/31] hw/i386: Add support for loading BIOS using guest_memfd

[kvm-unit-tests PATCH] build: retain intermediate .aux.o targets
 2024-06-14  8:38 UTC  (5+ messages)

[syzbot] Monthly kvm report (Jun 2024)
 2024-06-14  8:20 UTC 

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-06-14  7:49 UTC  (13+ messages)
` [PATCH v5 17/65] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v5 25/65] i386/tdx: Add property sept-ve-disable for tdx-guest object

[PATCH] KVM: Discard zero mask with function kvm_dirty_ring_reset
 2024-06-14  2:58 UTC  (3+ messages)

[PATCH] KVM: Remove duplicated zero clear with dirty_bitmap buffer
 2024-06-14  2:45 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/4] powerpc fix and misc docs/build/CI improvements
 2024-06-14  1:07 UTC  (7+ messages)
` [kvm-unit-tests PATCH 3/4] build: Make build output pretty

[kvm-unit-tests PATCH v10 00/15] powerpc improvements
 2024-06-14  0:56 UTC  (4+ messages)
` [kvm-unit-tests PATCH v10 12/15] scripts/arch-run.bash: Fix run_panic() success exit status

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-06-14  0:52 UTC  (28+ messages)
` [PATCH v2 11/25] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v2 12/25] KVM: VMX: Handle FRED event data
` [PATCH v2 13/25] KVM: VMX: Handle VMX nested exception for FRED
` [PATCH v2 14/25] KVM: VMX: Disable FRED if FRED consistency checks fail
` [PATCH v2 17/25] KVM: nVMX: Add support for the secondary VM exit controls
` [PATCH v2 18/25] KVM: nVMX: Add a prerequisite to SHADOW_FIELD_R[OW] macros
` [PATCH v2 19/25] KVM: nVMX: Add FRED VMCS fields
` [PATCH v2 22/25] KVM: x86: Allow FRED/LKGS/WRMSRNS to be exposed to guests

[kvm-unit-tests PATCH] Bump Fedora version to 40
 2024-06-14  0:49 UTC  (2+ messages)

[kvm-unit-tests PATCH] gitlab-ci: Test that "make check-kerneldoc" does not report any errors
 2024-06-14  0:45 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Clean up function comments for dirty logging APIs
 2024-06-13 23:33 UTC  (3+ messages)

[PATCH 1/1] s390/virtio_ccw: fix config change notifications
 2024-06-13 21:50 UTC  (5+ messages)

[PATCH 0/5] Introduce a quirk to control memslot zap behavior
 2024-06-13 20:01 UTC  (2+ messages)

[PATCH] KVM: nVMX: Update VMCS12_REVISION comment to state it should never change
 2024-06-13 19:28 UTC  (2+ messages)

[PATCH] KVM/x86: increase frame warning limit in emulate when using KASAN or KCSAN
 2024-06-13 19:17 UTC  (2+ messages)

[PATCH v2 00/54] Mediated Passthrough vPMU 2.0 for x86
 2024-06-13 18:04 UTC  (11+ messages)
` [PATCH v2 07/54] perf: Add generic exclude_guest support

[PATCH 0/4] i386/cpu: Add support for perfmon-v2, RAS bits and EPYC-Turin CPU model
 2024-06-13 14:13 UTC  (10+ messages)
` [PATCH 2/4] i386/cpu: Add PerfMonV2 feature bit
` [PATCH 3/4] i386/cpu: Enable perfmon-v2 and RAS feature bits on EPYC-Genoa
` [PATCH 4/4] i386/cpu: Add support for EPYC-Turin model

[RFC PATCH v1 0/2] KVM: arm64: Making BT Field in ID_AA64PFR1_EL1 writable
 2024-06-13  8:42 UTC  (6+ messages)

[PATCH v9 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-06-13  8:23 UTC  (4+ messages)
` [PATCH v9 1/3] KVM: selftests: aarch64: Add helper function for the vpmu vcpu creation
` [PATCH v9 2/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v9 3/3] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test


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