kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-29 00:55:38 to 2024-02-29 16:02:41 UTC [more...]

[PATCH 00/21] TDX/SNP part 1 of n, for 6.9
 2024-02-29 16:02 UTC  (12+ messages)
` [PATCH 02/21] KVM: Allow page-sized MMU caches to be initialized with custom 64-bit values
` [PATCH 03/21] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH 04/21] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH 10/21] KVM: SEV: Use a VMSA physical address variable for populating VMCB

[PATCH v1 1/1] vfio/nvgrace-gpu: Convey kvm that the device is wc safe
 2024-02-29 15:56 UTC  (2+ messages)

[PATCH v3 00/10] crypto: qat - enable QAT GEN4 SRIOV VF live migration for QAT GEN4
 2024-02-29 15:53 UTC  (12+ messages)
` [PATCH v3 10/10] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[PATCH net-next v2 3/3] tun: AF_XDP Tx zero-copy support
 2024-02-29 15:44 UTC  (5+ messages)

[PATCH 00/16] KVM: x86/mmu: Page fault and MMIO cleanups
 2024-02-29 15:25 UTC  (12+ messages)
` [PATCH 02/16] KVM: x86: Remove separate "bit" defines for page fault error code masks
` [PATCH 04/16] KVM: x86/mmu: Pass full 64-bit error code when handling page faults
` [PATCH 05/16] KVM: x86/mmu: Use synthetic page fault error code to indicate private faults

[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU
 2024-02-29 15:14 UTC  (10+ messages)
` [PATCH v9 07/21] i386/cpu: Use APIC ID info get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14]
` [PATCH v9 18/21] hw/i386/pc: Support smp.modules for x86 PC machine
` [PATCH v9 21/21] i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 25:14]

[RFC PATCH 00/73] KVM: x86/PVM: Introduce a new hypervisor
 2024-02-29 14:55 UTC  (5+ messages)

[PATCH] KVM: arm64: Fix TRFCR_EL1/PMSCR_EL1 access in hVHE mode
 2024-02-29 14:54 UTC 

CVE-2021-46978: KVM: nVMX: Always make an attempt to map eVMCS after migration
 2024-02-29 14:34 UTC  (5+ messages)

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-02-29 14:14 UTC  (75+ messages)
` [PATCH v5 01/65] linux-headers: Update to Linux v6.8-rc5
` [PATCH v5 02/65] RAMBlock: Add support of KVM private guest memfd
` [PATCH v5 03/65] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v5 04/65] trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
` [PATCH v5 05/65] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PATCH v5 06/65] kvm: Introduce support for memory_attributes
` [PATCH v5 07/65] physmem: Introduce ram_block_discard_guest_memfd_range()
` [PATCH v5 08/65] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v5 09/65] trace/kvm: Add trace for page convertion between shared and private
` [PATCH v5 10/65] kvm/memory: Make memory type private by default if it has guest memfd backend
` [PATCH v5 11/65] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v5 12/65] i386: Introduce tdx-guest object
` [PATCH v5 13/65] target/i386: Implement mc->kvm_type() to get VM type
` [PATCH v5 14/65] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v5 15/65] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v5 16/65] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v5 17/65] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v5 18/65] i386/tdx: Make Intel-PT unsupported for TD guest
` [PATCH v5 19/65] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[]
` [PATCH v5 20/65] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup
` [PATCH v5 21/65] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup
` [PATCH v5 22/65] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [PATCH v5 23/65] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v5 24/65] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v5 25/65] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v5 26/65] i386/tdx: Make sept_ve_disable set by default
` [PATCH v5 27/65] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v5 28/65] i386/tdx: Disable pmu for "
` [PATCH v5 29/65] i386/tdx: Validate TD attributes
` [PATCH v5 30/65] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v5 31/65] i386/tdx: Implement user specified tsc frequency
` [PATCH v5 32/65] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v5 33/65] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PATCH v5 34/65] kvm/tdx: Ignore memory conversion to shared of unassigned region
` [PATCH v5 35/65] memory: Introduce memory_region_init_ram_guest_memfd()
` [PATCH v5 36/65] i386/tdx: load TDVF for TD guest
` [PATCH v5 37/65] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v5 38/65] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v5 39/65] i386/tdx: Skip BIOS shadowing setup
` [PATCH v5 40/65] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v5 41/65] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v5 42/65] i386/tdx: Track RAM entries for TDX VM
` [PATCH v5 43/65] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v5 44/65] i386/tdx: Setup the TD HOB list
` [PATCH v5 45/65] i386/tdx: Populate TDVF private memory via KVM_MEMORY_MAPPING
` [PATCH v5 46/65] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v5 47/65] i386/tdx: Finalize TDX VM
` [PATCH v5 48/65] i386/tdx: handle TDG.VP.VMCALL<SetupEventNotifyInterrupt>
` [PATCH v5 49/65] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v5 50/65] i386/tdx: handle TDG.VP.VMCALL<MapGPA> hypercall
` [PATCH v5 51/65] i386/tdx: Handle TDG.VP.VMCALL<REPORT_FATAL_ERROR>
` [PATCH v5 52/65] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v5 53/65] pci-host/q35: Move PAM initialization above SMRAM initialization
` [PATCH v5 54/65] q35: Introduce smm_ranges property for q35-pci-host
` [PATCH v5 55/65] i386/tdx: Disable SMM for TDX VMs
` [PATCH v5 56/65] i386/tdx: Disable PIC "
` [PATCH v5 57/65] i386/tdx: Don't allow system reset "
` [PATCH v5 58/65] i386/tdx: LMCE is not supported for TDX
` [PATCH v5 59/65] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [PATCH v5 60/65] hw/i386: add option to forcibly report edge trigger in acpi tables
` [PATCH v5 61/65] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v5 62/65] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v5 63/65] i386/tdx: Skip kvm_put_apicbase() "
` [PATCH v5 64/65] i386/tdx: Don't get/put guest state for TDX VMs
` [PATCH v5 65/65] docs: Add TDX documentation

[PATCH v2 00/13] KVM/arm64: Add NV support for ERET and PAuth
 2024-02-29 13:44 UTC  (4+ messages)
` [PATCH v2 06/13] KVM: arm64: nv: Fast-track 'InHost' exception returns

[PATCH v11 0/8] KVM: allow mapping non-refcounted pages
 2024-02-29 13:36 UTC  (10+ messages)
` [PATCH v11 1/8] KVM: Assert that a page's refcount is elevated when marking accessed/dirty
` [PATCH v11 2/8] KVM: Relax BUG_ON argument validation
` [PATCH v11 3/8] KVM: mmu: Introduce kvm_follow_pfn()
` [PATCH v11 4/8] KVM: mmu: Improve handling of non-refcounted pfns
` [PATCH v11 5/8] KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()
` [PATCH v11 6/8] KVM: x86: Migrate "
` [PATCH v11 7/8] KVM: x86/mmu: Track if sptes refer to refcounted pages
` [PATCH v11 8/8] KVM: x86/mmu: Handle non-refcounted pages

[RFC PATCH v5 00/29] TDX KVM selftests
 2024-02-29 13:20 UTC  (7+ messages)
` [RFC PATCH v5 06/29] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test
` [RFC PATCH v5 10/29] KVM: selftests: TDX: Adding test case for TDX port IO

[PATCH 0/3] KVM: x86: Fix KVM_FEATURE_PV_UNHALT update logic
 2024-02-29 13:20 UTC  (4+ messages)
` [PATCH 2/3] KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATURE_PV_UNHALT

[PATCH net-next v2 2/3] vhost_net: Call peek_len when using xdp
 2024-02-29 13:17 UTC  (3+ messages)

[PATCH v3 0/8] Use TAP in some more x86 KVM selftests
 2024-02-29 13:12 UTC  (9+ messages)
` [PATCH v3 3/8] KVM: selftests: Move setting a vCPU's entry point to a dedicated API

[PATCH net-next v2 1/3] xsk: Remove non-zero 'dma_page' check in xp_assign_dev
 2024-02-29 12:52 UTC  (3+ messages)

[kvm-unit-tests PATCH 00/13] Enable EFI support
 2024-02-29 11:54 UTC  (7+ messages)
` [kvm-unit-tests PATCH 03/13] treewide: lib/stack: Fix backtrace
` [kvm-unit-tests PATCH 04/13] treewide: lib/stack: Make base_address arch specific

[PATCH v7] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-02-29 11:00 UTC  (4+ messages)

[RESEND v3 0/3] KVM: irqchip: synchronize srcu only if needed
 2024-02-29 10:15 UTC  (5+ messages)
` [RESEND v3 1/3] KVM: setup empty irq routing when create vm
` [RESEND v3 2/3] KVM: x86: don't setup empty irq routing when KVM_CAP_SPLIT_IRQCHIP
` [RESEND v3 3/3] KVM: s390: don't setup dummy routing when KVM_CREATE_IRQCHIP

[RFC PATCH v1 00/26] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
 2024-02-29 10:04 UTC  (19+ messages)
  ` folio_mmapped
      ` folio_mmapped

[PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-29  9:42 UTC  (26+ messages)
` [PATCH vhost v3 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v3 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v3 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v3 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v3 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v3 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v3 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v3 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v3 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v3 10/19] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
` [PATCH vhost v3 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v3 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v3 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v3 14/19] virtio_ring: remove api of setting vq premapped
` [PATCH vhost v3 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v3 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v3 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v3 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v3 19/19] virtio_net: sq support premapped mode

[PATCH v8 00/16] Add Secure TSC support for SNP guests
 2024-02-29  9:26 UTC  (6+ messages)
` [PATCH v8 03/16] virt: sev-guest: Add SNP guest request structure

[PATCH] hisi_acc_vfio_pci: Remove the deferred_reset logic
 2024-02-29  9:11 UTC 

[PATCH v13 00/21] KVM: xen: update shared_info and vcpu_info handling
 2024-02-29  7:18 UTC  (3+ messages)
` [PATCH v13 05/21] KVM: pfncache: remove KVM_GUEST_USES_PFN usage

[RFC 0/8] Introduce SMP Cache Topology
 2024-02-29  7:19 UTC  (10+ messages)
` [RFC 2/8] hw/core: Move CPU topology enumeration into arch-agnostic file
` [RFC 4/8] hw/core: Add cache topology options in -smp
` [RFC 6/8] i386/cpu: Update cache topology with machine's configuration

[PATCH v5 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-02-29  6:56 UTC  (4+ messages)
` [PATCH v5 1/3] KVM: selftests: aarch64: Add helper function for the vpmu vcpu creation
` [PATCH v5 2/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v5 3/3] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[PATCH] KVM: selftests: aarch64: Remove unused functions from vpmu test
 2024-02-29  6:37 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/32] powerpc improvements
 2024-02-29  3:55 UTC  (10+ messages)
` [kvm-unit-tests PATCH 04/32] powerpc: interrupt stack backtracing
` [kvm-unit-tests PATCH 09/32] scripts: allow machine option to be specified in unittests.cfg
` [kvm-unit-tests PATCH 32/32] powerpc: gitlab CI update

[PATCH RFC 00/20] Add Counter delegation ISA extension support
 2024-02-29  1:25 UTC  (3+ messages)

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-02-29  1:01 UTC  (16+ messages)
` [PATCH v4 01/15] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v4 02/15] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v4 03/15] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v4 04/15] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v4 05/15] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v4 06/15] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v4 07/15] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v4 08/15] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v4 09/15] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v4 10/15] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v4 11/15] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v4 12/15] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v4 13/15] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v4 14/15] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v4 15/15] KVM: riscv: selftests: Add a test for counter overflow

[PATCH v9 00/11] KVM: selftests: Add SEV and SEV-ES smoke tests
 2024-02-29  0:55 UTC  (4+ messages)


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