public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-01 09:55:35 to 2024-07-05 01:02:39 UTC [more...]

[PATCH v2 00/49] KVM: x86: CPUID overhaul, fixes, and caching
 2024-07-05  1:02 UTC  (17+ messages)
` [PATCH v2 01/49] KVM: x86: Do all post-set CPUID processing during vCPU creation
` [PATCH v2 02/49] KVM: x86: Explicitly do runtime CPUID updates "after" initial setup
` [PATCH v2 03/49] KVM: x86: Account for KVM-reserved CR4 bits when passing through CR4 on VMX
` [PATCH v2 04/49] KVM: selftests: Update x86's set_sregs_test to match KVM's CPUID enforcement
` [PATCH v2 05/49] KVM: selftests: Assert that the @cpuid passed to get_cpuid_entry() is non-NULL
` [PATCH v2 06/49] KVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_cpuid_entry()
` [PATCH v2 07/49] KVM: selftests: Verify KVM stuffs runtime CPUID OS bits on CR4 writes
` [PATCH v2 08/49] KVM: x86: Move __kvm_is_valid_cr4() definition to x86.h

[PATCH v4 0/3] LoongArch: KVM: Add Binary Translation extension support
 2024-07-04 19:44 UTC  (18+ messages)
` [PATCH v4 2/3] LoongArch: KVM: Add LBT feature detection function

[GIT PULL] Kselftest fixes for v6.10
 2024-07-04 19:36 UTC  (2+ messages)

[RFC PATCH v1 00/18] Provide a new two step DMA API mapping API
 2024-07-04 17:16 UTC  (28+ 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 v4 0/4] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
 2024-07-04 16:16 UTC  (3+ messages)
` [PATCH v4 4/4] vfio/pci: Enable PCI resource mmap() on s390 and remove VFIO_PCI_MMAP

[kvm-unit-tests PATCH 0/4] riscv: sbi: Add support to test timer extension
 2024-07-04 16:06 UTC  (3+ messages)
` [kvm-unit-tests PATCH 4/4] riscv: sbi: Add test for "

[PATCH kvm-unit-tests] This patch adds a unit test for the debug console write() and write_byte() functions. It also fixes the virt_to_phys() function to return the offset address, not the PTE aligned address
 2024-07-04 13:40 UTC  (2+ messages)

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

[RFC PATCH 0/2] Fix doorbell emulation for nested KVM guests in V1 API
 2024-07-04 12:29 UTC  (5+ messages)
` [RFC PATCH 1/2] Revert "KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1"
` [RFC PATCH 2/2] arch/powerpc/kvm: Fix doorbells for nested KVM guests on PowerNV

[Patch v5 00/18] pmu test bugs fix and improvements
 2024-07-04 12:21 UTC  (21+ 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 v5 17/18] x86: pmu: Optimize emulated instruction validation
` [Patch v5 18/18] x86: pmu: Print measured event count if test fails

[kvm-unit-tests PATCH v1 0/2] Some fixes for running under -cpu max on QEMU
 2024-07-04 10:32 UTC  (8+ 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 v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-07-04 10:10 UTC  (9+ messages)
` [PATCH v7 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings

[PULL v3 30/85] linux-headers: update to 6.10-rc1
 2024-07-04  9:54 UTC  (4+ messages)
` [PULL v3 58/85] hw/i386/fw_cfg: Add etc/e820 to fw_cfg late

[PATCH] i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INIT
 2024-07-04  9:53 UTC  (6+ messages)

[PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-07-04  8:53 UTC  (8+ messages)
` [PATCH v4 20/31] i386/sev: Add support for SNP CPUID validation
` [PATCH v4 30/31] i386/kvm: Add KVM_EXIT_HYPERCALL handling for KVM_HC_MAP_GPA_RANGE

[PATCH v3 00/17] TDX MMU prep series part 1
 2024-07-04  8:51 UTC  (21+ messages)
` [PATCH v3 04/17] KVM: x86/mmu: Add an external pointer to struct kvm_mmu_page
` [PATCH v3 13/17] KVM: x86/tdp_mmu: Support mirror root for TDP MMU
` [PATCH v3 17/17] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()

[GIT PULL 0/1] KVM: s390: Fix z16 support (for KVM master)
 2024-07-04  8:42 UTC  (2+ messages)
` [GIT PULL 1/1] KVM: s390: fix LPSWEY handling

Using PEBS from qemu-kvm
 2024-07-04  8:07 UTC  (2+ messages)

[PATCH 0/8] Introduce SMP Cache Topology
 2024-07-04  3:16 UTC  (9+ messages)
` [PATCH 1/8] hw/core: Make CPU topology enumeration arch-agnostic
` [PATCH 2/8] qapi/qom: Introduce smp-cache object
` [PATCH 3/8] hw/core: Add smp cache topology for machine
` [PATCH 4/8] hw/core: Check smp cache topology support "
` [PATCH 5/8] i386/cpu: Support thread and module level cache topology
` [PATCH 6/8] i386/cpu: Update cache topology with machine's configuration
` [PATCH 7/8] i386/pc: Support cache topology in -machine for PC machine
` [PATCH 8/8] qemu-options: Add the description of smp-cache object

[PATCH] i386: revert defaults to 'legacy-vm-type=true' for SEV(-ES) guests
 2024-07-04  0:06 UTC  (4+ messages)

[PATCH] KVM: arm64: nv: Truely enable nXS TLBI operations
 2024-07-03 23:25 UTC  (2+ messages)

[PATCH] MAINTAINERS: Include documentation in KVM/arm64 entry
 2024-07-03 23:25 UTC  (2+ messages)

[PATCH V9 0/2] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2024-07-03 21:37 UTC  (5+ messages)
` [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 v2 3/8] mm/mprotect: Push mmu notifier to PUDs
 2024-07-03 21:29 UTC 

[PATCH] KVM: x86: Free the MSR filter after destorying VCPUs
 2024-07-03 17:56 UTC 

[PATCH] KVM: s390: vsie: retry SIE instruction on host intercepts
 2024-07-03 17:45 UTC  (7+ messages)

[PATCH v1 0/2] s390: Two small fixes and improvements
 2024-07-03 15:59 UTC  (3+ messages)
` [PATCH v1 1/2] s390/entry: Pass the asce as parameter to sie64a()
` [PATCH v1 2/2] s390/kvm: Move bitfields for dat tables

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-07-03 13:18 UTC  (4+ messages)

[PATCH v1 1/1] KVM: s390: remove useless include
 2024-07-03 10:40 UTC  (3+ messages)

[PATCH v2] x86/bhi: BHI mitigation can trigger warning in #DB handler
 2024-07-03  6:24 UTC  (2+ messages)

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

[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

How to implement message forwarding from one CID to another in vhost driver
 2024-07-02 14:26 UTC  (14+ 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

[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  (2+ messages)

[PATCH] vfio: Get/put KVM only for the first/last vfio_df_open/close in cdev path
 2024-07-02  0:17 UTC  (5+ 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  (5+ messages)

[PATCH 0/3] target/arm/kvm: Report PMU unavailability
 2024-07-01 13:32 UTC  (5+ messages)
` [PATCH 2/3] target/arm: Always add pmu property

[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  (3+ messages)

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

[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
 2024-07-01  9:55 UTC  (12+ messages)
` [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


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