KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-01 15:05:58 to 2023-06-02 17:02:57 UTC [more...]

[PATCH 0/3] Relax break-before-make use with FEAT_BBM
 2023-06-02 17:01 UTC  (2+ messages)
` [PATCH 1/3] arm64: Add a capability for FEAT_BBM level 2

[PATCH v2] KVM: allow KVM_BUG/KVM_BUG_ON to handle 64-bit cond
 2023-06-02 16:56 UTC  (8+ messages)

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-06-02 16:19 UTC  (17+ messages)
` [PATCH v4 01/16] KVM: Allow hva_pfn_fast() to resolve read-only faults
` [PATCH v4 02/16] KVM: x86: Set vCPU exit reason to KVM_EXIT_UNKNOWN at the start of KVM_RUN
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v4 04/16] KVM: Add docstrings to __kvm_write_guest_page() and __kvm_read_guest_page()
` [PATCH v4 05/16] KVM: Annotate -EFAULTs from kvm_vcpu_write_guest_page()
` [PATCH v4 06/16] KVM: Annotate -EFAULTs from kvm_vcpu_read_guest_page()
` [PATCH v4 07/16] KVM: Simplify error handling in __gfn_to_pfn_memslot()
` [PATCH v4 08/16] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn()
` [PATCH v4 09/16] KVM: Introduce KVM_CAP_NOWAIT_ON_FAULT without implementation
` [PATCH v4 10/16] KVM: x86: Implement KVM_CAP_NOWAIT_ON_FAULT
` [PATCH v4 11/16] KVM: arm64: "
` [PATCH v4 12/16] KVM: selftests: Report per-vcpu demand paging rate from demand paging test
` [PATCH v4 13/16] KVM: selftests: Allow many vCPUs and reader threads per UFFD in "
` [PATCH v4 14/16] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT
` [PATCH v4 15/16] KVM: selftests: Add memslot_flags parameter to memstress_create_vm()
` [PATCH v4 16/16] KVM: selftests: Handle memory fault exits in demand_paging_test

[PATCH v2 00/16] Use MMU read lock for clear-dirty-log
 2023-06-02 16:09 UTC  (17+ messages)
` [PATCH v2 01/16] KVM: selftests: Clear dirty logs in user defined chunks sizes in dirty_log_perf_test
` [PATCH v2 02/16] KVM: selftests: Add optional delay between consecutive clear-dirty-log calls
` [PATCH v2 03/16] KVM: selftests: Pass the count of read and write accesses from guest to host
` [PATCH v2 04/16] KVM: selftests: Print read-write progress by vCPUs in dirty_log_perf_test
` [PATCH v2 05/16] KVM: selftests: Allow independent execution of "
` [PATCH v2 06/16] KVM: arm64: Correct the kvm_pgtable_stage2_flush() documentation
` [PATCH v2 07/16] KVM: mmu: Move mmu lock/unlock to arch code for clear dirty log
` [PATCH v2 08/16] KMV: arm64: Pass page table walker flags to stage2_apply_range_*()
` [PATCH v2 09/16] KVM: arm64: Document the page table walker actions based on the callback's return value
` [PATCH v2 10/16] KVM: arm64: Return -ENOENT if PTE is not valid in stage2_attr_walker
` [PATCH v2 11/16] KVM: arm64: Use KVM_PGTABLE_WALK_SHARED flag instead of KVM_PGTABLE_WALK_HANDLE_FAULT
` [PATCH v2 12/16] KVM: arm64: Retry shared page table walks outside of fault handler
` [PATCH v2 13/16] KVM: arm64: Run clear-dirty-log under MMU read lock
` [PATCH v2 14/16] KVM: arm64: Pass page walker flags from callers of stage 2 split walker
` [PATCH v2 15/16] KVM: arm64: Provide option to pass page walker flag for huge page splits
` [PATCH v2 16/16] KVM: arm64: Split huge pages during clear-dirty-log under MMU read lock

[PATCH 0/4] KVM: arm64: PMU: Fix PMUVer handling on heterogeneous PMU systems
 2023-06-02 16:07 UTC  (7+ messages)

[PATCH] KVM: x86: Use cpu_feature_enabled() for PKU instead of #ifdef
 2023-06-02 15:51 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pages
 2023-06-02 15:09 UTC  (3+ messages)

[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
 2023-06-02 15:07 UTC  (6+ messages)

[PATCH 0/3] s390/vfio-ap: fix hang when mdev attached to guest is removed
 2023-06-02 12:46 UTC  (6+ messages)
` [PATCH 1/3] vfio: ap: realize the VFIO_DEVICE_GET_IRQ_INFO ioctl

[PATCH v12 00/24] Add vfio_device cdev for iommufd support
 2023-06-02 12:16 UTC  (25+ messages)
` [PATCH v12 01/24] vfio: Allocate per device file structure
` [PATCH v12 02/24] vfio: Refine vfio file kAPIs for KVM
` [PATCH v12 03/24] vfio: Accept vfio device file in the KVM facing kAPI
` [PATCH v12 04/24] kvm/vfio: Prepare for accepting vfio device fd
` [PATCH v12 05/24] kvm/vfio: Accept vfio device file from userspace
` [PATCH v12 06/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
` [PATCH v12 07/24] vfio: Block device access via device fd until device is opened
` [PATCH v12 08/24] vfio: Add cdev_device_open_cnt to vfio_group
` [PATCH v12 09/24] vfio: Make vfio_df_open() single open for device cdev path
` [PATCH v12 10/24] vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind()
` [PATCH v12 11/24] vfio-iommufd: Split bind/attach into two steps
` [PATCH v12 12/24] vfio: Record devid in vfio_device_file
` [PATCH v12 13/24] vfio-iommufd: Add detach_ioas support for physical VFIO devices
` [PATCH v12 14/24] iommufd/device: Add iommufd_access_detach() API
` [PATCH v12 15/24] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
` [PATCH v12 16/24] vfio: Move vfio_device_group_unregister() to be the first operation in unregister
` [PATCH v12 17/24] vfio: Add cdev for vfio_device
` [PATCH v12 18/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
` [PATCH v12 19/24] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
` [PATCH v12 20/24] vfio: Only check group->type for noiommu test
` [PATCH v12 21/24] vfio: Determine noiommu device in __vfio_register_dev()
` [PATCH v12 22/24] vfio: Remove vfio_device_is_noiommu()
` [PATCH v12 23/24] vfio: Compile vfio_group infrastructure optionally
` [PATCH v12 24/24] docs: vfio: Add vfio device cdev description

[PATCH v7 0/9] Enhance vfio PCI hot reset for vfio cdev device
 2023-06-02 12:15 UTC  (10+ messages)
` [PATCH v7 1/9] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
` [PATCH v7 2/9] vfio/pci: Move the existing hot reset logic to be a helper
` [PATCH v7 3/9] iommufd: Reserve all negative IDs in the iommufd xarray
` [PATCH v7 4/9] iommufd: Add iommufd_ctx_has_group()
` [PATCH v7 5/9] iommufd: Add helper to retrieve iommufd_ctx and devid
` [PATCH v7 6/9] vfio: Mark cdev usage in vfio_device
` [PATCH v7 7/9] vfio: Add helper to search vfio_device in a dev_set
` [PATCH v7 8/9] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
` [PATCH v7 9/9] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET

[Bug 217516] New: FAIL: TSC reference precision test when do hyperv_clock test of kvm unit test
 2023-06-02 12:13 UTC  (2+ messages)
` [Bug 217516] "

[PATCH v2] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2023-06-02 12:11 UTC  (2+ messages)

[PATCH][next] KVM: s390: selftests: Fix spelling mistake "initally" -> "initially"
 2023-06-02 12:08 UTC  (4+ messages)

[PATCH v2 00/13] local_clock() vs noinstr
 2023-06-02 11:54 UTC  (4+ messages)
` [PATCH v2 04/13] arm64/arch_timer: Provide noinstr sched_clock_read() functions

[PATCH v4 0/1] Introduce a vringh accessor for IO memory
 2023-06-02 10:59 UTC  (4+ messages)
` [PATCH v4 1/1] vringh: IOMEM support

[kvm-unit-tests PATCH v9 0/2] S390x: CPU Topology Information
 2023-06-02 10:02 UTC  (10+ messages)
` [kvm-unit-tests PATCH v9 2/2] s390x: topology: Checking Configuration "

[PATCH v3 0/2] KVM: x86: Report actual nent from KVM_GET_CPUID2
 2023-06-02  8:42 UTC  (3+ messages)

[PATCH v4 0/6] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-06-02  8:25 UTC  (7+ messages)
` [PATCH v4 3/6] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()

[kvm-unit-tests PATCH v5 0/2] Fixing infinite loop on SCLP READ SCP INFO error
 2023-06-02  8:24 UTC  (5+ messages)
` [kvm-unit-tests PATCH v5 1/2] s390x: sclp: treat system as single processor when read_info is NULL
` [kvm-unit-tests PATCH v5 2/2] s390x: sclp: Implement extended-length-SCCB facility

[PATCH v9 0/5] Support writable CPU ID registers from userspace
 2023-06-02  8:15 UTC  (4+ messages)
` [PATCH v9 5/5] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[kvm-unit-tests PATCH v3 0/9] s390x: uv-host: Fixups and extensions part 1
 2023-06-02  8:10 UTC  (3+ messages)

[PATCH] kvm: limit the maximum CPUID.0xA.edx[0..4] to 3
 2023-06-02  7:38 UTC 

[PATCH] KVM: x86/vPMU: ignore the check of IA32_PERF_GLOBAL_CTRL bit35
 2023-06-02  7:02 UTC 

[RFC PATCH 0/5] Add TDX intra host migration support
 2023-06-02  7:00 UTC  (3+ messages)
` [RFC PATCH 4/5] KVM: TDX: Implement moving private pages between 2 TDs

[PATCH 0/2] KVM: VMX: Clean up of vmx_set_cr4()
 2023-06-02  1:25 UTC  (2+ messages)

[PATCH 0/2] KVM: VMX: UMIP emulation related cleanups
 2023-06-02  1:25 UTC  (2+ messages)

[PATCH] KVM: x86/pmu: Remove redundant check for MSR_IA32_DS_AREA set handler
 2023-06-02  1:25 UTC  (2+ messages)

[PATCH] KVM: VMX: restore vmx_vmexit alignment
 2023-06-02  1:25 UTC  (2+ messages)

[PATCH] KVM: selftests: Refactor stable TSC check to use TEST_REQUIRE()
 2023-06-02  1:23 UTC  (2+ messages)

[PATCH 0/2] selftests/kvm: Fixes for demand paging test
 2023-06-02  1:23 UTC  (2+ messages)

[PATCH] selftests/kvm: touch all pages of args on each memstress iteration
 2023-06-02  1:23 UTC  (2+ messages)

[PATCH][next] KVM: selftests: Fix spelling mistake "miliseconds" -> "milliseconds"
 2023-06-02  1:23 UTC  (2+ messages)

[PATCH V5 0/2] selftests: KVM: Add a test for eager page splitting
 2023-06-02  1:23 UTC  (2+ messages)

[PATCH v2] KVM: SVM: Remove TSS reloading code after VMEXIT
 2023-06-02  1:23 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Add comment on try_cmpxchg64 usage in tdp_mmu_set_spte_atomic
 2023-06-02  1:22 UTC  (2+ messages)

[PATCH v2] KVM: x86/mmu: Assert on @mmu in the __kvm_mmu_invalidate_addr()
 2023-06-02  1:22 UTC  (2+ messages)

[PATCH v2 0/8] KVM: x86: Clean up MSR PAT handling
 2023-06-02  1:21 UTC  (2+ messages)

[PATCH v3] KVM: x86: Fix poll command
 2023-06-02  1:21 UTC  (2+ messages)

[PATCH] KVM: Protect vcpu->pid dereference via debugfs with RCU
 2023-06-02  1:20 UTC  (2+ messages)

[PATCH] KVM: Don't kfree(NULL) on kzalloc() failure in kvm_assign_ioeventfd_idx()
 2023-06-02  1:20 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Fastpath accounting fixes
 2023-06-02  1:19 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Account fastpath-only VM-Exits in vCPU stats
` [PATCH 2/2] KVM: SVM: Invoke trace_kvm_exit() for fastpath VM-Exits

[PATCH 0/3] KVM: x86: Use "standard" mmu_notifier hook for APIC page
 2023-06-02  1:15 UTC  (4+ messages)
` [PATCH 1/3] KVM: VMX: Retry APIC-access page reload if invalidation is in-progress
` [PATCH 2/3] KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access page
` [PATCH 3/3] KVM: x86/mmu: Trigger APIC-access page reload iff vendor code cares

[PATCH] KVM: x86/mmu: Grab memslot for correct address space in NX recovery worker
 2023-06-02  1:01 UTC 

[PATCH v11 0/5] Support writable CPU ID registers from userspace
 2023-06-02  0:51 UTC  (6+ messages)
` [PATCH v11 1/5] KVM: arm64: Save ID registers' sanitized value per guest
` [PATCH v11 2/5] KVM: arm64: Use per guest ID register for ID_AA64PFR0_EL1.[CSV2|CSV3]
` [PATCH v11 3/5] KVM: arm64: Use per guest ID register for ID_AA64DFR0_EL1.PMUVer
` [PATCH v11 4/5] KVM: arm64: Reuse fields of sys_reg_desc for idreg
` [PATCH v11 5/5] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3

[PATCH v6 00/10] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-06-02  0:50 UTC  (3+ messages)
` [PATCH v6 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met

[PATCH v1 0/6] LASS KVM virtualization support
 2023-06-02  0:35 UTC  (3+ messages)
` [PATCH v1 4/6] KVM: x86: Add emulator helper for LASS violation check

[PATCH 0/3] Out-of-bounds access in kvm_recalculate_phys_map()
 2023-06-02  0:26 UTC  (5+ messages)
` [PATCH 3/3] KVM: selftests: Add test for race in kvm_recalculate_apic_map()

[ANNOUNCE] KVM Microconference at LPC 2023
 2023-06-02  0:23 UTC  (4+ messages)

[PATCH v14 000/113] KVM TDX basic feature support
 2023-06-02  0:15 UTC  (4+ messages)
` [PATCH v14 011/113] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module

[PATCH v2 0/3] KVM: x86: Out-of-bounds access in kvm_recalculate_phys_map()
 2023-06-01 23:40 UTC  (4+ messages)
` [PATCH v2 3/3] KVM: selftests: Add test for race in kvm_recalculate_apic_map()

[PATCH net] virtio/vsock: fix sock refcnt bug on owner set failure
 2023-06-01  7:58 UTC  (2+ messages)

[PATCH kernel v5 0/6] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-06-01 23:31 UTC  (9+ messages)
` [PATCH kernel v5 5/6] KVM: SEV: Enable data breakpoints in SEV-ES

[PATCH] vfio: Fixup kconfig ordering for VFIO_PCI_CORE
 2023-06-01 22:45 UTC  (5+ messages)

[PATCH v3 00/22] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-06-01 22:43 UTC  (16+ messages)
` [PATCH v3 05/22] KVM: Add KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v3 17/22] KVM: Introduce KVM_CAP_ABSENT_MAPPING_FAULT without implementation

[PATCH v4] KVM: VMX: do not disable interception for MSR_IA32_SPEC_CTRL on eIBRS
 2023-06-01 21:23 UTC  (10+ messages)

[PATCH v3 03/34] s390: Use pt_frag_refcount for pagetables
 2023-06-01 20:43 UTC  (3+ messages)

[PATCH v2 00/17] KVM: arm64: Allow using VHE in the nVHE hypervisor
 2023-06-01 20:10 UTC  (5+ messages)
` [PATCH v2 05/17] arm64: Don't enable VHE for the kernel if OVERRIDE_HVHE is set

[PATCH v2] selftests/kvm: Allow specify physical cpu list in demand paging test
 2023-06-01 18:42 UTC 

[PATCH] selftests/kvm: Allow specify physical cpu list in demand paging test
 2023-06-01 18:37 UTC  (3+ messages)

[PATCH v3 2/2] KVM: selftests: Print summary stats of memory latency distribution
 2023-06-01 18:12 UTC  (2+ messages)

[PATCH v3 1/2] KVM: selftests: Provide generic way to read system counter
 2023-06-01 18:11 UTC 

[PATCH] KVM: SVM: vNMI pending bit is V_NMI_PENDING_MASK not V_NMI_BLOCKING_MASK
 2023-06-01 18:05 UTC  (5+ messages)

[syzbot] [kvm?] [net?] [virt?] general protection fault in vhost_work_queue
 2023-06-01 16:33 UTC  (12+ messages)

[PULL 0/8] Block patches
 2023-06-01 15:25 UTC  (9+ messages)
` [PULL 1/8] block: add blk_io_plug_call() API
` [PULL 2/8] block/nvme: convert to "
` [PULL 3/8] block/blkio: "
` [PULL 4/8] block/io_uring: "
` [PULL 5/8] block/linux-aio: "
` [PULL 6/8] block: remove bdrv_co_io_plug() API
` [PULL 7/8] block/blkio: use qemu_open() to support fd passing for virtio-blk
` [PULL 8/8] qapi: add '@fdset' feature for BlockdevOptionsVirtioBlkVhostVdpa


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 read-only IMAP folder(s) and NNTP newsgroup(s).