Linux KVM
[Prev Page][Next Page]
- Re: [PATCH 7/7] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed, (continued)
- [PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only),
Marc Zyngier
- [PATCH v11 01/43] arm64: cpufeatures: Restrict NV support to FEAT_NV2,
Marc Zyngier
- [PATCH v11 02/43] KVM: arm64: nv: Hoist vcpu_has_nv() into is_hyp_ctxt(),
Marc Zyngier
- [PATCH v11 03/43] KVM: arm64: nv: Compute NV view of idregs as a one-off,
Marc Zyngier
- [PATCH v11 04/43] KVM: arm64: nv: Drop EL12 register traps that are redirected to VNCR,
Marc Zyngier
- [PATCH v11 06/43] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets,
Marc Zyngier
- [PATCH v11 08/43] KVM: arm64: nv: Add EL2_REG_VNCR()/EL2_REG_REDIR() sysreg helpers,
Marc Zyngier
- [PATCH v11 05/43] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers,
Marc Zyngier
- [PATCH v11 07/43] KVM: arm64: Introduce a bad_trap() primitive for unexpected trap handling,
Marc Zyngier
- [PATCH v11 09/43] KVM: arm64: nv: Map VNCR-capable registers to a separate page,
Marc Zyngier
- [PATCH v11 10/43] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg(),
Marc Zyngier
- [PATCH v11 11/43] KVM: arm64: nv: Handle HCR_EL2.E2H specially,
Marc Zyngier
- [PATCH v11 12/43] KVM: arm64: nv: Handle CNTHCTL_EL2 specially,
Marc Zyngier
- [PATCH v11 14/43] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting,
Marc Zyngier
- [PATCH v11 13/43] KVM: arm64: nv: Save/Restore vEL2 sysregs,
Marc Zyngier
- [PATCH v11 16/43] KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2,
Marc Zyngier
- [PATCH v11 15/43] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings,
Marc Zyngier
- [PATCH v11 17/43] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures,
Marc Zyngier
- [PATCH v11 18/43] KVM: arm64: nv: Implement nested Stage-2 page table walk logic,
Marc Zyngier
- [PATCH v11 19/43] KVM: arm64: nv: Handle shadow stage 2 page faults,
Marc Zyngier
- [PATCH v11 21/43] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables,
Marc Zyngier
- [PATCH v11 20/43] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's,
Marc Zyngier
- [PATCH v11 22/43] KVM: arm64: nv: Set a handler for the system instruction traps,
Marc Zyngier
- [PATCH v11 25/43] KVM: arm64: nv: Hide RAS from nested guests,
Marc Zyngier
- [PATCH v11 23/43] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2,
Marc Zyngier
- [PATCH v11 26/43] KVM: arm64: nv: Add handling of EL2-specific timer registers,
Marc Zyngier
- [PATCH v11 24/43] KVM: arm64: nv: Trap and emulate TLBI instructions from virtual EL2,
Marc Zyngier
- [PATCH v11 28/43] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state,
Marc Zyngier
- [PATCH v11 29/43] KVM: arm64: nv: Load timer before the GIC,
Marc Zyngier
- [PATCH v11 27/43] KVM: arm64: nv: Sync nested timer state with FEAT_NV2,
Marc Zyngier
- [PATCH v11 31/43] KVM: arm64: nv: Don't block in WFI from nested state,
Marc Zyngier
- [PATCH v11 30/43] KVM: arm64: nv: Nested GICv3 Support,
Marc Zyngier
- [PATCH v11 32/43] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ,
Marc Zyngier
- [PATCH v11 33/43] KVM: arm64: nv: Fold GICv3 host trapping requirements into guest setup,
Marc Zyngier
- [PATCH v11 34/43] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery,
Marc Zyngier
- [PATCH v11 35/43] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation,
Marc Zyngier
- [PATCH v11 36/43] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information,
Marc Zyngier
- [PATCH v11 37/43] KVM: arm64: nv: Tag shadow S2 entries with nested level,
Marc Zyngier
- [PATCH v11 38/43] KVM: arm64: nv: Allocate VNCR page when required,
Marc Zyngier
- [PATCH v11 39/43] KVM: arm64: nv: Fast-track 'InHost' exception returns,
Marc Zyngier
- [PATCH v11 40/43] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests,
Marc Zyngier
- [PATCH v11 42/43] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on,
Marc Zyngier
- [PATCH v11 43/43] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT,
Marc Zyngier
- [PATCH v11 41/43] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers,
Marc Zyngier
- Re: [PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only),
Ganapatrao Kulkarni
- Re: [PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only),
Miguel Luis
- Re: [PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only),
Marc Zyngier
- Re: (subset) [PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only),
Marc Zyngier
- [PATCH v4 0/4] KVM: selftests: add powerpc support,
Nicholas Piggin
- [PATCH 0/5] jump_label: Fix __ro_after_init keys for modules & annotate some keys,
Valentin Schneider
- [PATCH] hisi_acc_vfio_pci: Update migration data pointer correctly on saving/resume,
Shameer Kolothum
- [PATCH] vfio/pci: Separate INTx-enabled vfio_pci_device from unenabled to make the code logic clearer.,
JianChunfu
- [RFC PATCH v2 0/3] send credit update during setting SO_RCVLOWAT,
Arseniy Krasnov
- [PATCH] selftests:proc-empty-vm: Remove unused debug write callIn the function test_proc_pid_statm,
angquan yu
- [PATCH 1/2] [PATCH,breakpoints] selftests/breakpoints: Fix format specifier in ksft_print_msg in step_after_suspend_test.c,
angquan yu
- [PATCH 00/34] biops: add atomig find_bit() operations,
Yury Norov
- [kvmtool PATCH v3 0/6] RISC-V AIA irqchip and Svnapot support,
Anup Patel
- [PATCH kvmtool v2 0/1] virtio: Cancel and join threads when exiting devices,
Eduardo Bart
- [linux-next:master] BUILD REGRESSION eff99d8edbed7918317331ebd1e365d8e955d65e,
kernel test robot
- [kvm-unit-tests PATCH v3 0/7] s390x: Add base AP support,
Janosch Frank
- [PATCH v7 0/3] Add Intel VT-d nested translation (part 2/2),
Yi Liu
- [PATCH v6 0/6] iommufd: Add nesting infrastructure (part 2/2),
Yi Liu
- [PATCH v6 1/6] iommu: Add cache_invalidate_user op,
Yi Liu
- [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Yi Liu
- RE: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Tian, Kevin
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Yi Liu
- RE: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Tian, Kevin
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Nicolin Chen
- RE: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Tian, Kevin
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Nicolin Chen
- RE: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Tian, Kevin
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Nicolin Chen
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Yi Liu
- RE: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Tian, Kevin
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Nicolin Chen
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Jason Gunthorpe
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Nicolin Chen
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Jason Gunthorpe
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Nicolin Chen
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Jason Gunthorpe
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Nicolin Chen
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Jason Gunthorpe
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Nicolin Chen
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Jason Gunthorpe
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Nicolin Chen
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Jason Gunthorpe
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Nicolin Chen
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Jason Gunthorpe
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Nicolin Chen
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Jason Gunthorpe
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Yi Liu
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Baolu Lu
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Jason Gunthorpe
- Re: [PATCH v6 2/6] iommufd: Add IOMMU_HWPT_INVALIDATE,
Yi Liu
- [PATCH v6 3/6] iommu: Add iommu_copy_struct_from_user_array helper,
Yi Liu
- [PATCH v6 4/6] iommufd/selftest: Add mock_domain_cache_invalidate_user support,
Yi Liu
- [PATCH v6 5/6] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op,
Yi Liu
- [PATCH v6 6/6] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl,
Yi Liu
- Re: [PATCH v6 0/6] iommufd: Add nesting infrastructure (part 2/2),
Jason Gunthorpe
- Message not available
[PATCH] KVM: x86: fix kvm_has_noapic_vcpu updates when fail to create vcpu,
Li RongQing
[PATCH] powerpc: Add PVN support for HeXin C2000 processor,
Zhao Ke
[PATCH v6 00/16] Support smp.clusters for x86 in QEMU,
Zhao Liu
- [PATCH v6 01/16] i386/cpu: Fix i/d-cache topology to core level for Intel CPU,
Zhao Liu
- [PATCH v6 02/16] i386/cpu: Use APIC ID offset to encode cache topo in CPUID[4],
Zhao Liu
- [PATCH v6 03/16] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid(),
Zhao Liu
- [PATCH v6 04/16] i386: Split topology types of CPUID[0x1F] from the definitions of CPUID[0xB],
Zhao Liu
- [PATCH v6 05/16] i386: Decouple CPUID[0x1F] subleaf with specific topology level,
Zhao Liu
- [PATCH v6 06/16] i386: Introduce module-level cpu topology to CPUX86State,
Zhao Liu
- [PATCH v6 08/16] i386: Expose module level in CPUID[0x1F],
Zhao Liu
- [PATCH v6 09/16] i386: Support module_id in X86CPUTopoIDs,
Zhao Liu
- [PATCH v6 07/16] i386: Support modules_per_die in X86CPUTopoInfo,
Zhao Liu
- [PATCH v6 11/16] tests: Add test case of APIC ID for module level parsing,
Zhao Liu
- [PATCH v6 10/16] i386/cpu: Introduce cluster-id to X86CPU,
Zhao Liu
- [PATCH v6 12/16] hw/i386/pc: Support smp.clusters for x86 PC machine,
Zhao Liu
- [PATCH v6 13/16] i386: Add cache topology info in CPUCacheInfo,
Zhao Liu
- [PATCH v6 14/16] i386: Use CPUCacheInfo.share_level to encode CPUID[4],
Zhao Liu
- [PATCH v6 15/16] i386: Use offsets get NumSharingCache for CPUID[0x8000001D].EAX[bits 25:14],
Zhao Liu
- [PATCH v6 16/16] i386: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 25:14],
Zhao Liu
- Re: [PATCH v6 00/16] Support smp.clusters for x86 in QEMU,
Zhao Liu
[PATCH v2] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER,
Shaoqin Huang
[PATCH v2] KVM: selftests: Fix the dirty_log_test semaphore imbalance,
Shaoqin Huang
[syzbot] [kvm?] WARNING in kvm_mmu_notifier_invalidate_range_start (3),
syzbot
[PATCH v2 vfio 0/6] vfio/pds: Clean-ups and multi-region support,
Brett Creeley
EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Tobias Huschle
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Peter Zijlstra
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Peter Zijlstra
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Tobias Huschle
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Peter Zijlstra
- Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Abel Wu
- Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Tobias Huschle
- Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Peter Zijlstra
- Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Tobias Huschle
- Message not available
- Re: Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Abel Wu
- Re: Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Tobias Huschle
- Re: Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Tobias Huschle
- Message not available
- Re: Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Michael S. Tsirkin
- Re: Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Tobias Huschle
- Message not available
- Re: Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Michael S. Tsirkin
- Message not available
- Re: Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Michael S. Tsirkin
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Luis Machado
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Tobias Huschle
- Message not available
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Michael S. Tsirkin
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Tobias Huschle
- Message not available
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Michael S. Tsirkin
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Tobias Huschle
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Michael S. Tsirkin
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Tobias Huschle
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Tobias Huschle
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Peter Zijlstra
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Michael S. Tsirkin
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Peter Zijlstra
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Tobias Huschle
- Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Tobias Huschle
Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Abel Wu
Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Abel Wu
Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement),
Bagas Sanjaya
[PATCH v2] KVM: X86: improve documentation for KVM_CAP_X86_BUS_LOCK_EXIT,
Carlos López
[PATCH v2] vfio/cdx: add interrupt support,
Nipun Gupta
[PATCH v1] KVM: selftests: Initalize sem_vcpu_[cont|stop] before each test in dirty_log_test,
Shaoqin Huang
[PATCH v4 0/3] LoongArch: KVM: Remove SW timer switch when vcpu is halt polling,
Bibo Mao
[PATCH] KVM: X86: improve documentation for KVM_CAP_X86_BUS_LOCK_EXIT,
Carlos López
[PATCH v2] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA,
Shaoqin Huang
[GIT PULL v1 0/2] KVM: s390: two small but important fixes,
Claudio Imbrenda
[PATCH] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA,
Shaoqin Huang
[PATCH v1 0/2] LoongArch: KVM: Add LSX,LASX support,
Tianrui Zhao
[PATCH] LoongArch: KVM: Fix build due to API changes,
Huacai Chen
[kvm-unit-tests PATCH v1] s390x: cmm: test no-translate bit after reset,
Nico Boehr
[PATCH v1 1/1] vfio/nvgrace-gpu: carve out non cached reserved region from device memory,
ankita
[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support,
Xiaoyao Li
- [PATCH v3 01/70] *** HACK *** linux-headers: Update headers to pull in gmem APIs,
Xiaoyao Li
- [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd,
Xiaoyao Li
- [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE,
Xiaoyao Li
- [PATCH v3 04/70] HostMem: Add mechanism to opt in kvm guest memfd via MachineState,
Xiaoyao Li
- [PATCH v3 05/70] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot,
Xiaoyao Li
- [PATCH v3 06/70] kvm: Introduce support for memory_attributes,
Xiaoyao Li
- [PATCH v3 07/70] physmem: Relax the alignment check of host_startaddr in ram_block_discard_range(),
Xiaoyao Li
- [PATCH v3 08/70] physmem: replace function name with __func__ in ram_block_discard_range(),
Xiaoyao Li
- [PATCH v3 09/70] physmem: Introduce ram_block_convert_range() for page conversion,
Xiaoyao Li
- [PATCH v3 10/70] kvm: handle KVM_EXIT_MEMORY_FAULT,
Xiaoyao Li
- [PATCH v3 11/70] trace/kvm: Add trace for page convertion between shared and private,
Xiaoyao Li
- [PATCH v3 12/70] *** HACK *** linux-headers: Update headers to pull in TDX API changes,
Xiaoyao Li
- [PATCH v3 13/70] i386: Introduce tdx-guest object,
Xiaoyao Li
- [PATCH v3 14/70] target/i386: Implement mc->kvm_type() to get VM type,
Xiaoyao Li
- [PATCH v3 15/70] target/i386: Parse TDX vm type,
Xiaoyao Li
- [PATCH v3 16/70] target/i386: Introduce kvm_confidential_guest_init(),
Xiaoyao Li
- [PATCH v3 17/70] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context,
Xiaoyao Li
- [PATCH v3 18/70] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES,
Xiaoyao Li
- [PATCH v3 19/70] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object,
Xiaoyao Li
- [PATCH v3 20/70] i386/tdx: Adjust the supported CPUID based on TDX restrictions,
Xiaoyao Li
- [PATCH v3 21/70] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[],
Xiaoyao Li
- [PATCH v3 22/70] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup,
Xiaoyao Li
- [PATCH v3 23/70] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup,
Xiaoyao Li
- [PATCH v3 24/70] i386/kvm: Move architectural CPUID leaf generation to separate helper,
Xiaoyao Li
- [PATCH v3 25/70] kvm: Introduce kvm_arch_pre_create_vcpu(),
Xiaoyao Li
- [PATCH v3 26/70] i386/tdx: Initialize TDX before creating TD vcpus,
Xiaoyao Li
- [PATCH v3 27/70] i386/tdx: Add property sept-ve-disable for tdx-guest object,
Xiaoyao Li
- [PATCH v3 28/70] i386/tdx: Make sept_ve_disable set by default,
Xiaoyao Li
- [PATCH v3 29/70] i386/tdx: Wire CPU features up with attributes of TD guest,
Xiaoyao Li
- [PATCH v3 30/70] i386/tdx: Validate TD attributes,
Xiaoyao Li
- [PATCH v3 31/70] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM,
Xiaoyao Li
- [PATCH v3 32/70] i386/tdx: Implement user specified tsc frequency,
Xiaoyao Li
- [PATCH v3 33/70] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM,
Xiaoyao Li
- [PATCH v3 34/70] kvm/memory: Introduce the infrastructure to set the default shared/private value,
Xiaoyao Li
- [PATCH v3 35/70] i386/tdx: Make memory type private by default,
Xiaoyao Li
- [PATCH v3 36/70] kvm/tdx: Don't complain when converting vMMIO region to shared,
Xiaoyao Li
- [PATCH v3 37/70] kvm/tdx: Ignore memory conversion to shared of unassigned region,
Xiaoyao Li
- [PATCH v3 38/70] i386/tdvf: Introduce function to parse TDVF metadata,
Xiaoyao Li
- [PATCH v3 39/70] i386/tdx: Parse TDVF metadata for TDX VM,
Xiaoyao Li
- [PATCH v3 40/70] i386/tdx: Skip BIOS shadowing setup,
Xiaoyao Li
- [PATCH v3 41/70] i386/tdx: Don't initialize pc.rom for TDX VMs,
Xiaoyao Li
- [PATCH v3 42/70] i386/tdx: Track mem_ptr for each firmware entry of TDVF,
Xiaoyao Li
- [PATCH v3 43/70] i386/tdx: Track RAM entries for TDX VM,
Xiaoyao Li
- [PATCH v3 44/70] headers: Add definitions from UEFI spec for volumes, resources, etc...,
Xiaoyao Li
- [PATCH v3 45/70] i386/tdx: Setup the TD HOB list,
Xiaoyao Li
- [PATCH v3 46/70] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION,
Xiaoyao Li
- [PATCH v3 47/70] memory: Introduce memory_region_init_ram_guest_memfd(),
Xiaoyao Li
- [PATCH v3 48/70] i386/tdx: register TDVF as private memory,
Xiaoyao Li
- [PATCH v3 49/70] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu,
Xiaoyao Li
- [PATCH v3 50/70] i386/tdx: Finalize TDX VM,
Xiaoyao Li
- [PATCH v3 51/70] i386/tdx: handle TDG.VP.VMCALL<SetupEventNotifyInterrupt>,
Xiaoyao Li
- [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>,
Xiaoyao Li
- [PATCH v3 53/70] i386/tdx: setup a timer for the qio channel,
Xiaoyao Li
- [PATCH v3 54/70] i386/tdx: handle TDG.VP.VMCALL<MapGPA> hypercall,
Xiaoyao Li
- [PATCH v3 55/70] i386/tdx: Limit the range size for MapGPA,
Xiaoyao Li
- [PATCH v3 56/70] i386/tdx: Handle TDG.VP.VMCALL<REPORT_FATAL_ERROR>,
Xiaoyao Li
- [PATCH v3 57/70] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility,
Xiaoyao Li
- [PATCH v3 58/70] pci-host/q35: Move PAM initialization above SMRAM initialization,
Xiaoyao Li
- [PATCH v3 59/70] q35: Introduce smm_ranges property for q35-pci-host,
Xiaoyao Li
- [PATCH v3 60/70] i386/tdx: Disable SMM for TDX VMs,
Xiaoyao Li
- [PATCH v3 63/70] i386/tdx: LMCE is not supported for TDX,
Xiaoyao Li
- [PATCH v3 61/70] i386/tdx: Disable PIC for TDX VMs,
Xiaoyao Li
- [PATCH v3 62/70] i386/tdx: Don't allow system reset for TDX VMs,
Xiaoyao Li
- [PATCH v3 65/70] hw/i386: add option to forcibly report edge trigger in acpi tables,
Xiaoyao Li
- [PATCH v3 64/70] hw/i386: add eoi_intercept_unsupported member to X86MachineState,
Xiaoyao Li
- [PATCH v3 66/70] i386/tdx: Don't synchronize guest tsc for TDs,
Xiaoyao Li
- [PATCH v3 67/70] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() for TDs,
Xiaoyao Li
- [PATCH v3 68/70] i386/tdx: Skip kvm_put_apicbase() for TDs,
Xiaoyao Li
- [PATCH v3 69/70] i386/tdx: Don't get/put guest state for TDX VMs,
Xiaoyao Li
- [PATCH v3 70/70] docs: Add TDX documentation,
Xiaoyao Li
[PATCH v7 00/12] iommu: Prepare to deliver page faults to user space,
Lu Baolu
- [PATCH v7 01/12] iommu: Move iommu fault data to linux/iommu.h,
Lu Baolu
- [PATCH v7 02/12] iommu/arm-smmu-v3: Remove unrecoverable faults reporting,
Lu Baolu
- [PATCH v7 03/12] iommu: Remove unrecoverable fault data,
Lu Baolu
- [PATCH v7 04/12] iommu: Cleanup iopf data structure definitions,
Lu Baolu
- [PATCH v7 05/12] iommu: Merge iopf_device_param into iommu_fault_param,
Lu Baolu
- [PATCH v7 06/12] iommu: Remove iommu_[un]register_device_fault_handler(),
Lu Baolu
- [PATCH v7 07/12] iommu: Merge iommu_fault_event and iopf_fault,
Lu Baolu
- [PATCH v7 08/12] iommu: Prepare for separating SVA and IOPF,
Lu Baolu
- [PATCH v7 09/12] iommu: Make iommu_queue_iopf() more generic,
Lu Baolu
- [PATCH v7 10/12] iommu: Separate SVA and IOPF,
Lu Baolu
- [PATCH v7 11/12] iommu: Consolidate per-device fault data management,
Lu Baolu
- [PATCH v7 12/12] iommu: Improve iopf_queue_flush_dev(),
Lu Baolu
- Re: [PATCH v7 00/12] iommu: Prepare to deliver page faults to user space,
liulongfang
[PATCH V1] vfio: add attach_group_by_node to control behavior of attaching group to domain,
yaozhenguo
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]