public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-28 15:02:51 to 2024-07-03 02:13:17 UTC [more...]

[Patch v5 00/18] pmu test bugs fix and improvements
 2024-07-03  9:57 UTC  (17+ messages)
` [Patch v5 01/18] x86: pmu: Remove duplicate code in pmu_init()
` [Patch v5 02/18] x86: pmu: Remove blank line and redundant space
` [Patch v5 03/18] x86: pmu: Refine fixed_events[] names
` [Patch v5 04/18] x86: pmu: Fix the issue that pmu_counter_t.config crosses cache line
` [Patch v5 05/18] x86: pmu: Enlarge cnt[] length to 48 in check_counters_many()
` [Patch v5 06/18] x86: pmu: Add asserts to warn inconsistent fixed events and counters
` [Patch v5 07/18] x86: pmu: Fix cycles event validation failure
` [Patch v5 08/18] x86: pmu: Use macro to replace hard-coded branches event index
` [Patch v5 09/18] x86: pmu: Use macro to replace hard-coded ref-cycles "
` [Patch v5 10/18] x86: pmu: Use macro to replace hard-coded instructions "
` [Patch v5 11/18] x86: pmu: Enable and disable PMCs in loop() asm blob
` [Patch v5 12/18] x86: pmu: Improve instruction and branches events verification
` [Patch v5 13/18] x86: pmu: Improve LLC misses event verification
` [Patch v5 14/18] x86: pmu: Adjust lower boundary of llc-misses event to 0 for legacy CPUs
` [Patch v5 15/18] x86: pmu: Add IBPB indirect jump asm blob
` [Patch v5 16/18] x86: pmu: Adjust lower boundary of branch-misses event

[PATCH v2 0/4] Introduce a quirk to control memslot zap behavior
 2024-07-03  2:11 UTC  (3+ messages)
` [PATCH v2 1/4] KVM: x86/mmu: "
` [PATCH v2 2/4] KVM: selftests: Test slot move/delete with slot zap quirk enabled/disabled

[PULL v2 30/88] linux-headers: update to 6.10-rc1
 2024-07-02 20:19 UTC  (2+ messages)
` [PULL v2 61/88] hw/i386/fw_cfg: Add etc/e820 to fw_cfg late

[kvm-unit-tests PATCH v1 0/2] Some fixes for running under -cpu max on QEMU
 2024-07-02 16:35 UTC  (3+ messages)
` [kvm-unit-tests PATCH v1 1/2] arm/pmu: skip the PMU introspection test if missing
` [kvm-unit-tests PATCH v1 2/2] arm/mmu: widen the page size check to account for LPA2

[PATCH v1 1/1] KVM: s390: remove useless include
 2024-07-02 15:56 UTC 

[PATCH v4 0/3] LoongArch: KVM: Add Binary Translation extension support
 2024-07-02 15:43 UTC  (13+ messages)
` [PATCH v4 2/3] LoongArch: KVM: Add LBT feature detection function

How to implement message forwarding from one CID to another in vhost driver
 2024-07-02 14:26 UTC  (16+ messages)

[RFC PATCH v3 00/21] Cleaning up the KVM clock mess
 2024-07-02 14:09 UTC  (3+ messages)
` [RFC PATCH v3 21/21] sched/cputime: Cope with steal time going backwards or negative

[PULL 30/91] linux-headers: update to 6.10-rc1
 2024-07-02 14:10 UTC  (2+ messages)
` [PULL 61/91] hw/i386/fw_cfg: Add etc/e820 to fw_cfg late

[PATCH net-next v2 0/2] vsock: avoid queuing on workqueue if possible
 2024-07-02 10:00 UTC  (7+ messages)
` [PATCH PATCH net-next v2 1/2] vsock/virtio: refactor virtio_transport_send_pkt_work
` [PATCH PATCH net-next v2 2/2] vsock/virtio: avoid enqueue packets when work queue is empty

[RFC PATCH v1 00/18] Provide a new two step DMA API mapping API
 2024-07-02  9:09 UTC  (19+ messages)
` [RFC PATCH v1 01/18] dma-mapping: query DMA memory type
` [RFC PATCH v1 02/18] dma-mapping: provide an interface to allocate IOVA
` [RFC PATCH v1 03/18] dma-mapping: check if IOVA can be used
` [RFC PATCH v1 04/18] dma-mapping: implement link range API
` [RFC PATCH v1 05/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [RFC PATCH v1 06/18] dma-mapping: provide callbacks to link/unlink HMM PFNs to specific IOVA
` [RFC PATCH v1 07/18] iommu/dma: Provide an interface to allow preallocate IOVA
` [RFC PATCH v1 08/18] iommu/dma: Implement link/unlink ranges callbacks
` [RFC PATCH v1 09/18] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
` [RFC PATCH v1 10/18] RDMA/umem: Store ODP access mask information in PFN
` [RFC PATCH v1 11/18] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
` [RFC PATCH v1 12/18] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
` [RFC PATCH v1 13/18] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [RFC PATCH v1 14/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [RFC PATCH v1 15/18] vfio/mlx5: Explicitly store page list
` [RFC PATCH v1 16/18] vfio/mlx5: Convert vfio to use DMA link API
` [RFC PATCH v1 17/18] block: export helper to get segment max size
` [RFC PATCH v1 18/18] nvme-pci: use new dma API

[PATCH] KVM: VMX: Modify the BUILD_BUG_ON_MSG of the 32-bit field in the vmcs_check16 function
 2024-07-02  6:46 UTC 

[PATCH v2] s390/vfio_ccw: Fix target addresses of TIC CCWs
 2024-07-02  6:44 UTC  (3+ messages)

[PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-07-02  3:07 UTC  (3+ messages)
` [PATCH v4 20/31] i386/sev: Add support for SNP CPUID validation

[PATCH] vfio: Get/put KVM only for the first/last vfio_df_open/close in cdev path
 2024-07-02  0:17 UTC  (8+ messages)

[PATCH v3 0/3] SEV-SNP: Add KVM support for attestation
 2024-07-01 22:31 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v3 2/3] x86/sev: Move sev_guest.h into common SEV header
` [PATCH v3 3/3] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

Failed to optimize the host with tuned
 2024-07-01 22:11 UTC 

[kvm-unit-tests PATCH] x86: Increase the timeout for the test "vmx_apicv_test"
 2024-07-01 21:14 UTC 

[PATCH v3 0/3] KVM: Set vcpu->preempted/ready iff scheduled out while running
 2024-07-01 17:51 UTC  (3+ messages)

[RFC PATCH v1 0/2] virtio/vsock: some updates for deferred credit update
 2024-07-01 15:32 UTC  (3+ messages)
` [RFC PATCH v1 1/2] virtio/vsock: rework deferred credit update logic

[PATCH v2] KVM: SVM: let alternatives handle the cases when RSB filling is required
 2024-07-01 13:40 UTC  (6+ messages)

[PATCH 0/3] target/arm/kvm: Report PMU unavailability
 2024-07-01 13:32 UTC  (8+ messages)
` [PATCH 1/3] tests/arm-cpu-features: Do not assume PMU availability
` [PATCH 2/3] target/arm: Always add pmu property
` [PATCH 3/3] target/arm/kvm: Report PMU unavailability

[PATCH v4 0/3] Assorted fixes in RISC-V PMU driver
 2024-07-01 13:01 UTC  (2+ messages)

[PATCH v10 00/24] Add Secure TSC support for SNP guests
 2024-07-01 12:41 UTC  (5+ messages)
` [PATCH v10 07/24] virt: sev-guest: Store VMPCK index to SNP guest device structure

[PATCH] vhost-vdpa: switch to use vmf_insert_pfn() in the fault handler
 2024-07-01 12:37 UTC  (2+ messages)

[PATCH] vfio: Reuse file f_inode as vfio device inode
 2024-07-01 11:29 UTC  (14+ messages)

[PATCH v2] KVM: s390: fix LPSWEY handling
 2024-07-01 10:39 UTC  (8+ messages)

[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
 2024-07-01  9:55 UTC  (16+ messages)
` [PATCH v4 01/15] arm64: rsi: Add RSI definitions
` [PATCH v4 02/15] firmware/psci: Add psci_early_test_conduit()
` [PATCH v4 03/15] arm64: Detect if in a realm and set RIPAS RAM
` [PATCH v4 04/15] arm64: realm: Query IPA size from the RMM
` [PATCH v4 05/15] arm64: Mark all I/O as non-secure shared
` [PATCH v4 06/15] arm64: Make the PHYS_MASK_SHIFT dynamic
` [PATCH v4 07/15] arm64: Enforce bounce buffers for realm DMA
` [PATCH v4 08/15] arm64: mm: Avoid TLBI when marking pages as valid
` [PATCH v4 09/15] arm64: Enable memory encrypt for Realms
` [PATCH v4 10/15] arm64: Force device mappings to be non-secure shared
` [PATCH v4 11/15] efi: arm64: Map Device with Prot Shared
` [PATCH v4 12/15] irqchip/gic-v3-its: Share ITS tables with a non-trusted hypervisor
` [PATCH v4 13/15] irqchip/gic-v3-its: Rely on genpool alignment
` [PATCH v4 14/15] arm64: rsi: Interfaces to query attestation token
` [PATCH v4 15/15] virt: arm-cca-guest: TSM_REPORT support for realms

[kvm-unit-tests PATCH v7 0/5] x86: Add test cases for LAM
 2024-07-01  7:30 UTC  (6+ messages)
` [kvm-unit-tests PATCH v7 1/5] x86: Move struct invpcid_desc to processor.h
` [kvm-unit-tests PATCH v7 2/5] x86: Allow setting of CR3 LAM bits if LAM supported
` [kvm-unit-tests PATCH v7 3/5] x86: Add test case for LAM_SUP
` [kvm-unit-tests PATCH v7 4/5] x86: Add test cases for LAM_{U48,U57}
` [kvm-unit-tests PATCH v7 5/5] x86: Add test case for INVVPID with LAM

[PATCH v7 0/1] Centralize _GNU_SOURCE definition into lib.mk
 2024-07-01  6:14 UTC  (3+ messages)
` [PATCH v7 1/1] selftests: Centralize -D_GNU_SOURCE= to CFLAGS in lib.mk

[PATCH v2 0/3] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2024-07-01  4:46 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 2/4] KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
 2024-07-01  0:15 UTC 

[PATCH AUTOSEL 5.10 2/4] KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
 2024-07-01  0:14 UTC 

[PATCH AUTOSEL 5.15 2/5] KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
 2024-07-01  0:14 UTC 

[PATCH AUTOSEL 6.1 2/5] KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
 2024-07-01  0:14 UTC 

[PATCH AUTOSEL 6.6 04/12] KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
 2024-07-01  0:13 UTC 

[PATCH AUTOSEL 6.9 08/20] KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
 2024-07-01  0:11 UTC 

[Bug 218980] New: [VM boot] Guest Kernel hit BUG: kernel NULL pointer dereference, address: 0000000000000010 and WARNING: CPU: 0 PID: 218 at arch/x86/kernel/fpu/core.c:57 x86_task_fpu+0x17/0x20
 2024-06-30 22:48 UTC  (5+ messages)
` [Bug 218980] "

[5.10.x Backport CVE-2021-47094] KVM: x86/mmu: Don't advance iterator after restart due to yielding
 2024-06-30 20:24 UTC 

Using PEBS from qemu-kvm
 2024-06-30 14:19 UTC 

[PATCH v6 0/4] Add Svade and Svadu Extensions Support
 2024-06-30 14:09 UTC  (5+ messages)
` [PATCH v6 2/4] dt-bindings: riscv: Add Svade and Svadu Entries

[PATCH] KVM: PPC: add missing MODULE_DESCRIPTION() macros
 2024-06-29  3:11 UTC  (2+ messages)

[PATCH] KVM: X86: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variables
 2024-06-29  2:41 UTC  (3+ messages)

[PATCH] MAINTAINERS: Include documentation in KVM/arm64 entry
 2024-06-29  2:24 UTC  (4+ messages)

[PATCH v2 0/3] SEV-SNP: Add KVM support for attestation
 2024-06-29  0:48 UTC  (5+ messages)
` [PATCH v2 1/3] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v2 2/3] x86/sev: Move sev_guest.h into common SEV header
` [PATCH v2 3/3] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[PATCH V9 0/2] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2024-06-29  0:39 UTC  (8+ messages)
` [PATCH V9 1/2] KVM: selftests: Add x86_64 guest udelay() utility
` [PATCH V9 2/2] KVM: selftests: Add test for configure of x86 APIC bus frequency
  ` VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX

[PATCH v1 0/5] SEV-SNP: Add KVM support for attestation and KVM_EXIT_COCO
 2024-06-29  0:36 UTC  (6+ messages)
` [PATCH v1 4/5] KVM: Introduce KVM_EXIT_COCO exit type

[PATCH v5 4/9] mm: Add test_clear_young_fast_only MMU notifier
 2024-06-28 23:38 UTC  (12+ messages)

[PATCH v2] KVM: x86: add missing MODULE_DESCRIPTION() macros
 2024-06-28 23:10 UTC  (3+ messages)

[PATCH] KVM: VMX: Remove unnecessary INVEPT[GLOBAL] from hardware enable path
 2024-06-28 22:55 UTC  (2+ messages)

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

[PATCH 0/6] KVM: nVMX: Fix nested posted intr vs. HLT
 2024-06-28 22:55 UTC  (2+ messages)

[PATCH] KVM: VMX: Switch __vmx_exit() and kvm_x86_vendor_exit() in vmx_exit()
 2024-06-28 22:55 UTC  (2+ messages)

[PATCH 0/3] KVM: SVM: SEV-ES save area fix+cleanups
 2024-06-28 22:55 UTC  (2+ messages)

[PATCH 0/2] KVM: selftests: Fix PMU counters test flakiness
 2024-06-28 22:55 UTC  (2+ messages)

[Patch v2 1/2] KVM: x86/pmu: Introduce distinct macros for GP/fixed counter max number
 2024-06-28 22:55 UTC  (2+ messages)

[PATCH v2] kvm: Fix warning in__kvm_gpc_refresh
 2024-06-28 22:55 UTC  (2+ messages)

[PATCH 1/3] Documentation: Fix typo `BFD`
 2024-06-28 22:11 UTC  (3+ messages)

[PATCH 0/5] KVM: arm64: Fix handling of TCR2_EL1
 2024-06-28 19:13 UTC  (2+ messages)

[PATCH 1/1] KVM: s390: fix LPSWEY handling
 2024-06-28 16:55 UTC  (7+ messages)


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