Linux KVM
[Prev Page][Next Page]
- Re: [PATCH -next v14 03/19] riscv: Add new csr defines related to vector extension, (continued)
- [PATCH -next v14 04/19] riscv: Clear vector regfile on bootup,
Andy Chiu
- [PATCH -next v14 05/19] riscv: Disable Vector Instructions for kernel itself,
Andy Chiu
- [PATCH -next v14 06/19] riscv: Introduce Vector enable/disable helpers,
Andy Chiu
- [PATCH -next v14 07/19] riscv: Introduce riscv_v_vsize to record size of Vector context,
Andy Chiu
- [PATCH -next v14 08/19] riscv: Introduce struct/helpers to save/restore per-task Vector state,
Andy Chiu
- [PATCH -next v14 09/19] riscv: Add task switch support for vector,
Andy Chiu
- [PATCH -next v14 10/19] riscv: Allocate user's vector context in the first-use trap,
Andy Chiu
- [PATCH -next v14 11/19] riscv: Add ptrace vector support,
Andy Chiu
- [PATCH -next v14 12/19] riscv: signal: check fp-reserved words unconditionally,
Andy Chiu
- [PATCH -next v14 13/19] riscv: signal: Add sigcontext save/restore for vector,
Andy Chiu
- [PATCH -next v14 14/19] riscv: signal: Report signal frame size to userspace via auxv,
Andy Chiu
- [PATCH -next v14 16/19] riscv: prevent stack corruption by reserving task_pt_regs(p) early,
Andy Chiu
- [PATCH -next v14 15/19] riscv: signal: validate altstack to reflect Vector,
Andy Chiu
- [PATCH -next v14 17/19] riscv: kvm: Add V extension to KVM ISA,
Andy Chiu
- [PATCH -next v14 19/19] riscv: Enable Vector code to be built,
Andy Chiu
- [PATCH -next v14 18/19] riscv: KVM: Add vector lazy save/restore support,
Andy Chiu
- [kvm-unit-tests PATCH v2] s390x: Add tests for execute-type instructions,
Nina Schoetterl-Glausch
- [PATCH v2 0/1] KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA,
Nico Boehr
- [GIT PULL] KVM changes for Linux 6.3 merge window,
Paolo Bonzini
- [RFC PATCH v3 00/32] x86: enable FRED for x86-64,
Xin Li
- [RFC PATCH v3 01/32] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR,
Xin Li
- [RFC PATCH v3 03/32] x86/traps: add install_system_interrupt_handler(),
Xin Li
- [RFC PATCH v3 04/32] x86/traps: add external_interrupt() to dispatch external interrupts,
Xin Li
- [RFC PATCH v3 02/32] x86/traps: add a system interrupt table for system interrupt dispatch,
Xin Li
- [RFC PATCH v3 05/32] x86/traps: export external_interrupt() for VMX IRQ reinjection,
Xin Li
- [RFC PATCH v3 07/32] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map,
Xin Li
- [RFC PATCH v3 06/32] x86/cpufeature: add the cpu feature bit for FRED,
Xin Li
- [RFC PATCH v3 08/32] x86/objtool: teach objtool about ERETU and ERETS,
Xin Li
- [RFC PATCH v3 09/32] x86/cpu: add X86_CR4_FRED macro,
Xin Li
- [RFC PATCH v3 10/32] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED),
Xin Li
- [RFC PATCH v3 11/32] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support,
Xin Li
- [RFC PATCH v3 13/32] x86/fred: header file for event types,
Xin Li
- [RFC PATCH v3 16/32] x86/fred: reserve space for the FRED stack frame,
Xin Li
- [RFC PATCH v3 14/32] x86/fred: header file with FRED definitions,
Xin Li
- [RFC PATCH v3 12/32] x86/cpu: add MSR numbers for FRED configuration,
Xin Li
- [RFC PATCH v3 17/32] x86/fred: add a page fault entry stub for FRED,
Xin Li
- [RFC PATCH v3 15/32] x86/fred: make unions for the cs and ss fields in struct pt_regs,
Xin Li
- [RFC PATCH v3 18/32] x86/fred: add a debug fault entry stub for FRED,
Xin Li
- [RFC PATCH v3 19/32] x86/fred: add a NMI entry stub for FRED,
Xin Li
- [RFC PATCH v3 23/32] x86/fred: update MSR_IA32_FRED_RSP0 during task switch,
Xin Li
- [RFC PATCH v3 20/32] x86/fred: add a machine check entry stub for FRED,
Xin Li
- [RFC PATCH v3 25/32] x86/fred: disallow the swapgs instruction when FRED is enabled,
Xin Li
- [RFC PATCH v3 24/32] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled,
Xin Li
- [RFC PATCH v3 22/32] x86/fred: FRED initialization code,
Xin Li
- [RFC PATCH v3 21/32] x86/fred: FRED entry/exit and dispatch code,
Xin Li
- [RFC PATCH v3 26/32] x86/fred: no ESPFIX needed when FRED is enabled,
Xin Li
- [RFC PATCH v3 27/32] x86/fred: allow single-step trap and NMI when starting a new thread,
Xin Li
- [RFC PATCH v3 28/32] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user,
Xin Li
- [RFC PATCH v3 32/32] x86/fred: disable FRED by default in its early stage,
Xin Li
- [RFC PATCH v3 31/32] x86/fred: allow dynamic stack frame size,
Xin Li
- [RFC PATCH v3 30/32] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f,
Xin Li
- [RFC PATCH v3 29/32] x86/ia32: do not modify the DPL bits for a null selector,
Xin Li
- Re: [RFC PATCH v3 00/32] x86: enable FRED for x86-64,
Kang, Shan
- Re: [RFC PATCH v3 00/32] x86: enable FRED for x86-64,
Kang, Shan
- [PATCH v11 00/12] Parallel CPU bringup for x86_64,
Usama Arif
- [PATCH v11 07/12] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel,
Usama Arif
- [PATCH v11 08/12] x86/smpboot: Serialize topology updates for secondary bringup,
Usama Arif
- [PATCH v11 11/12] x86/smpboot: Remove initial_gs,
Usama Arif
- [PATCH v11 02/12] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>,
Usama Arif
- [PATCH v11 04/12] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector(),
Usama Arif
- [PATCH v11 03/12] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU,
Usama Arif
- [PATCH v11 05/12] x86/smpboot: Split up native_cpu_up into separate phases and document them,
Usama Arif
- [PATCH v11 01/12] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel,
Usama Arif
- [PATCH v11 09/12] x86/smpboot: Remove initial_stack on 64-bit,
Usama Arif
- [PATCH v11 06/12] x86/smpboot: Support parallel startup of secondary CPUs,
Usama Arif
- [PATCH v11 10/12] x86/smpboot: Remove early_gdt_descr on 64-bit,
Usama Arif
- [PATCH v11 12/12] x86/smpboot: Simplify boot CPU setup,
Usama Arif
- [PATCH v1] KVM: s390: interrupt: fix virtual-physical confusion for next alert GISA,
Nico Boehr
- [PATCH] KVM/x86: fix comment that should be user fault,
Quanfa Fu
- [PATCH v2] KVM: Fix comments that refer to the non-existent install_new_memslots(),
Jun Miao
- [PATCH v3] KVM: selftests: Fix nsec to sec conversion in demand_paging_test.,
Anish Moorthy
- [PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error,
Randy Dunlap
- [PATCH v1 1/1] KVM: s390: pci: fix virtual-physical confusion on module unload/load,
Nico Boehr
- [PATCH v16 00/11] s390x: CPU Topology,
Pierre Morel
- [PATCH v16 04/11] s390x/sclp: reporting the maximum nested topology entries,
Pierre Morel
- [PATCH v16 05/11] s390x/cpu topology: resetting the Topology-Change-Report,
Pierre Morel
- [PATCH v16 07/11] target/s390x/cpu topology: activating CPU topology,
Pierre Morel
- [PATCH v16 09/11] machine: adding s390 topology to query-cpu-fast,
Pierre Morel
- [PATCH v16 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB,
Pierre Morel
- [PATCH v16 06/11] s390x/cpu topology: interception of PTF instruction,
Pierre Morel
- [PATCH v16 10/11] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event,
Pierre Morel
- [PATCH v16 08/11] qapi/s390x/cpu topology: set-cpu-topology monitor command,
Pierre Morel
- [PATCH v16 11/11] docs/s390x/cpu topology: document s390x cpu topology,
Pierre Morel
- Re: [PATCH v16 00/11] s390x: CPU Topology,
Thomas Huth
[kvm-unit-tests PATCH v1] s390x: Add tests for execute-type instructions,
Nina Schoetterl-Glausch
[PATCH 6.1/5.15/5.10/5.4 1/1] KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS,
Ovidiu Panait
[PATCH] KVM: x86/pmu: Apply event filter mechanism to emulated instructions,
Like Xu
[PATCH] vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd,
Yan Zhao
[PATCH] KVM: SVM: hyper-v: placate modpost section mismatch error,
Randy Dunlap
[PATCH v2] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD,
Yi Liu
[PATCH] KVM: selftests: Provide generic way to read system counter,
Colton Lewis
[PATCH v10 0/8] Parallel CPU bringup for x86_64,
Usama Arif
[kvm-unit-tests PATCH v2 2/3] s390x/spec_ex: Add test introducing odd address into PSW,
Nina Schoetterl-Glausch
[kvm-unit-tests PATCH v2 3/3] s390x/spec_ex: Add test of EXECUTE with odd target address,
Nina Schoetterl-Glausch
[kvm-unit-tests PATCH v2 1/3] s390x/spec_ex: Use PSW macro,
Nina Schoetterl-Glausch
[PATCH v3 00/13] Overhauling amx_test,
Mingwei Zhang
- [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component,
Mingwei Zhang
- [PATCH v3 02/13] KVM: selftests: x86: Add a working xstate data structure,
Mingwei Zhang
- [PATCH v3 03/13] KVM: selftests: x86: Fix an error in comment of amx_test,
Mingwei Zhang
- [PATCH v3 04/13] KVM: selftests: x86: Enable checking on xcomp_bv in amx_test,
Mingwei Zhang
- [PATCH v3 05/13] KVM: selftests: x86: Add check of CR0.TS in the #NM handler in amx_test,
Mingwei Zhang
- [PATCH v3 06/13] KVM: selftests: x86: Add the XFD check to IA32_XFD in #NM handler,
Mingwei Zhang
- [PATCH v3 07/13] KVM: selftests: x86: Fix the checks to XFD_ERR using and operation,
Mingwei Zhang
- [PATCH v3 08/13] KVM: selftests: x86: Repeat the checking of xheader when IA32_XFD[XTILEDATA] is set in amx_test,
Mingwei Zhang
- [PATCH v3 09/13] KVM: selftests: x86: Assert that XTILE is XSAVE-enabled,
Mingwei Zhang
- [PATCH v3 12/13] KVM: selftests: x86: Check that the palette table exists before using it,
Mingwei Zhang
- [PATCH v3 10/13] KVM: selftests: x86: Assert that both XTILE{CFG,DATA} are XSAVE-enabled,
Mingwei Zhang
- [PATCH v3 13/13] KVM: selftests: x86: Check that XTILEDATA supports XFD,
Mingwei Zhang
- [PATCH v3 11/13] KVM: selftests: x86: Remove redundant check that XSAVE is supported,
Mingwei Zhang
- Re: [PATCH v3 00/13] Overhauling amx_test,
Sean Christopherson
[PATCH kvm-unit-tests] x86/pmu: Check counter is working properly before AMD pmu init,
Like Xu
[PATCH v4 00/19] Add vfio_device cdev for iommufd support,
Yi Liu
- [PATCH v4 01/19] vfio: Allocate per device file structure,
Yi Liu
- [PATCH v4 02/19] vfio: Refine vfio file kAPIs,
Yi Liu
- [PATCH v4 03/19] vfio: Accept vfio device file in the driver facing kAPI,
Yi Liu
- [PATCH v4 05/19] kvm/vfio: Accept vfio device file from userspace,
Yi Liu
- [PATCH v4 04/19] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd,
Yi Liu
- [PATCH v4 06/19] vfio: Pass struct vfio_device_file * to vfio_device_open/close(),
Yi Liu
- [PATCH v4 07/19] vfio: Block device access via device fd until device is opened,
Yi Liu
- [PATCH v4 08/19] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset(),
Yi Liu
- [PATCH v4 09/19] vfio/pci: Accept device fd for hot reset,
Yi Liu
- [PATCH v4 10/19] vfio: Add infrastructure for bind_iommufd from userspace,
Yi Liu
- [PATCH v4 11/19] vfio-iommufd: Add detach_ioas support for physical VFIO devices,
Yi Liu
- [PATCH v4 14/19] vfio: Make vfio_device_open() single open for device cdev path,
Yi Liu
- [PATCH v4 13/19] vfio: Add cdev_device_open_cnt to vfio_group,
Yi Liu
- [PATCH v4 12/19] vfio-iommufd: Add detach_ioas for emulated VFIO devices,
Yi Liu
- [PATCH v4 19/19] docs: vfio: Add vfio device cdev description,
Yi Liu
- [PATCH v4 18/19] vfio: Compile group optionally,
Yi Liu
- [PATCH v4 15/19] vfio: Add cdev for vfio_device,
Yi Liu
- [PATCH v4 17/19] vfio: Add VFIO_DEVICE_AT[DE]TACH_IOMMUFD_PT,
Yi Liu
- [PATCH v4 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD,
Yi Liu
[PATCH] docs: kvm: vfio: Require call KVM_DEV_VFIO_GROUP_ADD before VFIO_GROUP_GET_DEVICE_FD,
Yi Liu
[PATCH] KVM: x86: Remove duplicated calls of reverse_cpuid_check(),
Binbin Wu
[GIT PULL] virtio,vhost,vdpa: features, fixes,
Michael S. Tsirkin
[PATCH] KVM: selftests: Depend on kernel headers when making selftests,
Colton Lewis
[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support,
Michael Roth
- [PATCH RFC v8 09/56] KVM: SEV: Handle memory backed by restricted memfd,
Michael Roth
- [PATCH RFC v8 10/56] x86/cpufeatures: Add SEV-SNP CPU feature,
Michael Roth
- [PATCH RFC v8 11/56] x86/sev: Add the host SEV-SNP initialization support,
Michael Roth
- [PATCH RFC v8 12/56] x86/sev: Add RMP entry lookup helpers,
Michael Roth
- [PATCH RFC v8 13/56] x86/fault: Add helper for dumping RMP entries,
Michael Roth
- [PATCH RFC v8 14/56] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction,
Michael Roth
- [PATCH RFC v8 15/56] x86/sev: Invalidate pages from the direct map when adding them to the RMP table,
Michael Roth
- [PATCH RFC v8 16/56] x86/traps: Define RMP violation #PF error code,
Michael Roth
- [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address,
Michael Roth
- [PATCH RFC v8 18/56] x86/fault: fix handle_split_page_fault() to work with memfd backed pages,
Michael Roth
- [PATCH RFC v8 19/56] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling.,
Michael Roth
- [PATCH RFC v8 01/56] KVM: x86: Add 'fault_is_private' x86 op,
Michael Roth
- [PATCH RFC v8 20/56] crypto:ccp: Define the SEV-SNP commands,
Michael Roth
- [PATCH RFC v8 21/56] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP,
Michael Roth
- [PATCH RFC v8 24/56] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled,
Michael Roth
- [PATCH RFC v8 23/56] crypto: ccp: Introduce snp leaked pages list,
Michael Roth
- [PATCH RFC v8 22/56] crypto:ccp: Provide API to issue SEV and SNP commands,
Michael Roth
- [PATCH RFC v8 25/56] crypto: ccp: Handle the legacy SEV command when SNP is enabled,
Michael Roth
- [PATCH RFC v8 26/56] crypto: ccp: Add the SNP_PLATFORM_STATUS command,
Michael Roth
- [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command,
Michael Roth
- [PATCH RFC v8 28/56] crypto: ccp: Provide APIs to query extended attestation report,
Michael Roth
- [PATCH RFC v8 29/56] KVM: SVM: Add support to handle AP reset MSR protocol,
Michael Roth
- [PATCH RFC v8 30/56] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT,
Michael Roth
- [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' x86 op,
Michael Roth
- [PATCH RFC v8 31/56] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe,
Michael Roth
- [PATCH RFC v8 33/56] KVM: SVM: Add KVM_SNP_INIT command,
Michael Roth
- [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command,
Michael Roth
- [PATCH RFC v8 32/56] KVM: SVM: Add initial SEV-SNP support,
Michael Roth
- [PATCH RFC v8 36/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command,
Michael Roth
- [PATCH RFC v8 37/56] KVM: X86: Keep the NPT and RMP page level in sync,
Michael Roth
- [PATCH RFC v8 35/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command,
Michael Roth
- [PATCH RFC v8 40/56] KVM: SVM: Add KVM_EXIT_VMGEXIT,
Michael Roth
- [PATCH RFC v8 39/56] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT,
Michael Roth
- [PATCH RFC v8 38/56] KVM: x86: Define RMP page fault error bits for #NPF,
Michael Roth
- [PATCH RFC v8 03/56] KVM: x86: Add platform hooks for private memory invalidations,
Michael Roth
- [PATCH RFC v8 41/56] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT,
Michael Roth
- [PATCH RFC v8 43/56] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use,
Michael Roth
- [PATCH RFC v8 42/56] KVM: SVM: Add support to handle Page State Change VMGEXIT,
Michael Roth
- [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation NAE event,
Michael Roth
- [PATCH RFC v8 49/56] KVM: SVM: Implement .fault_is_private callback for SNP,
Michael Roth
- [PATCH RFC v8 50/56] KVM: SEV: Handle restricted memory invalidations for SNP,
Michael Roth
- [PATCH RFC v8 46/56] KVM: SVM: Use a VMSA physical address variable for populating VMCB,
Michael Roth
- [PATCH RFC v8 44/56] KVM: SVM: Add support to handle the RMP nested page fault,
Michael Roth
- [PATCH RFC v8 04/56] KVM: Add HVA range operator,
Michael Roth
- [PATCH RFC v8 52/56] ccp: Add support to decrypt the page,
Michael Roth
- [PATCH RFC v8 54/56] x86/sev: Add KVM commands for instance certs,
Michael Roth
- [PATCH RFC v8 48/56] KVM: SVM: Add SNP-specific handling for memory attribute updates,
Michael Roth
- [PATCH RFC v8 53/56] KVM: SVM: Make VMSAVE target area memory allocation SNP safe,
Michael Roth
- [PATCH RFC v8 55/56] x86/sev: Document KVM_SEV_SNP_{G,S}ET_CERTS,
Michael Roth
- [PATCH RFC v8 45/56] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event,
Michael Roth
- [PATCH RFC v8 51/56] KVM: SVM: Add module parameter to enable the SEV-SNP,
Michael Roth
- [PATCH RFC v8 56/56] iommu/amd: Add IOMMU_SNP_SHUTDOWN support,
Michael Roth
- [PATCH RFC v8 07/56] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA,
Michael Roth
- [PATCH RFC v8 05/56] KVM: SEV: Require KVM_PROTECTED_VM when AMD_MEM_ENCRYPT is enabled,
Michael Roth
- [PATCH RFC v8 08/56] KVM: SEV: Rename sev_{pin,unpin}_memory,
Michael Roth
- [PATCH RFC v8 06/56] KVM: Split out memory attribute xarray updates to helper function,
Michael Roth
- Re: [PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support,
Dave Hansen
- Re: [PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support,
Schander, Johanna 'Mimoja' Amelie
[PATCH] KVM: Align the function name of kvm_swap_active_memslots(),
Jun Miao
[PATCH v2 00/29] Add KVM LoongArch support,
Tianrui Zhao
- [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface,
Tianrui Zhao
- [PATCH v2 04/29] LoongArch: KVM: Implement VM related functions,
Tianrui Zhao
- [PATCH v2 03/29] LoongArch: KVM: Implement kvm hardware enable, disable interface,
Tianrui Zhao
- [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files,
Tianrui Zhao
- [PATCH v2 07/29] LoongArch: KVM: Implement vcpu run interface,
Tianrui Zhao
- [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files,
Tianrui Zhao
- [PATCH v2 11/29] LoongArch: KVM: Implement fpu related operations for vcpu,
Tianrui Zhao
- [PATCH v2 15/29] LoongArch: KVM: Implement vcpu status description,
Tianrui Zhao
- [PATCH v2 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP, CHECK_EXTENSION ioctl interface,
Tianrui Zhao
- [PATCH v2 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers,
Tianrui Zhao
- [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface,
Tianrui Zhao
- [PATCH v2 13/29] LoongArch: KVM: Implement misc vcpu related interfaces,
Tianrui Zhao
- [PATCH v2 16/29] LoongArch: KVM: Implement update VM id function,
Tianrui Zhao
- [PATCH v2 18/29] LoongArch: KVM: Implement vcpu timer operations,
Tianrui Zhao
- [PATCH v2 20/29] LoongArch: KVM: Implement handle csr excption,
Tianrui Zhao
- [PATCH v2 22/29] LoongArch: KVM: Implement handle idle exception,
Tianrui Zhao
- [PATCH v2 28/29] LoongArch: KVM: Implement probe virtualization when loongarch cpu init,
Tianrui Zhao
- [PATCH v2 17/29] LoongArch: KVM: Implement virtual machine tlb operations,
Tianrui Zhao
- [PATCH v2 26/29] LoongArch: KVM: Implement kvm exception vector,
Tianrui Zhao
- [PATCH v2 27/29] LoongArch: KVM: Implement vcpu world switch,
Tianrui Zhao
- [PATCH v2 19/29] LoongArch: KVM: Implement kvm mmu operations,
Tianrui Zhao
- [PATCH v2 23/29] LoongArch: KVM: Implement handle gspr exception,
Tianrui Zhao
- [PATCH v2 29/29] LoongArch: KVM: Enable kvm config and add the makefile,
Tianrui Zhao
- [PATCH v2 24/29] LoongArch: KVM: Implement handle mmio exception,
Tianrui Zhao
- [PATCH v2 25/29] LoongArch: KVM: Implement handle fpu exception,
Tianrui Zhao
- [PATCH v2 21/29] LoongArch: KVM: Implement handle iocsr exception,
Tianrui Zhao
- [PATCH v2 08/29] LoongArch: KVM: Implement vcpu handle exit interface,
Tianrui Zhao
- [PATCH v2 12/29] LoongArch: KVM: Implement vcpu interrupt operations,
Tianrui Zhao
- [PATCH v2 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations,
Tianrui Zhao
[PATCH] KVM: Add the missed title format,
Shaoqin Huang
[PATCH v3 vfio 0/7] pds vfio driver,
Brett Creeley
[GIT PULL] Final batch KVM changes for Linux 6.2,
Paolo Bonzini
[GIT PULL] KVM/arm64 updates for 6.3,
Marc Zyngier
[PATCH v4 00/12] Implement Eager Page Splitting for ARM,
Ricardo Koller
- [PATCH v4 01/12] KVM: arm64: Add KVM_PGTABLE_WALK ctx->flags for skipping BBM and CMO,
Ricardo Koller
- [PATCH v4 02/12] KVM: arm64: Rename free_unlinked to free_removed,
Ricardo Koller
- [PATCH v4 03/12] KVM: arm64: Add helper for creating unlinked stage2 subtrees,
Ricardo Koller
- [PATCH v4 04/12] KVM: arm64: Add kvm_pgtable_stage2_split(),
Ricardo Koller
- [PATCH v4 05/12] KVM: arm64: Refactor kvm_arch_commit_memory_region(),
Ricardo Koller
- [PATCH v4 06/12] KVM: arm64: Add kvm_uninit_stage2_mmu(),
Ricardo Koller
- [PATCH v4 07/12] KVM: arm64: Export kvm_are_all_memslots_empty(),
Ricardo Koller
- [PATCH v4 08/12] KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE,
Ricardo Koller
- [PATCH v4 09/12] KVM: arm64: Split huge pages when dirty logging is enabled,
Ricardo Koller
- [PATCH v4 10/12] KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked(),
Ricardo Koller
- [PATCH v4 11/12] KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOG,
Ricardo Koller
- [PATCH v4 12/12] KVM: arm64: Use local TLBI on permission relaxation,
Ricardo Koller
[RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall,
Ackerley Tng
[PATCH 00/12] KVM: x86: Add "governed" X86_FEATURE framework,
Sean Christopherson
[PATCH 06/12] KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled",
Sean Christopherson
[PATCH 10/12] KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled",
Sean Christopherson
[PATCH 09/12] KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled",
Sean Christopherson
[PATCH 11/12] KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled",
Sean Christopherson
[PATCH 12/12] KVM: x86: Disallow guest CPUID lookups when IRQs are disabled,
Sean Christopherson
[PATCH 0/2] Documentation/process: Add a maintainer handbook for KVM x86,
Sean Christopherson
[PATCH 0/5] Overhauling amx_test, part 2,
Aaron Lewis
[PATCH v2 0/2] KVM: Minor structure layout changes,
Mathias Krause
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]