Linux KVM
[Prev Page][Next Page]
- Re: [RFC PATCH v3 20/21] KVM: x86/xen: Prevent runstate times from becoming negative, (continued)
- [PATCH 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it,
Niklas Schnelle
- [PATCH v3 0/2] LoongArch: Add steal time support,
Bibo Mao
- [GIT PULL] VFIO updates for v6.10-rc1,
Alex Williamson
- [PATCH v7 00/10] x86/cpu: KVM: Clean up PAT and VMX macros,
Sean Christopherson
- [PATCH v7 01/10] x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, etc.),
Sean Christopherson
- [PATCH v7 02/10] x86/cpu: KVM: Move macro to encode PAT value to common header,
Sean Christopherson
- [PATCH v7 03/10] KVM: x86: Stuff vCPU's PAT with default value at RESET, not creation,
Sean Christopherson
- [PATCH v7 04/10] KVM: VMX: Move MSR_IA32_VMX_BASIC bit defines to asm/vmx.h,
Sean Christopherson
- [PATCH v7 05/10] KVM: VMX: Track CPU's MSR_IA32_VMX_BASIC as a single 64-bit value,
Sean Christopherson
- [PATCH v7 06/10] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_basic(),
Sean Christopherson
- [PATCH v7 07/10] KVM: nVMX: Add a helper to encode VMCS info in MSR_IA32_VMX_BASIC,
Sean Christopherson
- [PATCH v7 08/10] KVM VMX: Move MSR_IA32_VMX_MISC bit defines to asm/vmx.h,
Sean Christopherson
- [PATCH v7 09/10] KVM: VMX: Open code VMX preemption timer rate mask in its accessor,
Sean Christopherson
- [PATCH v7 10/10] KVM: nVMX: Use macros and #defines in vmx_restore_vmx_misc(),
Sean Christopherson
- [PATCH v9] arch/powerpc/kvm: Add support for reading VPA counters for pseries guests,
Gautam Menghani
- [PATCH 1/2] KVM: fix documentation rendering for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM,
Julian Stecklina
- [PATCH v3 0/3] KVM: SVM: refine snp_safe_alloc_page() implementation,
Li RongQing
- [PATCH] KVM: LAPIC: Fix an inversion error when a negative value assigned to lapic_timer.timer_advance_ns,
zhoushuling
- [RESEND PATCH 0/3] XICS emulation optimizations in KVM for PPC,
Gautam Menghani
- [PATCH] KVM: x86: Advertise AVX10.1 CPUID to userspace,
Tao Su
- From Financial Crimes Enforcement Network,
Financial Crimes Enforcement Network
- How to implement message forwarding from one CID to another in vhost driver,
Dorjoy Chowdhury
- [PATCH] selftests: drivers/s390x: Use SKIP() during FIXTURE_SETUP,
Kees Cook
- [PATCH 0/9] KVM: x86: Fixes for KVM_INTEL_PROVE_VE,
Sean Christopherson
- [PATCH 1/9] KVM: x86/mmu: Use SHADOW_NONPRESENT_VALUE for atomic zap in TDP MMU,
Sean Christopherson
- [PATCH 2/9] KVM: nVMX: Initialize #VE info page for vmcs02 when proving #VE support,
Sean Christopherson
- [PATCH 3/9] KVM: nVMX: Always handle #VEs in L0 (never forward #VEs from L2 to L1),
Sean Christopherson
- [PATCH 4/9] KVM: x86/mmu: Add sanity checks that KVM doesn't create EPT #VE SPTEs,
Sean Christopherson
- [PATCH 5/9] KVM: VMX: Dump VMCS on unexpected #VE,
Sean Christopherson
- [PATCH 6/9] KVM: x86/mmu: Print SPTEs on unexpected #VE,
Sean Christopherson
- [PATCH 7/9] KVM: VMX: Don't kill the VM on an unexpected #VE,
Sean Christopherson
- [PATCH 8/9] KVM: VMX: Enumerate EPT Violation #VE support in /proc/cpuinfo,
Sean Christopherson
- [PATCH 9/9] KVM: x86: Disable KVM_INTEL_PROVE_VE by default,
Sean Christopherson
- Re: [PATCH 0/9] KVM: x86: Fixes for KVM_INTEL_PROVE_VE,
Paolo Bonzini
- [PATCH] KVM: x86: Force KVM_WERROR if the global WERROR is enabled,
Sean Christopherson
- [PATCH v2 00/49] KVM: x86: CPUID overhaul, fixes, and caching,
Sean Christopherson
- [PATCH v2 01/49] KVM: x86: Do all post-set CPUID processing during vCPU creation,
Sean Christopherson
- [PATCH v2 02/49] KVM: x86: Explicitly do runtime CPUID updates "after" initial setup,
Sean Christopherson
- [PATCH v2 03/49] KVM: x86: Account for KVM-reserved CR4 bits when passing through CR4 on VMX,
Sean Christopherson
- [PATCH v2 04/49] KVM: selftests: Update x86's set_sregs_test to match KVM's CPUID enforcement,
Sean Christopherson
- [PATCH v2 05/49] KVM: selftests: Assert that the @cpuid passed to get_cpuid_entry() is non-NULL,
Sean Christopherson
- [PATCH v2 06/49] KVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_cpuid_entry(),
Sean Christopherson
- [PATCH v2 07/49] KVM: selftests: Verify KVM stuffs runtime CPUID OS bits on CR4 writes,
Sean Christopherson
- [PATCH v2 08/49] KVM: x86: Move __kvm_is_valid_cr4() definition to x86.h,
Sean Christopherson
- [PATCH v2 09/49] KVM: x86/pmu: Drop now-redundant refresh() during init(),
Sean Christopherson
- [PATCH v2 10/49] KVM: x86: Drop now-redundant MAXPHYADDR and GPA rsvd bits from vCPU creation,
Sean Christopherson
- [PATCH v2 11/49] KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after vCPU creation,
Sean Christopherson
- [PATCH v2 12/49] KVM: x86: Reject disabling of MWAIT/HLT interception when not allowed,
Sean Christopherson
- [PATCH v2 13/49] KVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM PV test,
Sean Christopherson
- [PATCH v2 14/49] KVM: selftests: Update x86's KVM PV test to match KVM's disabling exits behavior,
Sean Christopherson
- [PATCH v2 15/49] KVM: x86: Zero out PV features cache when the CPUID leaf is not present,
Sean Christopherson
- [PATCH v2 16/49] KVM: x86: Don't update PV features caches when enabling enforcement capability,
Sean Christopherson
- [PATCH v2 17/49] KVM: x86: Do reverse CPUID sanity checks in __feature_leaf(),
Sean Christopherson
- [PATCH v2 18/49] KVM: x86: Account for max supported CPUID leaf when getting raw host CPUID,
Sean Christopherson
- [PATCH v2 19/49] KVM: x86: Add a macro to init CPUID features that ignore host kernel support,
Sean Christopherson
- [PATCH v2 20/49] KVM: x86: Rename kvm_cpu_cap_mask() to kvm_cpu_cap_init(),
Sean Christopherson
- [PATCH v2 21/49] KVM: x86: Add a macro to init CPUID features that are 64-bit only,
Sean Christopherson
- [PATCH v2 22/49] KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features,
Sean Christopherson
- [PATCH v2 23/49] KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helper,
Sean Christopherson
- [PATCH v2 24/49] KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions,
Sean Christopherson
- [PATCH v2 25/49] KVM: x86: Harden CPU capabilities processing against out-of-scope features,
Sean Christopherson
- [PATCH v2 26/49] KVM: x86: Add a macro to init CPUID features that KVM emulates in software,
Sean Christopherson
- [PATCH v2 27/49] KVM: x86: Swap incoming guest CPUID into vCPU before massaging in KVM_SET_CPUID2,
Sean Christopherson
- [PATCH v2 28/49] KVM: x86: Clear PV_UNHALT for !HLT-exiting only when userspace sets CPUID,
Sean Christopherson
- [PATCH v2 29/49] KVM: x86: Remove unnecessary caching of KVM's PV CPUID base,
Sean Christopherson
- [PATCH v2 30/49] KVM: x86: Always operate on kvm_vcpu data in cpuid_entry2_find(),
Sean Christopherson
- [PATCH v2 31/49] KVM: x86: Move kvm_find_cpuid_entry{,_index}() up near cpuid_entry2_find(),
Sean Christopherson
- [PATCH v2 32/49] KVM: x86: Remove all direct usage of cpuid_entry2_find(),
Sean Christopherson
- [PATCH v2 33/49] KVM: x86: Advertise TSC_DEADLINE_TIMER in KVM_GET_SUPPORTED_CPUID,
Sean Christopherson
- [PATCH v2 34/49] KVM: x86: Advertise HYPERVISOR in KVM_GET_SUPPORTED_CPUID,
Sean Christopherson
- [PATCH v2 35/49] KVM: x86: Add a macro to handle features that are fully VMM controlled,
Sean Christopherson
- [PATCH v2 36/49] KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap",
Sean Christopherson
- [PATCH v2 37/49] KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps,
Sean Christopherson
- [PATCH v2 38/49] KVM: x86: Initialize guest cpu_caps based on guest CPUID,
Sean Christopherson
- [PATCH v2 39/49] KVM: x86: Extract code for generating per-entry emulated CPUID information,
Sean Christopherson
- [PATCH v2 40/49] KVM: x86: Initialize guest cpu_caps based on KVM support,
Sean Christopherson
- [PATCH v2 41/49] KVM: x86: Avoid double CPUID lookup when updating MWAIT at runtime,
Sean Christopherson
- [PATCH v2 42/49] KVM: x86: Drop unnecessary check that cpuid_entry2_find() returns right leaf,
Sean Christopherson
- [PATCH v2 43/49] KVM: x86: Update OS{XSAVE,PKE} bits in guest CPUID irrespective of host support,
Sean Christopherson
- [PATCH v2 44/49] KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features,
Sean Christopherson
- [PATCH v2 45/49] KVM: x86: Shuffle code to prepare for dropping guest_cpuid_has(),
Sean Christopherson
- [PATCH v2 46/49] KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps,
Sean Christopherson
- [PATCH v2 47/49] KVM: x86: Drop superfluous host XSAVE check when adjusting guest XSAVES caps,
Sean Christopherson
- [PATCH v2 48/49] KVM: x86: Add a macro for features that are synthesized into boot_cpu_data,
Sean Christopherson
- [PATCH v2 49/49] *** DO NOT APPLY *** KVM: x86: Verify KVM initializes all consumed guest caps,
Sean Christopherson
- Re: [PATCH v2 00/49] KVM: x86: CPUID overhaul, fixes, and caching,
Paolo Bonzini
- [PATCH v5 00/16] Add support for a few Zc* extensions, Zcmop and Zimop,
Clément Léger
- [PATCH v5 01/16] dt-bindings: riscv: add Zimop ISA extension description,
Clément Léger
- [PATCH v5 02/16] riscv: add ISA extension parsing for Zimop,
Clément Léger
- [PATCH v5 03/16] riscv: hwprobe: export Zimop ISA extension,
Clément Léger
- [PATCH v5 04/16] RISC-V: KVM: Allow Zimop extension for Guest/VM,
Clément Léger
- [PATCH v5 05/16] KVM: riscv: selftests: Add Zimop extension to get-reg-list test,
Clément Léger
- [PATCH v5 06/16] dt-bindings: riscv: add Zca, Zcf, Zcd and Zcb ISA extension description,
Clément Léger
- [PATCH v5 07/16] riscv: add ISA extensions validation callback,
Clément Léger
- [PATCH v5 08/16] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb,
Clément Léger
- [PATCH v5 09/16] riscv: hwprobe: export Zca, Zcf, Zcd and Zcb ISA extensions,
Clément Léger
- [PATCH v5 10/16] RISC-V: KVM: Allow Zca, Zcf, Zcd and Zcb extensions for Guest/VM,
Clément Léger
- [PATCH v5 11/16] KVM: riscv: selftests: Add some Zc* extensions to get-reg-list test,
Clément Léger
- [PATCH v5 12/16] dt-bindings: riscv: add Zcmop ISA extension description,
Clément Léger
- [PATCH v5 13/16] riscv: add ISA extension parsing for Zcmop,
Clément Léger
- [PATCH v5 14/16] riscv: hwprobe: export Zcmop ISA extension,
Clément Léger
- [PATCH v5 15/16] RISC-V: KVM: Allow Zcmop extension for Guest/VM,
Clément Léger
- [PATCH v5 16/16] KVM: riscv: selftests: Add Zcmop extension to get-reg-list test,
Clément Léger
- [RFC PATCH 0/5] vsock/virtio: Add support for multi-devices,
Xuewei Niu
- [kvm-unit-tests PATCH v1 0/4] riscv: add SBI SSE extension tests,
Clément Léger
- unsubscribe,
Satay Epic
- [PATCH 0/2] selftests: harness: refactor __constructor_order,
Masahiro Yamada
- [PATCH] vringh: add MODULE_DESCRIPTION(),
Jeff Johnson
- [PATCH] vfio/pci: Restore zero affected bus reset devices warning,
Alex Williamson
- [PATCH] tracing/treewide: Remove second parameter of __assign_str(),
Steven Rostedt
- [PATCH] vhost: use pr_err for vq_err,
Peng Fan (OSS)
- [kvmtool PATCH v3 1/1] riscv: Fix the hart bit setting of AIA,
Yong-Xuan Wang
- access_tracking_perf_test kvm selftest doesn't work when Multi-Gen LRU is in use,
Maxim Levitsky
- [GIT PULL] First batch of KVM changes for Linux 6.10 merge window,
Paolo Bonzini
- [PATCH] KVM: Unexport kvm_debugfs_dir,
Borislav Petkov
- [PATCH] vhost/vsock: always initialize seqpacket_allow,
Michael S. Tsirkin
- [RFC v4 07/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly,
Yunsheng Lin
- [RFC v4 06/13] mm: page_frag: add '_va' suffix to page_frag API,
Yunsheng Lin
- [kvmtool PATCH v2 1/1] riscv: Fix the hart bit setting of AIA,
Yong-Xuan Wang
- [PATCH] KVM: x86: Prevent L0 VMM from modifying L2 VM registers via ioctl,
Liang Chen
- [PATCH 00/16] TDX MMU prep series part 1,
Rick Edgecombe
- [PATCH 01/16] KVM: x86: Add a VM type define for TDX,
Rick Edgecombe
- [PATCH 03/16] KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU,
Rick Edgecombe
- [PATCH 02/16] KVM: x86/mmu: Introduce a slot flag to zap only slot leafs on slot deletion,
Rick Edgecombe
- [PATCH 04/16] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA,
Rick Edgecombe
- [PATCH 05/16] KVM: Add member to struct kvm_gfn_range for target alias,
Rick Edgecombe
- [PATCH 06/16] KVM: x86/mmu: Add a new is_private member for union kvm_mmu_page_role,
Rick Edgecombe
- [PATCH 08/16] KVM: x86/mmu: Bug the VM if kvm_zap_gfn_range() is called for TDX,
Rick Edgecombe
- [PATCH 09/16] KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void,
Rick Edgecombe
- [PATCH 07/16] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page,
Rick Edgecombe
- [PATCH 11/16] KVM: x86/tdp_mmu: Extract root invalid check from tdx_mmu_next_root(),
Rick Edgecombe
- [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Rick Edgecombe
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Isaku Yamahata
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Huang, Kai
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Edgecombe, Rick P
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Huang, Kai
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Edgecombe, Rick P
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Huang, Kai
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Edgecombe, Rick P
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Isaku Yamahata
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Edgecombe, Rick P
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Isaku Yamahata
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Edgecombe, Rick P
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Isaku Yamahata
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Isaku Yamahata
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Edgecombe, Rick P
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Isaku Yamahata
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Isaku Yamahata
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Edgecombe, Rick P
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Isaku Yamahata
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Edgecombe, Rick P
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Isaku Yamahata
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Edgecombe, Rick P
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Isaku Yamahata
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Edgecombe, Rick P
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Paolo Bonzini
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Edgecombe, Rick P
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Paolo Bonzini
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Isaku Yamahata
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Paolo Bonzini
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Paolo Bonzini
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Huang, Kai
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Isaku Yamahata
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Edgecombe, Rick P
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Edgecombe, Rick P
- Re: [PATCH 10/16] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
Edgecombe, Rick P
- [PATCH 12/16] KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page table type,
Rick Edgecombe
- [PATCH 13/16] KVM: x86/tdp_mmu: Introduce shared, private KVM MMU root types,
Rick Edgecombe
- [PATCH 14/16] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots(),
Rick Edgecombe
- [PATCH 15/16] KVM: x86/tdp_mmu: Make mmu notifier callbacks to check kvm_process,
Rick Edgecombe
- [PATCH 16/16] KVM: x86/tdp_mmu: Invalidate correct roots,
Rick Edgecombe
- [PATCH] KVM: arm64: nv: Fix relative priorities of exceptions generated by ERETAx,
Marc Zyngier
- [kvmtool PATCH 0/3] Add RISC-V ISA extensions based on Linux-6.9,
Anup Patel
- [PATCH] KVM: SEV: Fix unused variable in guest request handling,
Michael Roth
- [PATCH] KVM: SEV: Fix uninitialized firmware error code,
Michael Roth
- [syzbot] Monthly kvm report (May 2024),
syzbot
- [PATCH v3] KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBits,
Tao Su
- [PATCH 0/3] LoongArch: KVM: Add Binary Translation extension support,
Bibo Mao
- [GIT PULL] Kselftest fixes for v6.9,
Mickaël Salaün
- [GIT PULL] Final KVM change for Linux 6.9,
Paolo Bonzini
- [mst-vhost:vhost 54/54] drivers/vdpa/octeon_ep/octep_vdpa_main.c:538:25: error: implicit declaration of function 'readq'; did you mean 'readl'?,
kernel test robot
- [PATCH v7 00/10] Fix Kselftest's vfork() side effects,
Mickaël Salaün
- [PATCH v7 01/10] selftests/pidfd: Fix config for pidfd_setns_test,
Mickaël Salaün
- [PATCH v7 02/10] selftests/landlock: Fix FS tests when run on a private mount point,
Mickaël Salaün
- [PATCH v7 03/10] selftests/harness: Fix fixture teardown,
Mickaël Salaün
- [PATCH v7 08/10] selftests/harness: Share _metadata between forked processes,
Mickaël Salaün
- [PATCH v7 04/10] selftests/harness: Fix interleaved scheduling leading to race conditions,
Mickaël Salaün
- [PATCH v7 09/10] selftests/harness: Fix vfork() side effects,
Mickaël Salaün
- [PATCH v7 05/10] selftests/landlock: Do not allocate memory in fixture data,
Mickaël Salaün
- [PATCH v7 10/10] selftests/harness: Handle TEST_F()'s explicit exit codes,
Mickaël Salaün
- [PATCH v7 06/10] selftests/harness: Constify fixture variants,
Mickaël Salaün
- [PATCH v7 07/10] selftests/pidfd: Fix wrong expectation,
Mickaël Salaün
- [GIT PULL] KVM/arm64 updates for 6.10,
Marc Zyngier
- [PATCH v2] KVM: x86/mmu: Only allocate shadowed translation cache for sp->role.level <= KVM_MAX_HUGEPAGE_LEVEL,
Hou Wenlong
- [RFC PATCH 1/1] kvm: Note an RCU quiescent state on guest exit,
Leonardo Bras
- KVM: x86 pull requests for 6.10,
Sean Christopherson
- [PULL 00/19] KVM: Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support,
Michael Roth
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]