Linux KVM
[Prev Page][Next Page]
- Re: [PATCH kvmtool] builtin-run: Allow octal and hex numbers for -m/--mem, (continued)
- Re: Deadlock during PCIe hot remove and SPDK exit,
fengnan chang
- [PATCH 0/4] RISC-V: KVM: Allow Svvptc/Zabha/Ziccrse exts for guests,
zhouquan
- [PATCH v3 00/57] KVM: x86: CPUID overhaul, fixes, and caching,
Sean Christopherson
- [PATCH v3 01/57] KVM: x86: Use feature_bit() to clear CONSTANT_TSC when emulating CPUID,
Sean Christopherson
- [PATCH v3 02/57] KVM: x86: Limit use of F() and SF() to kvm_cpu_cap_{mask,init_kvm_defined}(),
Sean Christopherson
- [PATCH v3 03/57] KVM: x86: Do all post-set CPUID processing during vCPU creation,
Sean Christopherson
- [PATCH v3 04/57] KVM: x86: Explicitly do runtime CPUID updates "after" initial setup,
Sean Christopherson
- [PATCH v3 05/57] KVM: x86: Account for KVM-reserved CR4 bits when passing through CR4 on VMX,
Sean Christopherson
- [PATCH v3 06/57] KVM: selftests: Update x86's set_sregs_test to match KVM's CPUID enforcement,
Sean Christopherson
- [PATCH v3 07/57] KVM: selftests: Assert that vcpu->cpuid is non-NULL when getting CPUID entries,
Sean Christopherson
- [PATCH v3 08/57] KVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_cpuid_entry(),
Sean Christopherson
- [PATCH v3 09/57] KVM: selftests: Verify KVM stuffs runtime CPUID OS bits on CR4 writes,
Sean Christopherson
- [PATCH v3 10/57] KVM: x86: Move __kvm_is_valid_cr4() definition to x86.h,
Sean Christopherson
- [PATCH v3 11/57] KVM: x86/pmu: Drop now-redundant refresh() during init(),
Sean Christopherson
- [PATCH v3 12/57] KVM: x86: Drop now-redundant MAXPHYADDR and GPA rsvd bits from vCPU creation,
Sean Christopherson
- [PATCH v3 13/57] KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after vCPU creation,
Sean Christopherson
- [PATCH v3 14/57] KVM: x86: Reject disabling of MWAIT/HLT interception when not allowed,
Sean Christopherson
- [PATCH v3 15/57] KVM: x86: Drop the now unused KVM_X86_DISABLE_VALID_EXITS,
Sean Christopherson
- [PATCH v3 16/57] KVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM PV test,
Sean Christopherson
- [PATCH v3 17/57] KVM: selftests: Update x86's KVM PV test to match KVM's disabling exits behavior,
Sean Christopherson
- [PATCH v3 18/57] KVM: x86: Zero out PV features cache when the CPUID leaf is not present,
Sean Christopherson
- [PATCH v3 19/57] KVM: x86: Don't update PV features caches when enabling enforcement capability,
Sean Christopherson
- [PATCH v3 20/57] KVM: x86: Do reverse CPUID sanity checks in __feature_leaf(),
Sean Christopherson
- [PATCH v3 21/57] KVM: x86: Account for max supported CPUID leaf when getting raw host CPUID,
Sean Christopherson
- [PATCH v3 22/57] KVM: x86: Unpack F() CPUID feature flag macros to one flag per line of code,
Sean Christopherson
- [PATCH v3 23/57] KVM: x86: Rename kvm_cpu_cap_mask() to kvm_cpu_cap_init(),
Sean Christopherson
- [PATCH v3 24/57] KVM: x86: Add a macro to init CPUID features that are 64-bit only,
Sean Christopherson
- [PATCH v3 25/57] KVM: x86: Add a macro to precisely handle aliased 0x1.EDX CPUID features,
Sean Christopherson
- [PATCH v3 26/57] KVM: x86: Handle kernel- and KVM-defined CPUID words in a single helper,
Sean Christopherson
- [PATCH v3 27/57] KVM: x86: #undef SPEC_CTRL_SSBD in cpuid.c to avoid macro collisions,
Sean Christopherson
- [PATCH v3 28/57] KVM: x86: Harden CPU capabilities processing against out-of-scope features,
Sean Christopherson
- [PATCH v3 29/57] KVM: x86: Add a macro to init CPUID features that ignore host kernel support,
Sean Christopherson
- [PATCH v3 30/57] KVM: x86: Add a macro to init CPUID features that KVM emulates in software,
Sean Christopherson
- [PATCH v3 31/57] KVM: x86: Swap incoming guest CPUID into vCPU before massaging in KVM_SET_CPUID2,
Sean Christopherson
- [PATCH v3 32/57] KVM: x86: Clear PV_UNHALT for !HLT-exiting only when userspace sets CPUID,
Sean Christopherson
- [PATCH v3 33/57] KVM: x86: Remove unnecessary caching of KVM's PV CPUID base,
Sean Christopherson
- [PATCH v3 34/57] KVM: x86: Always operate on kvm_vcpu data in cpuid_entry2_find(),
Sean Christopherson
- [PATCH v3 35/57] KVM: x86: Move kvm_find_cpuid_entry{,_index}() up near cpuid_entry2_find(),
Sean Christopherson
- [PATCH v3 36/57] KVM: x86: Remove all direct usage of cpuid_entry2_find(),
Sean Christopherson
- [PATCH v3 37/57] KVM: x86: Advertise TSC_DEADLINE_TIMER in KVM_GET_SUPPORTED_CPUID,
Sean Christopherson
- [PATCH v3 38/57] KVM: x86: Advertise HYPERVISOR in KVM_GET_SUPPORTED_CPUID,
Sean Christopherson
- [PATCH v3 39/57] KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap",
Sean Christopherson
- [PATCH v3 40/57] KVM: x86: Replace guts of "governed" features with comprehensive cpu_caps,
Sean Christopherson
- [PATCH v3 41/57] KVM: x86: Initialize guest cpu_caps based on guest CPUID,
Sean Christopherson
- [PATCH v3 42/57] KVM: x86: Extract code for generating per-entry emulated CPUID information,
Sean Christopherson
- [PATCH v3 43/57] KVM: x86: Treat MONTIOR/MWAIT as a "partially emulated" feature,
Sean Christopherson
- [PATCH v3 44/57] KVM: x86: Initialize guest cpu_caps based on KVM support,
Sean Christopherson
- [PATCH v3 45/57] KVM: x86: Avoid double CPUID lookup when updating MWAIT at runtime,
Sean Christopherson
- [PATCH v3 46/57] KVM: x86: Drop unnecessary check that cpuid_entry2_find() returns right leaf,
Sean Christopherson
- [PATCH v3 47/57] KVM: x86: Update OS{XSAVE,PKE} bits in guest CPUID irrespective of host support,
Sean Christopherson
- [PATCH v3 48/57] KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features,
Sean Christopherson
- [PATCH v3 49/57] KVM: x86: Shuffle code to prepare for dropping guest_cpuid_has(),
Sean Christopherson
- [PATCH v3 51/57] KVM: x86: Drop superfluous host XSAVE check when adjusting guest XSAVES caps,
Sean Christopherson
- [PATCH v3 50/57] KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps,
Sean Christopherson
- [PATCH v3 53/57] KVM: x86: Pull CPUID capabilities from boot_cpu_data only as needed,
Sean Christopherson
- [PATCH v3 55/57] KVM: x86: Explicitly track feature flags that require vendor enabling,
Sean Christopherson
- [PATCH v3 54/57] KVM: x86: Rename "SF" macro to "SCATTERED_F",
Sean Christopherson
- [PATCH v3 52/57] KVM: x86: Add a macro for features that are synthesized into boot_cpu_data,
Sean Christopherson
- [PATCH v3 56/57] KVM: x86: Explicitly track feature flags that are enabled at runtime,
Sean Christopherson
- [PATCH v3 57/57] KVM: x86: Use only local variables (no bitmask) to init kvm_cpu_caps,
Sean Christopherson
- Re: [PATCH v3 00/57] KVM: x86: CPUID overhaul, fixes, and caching,
Maxim Levitsky
- Re: [PATCH v3 00/57] KVM: x86: CPUID overhaul, fixes, and caching,
Sean Christopherson
- [PATCH v4 00/16] KVM: selftests: "tree" wide overhauls,
Sean Christopherson
- [PATCH v4 01/16] KVM: Move KVM_REG_SIZE() definition to common uAPI header,
Sean Christopherson
- [PATCH v4 02/16] KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param,
Sean Christopherson
- [PATCH v4 03/16] KVM: selftests: Assert that vcpu_{g,s}et_reg() won't truncate,
Sean Christopherson
- [PATCH v4 04/16] KVM: selftests: Check for a potential unhandled exception iff KVM_RUN succeeded,
Sean Christopherson
- [PATCH v4 05/16] KVM: selftests: Rename max_guest_memory_test to mmu_stress_test,
Sean Christopherson
- [PATCH v4 06/16] KVM: selftests: Only muck with SREGS on x86 in mmu_stress_test,
Sean Christopherson
- [PATCH v4 07/16] KVM: selftests: Compute number of extra pages needed in mmu_stress_test,
Sean Christopherson
- [PATCH v4 08/16] KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.c,
Sean Christopherson
- [PATCH v4 09/16] KVM: selftests: Enable mmu_stress_test on arm64,
Sean Christopherson
- [PATCH v4 10/16] KVM: selftests: Use vcpu_arch_put_guest() in mmu_stress_test,
Sean Christopherson
- [PATCH v4 11/16] KVM: selftests: Precisely limit the number of guest loops in mmu_stress_test,
Sean Christopherson
- [PATCH v4 12/16] KVM: selftests: Add a read-only mprotect() phase to mmu_stress_test,
Sean Christopherson
- [PATCH v4 13/16] KVM: selftests: Verify KVM correctly handles mprotect(PROT_READ),
Sean Christopherson
- [PATCH v4 14/16] KVM: selftests: Provide empty 'all' and 'clean' targets for unsupported ARCHs,
Sean Christopherson
- [PATCH v4 16/16] KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR,
Sean Christopherson
- [PATCH v4 15/16] KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories,
Sean Christopherson
- Re: [PATCH v4 00/16] KVM: selftests: "tree" wide overhauls,
Sean Christopherson
- Re: [PATCH v4 00/16] KVM: selftests: "tree" wide overhauls,
Sean Christopherson
- [PATCH v4 0/6] KVM: x86: Prep KVM hypercall handling for TDX,
Sean Christopherson
- [PATCH v2 0/2] KVM: nVMX: Fix an SVI update bug with passthrough APIC,
Sean Christopherson
- [PATCH] KVM: selftests: Use data load to trigger LLC references/misses in Intel PMU,
Sean Christopherson
- [PATCH] KVM: SVM: Remove redundant TLB flush on guest CR4.PGE change,
Sean Christopherson
- [PATCH] KVM: SVM: Macrofy SEV=n versions of sev_xxx_guest(),
Sean Christopherson
- [PATCH v3 0/7] Add SEV-SNP restricted injection hypervisor support,
Melody Wang
- [PATCH] tmp,
Sean Christopherson
- [PATCH 00/15] Unify MSR intercepts in x86,
Aaron Lewis
- [PATCH 01/15] KVM: x86: Use non-atomic bit ops to manipulate "shadow" MSR intercepts,
Aaron Lewis
- [PATCH 02/15] KVM: SVM: Use non-atomic bit ops to manipulate MSR interception bitmaps,
Aaron Lewis
- [PATCH 03/15] KVM: SVM: Invert the polarity of the "shadow" MSR interception bitmaps,
Aaron Lewis
- [PATCH 04/15] KVM: SVM: Track MSRPM as "unsigned long", not "u32",
Aaron Lewis
- [PATCH 05/15] KVM: x86: SVM: Adopt VMX style MSR intercepts in SVM,
Aaron Lewis
- [PATCH 06/15] KVM: SVM: Disable intercepts for all direct access MSRs on MSR filter changes,
Aaron Lewis
- [PATCH 07/15] KVM: SVM: Delete old SVM MSR management code,
Aaron Lewis
- [PATCH 08/15] KVM: SVM: Pass through GHCB MSR if and only if VM is SEV-ES,
Aaron Lewis
- [PATCH 09/15] KVM: SVM: Drop "always" flag from list of possible passthrough MSRs,
Aaron Lewis
- [PATCH 10/15] KVM: SVM: Don't "NULL terminate" the list of possible passthrough MSRs,
Aaron Lewis
- [PATCH 11/15] KVM: VMX: Make list of possible passthrough MSRs "const",
Aaron Lewis
- [PATCH 12/15] KVM: x86: Track possible passthrough MSRs in kvm_x86_ops,
Aaron Lewis
- [PATCH 13/15] KVM: x86: Move ownership of passthrough MSR "shadow" to common x86,
Aaron Lewis
- [PATCH 14/15] KVM: x86: Hoist SVM MSR intercepts to common x86 code,
Aaron Lewis
- [PATCH 15/15] KVM: x86: Hoist VMX MSR intercepts to common x86 code,
Aaron Lewis
- Re: [PATCH 00/15] Unify MSR intercepts in x86,
Sean Christopherson
- [PATCH v3 0/3] KVM: VMX: Initialize TDX during KVM module load,
Paolo Bonzini
- [PATCH 0/2] KVM_ASYNC_PF_SEND_ALWAYS,
Nikita Kalyazin
- [GIT PULL] Please pull IOMMUFD subsystem changes #2,
Jason Gunthorpe
- [PATCH v2 0/2] Add Error Recovery support for Virtio PCI devices,
Israel Rukshin
- [GIT PULL] VFIO updates for v6.13-rc1,
Alex Williamson
- [PATCH v2 0/3] KVM: s390: Couple of small cmpxchg() optimizations,
Heiko Carstens
- [PATCH v2 0/6] Introduce CET supervisor state support,
Chao Gao
- [PATCH v2 0/2] x86: KVM: Add missing AMD features,
Maksim Davydov
- [PATCH] KVM: selftests: Remove unneeded semicolon,
Chen Ni
- [PATCH v3 0/5] Introduce new headers for Hyper-V,
Nuno Das Neves
- drivers/pci: (and/or KVM): Slow PCI initialization during VM boot with passthrough of large BAR Nvidia GPUs on DGX H100,
Mitchell Augustin
- [kvm-unit-tests PATCH v4 0/5] riscv: add SBI SSE extension tests,
Clément Léger
- [PATCH 0/3] KVM: s390: Couple of small cmpxchg() optimizations,
Heiko Carstens
- [kvm-unit-tests PATCH v3 0/4] riscv: add SBI SSE extension tests,
Clément Léger
- [PATCH] vfio/mlx5: Align the page tracking max message size with the device capability,
Yishai Hadas
- Using the ldp instruction to access the I/O address space in KVM mode causes an exception,
赖株锋
- [PATCH v3] vfio/pci: Properly hide first-in-list PCIe extended capability,
Avihai Horon
- [PATCH] KVM: x86: Zap EPT on CD changes when KVM has non-coherent DMA,
Yan Zhao
- [PATCH v5 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library,
Elliot Berman
- [kvm-unit-tests PATCH v2 0/3] riscv: add SBI SSE extension tests,
Clément Léger
- [PATCH] KVM: make uevents configurable,
Bernhard Kauer
- [PATCH v4 00/15] Prepare GHES driver to support error injection,
Mauro Carvalho Chehab
- [PATCH 0/7] KVM: TDX: TD vcpu enter/exit,
Adrian Hunter
- [PATCH RFC 1/7] x86/virt/tdx: Add SEAMCALL wrapper to enter/exit TDX guest,
Adrian Hunter
- [PATCH 2/7] KVM: TDX: Implement TDX vcpu enter/exit path,
Adrian Hunter
- [PATCH 3/7] KVM: TDX: vcpu_run: save/restore host state(host kernel gs),
Adrian Hunter
- [PATCH 4/7] KVM: TDX: restore host xsave state when exit from the guest TD,
Adrian Hunter
- [PATCH 5/7] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr,
Adrian Hunter
- [PATCH 6/7] KVM: TDX: restore user ret MSRs,
Adrian Hunter
- [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Adrian Hunter
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Chao Gao
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Sean Christopherson
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Adrian Hunter
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Sean Christopherson
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Edgecombe, Rick P
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Sean Christopherson
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Edgecombe, Rick P
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Adrian Hunter
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Chao Gao
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Adrian Hunter
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Chao Gao
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Adrian Hunter
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Chao Gao
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Adrian Hunter
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Xiaoyao Li
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Edgecombe, Rick P
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Adrian Hunter
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Xiaoyao Li
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Adrian Hunter
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Xiaoyao Li
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Adrian Hunter
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Xiaoyao Li
- Re: [PATCH 7/7] KVM: TDX: Add TSX_CTRL msr into uret_msrs list,
Edgecombe, Rick P
- Re: [PATCH 0/7] KVM: TDX: TD vcpu enter/exit,
Binbin Wu
- Re: [PATCH 0/7] KVM: TDX: TD vcpu enter/exit,
Paolo Bonzini
- [PATCH v2 0/2] x86/bugs: RSB tweaks,
Josh Poimboeuf
- [RFC PATCH 00/22] KVM: x86: Virtualize IA32_APERF and IA32_MPERF MSRs,
Mingwei Zhang
- [RFC PATCH 01/22] x86/aperfmperf: Introduce get_host_[am]perf(),
Mingwei Zhang
- [RFC PATCH 02/22] x86/aperfmperf: Introduce set_guest_[am]perf(),
Mingwei Zhang
- [RFC PATCH 03/22] x86/aperfmperf: Introduce restore_host_[am]perf(),
Mingwei Zhang
- [RFC PATCH 04/22] x86/msr: Adjust remote reads of IA32_[AM]PERF by the per-cpu host offset,
Mingwei Zhang
- [RFC PATCH 05/22] KVM: x86: Introduce kvm_vcpu_make_runnable(),
Mingwei Zhang
- [RFC PATCH 06/22] KVM: x86: INIT may transition from HALTED to RUNNABLE,
Mingwei Zhang
- [RFC PATCH 07/22] KVM: nSVM: Nested #VMEXIT may transition from HALTED to RUNNABLE,
Mingwei Zhang
- [RFC PATCH 08/22] KVM: nVMX: Nested VM-exit may transition from HALTED to RUNNABLE,
Mingwei Zhang
- [RFC PATCH 09/22] KVM: x86: Introduce KVM_X86_FEATURE_APERFMPERF,
Mingwei Zhang
- [RFC PATCH 10/22] KVM: x86: Make APERFMPERF a governed feature,
Mingwei Zhang
- [RFC PATCH 11/22] KVM: x86: Initialize guest [am]perf at vcpu power-on,
Mingwei Zhang
- [RFC PATCH 12/22] KVM: x86: Load guest [am]perf into hardware MSRs at vcpu_load(),
Mingwei Zhang
- [RFC PATCH 13/22] KVM: x86: Load guest [am]perf when leaving halt state,
Mingwei Zhang
- [RFC PATCH 14/22] KVM: x86: Introduce kvm_user_return_notifier_register(),
Mingwei Zhang
- [RFC PATCH 15/22] KVM: x86: Restore host IA32_[AM]PERF on userspace return,
Mingwei Zhang
- [RFC PATCH 16/22] KVM: x86: Save guest [am]perf checkpoint on HLT,
Mingwei Zhang
- [RFC PATCH 17/22] KVM: x86: Save guest [am]perf checkpoint on vcpu_put(),
Mingwei Zhang
- [RFC PATCH 18/22] KVM: x86: Update aperfmperf on host-initiated MP_STATE transitions,
Mingwei Zhang
- [RFC PATCH 19/22] KVM: x86: Allow host and guest access to IA32_[AM]PERF,
Mingwei Zhang
- [RFC PATCH 20/22] KVM: VMX: Pass through guest reads of IA32_[AM]PERF,
Mingwei Zhang
- [RFC PATCH 21/22] KVM: SVM: Pass through guest reads of IA32_[AM]PERF,
Mingwei Zhang
- [RFC PATCH 22/22] KVM: x86: Enable guest usage of X86_FEATURE_APERFMPERF,
Mingwei Zhang
- Re: [RFC PATCH 00/22] KVM: x86: Virtualize IA32_APERF and IA32_MPERF MSRs,
Sean Christopherson
- Re: [RFC PATCH 00/22] KVM: x86: Virtualize IA32_APERF and IA32_MPERF MSRs,
Nikunj A Dadhania
- [syzbot] [kvm?] WARNING: locking bug in kvm_xen_set_evtchn_fast,
syzbot
- [PATCH v2] vfio/pci: Properly hide first-in-list PCIe extended capability,
Avihai Horon
- [GIT PULL] KVM/riscv changes for 6.13, part #2,
Anup Patel
- [GIT PULL] First batch of KVM/arm64 fixes for 6.13,
Oliver Upton
- [PATCH] KVM: x86: ioapic: Optimize EOI handling to reduce unnecessary VM exits,
weizijie
- [PATCH v4 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library,
Elliot Berman
- [PATCH] vfio/pci: Properly hide first-in-list PCIe extended capability,
Avihai Horon
- [PATCH RFC v3 0/3] riscv: add Svukte extension,
Max Hsu
- [GIT PULL] First batch of KVM changes for Linux 6.13 merge window,
Paolo Bonzini
- [no subject],
Unknown
- [PATCH 0/2] x86/bugs: RSB tweaks,
Josh Poimboeuf
- [PATCH] KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow status,
Raghavendra Rao Ananta
- [PATCH 0/8] Add SBI v3.0 PMU enhancements,
Atish Patra
- [RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition,
Valentin Schneider
- [RFC PATCH v3 01/15] objtool: Make validate_call() recognize indirect calls to pv_ops[],
Valentin Schneider
- [RFC PATCH v3 02/15] objtool: Flesh out warning related to pv_ops[] calls,
Valentin Schneider
- [RFC PATCH v3 03/15] sched/clock: Make sched_clock_running __ro_after_init,
Valentin Schneider
- [RFC PATCH v3 04/15] rcu: Add a small-width RCU watching counter debug option,
Valentin Schneider
- [RFC PATCH v3 05/15] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE,
Valentin Schneider
- [RFC PATCH v3 06/15] jump_label: Add forceful jump label type,
Valentin Schneider
- [RFC PATCH v3 07/15] x86/speculation/mds: Make mds_idle_clear forceful,
Valentin Schneider
- [RFC PATCH v3 08/15] sched/clock, x86: Make __sched_clock_stable forceful,
Valentin Schneider
- [RFC PATCH v3 10/15] x86/alternatives: Record text_poke's of JUMP_TYPE_FORCEFUL labels,
Valentin Schneider
- [RFC PATCH v3 11/15] context-tracking: Introduce work deferral infrastructure,
Valentin Schneider
- [RFC PATCH v3 13/15] context_tracking,x86: Add infrastructure to defer kernel TLBI,
Valentin Schneider
- [RFC PATCH v3 14/15] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs,
Valentin Schneider
- [RFC PATCH v3 15/15] context-tracking: Add a Kconfig to enable IPI deferral for NO_HZ_IDLE,
Valentin Schneider
- [RFC PATCH v3 09/15] objtool: Warn about non __ro_after_init static key usage in .noinstr,
Valentin Schneider
- [RFC PATCH v3 12/15] context_tracking,x86: Defer kernel text patching IPIs,
Valentin Schneider
- Re: [RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition,
Steven Rostedt
- [PATCH v2 0/2] SEV-SNP: Add KVM support for SNP certificate fetching via KVM_EXIT_COCO,
Michael Roth
- [PATCH] Revert "KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata handling out of setup_vmcs_config()",
Sean Christopherson
- [kvm-unit-test PATCH 1/3] nVMX: fixed-function performance counters could be not contiguous,
Zide Chen
- Queries regarding consolidated picture of virtualization and SPT/EPT/IOMMU/DMAR/PT,
Ajay Garg
- [PATCH 0/2] KVM: x86: Fix more KVM_X86 Kconfig bugs,
Sean Christopherson
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]