Linux KVM
[Prev Page][Next Page]
- [PATCH v15 00/30] Add KVM LoongArch support,
Tianrui Zhao
- [PATCH v15 01/30] LoongArch: KVM: Add kvm related header files,
Tianrui Zhao
- [PATCH v15 07/30] LoongArch: KVM: Implement vcpu run interface,
Tianrui Zhao
- [PATCH v15 02/30] LoongArch: KVM: Implement kvm module related interface,
Tianrui Zhao
- [PATCH v15 08/30] LoongArch: KVM: Implement vcpu handle exit interface,
Tianrui Zhao
- [PATCH v15 04/30] LoongArch: KVM: Implement VM related functions,
Tianrui Zhao
- [PATCH v15 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface,
Tianrui Zhao
- [PATCH v15 06/30] LoongArch: KVM: Implement vcpu create and destroy interface,
Tianrui Zhao
- [PATCH v15 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface,
Tianrui Zhao
- [PATCH v15 11/30] LoongArch: KVM: Implement fpu related operations for vcpu,
Tianrui Zhao
- [PATCH v15 13/30] LoongArch: KVM: Implement misc vcpu related interfaces,
Tianrui Zhao
- [PATCH v15 05/30] LoongArch: KVM: Add vcpu related header files,
Tianrui Zhao
- [PATCH v15 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers,
Tianrui Zhao
- [PATCH v15 12/30] LoongArch: KVM: Implement vcpu interrupt operations,
Tianrui Zhao
- [PATCH v15 15/30] LoongArch: KVM: Implement vcpu status description,
Tianrui Zhao
- [PATCH v15 16/30] LoongArch: KVM: Implement update VM id function,
Tianrui Zhao
- [PATCH v15 19/30] LoongArch: KVM: Implement kvm mmu operations,
Tianrui Zhao
- [PATCH v15 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations,
Tianrui Zhao
- [PATCH v15 21/30] LoongArch: KVM: Implement handle iocsr exception,
Tianrui Zhao
- [PATCH v15 20/30] LoongArch: KVM: Implement handle csr excption,
Tianrui Zhao
- [PATCH v15 17/30] LoongArch: KVM: Implement virtual machine tlb operations,
Tianrui Zhao
- [PATCH v15 22/30] LoongArch: KVM: Implement handle idle exception,
Tianrui Zhao
- [PATCH v15 23/30] LoongArch: KVM: Implement handle gspr exception,
Tianrui Zhao
- [PATCH v15 18/30] LoongArch: KVM: Implement vcpu timer operations,
Tianrui Zhao
- [PATCH v15 24/30] LoongArch: KVM: Implement handle mmio exception,
Tianrui Zhao
- [PATCH v15 27/30] LoongArch: KVM: Implement vcpu world switch,
Tianrui Zhao
- [PATCH v15 28/30] LoongArch: KVM: Enable kvm config and add the makefile,
Tianrui Zhao
- [PATCH v15 26/30] LoongArch: KVM: Implement kvm exception vector,
Tianrui Zhao
- [PATCH v15 25/30] LoongArch: KVM: Implement handle fpu exception,
Tianrui Zhao
- [PATCH v15 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part,
Tianrui Zhao
- [PATCH v15 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM,
Tianrui Zhao
- [PATCH] MIPS: KVM: Fix NULL pointer dereference,
Huacai Chen
- [syzbot] [net?] [virt?] [kvm?] KASAN: slab-use-after-free Read in __vhost_vq_attach_worker,
syzbot
- [PATCH v1 0/5] target/arm: Handle psci calls in userspace,
Shaoqin Huang
- [kvm-unit-tests PATCH v2 0/6] arm64: improve debuggability,
Nadav Amit
- [PATCH] KVM: x86: Use sysfs_emit() instead of sprintf(),
Like Xu
- [PATCH v3 00/16] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF),
Philippe Mathieu-Daudé
- [PATCH v3 01/16] MAINTAINERS: Update Roman Bolshakov email address,
Philippe Mathieu-Daudé
- [PATCH v3 02/16] accel: Document generic accelerator headers,
Philippe Mathieu-Daudé
- [PATCH v3 03/16] accel: Remove unused hThread variable on TCG/WHPX,
Philippe Mathieu-Daudé
- [PATCH v3 04/16] accel: Fix a leak on Windows HAX,
Philippe Mathieu-Daudé
- [PATCH v3 05/16] accel: Destroy HAX vCPU threads once done,
Philippe Mathieu-Daudé
- [PATCH v3 06/16] accel: Rename 'hax_vcpu' as 'accel' in CPUState,
Philippe Mathieu-Daudé
- [PATCH v3 07/16] accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState,
Philippe Mathieu-Daudé
- [PATCH v3 08/16] accel: Move HAX hThread to accelerator context,
Philippe Mathieu-Daudé
- [PATCH v3 09/16] accel: Remove NVMM unreachable error path,
Philippe Mathieu-Daudé
- [PATCH v3 10/16] accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUState,
Philippe Mathieu-Daudé
- [PATCH v3 11/16] accel: Inline NVMM get_qemu_vcpu(),
Philippe Mathieu-Daudé
- [PATCH v3 12/16] accel: Remove WHPX unreachable error path,
Philippe Mathieu-Daudé
- [PATCH v3 13/16] accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUState,
Philippe Mathieu-Daudé
- [PATCH v3 14/16] accel: Inline WHPX get_whpx_vcpu(),
Philippe Mathieu-Daudé
- [PATCH v3 15/16] accel: Rename 'cpu_state' -> 'cs',
Philippe Mathieu-Daudé
- [PATCH v3 16/16] accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState,
Philippe Mathieu-Daudé
- Re: [PATCH v3 00/16] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF),
Philippe Mathieu-Daudé
- Re: [PATCH v3 00/16] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF),
Philippe Mathieu-Daudé
- [GIT PULL] KVM/arm64 updates for 6.5,
Oliver Upton
- [kvm-unit-tests PATCH] arm/flat.lds: Specify program headers with flags to avoid linker warnings,
Thomas Huth
- [kvm-unit-tests PATCH 0/2] Rework LDFLAGS and link with noexecstack,
Thomas Huth
- [PATCH] KVM: x86/pmu: SRCU protect the PMU event filter in the fast path,
Aaron Lewis
- [PATCH v4 00/12] RISCV: Add KVM_GET_REG_LIST API,
Haibo Xu
- [PATCH v4 01/12] KVM: arm64: selftests: Replace str_with_index with strdup_printf,
Haibo Xu
- [PATCH v4 02/12] KVM: arm64: selftests: Drop SVE cap check in print_reg,
Haibo Xu
- [PATCH v4 03/12] KVM: arm64: selftests: Remove print_reg's dependency on vcpu_config,
Haibo Xu
- [PATCH v4 04/12] KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.h,
Haibo Xu
- [PATCH v4 05/12] KVM: arm64: selftests: Delete core_reg_fixup,
Haibo Xu
- [PATCH v4 06/12] KVM: arm64: selftests: Split get-reg-list test code,
Haibo Xu
- [PATCH v4 07/12] KVM: arm64: selftests: Finish generalizing get-reg-list,
Haibo Xu
- [PATCH v4 08/12] KVM: arm64: selftests: Move reject_set check logic to a function,
Haibo Xu
- [PATCH v4 09/12] KVM: selftests: Only do get/set tests on present blessed list,
Haibo Xu
- [PATCH v4 10/12] KVM: riscv: Add KVM_GET_REG_LIST API support,
Haibo Xu
- [PATCH v4 11/12] KVM: riscv: selftests: Add finalize_vcpu check in run_test,
Haibo Xu
- [PATCH v4 12/12] KVM: riscv: selftests: Add get-reg-list test,
Haibo Xu
- [kvm-unit-tests PATCH] s390x: Align __bss_end to a halfword boundary,
Thomas Huth
- [kvm-unit-tests PATCH v4] runtime: Allow to specify properties for accelerator,
Gavin Shan
- [RFC PATCH v2 0/6] KVM: guest memory: Misc enhacnement,
isaku . yamahata
- [kvm-unit-tests GIT PULL] x86: Fixes, cleanups and new testscases,
Sean Christopherson
- [PATCH v5 00/33] Split ptdesc from struct page,
Vishal Moola (Oracle)
- [PATCH v5 01/33] mm: Add PAGE_TYPE_OP folio functions,
Vishal Moola (Oracle)
- [PATCH v5 02/33] s390: Use _pt_s390_gaddr for gmap address tracking,
Vishal Moola (Oracle)
- [PATCH v5 03/33] pgtable: Create struct ptdesc,
Vishal Moola (Oracle)
- [PATCH v5 04/33] mm: add utility functions for ptdesc,
Vishal Moola (Oracle)
- [PATCH v5 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc(),
Vishal Moola (Oracle)
- [PATCH v5 06/33] mm: Convert ptlock_alloc() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 07/33] mm: Convert ptlock_ptr() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 08/33] mm: Convert pmd_ptlock_init() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 09/33] mm: Convert ptlock_init() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 10/33] mm: Convert pmd_ptlock_free() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 11/33] mm: Convert ptlock_free() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor},
Vishal Moola (Oracle)
- [PATCH v5 13/33] powerpc: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 14/33] x86: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 15/33] s390: Convert various gmap functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 17/33] mm: Remove page table members from struct page,
Vishal Moola (Oracle)
- [PATCH v5 16/33] s390: Convert various pgalloc functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 18/33] pgalloc: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 19/33] arm: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 20/33] arm64: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 21/33] csky: Convert __pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 22/33] hexagon: Convert __pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 23/33] loongarch: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 24/33] m68k: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 25/33] mips: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 26/33] nios2: Convert __pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 27/33] openrisc: Convert __pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 28/33] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 29/33] sh: Convert pte_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 30/33] sparc64: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents,
Vishal Moola (Oracle)
- [PATCH v5 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH v5 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers,
Vishal Moola (Oracle)
- [GIT PULL] Final KVM fixes for Linux 6.4,
Paolo Bonzini
- [PATCH v2 00/16] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF),
Philippe Mathieu-Daudé
- [PATCH v2 01/16] MAINTAINERS: Update Roman Bolshakov email address,
Philippe Mathieu-Daudé
- [PATCH v2 02/16] accel: Document generic accelerator headers,
Philippe Mathieu-Daudé
- [PATCH v2 03/16] accel: Remove unused hThread variable on TCG/WHPX,
Philippe Mathieu-Daudé
- [PATCH v2 04/16] accel: Fix a leak on Windows HAX,
Philippe Mathieu-Daudé
- [PATCH v2 05/16] accel: Destroy HAX vCPU threads once done,
Philippe Mathieu-Daudé
- [PATCH v2 06/16] accel: Rename 'hax_vcpu' as 'accel' in CPUState,
Philippe Mathieu-Daudé
- [PATCH v2 08/16] accel: Move HAX hThread to accelerator context,
Philippe Mathieu-Daudé
- [PATCH v2 09/16] accel: Remove NVMM unreachable error path,
Philippe Mathieu-Daudé
- [PATCH v2 10/16] accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUState,
Philippe Mathieu-Daudé
- [PATCH v2 11/16] accel: Inline NVMM get_qemu_vcpu(),
Philippe Mathieu-Daudé
- [PATCH v2 07/16] accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState,
Philippe Mathieu-Daudé
- [PATCH v2 12/16] accel: Remove WHPX unreachable error path,
Philippe Mathieu-Daudé
- [PATCH v2 13/16] accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUState,
Philippe Mathieu-Daudé
- [PATCH v2 14/16] accel: Inline WHPX get_whpx_vcpu(),
Philippe Mathieu-Daudé
- [PATCH v2 15/16] accel: Rename 'cpu_state' -> 'cpu',
Philippe Mathieu-Daudé
- [PATCH v2 16/16] accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState,
Philippe Mathieu-Daudé
- [GIT PULL] KVM/riscv changes for 6.5,
Anup Patel
- [kvm-unit-tests PATCH v4 0/8] s390x: uv-host: Fixups and extensions part 1,
Janosch Frank
- [PATCH v4 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper,
ankita
- [RFC PATCH 00/21] iommu/amd: Introduce support for HW accelerated vIOMMU w/ nested page table,
Suravee Suthikulpanit
- [RFC PATCH 03/21] iommu/amd: Update PASID, GATS, and GLX feature related macros,
Suravee Suthikulpanit
- [RFC PATCH 02/21] iommu/amd: Clean up spacing in amd_iommu_ops declaration,
Suravee Suthikulpanit
- [RFC PATCH 01/21] iommu/amd: Declare helper functions as extern,
Suravee Suthikulpanit
- [RFC PATCH 04/21] iommu/amd: Modify domain_enable_v2() to add giov parameter,
Suravee Suthikulpanit
- [RFC PATCH 05/21] iommu/amd: Refactor set_dte_entry() helper function,
Suravee Suthikulpanit
- [RFC PATCH 19/21] iommu/amd: Introduce vIOMMU ioctl for handling command buffer mapping,
Suravee Suthikulpanit
- [RFC PATCH 07/21] iommu/amd: Modify set_dte_entry() to add user domain input parameter,
Suravee Suthikulpanit
- [RFC PATCH 14/21] iommu/amd: Initialize vIOMMU private address space regions,
Suravee Suthikulpanit
- [RFC PATCH 13/21] iommu/amd: Introduce vIOMMU command-line option,
Suravee Suthikulpanit
- [RFC PATCH 11/21] iommu/amd: Introduce Reset vMMIO Command,
Suravee Suthikulpanit
- [RFC PATCH 08/21] iommu/amd: Allow nested IOMMU page tables,
Suravee Suthikulpanit
- [RFC PATCH 10/21] iommu/amd: Introduce vIOMMU-specific events and event info,
Suravee Suthikulpanit
- [RFC PATCH 15/21] iommu/amd: Introduce vIOMMU vminit and vmdestroy ioctl,
Suravee Suthikulpanit
- [RFC PATCH 16/21] iommu/amd: Introduce vIOMMU ioctl for updating device mapping table,
Suravee Suthikulpanit
- [RFC PATCH 18/21] iommu/amd: Introduce vIOMMU ioctl for handling guest MMIO accesses,
Suravee Suthikulpanit
- [RFC PATCH 06/21] iommu/amd: Modify set_dte_entry() to add gcr3 input parameter,
Suravee Suthikulpanit
- [RFC PATCH 21/21] iommufd: Introduce AMD HW-vIOMMU IOCTL,
Suravee Suthikulpanit
- [RFC PATCH 20/21] iommu/amd: Introduce vIOMMU ioctl for setting up guest CR3,
Suravee Suthikulpanit
- [RFC PATCH 09/21] iommu/amd: Add support for hw_info for iommu capability query,
Suravee Suthikulpanit
- [RFC PATCH 17/21] iommu/amd: Introduce vIOMMU ioctl for updating domain mapping,
Suravee Suthikulpanit
- [RFC PATCH 12/21] iommu/amd: Introduce AMD vIOMMU-specific UAPI,
Suravee Suthikulpanit
- Re: [RFC PATCH 00/21] iommu/amd: Introduce support for HW accelerated vIOMMU w/ nested page table,
Jason Gunthorpe
- [RESEND PATCH v5 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE,
Raghavendra Rao Ananta
- [RESEND PATCH v5 01/11] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs(),
Raghavendra Rao Ananta
- [RESEND PATCH v5 02/11] KVM: arm64: Use kvm_arch_flush_remote_tlbs(),
Raghavendra Rao Ananta
- [RESEND PATCH v5 04/11] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code,
Raghavendra Rao Ananta
- [RESEND PATCH v5 03/11] KVM: Allow range-based TLB invalidation from common code,
Raghavendra Rao Ananta
- [RESEND PATCH v5 05/11] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range,
Raghavendra Rao Ananta
- [RESEND PATCH v5 09/11] KVM: arm64: Flush only the memslot after write-protect,
Raghavendra Rao Ananta
- [RESEND PATCH v5 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range(),
Raghavendra Rao Ananta
- [RESEND PATCH v5 10/11] KVM: arm64: Invalidate the table entries upon a range,
Raghavendra Rao Ananta
- [RESEND PATCH v5 06/11] KVM: arm64: Implement __kvm_tlb_flush_vmid_range(),
Raghavendra Rao Ananta
- [RESEND PATCH v5 08/11] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range(),
Raghavendra Rao Ananta
- [RESEND PATCH v5 11/11] KVM: arm64: Use TLBI range-based intructions for unmap,
Raghavendra Rao Ananta
- [GIT PULL 00/11] kvm: s390: Changes for 6.5,
Janosch Frank
- [GIT PULL 03/11] KVM: s390: vsie: fix the length of APCB bitmap,
Janosch Frank
- [GIT PULL 11/11] s390/uv: Update query for secret-UVCs,
Janosch Frank
- [GIT PULL 01/11] KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes,
Janosch Frank
- [GIT PULL 10/11] s390/uv: replace scnprintf with sysfs_emit,
Janosch Frank
- [GIT PULL 06/11] s390/uvdevice: Add info IOCTL,
Janosch Frank
- [GIT PULL 04/11] KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler,
Janosch Frank
- [GIT PULL 02/11] KVM: s390: selftests: add selftest for CMMA migration,
Janosch Frank
- [GIT PULL 07/11] s390/uvdevice: Add 'Add Secret' UVC,
Janosch Frank
- [GIT PULL 08/11] s390/uvdevice: Add 'List Secrets' UVC,
Janosch Frank
- [GIT PULL 05/11] s390/uv: Always export uv_info,
Janosch Frank
- [GIT PULL 09/11] s390/uvdevice: Add 'Lock Secret Store' UVC,
Janosch Frank
- Re: [GIT PULL 00/11] kvm: s390: Changes for 6.5,
Paolo Bonzini
- [GIT PULL] virtio: last minute revert,
Michael S. Tsirkin
- [PATCH v4 1/6] update-linux-headers: sync-up header with Linux for KVM AIA support placeholder,
Yong-Xuan Wang
- [PATCH v4 4/6] target/riscv: Create an KVM AIA irqchip,
Yong-Xuan Wang
- [PATCH v4 3/6] target/riscv: check the in-kernel irqchip support,
Yong-Xuan Wang
- [kvm-unit-tests PATCH v4 00/11] Add #VC exception handling for AMD SEV-ES,
Vasant Karasulli
- [kvm-unit-tests PATCH v4 01/11] x86: AMD SEV-ES: Setup #VC exception handler for AMD SEV-ES,
Vasant Karasulli
- [kvm-unit-tests PATCH v4 02/11] x86: Move svm.h to lib/x86/,
Vasant Karasulli
- [kvm-unit-tests PATCH v4 03/11] lib: Define unlikely()/likely() macros in libcflat.h,
Vasant Karasulli
- [kvm-unit-tests PATCH v4 06/11] x86: AMD SEV-ES: Prepare for #VC processing,
Vasant Karasulli
- [kvm-unit-tests PATCH v4 05/11] x86: AMD SEV-ES: Pull related GHCB definitions and helpers from Linux,
Vasant Karasulli
- [kvm-unit-tests PATCH v4 07/11] lib/x86: Move xsave helpers to lib/,
Vasant Karasulli
- [kvm-unit-tests PATCH v4 08/11] x86: AMD SEV-ES: Handle CPUID #VC,
Vasant Karasulli
- [kvm-unit-tests PATCH v4 09/11] x86: AMD SEV-ES: Handle MSR #VC,
Vasant Karasulli
- [kvm-unit-tests PATCH v4 10/11] x86: AMD SEV-ES: Handle IOIO #VC,
Vasant Karasulli
- [kvm-unit-tests PATCH v4 11/11] x86: AMD SEV-ES: Handle string IO for IOIO #VC,
Vasant Karasulli
- [kvm-unit-tests PATCH v4 04/11] lib: x86: Import insn decoder from Linux,
Vasant Karasulli
- [PATCH] vhost: Make parameter name match of vhost_get_vq_desc(),
Xianting Tian
- [PATCH RESEND v2 0/2] target/i386/kvm: fix two svm pmu virtualization bugs,
Dongli Zhang
- [PATCH v2 00/20] arm64: Handle PSCI calls in userspace,
Oliver Upton
- [PATCH v2 02/20] update_headers: Add missing entries to list of headers to copy,
Oliver Upton
- [PATCH v2 01/20] update_headers: Use a list for arch-generic headers,
Oliver Upton
- [PATCH v2 03/20] Copy 64-bit alignment attrtibutes from Linux 6.4-rc1,
Oliver Upton
- [PATCH v2 05/20] Import arm-smccc.h from Linux 6.4-rc1,
Oliver Upton
- [PATCH v2 04/20] Update headers with Linux 6.4-rc1,
Oliver Upton
- [PATCH v2 07/20] arm: Stash kvm_vcpu_init for later use,
Oliver Upton
- [PATCH v2 09/20] aarch64: Expose ARM64_CORE_REG() for general use,
Oliver Upton
- [PATCH v2 08/20] arm: Use KVM_SET_MP_STATE ioctl to power off non-boot vCPUs,
Oliver Upton
- [PATCH v2 06/20] aarch64: Copy cputype.h from Linux 6.4-rc1,
Oliver Upton
- [PATCH v2 10/20] arm: Generalize execution state specific VM initialization,
Oliver Upton
- [PATCH v2 13/20] aarch64: Add skeleton implementation for PSCI,
Oliver Upton
- [PATCH v2 12/20] aarch64: Add support for finding vCPU for given MPIDR,
Oliver Upton
- [PATCH v2 14/20] aarch64: psci: Implement CPU_SUSPEND,
Oliver Upton
- [PATCH v2 11/20] Add helpers to pause the VM from vCPU thread,
Oliver Upton
- [PATCH v2 15/20] aarch64: psci: Implement CPU_OFF,
Oliver Upton
- [PATCH v2 16/20] aarch64: psci: Implement CPU_ON,
Oliver Upton
- [PATCH v2 17/20] aarch64: psci: Implement AFFINITY_INFO,
Oliver Upton
- [PATCH v2 18/20] aarch64: psci: Implement MIGRATE_INFO_TYPE,
Oliver Upton
- [PATCH v2 19/20] aarch64: psci: Implement SYSTEM_{OFF,RESET},
Oliver Upton
- [PATCH v2 20/20] aarch64: smccc: Start sending PSCI to userspace,
Oliver Upton
- [RFC PATCH 0/2] Invalidate secondary IOMMU TLB on permission upgrade,
Alistair Popple
- [PATCH 0/2] hw/i386: Cleanups around kvmclock_create(),
Philippe Mathieu-Daudé
- [PATCH] target/riscv: Remove unuseful KVM stubs,
Philippe Mathieu-Daudé
- [linux-next:master] BUILD REGRESSION 47045630bc409ce6606d97b790895210dd1d517d,
kernel test robot
- [PATCH -next] RISC-V: KVM: Remove unneeded semicolon,
Yang Li
- [kvm-unit-tests PATCH v3 0/6] arm: pmu: Fix random failures of pmu-chain-promotion,
Eric Auger
- [Bug 217574] New: kvm_intel loads only after suspend,
bugzilla-daemon
- [kvm-unit-tests PATCH v5 0/8] s390x: Add PV SIE intercepts and ipl tests,
Janosch Frank
- [PATCH v14 00/30] Add KVM LoongArch support,
Tianrui Zhao
- [PATCH v14 02/30] LoongArch: KVM: Implement kvm module related interface,
Tianrui Zhao
- [PATCH v14 08/30] LoongArch: KVM: Implement vcpu handle exit interface,
Tianrui Zhao
- [PATCH v14 01/30] LoongArch: KVM: Add kvm related header files,
Tianrui Zhao
- [PATCH v14 05/30] LoongArch: KVM: Add vcpu related header files,
Tianrui Zhao
- [PATCH v14 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface,
Tianrui Zhao
- [PATCH v14 07/30] LoongArch: KVM: Implement vcpu run interface,
Tianrui Zhao
- [PATCH v14 06/30] LoongArch: KVM: Implement vcpu create and destroy interface,
Tianrui Zhao
- [PATCH v14 11/30] LoongArch: KVM: Implement fpu related operations for vcpu,
Tianrui Zhao
- [PATCH v14 04/30] LoongArch: KVM: Implement VM related functions,
Tianrui Zhao
- [PATCH v14 12/30] LoongArch: KVM: Implement vcpu interrupt operations,
Tianrui Zhao
- [PATCH v14 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations,
Tianrui Zhao
- [PATCH v14 18/30] LoongArch: KVM: Implement vcpu timer operations,
Tianrui Zhao
- [PATCH v14 13/30] LoongArch: KVM: Implement misc vcpu related interfaces,
Tianrui Zhao
- [PATCH v14 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers,
Tianrui Zhao
- [PATCH v14 22/30] LoongArch: KVM: Implement handle idle exception,
Tianrui Zhao
- [PATCH v14 20/30] LoongArch: KVM: Implement handle csr excption,
Tianrui Zhao
- [PATCH v14 16/30] LoongArch: KVM: Implement update VM id function,
Tianrui Zhao
- [PATCH v14 17/30] LoongArch: KVM: Implement virtual machine tlb operations,
Tianrui Zhao
- [PATCH v14 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface,
Tianrui Zhao
- [PATCH v14 15/30] LoongArch: KVM: Implement vcpu status description,
Tianrui Zhao
- [PATCH v14 19/30] LoongArch: KVM: Implement kvm mmu operations,
Tianrui Zhao
- [PATCH v14 23/30] LoongArch: KVM: Implement handle gspr exception,
Tianrui Zhao
- [PATCH v14 21/30] LoongArch: KVM: Implement handle iocsr exception,
Tianrui Zhao
- [PATCH v14 25/30] LoongArch: KVM: Implement handle fpu exception,
Tianrui Zhao
- [PATCH v14 26/30] LoongArch: KVM: Implement kvm exception vector,
Tianrui Zhao
- [PATCH v14 24/30] LoongArch: KVM: Implement handle mmio exception,
Tianrui Zhao
- [PATCH v14 28/30] LoongArch: KVM: Enable kvm config and add the makefile,
Tianrui Zhao
- [PATCH v14 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part,
Tianrui Zhao
- [PATCH v14 27/30] LoongArch: KVM: Implement vcpu world switch,
Tianrui Zhao
- [PATCH v14 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM,
Tianrui Zhao
- [PATCH 0/4] exec: Header cleanups around memory.h/address-spaces.h,
Philippe Mathieu-Daudé
- [RFC PATCH v1 0/4] virtio/vsock: some updates for MSG_PEEK flag,
Arseniy Krasnov
- [PATCH 0/6] KVM: Documentation: Update document description for kvm_mmu_page and kvm_mmu_page_role,
Mingwei Zhang
- [PATCH] kvm/mips: update MAINTAINERS,
Yu Zhao
- [kvm-unit-tests PATCH 0/6] arm64: improve debuggability,
Nadav Amit
- [kvm-unit-tests PATCH 0/2] arm64: fix paging issues,
Nadav Amit
- [Bug 217562] New: kernel NULL pointer dereference on deletion of guest physical memory slot,
bugzilla-daemon
- [PATCH v1 1/1] KVM: x86: Remove PRIx* definitions as they are solely for user space,
Andy Shevchenko
- [PATCH v2] riscv: kvm: define vcpu_sbi_ext_pmu in header,
Ben Dooks
- [PATCH] riscv: kvm: define vcpu_sbi_ext_pmu in header,
Ben Dooks
- [PATCH 0/4] Part of fix for host and guest LBR event coexist,
Xiong Zhang
- [PATCH AUTOSEL 5.15 16/16] vhost_net: revert upend_idx only on retriable error,
Sasha Levin
- [PATCH AUTOSEL 5.10 14/14] vhost_vdpa: tell vqs about the negotiated,
Sasha Levin
- [PATCH AUTOSEL 5.15 15/16] vhost_vdpa: tell vqs about the negotiated,
Sasha Levin
- [PATCH AUTOSEL 6.1 25/26] vhost_vdpa: tell vqs about the negotiated,
Sasha Levin
- [PATCH AUTOSEL 6.1 26/26] vhost_net: revert upend_idx only on retriable error,
Sasha Levin
- [PATCH AUTOSEL 6.3 29/30] vhost_vdpa: tell vqs about the negotiated,
Sasha Levin
- [PATCH AUTOSEL 6.3 30/30] vhost_net: revert upend_idx only on retriable error,
Sasha Levin
- [PATCH v13 00/22] Add vfio_device cdev for iommufd support,
Yi Liu
- [PATCH v13 01/22] vfio: Allocate per device file structure,
Yi Liu
- [PATCH v13 02/22] vfio: Refine vfio file kAPIs for KVM,
Yi Liu
- [PATCH v13 03/22] vfio: Accept vfio device file in the KVM facing kAPI,
Yi Liu
- [PATCH v13 04/22] kvm/vfio: Prepare for accepting vfio device fd,
Yi Liu
- [PATCH v13 05/22] kvm/vfio: Accept vfio device file from userspace,
Yi Liu
- [PATCH v13 06/22] vfio: Pass struct vfio_device_file * to vfio_device_open/close(),
Yi Liu
- [PATCH v13 07/22] vfio: Block device access via device fd until device is opened,
Yi Liu
- [PATCH v13 08/22] vfio: Add cdev_device_open_cnt to vfio_group,
Yi Liu
- [PATCH v13 09/22] vfio: Make vfio_df_open() single open for device cdev path,
Yi Liu
- [PATCH v13 10/22] vfio-iommufd: Move noiommu compat validation out of vfio_iommufd_bind(),
Yi Liu
- [PATCH v13 11/22] vfio-iommufd: Split bind/attach into two steps,
Yi Liu
- [PATCH v13 12/22] vfio: Record devid in vfio_device_file,
Yi Liu
- [PATCH v13 13/22] vfio-iommufd: Add detach_ioas support for physical VFIO devices,
Yi Liu
- [PATCH v13 18/22] vfio: Add VFIO_DEVICE_BIND_IOMMUFD,
Yi Liu
- [PATCH v13 20/22] vfio: Move the IOMMU_CAP_CACHE_COHERENCY check in __vfio_register_dev(),
Yi Liu
- [PATCH v13 21/22] vfio: Compile vfio_group infrastructure optionally,
Yi Liu
- [PATCH v13 15/22] vfio-iommufd: Add detach_ioas support for emulated VFIO devices,
Yi Liu
- [PATCH v13 22/22] docs: vfio: Add vfio device cdev description,
Yi Liu
- [PATCH v13 17/22] vfio: Add cdev for vfio_device,
Yi Liu
- [PATCH v13 19/22] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT,
Yi Liu
- [PATCH v13 16/22] vfio: Move vfio_device_group_unregister() to be the first operation in unregister,
Yi Liu
- [PATCH v13 14/22] iommufd/device: Add iommufd_access_detach() API,
Yi Liu
- RE: [PATCH v13 00/22] Add vfio_device cdev for iommufd support,
Duan, Zhenzhong
- Re: [PATCH v13 00/22] Add vfio_device cdev for iommufd support,
Jason Gunthorpe
[PATCH v8 00/10] Enhance vfio PCI hot reset for vfio cdev device,
Yi Liu
- [PATCH v8 01/10] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset(),
Yi Liu
- [PATCH v8 06/10] vfio: Mark cdev usage in vfio_device,
Yi Liu
- [PATCH v8 03/10] iommufd: Reserve all negative IDs in the iommufd xarray,
Yi Liu
- [PATCH v8 04/10] iommufd: Add iommufd_ctx_has_group(),
Yi Liu
- [PATCH v8 07/10] vfio: Add helper to search vfio_device in a dev_set,
Yi Liu
- [PATCH v8 02/10] vfio/pci: Move the existing hot reset logic to be a helper,
Yi Liu
- [PATCH v8 05/10] iommufd: Add helper to retrieve iommufd_ctx and devid,
Yi Liu
- [PATCH v8 08/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev,
Yi Liu
- [PATCH v8 10/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET,
Yi Liu
- [PATCH v8 09/10] vfio/pci: Copy hot-reset device info to userspace in the devices loop,
Yi Liu
[PATCH v1 00/15] virtio-mem: Expose device memory through multiple memslots,
David Hildenbrand
- [PATCH v1 10/15] pc-dimm: Provide pc_dimm_get_free_slots() to query free ram slots,
David Hildenbrand
- [PATCH v1 01/15] memory-device: Track the required memslots in DeviceMemoryState,
David Hildenbrand
- [PATCH v1 13/15] virtio-mem: Expose device memory via multiple memslots if enabled,
David Hildenbrand
- [PATCH v1 08/15] memory-device: Track the actually used memslots in DeviceMemoryState,
David Hildenbrand
- [PATCH v1 06/15] vhost: Return number of free memslots,
David Hildenbrand
- [PATCH v1 14/15] memory,vhost: Allow for marking memory device memory regions unmergeable,
David Hildenbrand
- [PATCH v1 03/15] vhost: Add vhost_get_max_memslots(),
David Hildenbrand
- [PATCH v1 09/15] memory-device,vhost: Support memory devices that dynamically consume multiple memslots,
David Hildenbrand
- [PATCH v1 12/15] memory: Clarify mapping requirements for RamDiscardManager,
David Hildenbrand
- [PATCH v1 02/15] kvm: Add stub for kvm_get_max_memslots(),
David Hildenbrand
- [PATCH v1 05/15] kvm: Return number of free memslots,
David Hildenbrand
- [PATCH v1 07/15] memory-device: Support memory devices that statically consume multiple memslots,
David Hildenbrand
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]