Linux KVM
[Prev Page][Next Page]
- Re: [RFC PATCH v4 02/17] vhost/vsock: read data from non-linear skb, (continued)
- [RFC PATCH v4 01/17] vsock/virtio: read data from non-linear skb,
Arseniy Krasnov
- [RFC PATCH v4 07/17] vsock: read from socket's error queue,
Arseniy Krasnov
- [RFC PATCH v4 03/17] vsock/virtio: support to send non-linear skb,
Arseniy Krasnov
- [RFC PATCH v4 10/17] vhost/vsock: support MSG_ZEROCOPY for transport,
Arseniy Krasnov
- [RFC PATCH v4 11/17] vsock/virtio: support MSG_ZEROCOPY for transport,
Arseniy Krasnov
- [RFC PATCH v4 05/17] vsock/virtio: MSG_ZEROCOPY flag support,
Arseniy Krasnov
- [RFC PATCH v4 08/17] vsock: check for MSG_ZEROCOPY support on send,
Arseniy Krasnov
- [RFC PATCH v4 12/17] vsock/loopback: support MSG_ZEROCOPY for transport,
Arseniy Krasnov
- [RFC PATCH v4 14/17] docs: net: description of MSG_ZEROCOPY for AF_VSOCK,
Arseniy Krasnov
- [RFC PATCH v4 16/17] test/vsock: MSG_ZEROCOPY support for vsock_perf,
Arseniy Krasnov
- [RFC PATCH v4 13/17] net/sock: enable setting SO_ZEROCOPY for PF_VSOCK,
Arseniy Krasnov
- [RFC PATCH v4 06/17] vsock: check error queue to set EPOLLERR,
Arseniy Krasnov
- [RFC PATCH v4 09/17] vsock: enable SOCK_SUPPORT_ZC bit,
Arseniy Krasnov
- [RFC PATCH v4 15/17] test/vsock: MSG_ZEROCOPY flag tests,
Arseniy Krasnov
- [RFC PATCH v4 17/17] test/vsock: io_uring rx/tx tests,
Arseniy Krasnov
- Re: [RFC PATCH v4 00/17] vsock: MSG_ZEROCOPY flag support,
Bobby Eshleman
- Re: [RFC PATCH v4 00/17] vsock: MSG_ZEROCOPY flag support,
Stefano Garzarella
- [PATCH v5 0/2] KVM: arm64: PMU: Correct the handling of PMUSERENR_EL0,
Reiji Watanabe
- [PATCH v7 00/12] KVM: x86: Add AMD Guest PerfMonV2 PMU support,
Sean Christopherson
- [PATCH v7 03/12] KVM: x86/pmu: Reject userspace attempts to set reserved GLOBAL_STATUS bits,
Sean Christopherson
- [PATCH v7 05/12] KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 code,
Sean Christopherson
- [PATCH v7 04/12] KVM: x86/pmu: Move handling PERF_GLOBAL_CTRL and friends to common x86,
Sean Christopherson
- [PATCH v7 02/12] KVM: x86/pmu: Move reprogram_counters() to pmu.h,
Sean Christopherson
- [PATCH v7 06/12] KVM: x86: Explicitly zero cpuid "0xa" leaf when PMU is disabled,
Sean Christopherson
- [PATCH v7 07/12] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met,
Sean Christopherson
- [PATCH v7 01/12] KVM: x86/pmu: Rename global_ovf_ctrl_mask to global_status_mask,
Sean Christopherson
- [PATCH v7 11/12] KVM: x86/svm/pmu: Add AMD PerfMonV2 support,
Sean Christopherson
- [PATCH v7 10/12] KVM: x86/cpuid: Add a KVM-only leaf to redirect AMD PerfMonV2 flag,
Sean Christopherson
- [PATCH v7 09/12] KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_cap,
Sean Christopherson
- [PATCH v7 08/12] KVM: x86/pmu: Advertise PERFCTR_CORE iff the min nr of counters is met,
Sean Christopherson
- [PATCH v7 12/12] KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022,
Sean Christopherson
- Re: [PATCH v7 00/12] KVM: x86: Add AMD Guest PerfMonV2 PMU support,
Sean Christopherson
- KVM: x86: Fixes for 6.4,
Sean Christopherson
- [PATCH v3 0/3] KVM: x86: Out-of-bounds access in kvm_recalculate_phys_map(),
Sean Christopherson
- [PATCH] KVM: x86/pmu: Rename global_ovf_ctrl_mask to global_status_mask,
Sean Christopherson
- [PATCH v10 vfio 0/7] pds_vfio driver,
Brett Creeley
- [PATCH v10 vfio 1/7] vfio: Commonize combine_ranges for use in other VFIO drivers,
Brett Creeley
- [PATCH v10 vfio 3/7] vfio/pds: register with the pds_core PF,
Brett Creeley
- [PATCH v10 vfio 4/7] vfio/pds: Add VFIO live migration support,
Brett Creeley
- [PATCH v10 vfio 7/7] vfio/pds: Add Kconfig and documentation,
Brett Creeley
- [PATCH v10 vfio 6/7] vfio/pds: Add support for firmware recovery,
Brett Creeley
- [PATCH v10 vfio 5/7] vfio/pds: Add support for dirty page tracking,
Brett Creeley
- [PATCH v10 vfio 2/7] vfio/pds: Initial support for pds_vfio VFIO driver,
Brett Creeley
- Re: [PATCH v10 vfio 0/7] pds_vfio driver,
Alex Williamson
- RE: [PATCH v10 vfio 0/7] pds_vfio driver,
Tian, Kevin
- Re: [PATCH v10 vfio 0/7] pds_vfio driver,
Brett Creeley
- [PATCH 0/3] vfio: Cleanup Kconfigs,
Alex Williamson
- KVM Forum BoF on I/O + secure virtualization,
Giani, Dhaval
- [PATCH 0/3] Relax break-before-make use with FEAT_BBM,
Colton Lewis
- [PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults.,
Anish Moorthy
- [PATCH v4 05/16] KVM: Annotate -EFAULTs from kvm_vcpu_write_guest_page(),
Anish Moorthy
- [PATCH v4 02/16] KVM: x86: Set vCPU exit reason to KVM_EXIT_UNKNOWN at the start of KVM_RUN,
Anish Moorthy
- [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO,
Anish Moorthy
- [PATCH v4 01/16] KVM: Allow hva_pfn_fast() to resolve read-only faults.,
Anish Moorthy
- [PATCH v4 04/16] KVM: Add docstrings to __kvm_write_guest_page() and __kvm_read_guest_page(),
Anish Moorthy
- [PATCH v4 06/16] KVM: Annotate -EFAULTs from kvm_vcpu_read_guest_page(),
Anish Moorthy
- [PATCH v4 07/16] KVM: Simplify error handling in __gfn_to_pfn_memslot(),
Anish Moorthy
- [PATCH v4 11/16] KVM: arm64: Implement KVM_CAP_NOWAIT_ON_FAULT,
Anish Moorthy
- [PATCH v4 12/16] KVM: selftests: Report per-vcpu demand paging rate from demand paging test,
Anish Moorthy
- [PATCH v4 10/16] KVM: x86: Implement KVM_CAP_NOWAIT_ON_FAULT,
Anish Moorthy
- [PATCH v4 08/16] KVM: x86: Annotate -EFAULTs from kvm_handle_error_pfn(),
Anish Moorthy
- [PATCH v4 09/16] KVM: Introduce KVM_CAP_NOWAIT_ON_FAULT without implementation,
Anish Moorthy
- [PATCH v4 13/16] KVM: selftests: Allow many vCPUs and reader threads per UFFD in demand paging test,
Anish Moorthy
- [PATCH v4 14/16] KVM: selftests: Use EPOLL in userfaultfd_util reader threads and signal errors via TEST_ASSERT,
Anish Moorthy
- [PATCH v4 15/16] KVM: selftests: Add memslot_flags parameter to memstress_create_vm(),
Anish Moorthy
- [PATCH v4 16/16] KVM: selftests: Handle memory fault exits in demand_paging_test,
Anish Moorthy
- [PATCH v2 00/16] Use MMU read lock for clear-dirty-log,
Vipin Sharma
- [PATCH v2 01/16] KVM: selftests: Clear dirty logs in user defined chunks sizes in dirty_log_perf_test,
Vipin Sharma
- [PATCH v2 02/16] KVM: selftests: Add optional delay between consecutive clear-dirty-log calls,
Vipin Sharma
- [PATCH v2 05/16] KVM: selftests: Allow independent execution of vCPUs in dirty_log_perf_test,
Vipin Sharma
- [PATCH v2 04/16] KVM: selftests: Print read-write progress by vCPUs in dirty_log_perf_test,
Vipin Sharma
- [PATCH v2 03/16] KVM: selftests: Pass the count of read and write accesses from guest to host,
Vipin Sharma
- [PATCH v2 06/16] KVM: arm64: Correct the kvm_pgtable_stage2_flush() documentation,
Vipin Sharma
- [PATCH v2 07/16] KVM: mmu: Move mmu lock/unlock to arch code for clear dirty log,
Vipin Sharma
- [PATCH v2 08/16] KMV: arm64: Pass page table walker flags to stage2_apply_range_*(),
Vipin Sharma
- [PATCH v2 09/16] KVM: arm64: Document the page table walker actions based on the callback's return value,
Vipin Sharma
- [PATCH v2 10/16] KVM: arm64: Return -ENOENT if PTE is not valid in stage2_attr_walker,
Vipin Sharma
- [PATCH v2 16/16] KVM: arm64: Split huge pages during clear-dirty-log under MMU read lock,
Vipin Sharma
- [PATCH v2 14/16] KVM: arm64: Pass page walker flags from callers of stage 2 split walker,
Vipin Sharma
- [PATCH v2 13/16] KVM: arm64: Run clear-dirty-log under MMU read lock,
Vipin Sharma
- [PATCH v2 11/16] KVM: arm64: Use KVM_PGTABLE_WALK_SHARED flag instead of KVM_PGTABLE_WALK_HANDLE_FAULT,
Vipin Sharma
- [PATCH v2 15/16] KVM: arm64: Provide option to pass page walker flag for huge page splits,
Vipin Sharma
- [PATCH v2 12/16] KVM: arm64: Retry shared page table walks outside of fault handler,
Vipin Sharma
- [PATCH v12 00/24] Add vfio_device cdev for iommufd support,
Yi Liu
- [PATCH v12 03/24] vfio: Accept vfio device file in the KVM facing kAPI,
Yi Liu
- [PATCH v12 01/24] vfio: Allocate per device file structure,
Yi Liu
- [PATCH v12 05/24] kvm/vfio: Accept vfio device file from userspace,
Yi Liu
- [PATCH v12 02/24] vfio: Refine vfio file kAPIs for KVM,
Yi Liu
- [PATCH v12 04/24] kvm/vfio: Prepare for accepting vfio device fd,
Yi Liu
- [PATCH v12 06/24] vfio: Pass struct vfio_device_file * to vfio_device_open/close(),
Yi Liu
- [PATCH v12 07/24] vfio: Block device access via device fd until device is opened,
Yi Liu
- [PATCH v12 09/24] vfio: Make vfio_df_open() single open for device cdev path,
Yi Liu
- [PATCH v12 08/24] vfio: Add cdev_device_open_cnt to vfio_group,
Yi Liu
- [PATCH v12 11/24] vfio-iommufd: Split bind/attach into two steps,
Yi Liu
- [PATCH v12 12/24] vfio: Record devid in vfio_device_file,
Yi Liu
- [PATCH v12 13/24] vfio-iommufd: Add detach_ioas support for physical VFIO devices,
Yi Liu
- [PATCH v12 14/24] iommufd/device: Add iommufd_access_detach() API,
Yi Liu
- [PATCH v12 10/24] vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind(),
Yi Liu
- [PATCH v12 15/24] vfio-iommufd: Add detach_ioas support for emulated VFIO devices,
Yi Liu
- [PATCH v12 17/24] vfio: Add cdev for vfio_device,
Yi Liu
- [PATCH v12 16/24] vfio: Move vfio_device_group_unregister() to be the first operation in unregister,
Yi Liu
- [PATCH v12 18/24] vfio: Add VFIO_DEVICE_BIND_IOMMUFD,
Yi Liu
- [PATCH v12 19/24] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT,
Yi Liu
- [PATCH v12 21/24] vfio: Determine noiommu device in __vfio_register_dev(),
Yi Liu
- [PATCH v12 23/24] vfio: Compile vfio_group infrastructure optionally,
Yi Liu
- [PATCH v12 22/24] vfio: Remove vfio_device_is_noiommu(),
Yi Liu
- [PATCH v12 20/24] vfio: Only check group->type for noiommu test,
Yi Liu
- [PATCH v12 24/24] docs: vfio: Add vfio device cdev description,
Yi Liu
- Re: [PATCH v12 00/24] Add vfio_device cdev for iommufd support,
Nicolin Chen
- RE: [PATCH v12 00/24] Add vfio_device cdev for iommufd support,
Jiang, Yanting
- Re: [PATCH v12 00/24] Add vfio_device cdev for iommufd support,
Matthew Rosato
[PATCH v7 0/9] Enhance vfio PCI hot reset for vfio cdev device,
Yi Liu
- [PATCH v7 1/9] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset(),
Yi Liu
- [PATCH v7 2/9] vfio/pci: Move the existing hot reset logic to be a helper,
Yi Liu
- [PATCH v7 3/9] iommufd: Reserve all negative IDs in the iommufd xarray,
Yi Liu
- [PATCH v7 6/9] vfio: Mark cdev usage in vfio_device,
Yi Liu
- [PATCH v7 5/9] iommufd: Add helper to retrieve iommufd_ctx and devid,
Yi Liu
- [PATCH v7 4/9] iommufd: Add iommufd_ctx_has_group(),
Yi Liu
- [PATCH v7 7/9] vfio: Add helper to search vfio_device in a dev_set,
Yi Liu
- [PATCH v7 8/9] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev,
Yi Liu
- [PATCH v7 9/9] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Yi Liu
- RE: [PATCH v7 0/9] Enhance vfio PCI hot reset for vfio cdev device,
Jiang, Yanting
[PATCH][next] KVM: s390: selftests: Fix spelling mistake "initally" -> "initially",
Colin Ian King
[PATCH] kvm: limit the maximum CPUID.0xA.edx[0..4] to 3,
Shiyuan Gao
[PATCH] KVM: x86/vPMU: ignore the check of IA32_PERF_GLOBAL_CTRL bit35,
Gao Shiyuan
[PATCH v4 0/1] Introduce a vringh accessor for IO memory,
Shunsuke Mie
[PATCH 0/2] KVM: x86: Fastpath accounting fixes,
Sean Christopherson
[PATCH 0/3] KVM: x86: Use "standard" mmu_notifier hook for APIC page,
Sean Christopherson
[PATCH] KVM: x86: Use cpu_feature_enabled() for PKU instead of #ifdef,
Sean Christopherson
[PATCH] KVM: x86/mmu: Grab memslot for correct address space in NX recovery worker,
Sean Christopherson
[PATCH] KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pages,
Sean Christopherson
[PATCH v11 0/5] Support writable CPU ID registers from userspace,
Jing Zhang
[PATCH v2] selftests/kvm: Allow specify physical cpu list in demand paging test,
Peter Xu
[kvm-unit-tests PATCH v5 0/2] Fixing infinite loop on SCLP READ SCP INFO error,
Pierre Morel
[PULL 0/8] Block patches,
Stefan Hajnoczi
[PATCH v1 0/6] LASS KVM virtualization support,
Zeng Guang
[Bug 217516] New: FAIL: TSC reference precision test when do hyperv_clock test of kvm unit test,
bugzilla-daemon
[PATCH v3] KVM: selftests: Add new CFLAGS to generate dependency files,
Yu Zhang
[kvm-unit-tests PATCH v3 0/6] s390x: Add support for running guests without MSO/MSL,
Nico Boehr
[PATCH v3 00/34] Split ptdesc from struct page,
Vishal Moola (Oracle)
- [PATCH v3 01/34] mm: Add PAGE_TYPE_OP folio functions,
Vishal Moola (Oracle)
- [PATCH v3 03/34] s390: Use pt_frag_refcount for pagetables,
Vishal Moola (Oracle)
- [PATCH v3 02/34] s390: Use _pt_s390_gaddr for gmap address tracking,
Vishal Moola (Oracle)
- [PATCH v3 04/34] pgtable: Create struct ptdesc,
Vishal Moola (Oracle)
- [PATCH v3 05/34] mm: add utility functions for ptdesc,
Vishal Moola (Oracle)
- [PATCH v3 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc(),
Vishal Moola (Oracle)
- [PATCH v3 07/34] mm: Convert ptlock_alloc() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 08/34] mm: Convert ptlock_ptr() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 09/34] mm: Convert pmd_ptlock_init() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 10/34] mm: Convert ptlock_init() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 11/34] mm: Convert pmd_ptlock_free() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 12/34] mm: Convert ptlock_free() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor},
Vishal Moola (Oracle)
- [PATCH v3 16/34] s390: Convert various gmap functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 17/34] s390: Convert various pgalloc functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 18/34] mm: Remove page table members from struct page,
Vishal Moola (Oracle)
- [PATCH v3 19/34] pgalloc: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 20/34] arm: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 21/34] arm64: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 22/34] csky: Convert __pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 23/34] hexagon: Convert __pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 24/34] loongarch: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 25/34] m68k: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 27/34] nios2: Convert __pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 26/34] mips: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 28/34] openrisc: Convert __pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 29/34] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 30/34] sh: Convert pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 31/34] sparc64: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents,
Vishal Moola (Oracle)
- [PATCH v3 15/34] x86: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 14/34] powerpc: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v3 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers,
Vishal Moola (Oracle)
[kvm-unit-tests PATCH v2 0/6] arm: pmu: Fix random failures of pmu-chain-promotion,
Eric Auger
[PATCH net] virtio/vsock: fix sock refcnt bug on owner set failure,
Bobby Eshleman
[ANNOUNCE] PUCK Notes - 2023.05.31 - guest_memfd(),
Sean Christopherson
[PATCH] KVM: VMX: restore vmx_vmexit alignment,
Jon Kohler
[PATCH v4] KVM: VMX: do not disable interception for MSR_IA32_SPEC_CTRL on eIBRS,
Jon Kohler
[PATCH] KVM: VMX: remove LFENCE in vmx_spec_ctrl_restore_host(),
Jon Kohler
[PATCH v7] vfio/cdx: add support for CDX bus,
Nipun Gupta
[kvm-unit-tests] arm/arm64: psci_cpu_on_test failures with tcg,
Nikos Nikoleris
[kvm-unit-tests PATCH v1] runtime: don't run pv-host tests when gen-se-header is unavailable,
Nico Boehr
[GIT PULL] KVM/arm64 fixes for 6.4, take #3,
Marc Zyngier
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]