Linux KVM
[Prev Page][Next Page]
- [PATCH v13 103/113] KVM: TDX: Add methods to ignore guest instruction emulation, (continued)
- [PATCH v13 103/113] KVM: TDX: Add methods to ignore guest instruction emulation,
isaku . yamahata
- [PATCH v13 094/113] KVM: TDX: Handle TDX PV MMIO hypercall,
isaku . yamahata
- [PATCH v13 108/113] KVM: TDX: Add a method to ignore for TDX to ignore hypercall patch,
isaku . yamahata
- [PATCH v13 112/113] RFC: KVM: TDX: Make busy with S-EPT on entry bug,
isaku . yamahata
- [PATCH v13 092/113] KVM: TDX: Handle TDX PV HLT hypercall,
isaku . yamahata
- [PATCH v13 111/113] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU,
isaku . yamahata
- [PATCH v13 109/113] KVM: TDX: Add methods to ignore virtual apic related operation,
isaku . yamahata
- [PATCH v13 095/113] KVM: TDX: Implement callbacks for MSR operations for TDX,
isaku . yamahata
- [PATCH v13 096/113] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall,
isaku . yamahata
- [PATCH v13 110/113] Documentation/virt/kvm: Document on Trust Domain Extensions(TDX),
isaku . yamahata
- [PATCH v13 100/113] KVM: TDX: Silently discard SMI request,
isaku . yamahata
- [PATCH v13 106/113] KVM: TDX: Add methods to ignore accesses to TSC,
isaku . yamahata
- [PATCH v13 098/113] KVM: TDX: Handle TDX PV map_gpa hypercall,
isaku . yamahata
- [PATCH v13 078/113] KVM: TDX: Implements vcpu request_immediate_exit,
isaku . yamahata
- [PATCH v13 105/113] KVM: TDX: Add methods to ignore VMX preemption timer,
isaku . yamahata
- [PATCH v13 101/113] KVM: TDX: Silently ignore INIT/SIPI,
isaku . yamahata
- [PATCH v13 107/113] KVM: TDX: Ignore setting up mce,
isaku . yamahata
- [PATCH v13 099/113] KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall,
isaku . yamahata
- [PATCH v13 113/113] [MARKER] the end of (the first phase of) TDX KVM patch series,
isaku . yamahata
- [PATCH v13 102/113] KVM: TDX: Add methods to ignore accesses to CPU state,
isaku . yamahata
- [PATCH v13 097/113] KVM: TDX: Handle TDX PV report fatal error hypercall,
isaku . yamahata
- [PATCH v13 104/113] KVM: TDX: Add a method to ignore dirty logging,
isaku . yamahata
- [PATCH v2] perf/x86: use hexidecimal value for cpuid,
Zhenyu Wang
- [RFC PATCH part-7 00/12] Memory protection based on page state,
Jason Chen CJ
- [RFC PATCH part-7 08/12] pkvm: x86: Donate shadow vm & vcpu pages to hypervisor,
Jason Chen CJ
- [RFC PATCH part-7 04/12] pkvm: x86: Add the record of the page state into page table entry,
Jason Chen CJ
- [RFC PATCH part-7 05/12] pkvm: x86: Expose host EPT lock,
Jason Chen CJ
- [RFC PATCH part-7 02/12] pkvm: x86: Use host EPT to track page ownership,
Jason Chen CJ
- [RFC PATCH part-7 10/12] pkvm: x86: Implement do_unshare() helper for unsharing memory,
Jason Chen CJ
- [RFC PATCH part-7 07/12] pkvm: x86: Implement __pkvm_hyp_donate_host(),
Jason Chen CJ
- [RFC PATCH part-7 06/12] pkvm: x86: Implement do_donate() helper for donating memory,
Jason Chen CJ
- [RFC PATCH part-7 03/12] pkvm: x86: Use SW bits to track page state,
Jason Chen CJ
- [RFC PATCH part-7 12/12] pkvm: x86: Use page state API in shadow EPT for normal VM,
Jason Chen CJ
- [RFC PATCH part-7 09/12] pkvm: x86: Implement do_share() helper for sharing memory,
Jason Chen CJ
- [RFC PATCH part-7 11/12] pkvm: x86: Add pgtable override helper functions for map/unmap/free leaf,
Jason Chen CJ
- [RFC PATCH part-7 01/12] pkvm: x86: Introduce pkvm_pgtable_annotate,
Jason Chen CJ
- [RFC PATCH part-6 00/13] EPT Emulation,
Jason Chen CJ
- [RFC PATCH part-6 01/13] pkvm: x86: Pre-define the maximum number of supported VMs,
Jason Chen CJ
- [RFC PATCH part-6 02/13] pkvm: x86: init: Reserve memory for shadow EPT,
Jason Chen CJ
- [RFC PATCH part-6 03/13] pkvm: x86: Initialize the shadow EPT pool,
Jason Chen CJ
- [RFC PATCH part-6 04/13] pkvm: x86: Introduce shadow EPT,
Jason Chen CJ
- [RFC PATCH part-6 05/13] pkvm: x86: Introduce vEPT to record guest EPT information,
Jason Chen CJ
- [RFC PATCH part-6 08/13] pkvm: x86: Add support for pKVM to handle the nested EPT violation,
Jason Chen CJ
- [RFC PATCH part-6 06/13] pkvm: x86: Add API to get the max phys address bits,
Jason Chen CJ
- [RFC PATCH part-6 13/13] pkvm: x86: Switch to use shadow EPT for nested guests,
Jason Chen CJ
- [RFC PATCH part-6 10/13] pkvm: x86: add pkvm_pgtable_unmap_safe for a safe unmap,
Jason Chen CJ
- [RFC PATCH part-6 09/13] pkvm: x86: Introduce PKVM_ASSERT,
Jason Chen CJ
- [RFC PATCH part-6 11/13] pkvm: x86: Introduce shadow EPT invalidation support,
Jason Chen CJ
- [RFC PATCH part-6 07/13] pkvm: x86: Initialize ept_zero_check,
Jason Chen CJ
- [RFC PATCH part-6 12/13] pkvm: x86: Add INVEPT instruction emulation,
Jason Chen CJ
- [RFC PATCH part-3 00/22] Isolate pKVM & host,
Jason Chen CJ
- [RFC PATCH part-3 15/22] pkvm: x86: Add init-finalise hypercall,
Jason Chen CJ
- [RFC PATCH part-3 20/22] pkvm: x86: Add pgtable API pkvm_pgtable_lookup,
Jason Chen CJ
- [RFC PATCH part-3 12/22] pkvm: x86: Define linker script alias for kernel-proper symbol,
Jason Chen CJ
- [RFC PATCH part-3 09/22] pkvm: x86: Introduce general page table management framework,
Jason Chen CJ
- [RFC PATCH part-3 06/22] pkvm: x86: Calculate total reserve page numbers,
Jason Chen CJ
- [RFC PATCH part-3 16/22] pkvm: x86: Create MMU pgtable in init-finalise hypercall,
Jason Chen CJ
- [RFC PATCH part-3 10/22] pkvm: x86: Initialize MMU/EPT configuration,
Jason Chen CJ
- [RFC PATCH part-3 04/22] pkvm: x86: Add buddy page allocator,
Jason Chen CJ
- [RFC PATCH part-3 03/22] pkvm: x86: Add memset lib,
Jason Chen CJ
- [RFC PATCH part-3 19/22] pkvm: x86: Create host EPT pgtable in init-finalise hypercall,
Jason Chen CJ
- [RFC PATCH part-3 11/22] pkvm: x86: Add early allocator based mm_ops,
Jason Chen CJ
- [RFC PATCH part-3 08/22] pkvm: x86: Early alloc from reserved memory,
Jason Chen CJ
- [RFC PATCH part-3 13/22] pkvm: x86: Introduce MMU pgtable support,
Jason Chen CJ
- [RFC PATCH part-3 17/22] pkvm: x86: Add vmemmap and switch to buddy page allocator,
Jason Chen CJ
- [RFC PATCH part-3 02/22] pkvm: x86: Add arch specific spinlock,
Jason Chen CJ
- [RFC PATCH part-3 18/22] pkvm: x86: Introduce host EPT pgtable support,
Jason Chen CJ
- [RFC PATCH part-3 05/22] pkvm: x86: Generate pkvm_constants.h for pKVM initialization,
Jason Chen CJ
- [RFC PATCH part-3 22/22] pkvm: x86: Dynamically handle host MMIO EPT violation,
Jason Chen CJ
- [RFC PATCH part-3 01/22] pkvm: x86: Define hypervisor runtime VA/PA APIs,
Jason Chen CJ
- [RFC PATCH part-3 07/22] pkvm: x86: Reserve memory for pKVM,
Jason Chen CJ
- [RFC PATCH part-3 21/22] pkvm: x86: Introduce find_mem_range API,
Jason Chen CJ
- [RFC PATCH part-3 14/22] pkvm: x86: Add global pkvm_hyp pointer,
Jason Chen CJ
- [RFC PATCH part-4 0/4] Misc,
Jason Chen CJ
- [RFC PATCH part-5 00/22] VMX emulation,
Jason Chen CJ
- [RFC PATCH part-5 01/22] pkvm: x86: Add memcpy lib,
Jason Chen CJ
- [RFC PATCH part-5 04/22] pkvm: x86: Add check for guest address translation,
Jason Chen CJ
- [RFC PATCH part-5 07/22] KVM: VMX: Add initialization/teardown for shadow vm/vcpu,
Jason Chen CJ
- [RFC PATCH part-5 02/22] pkvm: x86: Add memory operation APIs for for host VM,
Jason Chen CJ
- [RFC PATCH part-5 06/22] KVM: VMX: Add new kvm_x86_ops vm_free,
Jason Chen CJ
- [RFC PATCH part-5 03/22] pkvm: x86: Do guest address translation per page granularity,
Jason Chen CJ
- [RFC PATCH part-5 05/22] pkvm: x86: Add hypercalls for shadow_vm/vcpu init & teardown,
Jason Chen CJ
- [RFC PATCH part-5 08/22] pkvm: x86: Add hash table mapping for shadow vcpu based on vmcs12_pa,
Jason Chen CJ
- [RFC PATCH part-5 09/22] pkvm: x86: Add VMXON/VMXOFF emulation,
Jason Chen CJ
- [RFC PATCH part-5 10/22] pkvm: x86: Add has_vmcs_field() API for physical vmx capability check,
Jason Chen CJ
- [RFC PATCH part-5 11/22] KVM: VMX: Add more vmcs and vmcs12 fields definition,
Jason Chen CJ
- [RFC PATCH part-5 12/22] pkvm: x86: Init vmcs read/write bitmap for vmcs emulation,
Jason Chen CJ
- [RFC PATCH part-5 13/22] pkvm: x86: Initialize emulated fields for vmcs emulation,
Jason Chen CJ
- [RFC PATCH part-5 15/22] pkvm: x86: Move _init_host_state_area to pKVM hypervisor,
Jason Chen CJ
- [RFC PATCH part-5 14/22] pkvm: x86: Add msr ops for pKVM hypervisor,
Jason Chen CJ
- [RFC PATCH part-5 16/22] pkvm: x86: Add vmcs_load/clear_track APIs,
Jason Chen CJ
- [RFC PATCH part-5 18/22] pkvm: x86: Add VMREAD/VMWRITE emulation,
Jason Chen CJ
- [RFC PATCH part-5 17/22] pkvm: x86: Add VMPTRLD/VMCLEAR emulation,
Jason Chen CJ
- [RFC PATCH part-5 19/22] pkvm: x86: Add VMLAUNCH/VMRESUME emulation,
Jason Chen CJ
- [RFC PATCH part-5 21/22] pkvm: x86: Initialize msr_bitmap for vmsr,
Jason Chen CJ
- [RFC PATCH part-5 22/22] pkvm: x86: Add vmx msr emulation,
Jason Chen CJ
- [RFC PATCH part-5 20/22] pkvm: x86: Add INVEPT/INVVPID emulation,
Jason Chen CJ
- Re: [RFC PATCH part-5 00/22] VMX emulation,
Sean Christopherson
- [RFC PATCH part-2 00/17] Introduce & support pKVM on Intel platform,
Jason Chen CJ
- [RFC PATCH part-2 01/17] pkvm: x86: Introduce CONFIG_PKVM_INTEL,
Jason Chen CJ
- [RFC PATCH part-2 02/17] KVM: VMX: Refactor for setup_vmcs_config,
Jason Chen CJ
- [RFC PATCH part-2 03/17] pkvm: x86: Add vmx capability check and vmx config setup,
Jason Chen CJ
- [RFC PATCH part-2 05/17] pkvm: x86: Add basic setup for host vcpu,
Jason Chen CJ
- [RFC PATCH part-2 04/17] pkvm: x86: Add pCPU env setup,
Jason Chen CJ
- [RFC PATCH part-2 06/17] pkvm: x86: Introduce pkvm_host_deprivilege_cpus,
Jason Chen CJ
- [RFC PATCH part-2 07/17] pkvm: x86: Allocate vmcs and msr bitmap pages for host vcpu,
Jason Chen CJ
- [RFC PATCH part-2 08/17] pkvm: x86: Initailize vmcs guest state area for host vcpu,
Jason Chen CJ
- [RFC PATCH part-2 09/17] pkvm: x86: Initialize vmcs host state area for host vcpu,
Jason Chen CJ
- [RFC PATCH part-2 13/17] pkvm: x86: Add private vmx_ops.h for pKVM,
Jason Chen CJ
- [RFC PATCH part-2 11/17] pkvm: x86: Define empty debug functions for hypervisor,
Jason Chen CJ
- [RFC PATCH part-2 10/17] pkvm: x86: Initialize vmcs control fields for host vcpu,
Jason Chen CJ
- [RFC PATCH part-2 17/17] pkvm: x86: Stub CONFIG_DEBUG_LIST in pKVM,
Jason Chen CJ
- [RFC PATCH part-2 12/17] pkvm: x86: Add vmexit handler for host vcpu,
Jason Chen CJ
- [RFC PATCH part-2 14/17] pkvm: x86: Add pKVM retpoline.S,
Jason Chen CJ
- [RFC PATCH part-2 16/17] pkvm: x86: Deprivilege host OS,
Jason Chen CJ
- [RFC PATCH part-2 15/17] pkvm: x86: Build pKVM runtime as an independent binary,
Jason Chen CJ
- [RFC PATCH part-1 0/5] pKVM on Intel Platform Introduction,
Jason Chen CJ
[GIT PULL] KVM/arm64 fixes for 6.3, part #1,
Oliver Upton
[PATCH v3 00/21] KVM: x86: Disallow writes to feature MSRs post-KVM_RUN,
Sean Christopherson
- [PATCH v3 01/21] KVM: x86: Rename kvm_init_msr_list() to clarify it inits multiple lists,
Sean Christopherson
- [PATCH v3 02/21] KVM: x86: Add a helper to query whether or not a vCPU has ever run,
Sean Christopherson
- [PATCH v3 03/21] KVM: x86: Add macros to track first...last VMX feature MSRs,
Sean Christopherson
- [PATCH v3 04/21] KVM: x86: Generate set of VMX feature MSRs using first/last definitions,
Sean Christopherson
- [PATCH v3 05/21] KVM: selftests: Split PMU caps sub-tests to avoid writing MSR after KVM_RUN,
Sean Christopherson
- [PATCH v3 06/21] KVM: x86: Disallow writes to immutable feature MSRs after KVM_RUN,
Sean Christopherson
- [PATCH v3 07/21] KVM: x86/pmu: WARN and bug the VM if PMU is refreshed after vCPU has run,
Sean Christopherson
- [PATCH v3 08/21] KVM: x86/pmu: Zero out LBR capabilities during PMU refresh,
Sean Christopherson
- [PATCH v3 09/21] KVM: selftests: Move 0/initial value PERF_CAPS checks to dedicated sub-test,
Sean Christopherson
- [PATCH v3 13/21] KVM: selftests: Drop now-redundant checks on PERF_CAPABILITIES writes,
Sean Christopherson
- [PATCH v3 10/21] KVM: selftests: Assert that full-width PMC writes are supported if PDCM=1,
Sean Christopherson
- [PATCH v3 11/21] KVM: selftests: Print out failing MSR and value in vcpu_set_msr(),
Sean Christopherson
- [PATCH v3 14/21] KVM: selftests: Test all fungible features in PERF_CAPABILITIES,
Sean Christopherson
- [PATCH v3 16/21] KVM: selftests: Expand negative testing of guest writes to PERF_CAPABILITIES,
Sean Christopherson
- [PATCH v3 12/21] KVM: selftests: Verify KVM preserves userspace writes to "durable" MSRs,
Sean Christopherson
- [PATCH v3 15/21] KVM: selftests: Test all immutable non-format bits in PERF_CAPABILITIES,
Sean Christopherson
- [PATCH v3 17/21] KVM: selftests: Test post-KVM_RUN writes to PERF_CAPABILITIES,
Sean Christopherson
- [PATCH v3 21/21] KVM: selftests: Verify LBRs are disabled if vPMU is disabled,
Sean Christopherson
- [PATCH v3 18/21] KVM: selftests: Drop "all done!" printf() from PERF_CAPABILITIES test,
Sean Christopherson
- [PATCH v3 20/21] KVM: selftests: Add negative testcase for PEBS format in PERF_CAPABILITIES,
Sean Christopherson
- [PATCH v3 19/21] KVM: selftests: Refactor LBR_FMT test to avoid use of separate macro,
Sean Christopherson
- Re: [PATCH v3 00/21] KVM: x86: Disallow writes to feature MSRs post-KVM_RUN,
Sean Christopherson
[PATCH v2 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups,
Sean Christopherson
- [PATCH v2 01/27] drm/i915/gvt: Verify pfn is "valid" before dereferencing "struct page",
Sean Christopherson
- [PATCH v2 08/27] drm/i915/gvt: Use an "unsigned long" to iterate over memslot gfns,
Sean Christopherson
- [PATCH v2 05/27] drm/i915/gvt: Verify VFIO-pinned page is THP when shadowing 2M gtt entry,
Sean Christopherson
- [PATCH v2 22/27] KVM: x86/mmu: Rename page-track APIs to reflect the new reality,
Sean Christopherson
- [PATCH v2 21/27] KVM: x86/mmu: Drop infrastructure for multiple page-track modes,
Sean Christopherson
- [PATCH v2 26/27] KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callers,
Sean Christopherson
- [PATCH v2 13/27] KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook,
Sean Christopherson
- [PATCH v2 06/27] drm/i915/gvt: Put the page reference obtained by KVM's gfn_to_pfn(),
Sean Christopherson
- [PATCH v2 07/27] drm/i915/gvt: Don't rely on KVM's gfn_to_pfn() to query possible 2M GTT,
Sean Christopherson
- [PATCH v2 10/27] drm/i915/gvt: Protect gfn hash table with vgpu_lock,
Sean Christopherson
- [PATCH v2 20/27] KVM: x86/mmu: Use page-track notifiers iff there are external users,
Sean Christopherson
- [PATCH v2 12/27] KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs,
Sean Christopherson
- [PATCH v2 09/27] drm/i915/gvt: Drop unused helper intel_vgpu_reset_gtt(),
Sean Christopherson
- [PATCH v2 15/27] drm/i915/gvt: Don't bother removing write-protection on to-be-deleted slot,
Sean Christopherson
- [PATCH v2 19/27] KVM: x86/mmu: Move KVM-only page-track declarations to internal header,
Sean Christopherson
- [PATCH v2 14/27] KVM: x86: Reject memslot MOVE operations if KVMGT is attached,
Sean Christopherson
- [PATCH v2 02/27] KVM: x86/mmu: Factor out helper to get max mapping size of a memslot,
Sean Christopherson
- [PATCH v2 11/27] KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change,
Sean Christopherson
- [PATCH v2 04/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry,
Sean Christopherson
- [PATCH v2 23/27] KVM: x86/mmu: Assert that correct locks are held for page write-tracking,
Sean Christopherson
- [PATCH v2 24/27] KVM: x86/mmu: Bug the VM if write-tracking is used but not enabled,
Sean Christopherson
- [PATCH v2 25/27] KVM: x86/mmu: Drop @slot param from exported/external page-track APIs,
Sean Christopherson
- [PATCH v2 18/27] KVM: x86: Remove the unused page-track hook track_flush_slot(),
Sean Christopherson
- [PATCH v2 17/27] drm/i915/gvt: switch from ->track_flush_slot() to ->track_remove_region(),
Sean Christopherson
- [PATCH v2 03/27] drm/i915/gvt: remove interface intel_gvt_is_valid_gfn,
Sean Christopherson
- [PATCH v2 16/27] KVM: x86: Add a new page-track hook to handle memslot deletion,
Sean Christopherson
- [PATCH v2 27/27] drm/i915/gvt: Drop final dependencies on KVM internal details,
Sean Christopherson
- Re: [PATCH v2 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups,
Yan Zhao
[PATCH] KVM: nVMX: add missing consistency checks for CR0 and CR4,
Paolo Bonzini
[PATCH 0/6] bus: fsl-mc: Make remove function return void,
Uwe Kleine-König
[PATCH 0/2] KVM: Fix race between reboot and hardware enabling,
Sean Christopherson
[PATCH v2 00/18] x86/reboot: KVM: Clean up "emergency" virt code,
Sean Christopherson
- [PATCH v2 01/18] x86/reboot: VMCLEAR active VMCSes before emergency reboot,
Sean Christopherson
- [PATCH v2 02/18] x86/reboot: Expose VMCS crash hooks if and only if KVM_INTEL is enabled,
Sean Christopherson
- [PATCH v2 03/18] x86/reboot: Harden virtualization hooks for emergency reboot,
Sean Christopherson
- [PATCH v2 04/18] x86/reboot: KVM: Handle VMXOFF in KVM's reboot callback,
Sean Christopherson
- [PATCH v2 06/18] x86/reboot: Hoist "disable virt" helpers above "emergency reboot" path,
Sean Christopherson
- [PATCH v2 05/18] x86/reboot: KVM: Disable SVM during reboot via virt/KVM reboot callback,
Sean Christopherson
- [PATCH v2 07/18] x86/reboot: Disable virtualization during reboot iff callback is registered,
Sean Christopherson
- [PATCH v2 08/18] x86/reboot: Assert that IRQs are disabled when turning off virtualization,
Sean Christopherson
- [PATCH v2 09/18] x86/virt: KVM: Open code cpu_has_vmx() in KVM VMX,
Sean Christopherson
- [PATCH v2 10/18] x86/virt: KVM: Move VMXOFF helpers into KVM VMX,
Sean Christopherson
- [PATCH v2 11/18] KVM: SVM: Make KVM_AMD depend on CPU_SUP_AMD or CPU_SUP_HYGON,
Sean Christopherson
- [PATCH v2 12/18] x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm(),
Sean Christopherson
- [PATCH v2 13/18] x86/virt: KVM: Open code cpu_has_svm() into kvm_is_svm_supported(),
Sean Christopherson
- [PATCH v2 14/18] KVM: SVM: Check that the current CPU supports SVM in kvm_is_svm_supported(),
Sean Christopherson
- [PATCH v2 15/18] KVM: VMX: Ensure CPU is stable when probing basic VMX support,
Sean Christopherson
- [PATCH v2 16/18] x86/virt: KVM: Move "disable SVM" helper into KVM SVM,
Sean Christopherson
- [PATCH v2 17/18] KVM: x86: Force kvm_rebooting=true during emergency reboot/crash,
Sean Christopherson
- [PATCH v2 18/18] KVM: SVM: Use "standard" stgi() helper when disabling SVM,
Sean Christopherson
[PATCH v4 0/8] Export platform features from ccp driver,
Mario Limonciello
[PATCH v3 0/3] use canonical ftrace path whenever possible,
Ross Zwisler
[kvm-unit-tests PATCH v5] s390x: Add tests for execute-type instructions,
Nina Schoetterl-Glausch
[PATCH] KVM: VMX: fix lockdep warning on posted intr wakeup,
Yan Zhao
[PATCH 0/3] Some code refactor surround CR4.UMIP virtualization,
Robert Hoo
[PATCH v2] KVM: x86/pmu/misc: Fix a typo on kvm_pmu_request_counter_reprogam(),
Like Xu
[PATCH v7 0/4] Add zoned storage emulation to virtio-blk driver,
Sam Li
[PATCH 0/5] KVM: x86/pmu: Hide guest counter updates from the VMRUN instruction,
Like Xu
[patch] docs: vfio: fix header path,
Jiri Pirko
[PATCH 00/45] Add RISC-V vector cryptographic instruction set support,
Lawrence Hunter
- [PATCH 03/45] target/riscv: Add vclmul.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 21/45] target/riscv: Add vaesdm.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 02/45] target/riscv: Refactor some of the generic vector functionality,
Lawrence Hunter
- [PATCH 18/45] target/riscv: Add vaesef.vs decoding, translation and execution support,
Lawrence Hunter
- [PATCH 20/45] target/riscv: Add vaesdf.vs decoding, translation and execution support,
Lawrence Hunter
- [PATCH 25/45] target/riscv: Add vaesem.vs decoding, translation and execution support,
Lawrence Hunter
- [PATCH 09/45] qemu/bitops.h: Limit rotate amounts,
Lawrence Hunter
- [PATCH 23/45] target/riscv: Add vaesz.vs decoding, translation and execution support,
Lawrence Hunter
- [PATCH 11/45] target/riscv: Refactor some of the generic vector functionality,
Lawrence Hunter
- [PATCH 12/45] target/riscv: Add vbrev8.v decoding, translation and execution support,
Lawrence Hunter
- [PATCH 24/45] target/riscv: Add vaesem.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 07/45] target/riscv: Add vclmulh.vx decoding, translation and execution support,
Lawrence Hunter
- [PATCH 10/45] target/riscv: Add vrol.[vv,vx] and vror.[vv,vx,vi] decoding, translation and execution support,
Lawrence Hunter
- [PATCH 08/45] target/riscv: Refactor some of the generic vector functionality,
Lawrence Hunter
- [PATCH 29/45] target/riscv: Add zvknh cpu properties,
Lawrence Hunter
- [PATCH 04/45] target/riscv: Refactor some of the generic vector functionality,
Lawrence Hunter
- [PATCH 16/45] target/riscv: Add zvkned cpu property,
Lawrence Hunter
- [PATCH 01/45] target/riscv: Add zvkb cpu property,
Lawrence Hunter
- [PATCH 14/45] target/riscv: Add vandn.[vv,vx] decoding, translation and execution support,
Lawrence Hunter
- [PATCH 19/45] target/riscv: Add vaesdf.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 17/45] target/riscv: Add vaesef.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 27/45] target/riscv: Add vaeskf2.vi decoding, translation and execution support,
Lawrence Hunter
- [PATCH 15/45] target/riscv: Expose zvkb cpu property,
Lawrence Hunter
- [PATCH 05/45] target/riscv: Add vclmul.vx decoding, translation and execution support,
Lawrence Hunter
- [PATCH 22/45] target/riscv: Add vaesdm.vs decoding, translation and execution support,
Lawrence Hunter
- [PATCH 28/45] target/riscv: Expose zvkned cpu property,
Lawrence Hunter
- [PATCH 13/45] target/riscv: Add vrev8.v decoding, translation and execution support,
Lawrence Hunter
- [PATCH 26/45] target/riscv: Add vaeskf1.vi decoding, translation and execution support,
Lawrence Hunter
- [PATCH 06/45] target/riscv: Add vclmulh.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 32/45] target/riscv: Expose zvknh cpu properties,
Lawrence Hunter
- [PATCH 35/45] target/riscv: Add vsm3c.vi decoding, translation and execution support,
Lawrence Hunter
- [PATCH 31/45] target/riscv: Add vsha2c[hl].vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 43/45] target/riscv: Add zvksed cfg property,
Lawrence Hunter
- [PATCH 34/45] target/riscv: Add vsm3me.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 37/45] target/riscv: Add zvkg cpu property,
Lawrence Hunter
- [PATCH 40/45] target/riscv: Expose zvkg cpu property,
Lawrence Hunter
- [PATCH 45/45] target/riscv: Expose Zvksed property,
Lawrence Hunter
- [PATCH 36/45] target/riscv: Expose zvksh cpu property,
Lawrence Hunter
- [PATCH 38/45] target/riscv: Add vgmul.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 44/45] target/riscv: Add Zvksed support,
Lawrence Hunter
- [PATCH 41/45] crypto: Create sm4_subword,
Lawrence Hunter
- [PATCH 42/45] crypto: Add SM4 constant parameter CK,
Lawrence Hunter
- [PATCH 39/45] target/riscv: Add vghsh.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 33/45] target/riscv: Add zvksh cpu property,
Lawrence Hunter
- [PATCH 30/45] target/riscv: Add vsha2ms.vv decoding, translation and execution support,
Lawrence Hunter
- Re: [PATCH 00/45] Add RISC-V vector cryptographic instruction set support,
Christoph Müllner
- <Possible follow-ups>
- [PATCH 00/45] Add RISC-V vector cryptographic instruction set support,
Lawrence Hunter
- [PATCH 11/45] target/riscv: Refactor some of the generic vector functionality,
Lawrence Hunter
- [PATCH 08/45] target/riscv: Refactor some of the generic vector functionality,
Lawrence Hunter
- [PATCH 06/45] target/riscv: Add vclmulh.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 05/45] target/riscv: Add vclmul.vx decoding, translation and execution support,
Lawrence Hunter
- [PATCH 07/45] target/riscv: Add vclmulh.vx decoding, translation and execution support,
Lawrence Hunter
- [PATCH 03/45] target/riscv: Add vclmul.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 17/45] target/riscv: Add vaesef.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 14/45] target/riscv: Add vandn.[vv,vx] decoding, translation and execution support,
Lawrence Hunter
- [PATCH 01/45] target/riscv: Add zvkb cpu property,
Lawrence Hunter
- [PATCH 09/45] qemu/bitops.h: Limit rotate amounts,
Lawrence Hunter
- [PATCH 02/45] target/riscv: Refactor some of the generic vector functionality,
Lawrence Hunter
- [PATCH 12/45] target/riscv: Add vbrev8.v decoding, translation and execution support,
Lawrence Hunter
- [PATCH 29/45] target/riscv: Add zvknh cpu properties,
Lawrence Hunter
- [PATCH 10/45] target/riscv: Add vrol.[vv,vx] and vror.[vv,vx,vi] decoding, translation and execution support,
Lawrence Hunter
- [PATCH 15/45] target/riscv: Expose zvkb cpu property,
Lawrence Hunter
- [PATCH 24/45] target/riscv: Add vaesem.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 13/45] target/riscv: Add vrev8.v decoding, translation and execution support,
Lawrence Hunter
- [PATCH 04/45] target/riscv: Refactor some of the generic vector functionality,
Lawrence Hunter
- [PATCH 28/45] target/riscv: Expose zvkned cpu property,
Lawrence Hunter
- [PATCH 20/45] target/riscv: Add vaesdf.vs decoding, translation and execution support,
Lawrence Hunter
- [PATCH 26/45] target/riscv: Add vaeskf1.vi decoding, translation and execution support,
Lawrence Hunter
- [PATCH 16/45] target/riscv: Add zvkned cpu property,
Lawrence Hunter
- [PATCH 19/45] target/riscv: Add vaesdf.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 21/45] target/riscv: Add vaesdm.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 25/45] target/riscv: Add vaesem.vs decoding, translation and execution support,
Lawrence Hunter
- [PATCH 18/45] target/riscv: Add vaesef.vs decoding, translation and execution support,
Lawrence Hunter
- [PATCH 23/45] target/riscv: Add vaesz.vs decoding, translation and execution support,
Lawrence Hunter
- [PATCH 27/45] target/riscv: Add vaeskf2.vi decoding, translation and execution support,
Lawrence Hunter
- [PATCH 22/45] target/riscv: Add vaesdm.vs decoding, translation and execution support,
Lawrence Hunter
- [PATCH 35/45] target/riscv: Add vsm3c.vi decoding, translation and execution support,
Lawrence Hunter
- [PATCH 45/45] target/riscv: Expose Zvksed property,
Lawrence Hunter
- [PATCH 32/45] target/riscv: Expose zvknh cpu properties,
Lawrence Hunter
- [PATCH 37/45] target/riscv: Add zvkg cpu property,
Lawrence Hunter
- [PATCH 30/45] target/riscv: Add vsha2ms.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 31/45] target/riscv: Add vsha2c[hl].vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 42/45] crypto: Add SM4 constant parameter CK,
Lawrence Hunter
- [PATCH 38/45] target/riscv: Add vgmul.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 41/45] crypto: Create sm4_subword,
Lawrence Hunter
- [PATCH 34/45] target/riscv: Add vsm3me.vv decoding, translation and execution support,
Lawrence Hunter
- [PATCH 33/45] target/riscv: Add zvksh cpu property,
Lawrence Hunter
- [PATCH 43/45] target/riscv: Add zvksed cfg property,
Lawrence Hunter
- [PATCH 36/45] target/riscv: Expose zvksh cpu property,
Lawrence Hunter
- [PATCH 40/45] target/riscv: Expose zvkg cpu property,
Lawrence Hunter
- [PATCH 44/45] target/riscv: Add Zvksed support,
Lawrence Hunter
- [PATCH 39/45] target/riscv: Add vghsh.vv decoding, translation and execution support,
Lawrence Hunter
- Re: [PATCH 00/45] Add RISC-V vector cryptographic instruction set support,
Daniel Henrique Barboza
[RFC PATCH v4 0/4] several updates to virtio/vsock,
Arseniy Krasnov
[PATCH v17 00/12] s390x: CPU Topology,
Pierre Morel
- [PATCH v17 01/12] s390x/cpu topology: add s390 specifics to CPU topology,
Pierre Morel
- [PATCH v17 04/12] s390x/sclp: reporting the maximum nested topology entries,
Pierre Morel
- [PATCH v17 02/12] s390x/cpu topology: add topology entries on CPU hotplug,
Pierre Morel
- [PATCH v17 03/12] target/s390x/cpu topology: handle STSI(15) and build the SYSIB,
Pierre Morel
- [PATCH v17 05/12] s390x/cpu topology: resetting the Topology-Change-Report,
Pierre Morel
- [PATCH v17 06/12] s390x/cpu topology: interception of PTF instruction,
Pierre Morel
- [PATCH v17 11/12] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event,
Pierre Morel
- [PATCH v17 12/12] docs/s390x/cpu topology: document s390x cpu topology,
Pierre Morel
- [PATCH v17 10/12] machine: adding s390 topology to info hotpluggable-cpus,
Pierre Morel
- [PATCH v17 09/12] machine: adding s390 topology to query-cpu-fast,
Pierre Morel
- [PATCH v17 08/12] qapi/s390x/cpu topology: set-cpu-topology qmp command,
Pierre Morel
- [PATCH v17 07/12] target/s390x/cpu topology: activate CPU topology,
Pierre Morel
[RFC PATCH v3 0/4] several updates to virtio/vsock,
Arseniy Krasnov
[PATCH v2 0/5] Add Intel VT-d nested translation,
Yi Liu
[PATCH v2 2/5] iommu/vt-d: Implement hw_info for iommu capability query,
Yi Liu
[PATCH 00/12] iommufd: Add nesting infrastructure,
Yi Liu
- [PATCH 01/12] iommu: Add new iommu op to create domains owned by userspace,
Yi Liu
- [PATCH 02/12] iommu: Add nested domain support,
Yi Liu
- [PATCH 03/12] iommufd/hw_pagetable: Use domain_alloc_user op for domain allocation,
Yi Liu
- [PATCH 04/12] iommufd: Pass parent hwpt and user_data to iommufd_hw_pagetable_alloc(),
Yi Liu
- [PATCH 06/12] iommufd: IOMMU_HWPT_ALLOC allocation with user data,
Yi Liu
- [PATCH 07/12] iommufd: Add IOMMU_HWPT_INVALIDATE,
Yi Liu
- [PATCH 08/12] iommufd/device: Report supported hwpt_types,
Yi Liu
- [PATCH 05/12] iommufd/hw_pagetable: Do not populate user-managed hw_pagetables,
Yi Liu
- [PATCH 09/12] iommufd/selftest: Add domain_alloc_user() support in iommu mock,
Yi Liu
- [PATCH 10/12] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with user data,
Yi Liu
- [PATCH 11/12] iommufd/selftest: Add IOMMU_TEST_OP_MD_CHECK_IOTLB test op,
Yi Liu
- [PATCH 12/12] iommufd/selftest: Add coverage for IOMMU_HWPT_INVALIDATE ioctl,
Yi Liu
- Re: [PATCH 00/12] iommufd: Add nesting infrastructure,
Baolu Lu
[PATCH v2 0/4] iommufd: Add iommu hardware info reporting,
Yi Liu
[PATCH v2 0/2] Documentation/process: Add a maintainer handbook for KVM x86,
Sean Christopherson
[PATCH v14 00/12] Parallel CPU bringup for x86_64,
Usama Arif
- [PATCH v14 06/12] x86/smpboot: Remove initial_stack on 64-bit,
Usama Arif
- [PATCH v14 08/12] x86/smpboot: Remove initial_gs,
Usama Arif
- [PATCH v14 01/12] x86/apic/x2apic: Allow CPU cluster_mask to be populated in parallel,
Usama Arif
- [PATCH v14 02/12] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>,
Usama Arif
- [PATCH v14 04/12] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector(),
Usama Arif
- [PATCH v14 03/12] cpu/hotplug: Add dynamic parallel bringup states before CPUHP_BRINGUP_CPU,
Usama Arif
- [PATCH v14 05/12] x86/smpboot: Split up native_cpu_up into separate phases and document them,
Usama Arif
- [PATCH v14 07/12] x86/smpboot: Remove early_gdt_descr on 64-bit,
Usama Arif
- [PATCH v14 11/12] x86/smpboot: Serialize topology updates for secondary bringup,
Usama Arif
- [PATCH v14 12/12] x86/smpboot: Allow parallel bringup for SEV-ES,
Usama Arif
- [PATCH v14 10/12] x86/smpboot: Send INIT/SIPI/SIPI to secondary CPUs in parallel,
Usama Arif
- [PATCH v14 09/12] x86/smpboot: Support parallel startup of secondary CPUs,
Usama Arif
- Re: [PATCH v14 00/12] Parallel CPU bringup for x86_64,
Tor Vic
[PATCH] KVM: selftests: Add coverage of MTE system registers,
Mark Brown
[PATCH vfio] vfio/mlx5: Fix the report of dirty_bytes upon pre-copy,
Yishai Hadas
[PATCH v4 0/5] Add IO page table replacement support,
Nicolin Chen
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]