kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-02 12:15:33 to 2023-06-04 14:31:06 UTC [more...]

[PATCH v11 00/20] TDX host kernel support
 2023-06-04 14:27 UTC  (19+ messages)
` [PATCH v11 01/20] x86/tdx: Define TDX supported page sizes as macros
` [PATCH v11 02/20] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v11 03/20] x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APIC
` [PATCH v11 04/20] x86/cpu: Detect TDX partial write machine check erratum
` [PATCH v11 05/20] x86/virt/tdx: Add SEAMCALL infrastructure
` [PATCH v11 06/20] x86/virt/tdx: Handle SEAMCALL running out of entropy error
` [PATCH v11 07/20] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v11 09/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v11 10/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v11 11/20] x86/virt/tdx: Fill out "
` [PATCH v11 12/20] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v11 13/20] x86/virt/tdx: Designate reserved areas for all TDMRs
` [PATCH v11 14/20] x86/virt/tdx: Configure TDX module with the TDMRs and global KeyID
` [PATCH v11 15/20] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v11 16/20] x86/virt/tdx: Initialize all TDMRs
` [PATCH v11 17/20] x86/kexec: Flush cache of TDX private memory
` [PATCH v11 19/20] x86/mce: Improve error log of kernel space TDX #MC due to erratum

[PATCH v3 00/10] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2023-06-04 13:07 UTC  (2+ messages)

[GIT PULL] KVM fixes for Linux 6.4-rc5
 2023-06-04 12:59 UTC  (2+ messages)

[PATCH 0/3] Relax break-before-make use with FEAT_BBM
 2023-06-04  8:23 UTC  (5+ messages)
` [PATCH 1/3] arm64: Add a capability for FEAT_BBM level 2
` [PATCH 2/3] KVM: arm64: Clear possible conflict aborts
` [PATCH 3/3] KVM: arm64: Skip break phase when we have FEAT_BBM level 2

[PATCH v3 0/3] KVM: x86: Out-of-bounds access in kvm_recalculate_phys_map()
 2023-06-04  0:29 UTC  (7+ messages)
` [PATCH v3 1/3] KVM: x86: Bail from kvm_recalculate_phys_map() if x2APIC ID is out-of-bounds
` [PATCH v3 2/3] KVM: x86: Retry APIC optimized map recalc if vCPU is added/enabled
` [PATCH v3 3/3] KVM: selftests: Add test for race in kvm_recalculate_apic_map()

[RFC PATCH v4 00/17] vsock: MSG_ZEROCOPY flag support
 2023-06-03 20:49 UTC  (18+ messages)
` [RFC PATCH v4 01/17] vsock/virtio: read data from non-linear skb
` [RFC PATCH v4 02/17] vhost/vsock: "
` [RFC PATCH v4 03/17] vsock/virtio: support to send "
` [RFC PATCH v4 04/17] vsock/virtio: non-linear skb handling for tap
` [RFC PATCH v4 05/17] vsock/virtio: MSG_ZEROCOPY flag support
` [RFC PATCH v4 06/17] vsock: check error queue to set EPOLLERR
` [RFC PATCH v4 07/17] vsock: read from socket's error queue
` [RFC PATCH v4 08/17] vsock: check for MSG_ZEROCOPY support on send
` [RFC PATCH v4 09/17] vsock: enable SOCK_SUPPORT_ZC bit
` [RFC PATCH v4 10/17] vhost/vsock: support MSG_ZEROCOPY for transport
` [RFC PATCH v4 11/17] vsock/virtio: "
` [RFC PATCH v4 12/17] vsock/loopback: "
` [RFC PATCH v4 13/17] net/sock: enable setting SO_ZEROCOPY for PF_VSOCK
` [RFC PATCH v4 14/17] docs: net: description of MSG_ZEROCOPY for AF_VSOCK
` [RFC PATCH v4 15/17] test/vsock: MSG_ZEROCOPY flag tests
` [RFC PATCH v4 16/17] test/vsock: MSG_ZEROCOPY support for vsock_perf
` [RFC PATCH v4 17/17] test/vsock: io_uring rx/tx tests

[PATCH v8 00/33] x86: enable FRED for x86-64
 2023-06-03 20:51 UTC  (7+ messages)
` [PATCH v8 01/33] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [PATCH v8 02/33] x86/fred: make unions for the cs and ss fields in struct pt_regs

KVM: x86: Fixes for 6.4
 2023-06-03 19:18 UTC  (2+ messages)

[GIT PULL] KVM/arm64 fixes for 6.4, take #3
 2023-06-03 19:16 UTC  (2+ messages)

[GIC PULL] KVM/arm64 fixes for 6.4, take #2
 2023-06-03 19:14 UTC  (3+ messages)

[PATCH v14 000/113] KVM TDX basic feature support
 2023-06-03 18:02 UTC  (4+ messages)
` [PATCH v14 111/113] RFC: KVM: x86, TDX: Add check for setting CPUID

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-06-03 16:58 UTC  (19+ 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 v4 0/1] Introduce a vringh accessor for IO memory
 2023-06-03 14:40 UTC  (6+ messages)
` [PATCH v4 1/1] vringh: IOMEM support

[PATCH v11 0/5] Support writable CPU ID registers from userspace
 2023-06-03  8:28 UTC  (12+ messages)
` [PATCH v11 5/5] KVM: arm64: Refactor writings for PMUVer/CSV2/CSV3
` [PATCH 0/3] RE: Support writable CPU ID registers from userspace [v11]
  ` [PATCH 1/3] KVM: arm64: Update id_reg limit value based on per vcpu flags
  ` [PATCH 2/3] KVM: arm64: Move non per vcpu flag checks out of kvm_arm_update_id_reg()
  ` [PATCH 3/3] KVM: arm64: Use per guest ID register for ID_AA64PFR1_EL1.MTE

[PATCH v5 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0
 2023-06-03  2:50 UTC  (3+ messages)
` [PATCH v5 1/2] KVM: arm64: PMU: Restore the host's PMUSERENR_EL0
` [PATCH v5 2/2] KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loaded

[PATCH v2] KVM: MAINTAINERS: note that linux-kvm.org isn't current
 2023-06-03  2:27 UTC  (3+ messages)

[PATCH v7 00/12] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-06-03  1:10 UTC  (13+ messages)
` [PATCH v7 01/12] KVM: x86/pmu: Rename global_ovf_ctrl_mask to global_status_mask
` [PATCH v7 02/12] KVM: x86/pmu: Move reprogram_counters() to pmu.h
` [PATCH v7 03/12] KVM: x86/pmu: Reject userspace attempts to set reserved GLOBAL_STATUS bits
` [PATCH v7 04/12] KVM: x86/pmu: Move handling PERF_GLOBAL_CTRL and friends to common x86
` [PATCH v7 05/12] KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 code
` [PATCH v7 06/12] KVM: x86: Explicitly zero cpuid "0xa" leaf when PMU is disabled
` [PATCH v7 07/12] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met
` [PATCH v7 08/12] KVM: x86/pmu: Advertise PERFCTR_CORE iff the min nr of counters is met
` [PATCH v7 09/12] KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_cap
` [PATCH v7 10/12] KVM: x86/cpuid: Add a KVM-only leaf to redirect AMD PerfMonV2 flag
` [PATCH v7 11/12] KVM: x86/svm/pmu: Add AMD PerfMonV2 support
` [PATCH v7 12/12] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022

[PATCH 0/2] KVM: VMX: Fixes for faults on ENCLS emulation
 2023-06-03  0:55 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pages
 2023-06-03  0:54 UTC  (4+ messages)

[PATCH] KVM: x86/mmu: Grab memslot for correct address space in NX recovery worker
 2023-06-03  0:52 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Fastpath accounting fixes
 2023-06-03  0:52 UTC  (2+ messages)

[PATCH] KVM: SVM: vNMI pending bit is V_NMI_PENDING_MASK not V_NMI_BLOCKING_MASK
 2023-06-03  0:52 UTC  (2+ messages)

[PATCH v6 00/10] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-06-02 23:23 UTC  (5+ messages)
` [PATCH v6 02/10] KVM: x86/pmu: Return #GP if user sets the GLOBAL_STATUS reserved bits
` [PATCH v6 03/10] KVM: x86/pmu: Make part of the Intel v2 PMU MSRs handling x86 generic

[PATCH] KVM: x86/vPMU: ignore the check of IA32_PERF_GLOBAL_CTRL bit35
 2023-06-02 23:09 UTC  (8+ messages)

[PATCH] KVM: x86/pmu: Rename global_ovf_ctrl_mask to global_status_mask
 2023-06-02 22:12 UTC 

[PATCH v9 vfio 0/7] pds_vfio driver
 2023-06-02 22:05 UTC  (4+ messages)
` [PATCH v9 vfio 2/7] vfio/pds: Initial support for pds_vfio VFIO driver

[PATCH v10 vfio 0/7] pds_vfio driver
 2023-06-02 22:03 UTC  (8+ messages)
` [PATCH v10 vfio 1/7] vfio: Commonize combine_ranges for use in other VFIO drivers
` [PATCH v10 vfio 2/7] vfio/pds: Initial support for pds_vfio VFIO driver
` [PATCH v10 vfio 3/7] vfio/pds: register with the pds_core PF
` [PATCH v10 vfio 4/7] vfio/pds: Add VFIO live migration support
` [PATCH v10 vfio 5/7] vfio/pds: Add support for dirty page tracking
` [PATCH v10 vfio 6/7] vfio/pds: Add support for firmware recovery
` [PATCH v10 vfio 7/7] vfio/pds: Add Kconfig and documentation

[PATCH] KVM: x86: Use cpu_feature_enabled() for PKU instead of #ifdef
 2023-06-02 21:49 UTC  (5+ messages)

[PATCH 0/3] vfio: Cleanup Kconfigs
 2023-06-02 21:33 UTC  (4+ messages)
` [PATCH 1/3] vfio/pci: Cleanup Kconfig
` [PATCH 2/3] vfio/platform: "
` [PATCH 3/3] vfio/fsl: Create Kconfig sub-menu

[PULL v2 00/16] Block patches
 2023-06-02 18:45 UTC  (5+ messages)
` [PULL v2 02/16] block/file-posix: introduce helper functions for sysfs attributes

KVM Forum BoF on I/O + secure virtualization
 2023-06-02 18:04 UTC 

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

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

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

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


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