index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-04
KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystem
Sean Christopherson
2
-13
/
+2
2026-03-04
KVM: SVM: Move core EFER.SVME enablement to kernel
Sean Christopherson
1
-27
/
+7
2026-03-04
KVM: VMX: Move core VMXON enablement to kernel
Sean Christopherson
1
-67
/
+6
2026-03-04
x86/virt: Force-clear X86_FEATURE_VMX if configuring root VMCS fails
Sean Christopherson
1
-3
/
+4
2026-03-04
KVM: VMX: Unconditionally allocate root VMCSes during boot CPU bringup
Sean Christopherson
1
-54
/
+4
2026-03-04
KVM: x86: Move "kvm_rebooting" to kernel as "virt_rebooting"
Sean Christopherson
7
-20
/
+21
2026-03-04
KVM: VMX: Move architectural "vmcs" and "vmcs_hdr" structures to public vmx.h
Sean Christopherson
1
-11
/
+0
2026-03-04
KVM: x86: Move kvm_rebooting to x86
Sean Christopherson
2
-0
/
+23
2026-03-03
KVM/TDX: Rename KVM_SUPPORTED_TD_ATTRS to KVM_SUPPORTED_TDX_TD_ATTRS
Xiaoyao Li
1
-2
/
+2
2026-03-03
x86/tdx: Rename TDX_ATTR_* to TDX_TD_ATTR_*
Xiaoyao Li
1
-2
/
+2
2026-03-03
KVM/TDX: Remove redundant definitions of TDX_TD_ATTR_*
Xiaoyao Li
2
-8
/
+2
2026-03-03
KVM: x86: Drop redundant call to kvm_deliver_exception_payload()
Yosry Ahmed
1
-6
/
+4
2026-03-03
KVM: SVM: Skip OSVW MSR reads if current CPU doesn't support the feature
Sean Christopherson
1
-6
/
+2
2026-03-03
KVM: SVM: Skip OSVW variable updates if current CPU's errata are a subset
Sean Christopherson
1
-12
/
+10
2026-03-03
KVM: SVM: Extract OS-visible workarounds setup to helper function
Sean Christopherson
1
-41
/
+49
2026-03-03
KVM: SVM: Skip OSVW MSR reads if KVM is treating all errata as present
Sean Christopherson
1
-2
/
+12
2026-03-03
KVM: SVM: Serialize updates to global OS-Visible Workarounds variables
Sean Christopherson
1
-3
/
+7
2026-03-03
KVM: x86/mmu: Don't zero-allocate page table used for splitting a hugepage
Sean Christopherson
1
-1
/
+1
2026-03-02
KVM: x86/mmu: Fix UBSAN warning when reading nx_huge_pages parameter
Gal Pressman
1
-0
/
+5
2026-03-02
KVM: SVM: Fix UBSAN warning when reading avic parameter
Gal Pressman
1
-1
/
+12
2026-03-02
KVM: x86: Add helpers to prepare kvm_run for userspace MMIO exit
Sean Christopherson
3
-43
/
+37
2026-03-02
KVM: x86: Don't panic the kernel if completing userspace I/O / MMIO goes side...
Sean Christopherson
1
-4
/
+8
2026-03-02
KVM: x86: Rename .read_write_emulate() to .read_write_guest()
Sean Christopherson
1
-10
/
+28
2026-03-02
KVM: x86: Fold emulator_write_phys() into write_emulate()
Sean Christopherson
1
-13
/
+7
2026-03-02
KVM: x86: Bury emulator read/write ops in emulator_{read,write}_emulated()
Sean Christopherson
1
-15
/
+14
2026-03-02
KVM: x86: Consolidate SEV-ES MMIO emulation into a single public API
Sean Christopherson
3
-38
/
+17
2026-03-02
KVM: x86: Dedup kvm_sev_es_mmio_{read,write}()
Sean Christopherson
1
-39
/
+19
2026-03-02
KVM: x86: Harden SEV-ES MMIO against on-stack use-after-free
Sean Christopherson
1
-4
/
+6
2026-03-02
KVM: x86: Move MMIO write tracing into vcpu_mmio_write()
Sean Christopherson
1
-8
/
+5
2026-03-02
KVM: x86: Open code read vs. write userspace MMIO exits in emulator_read_write()
Sean Christopherson
1
-20
/
+13
2026-03-02
KVM: x86: Use local MMIO fragment variable to clean up emulator_read_write()
Sean Christopherson
1
-6
/
+5
2026-03-02
KVM: x86: Trace unsatisfied MMIO reads on a per-page basis
Sean Christopherson
1
-1
/
+8
2026-03-02
KVM: x86: Open code handling of completed MMIO reads in emulator_read_write()
Sean Christopherson
2
-17
/
+29
2026-03-02
KVM: x86: Use scratch field in MMIO fragment to hold small write values
Sean Christopherson
1
-1
/
+13
2026-03-02
KVM: x86: Ignore cpuid faulting in SMM
Jim Mattson
2
-4
/
+5
2026-03-02
KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2
Yosry Ahmed
1
-0
/
+1
2026-03-02
KVM: nSVM: Sync NextRIP to cached vmcb12 after VMRUN of L2
Yosry Ahmed
1
-0
/
+10
2026-03-02
KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest mode
Yosry Ahmed
1
-0
/
+3
2026-03-02
KVM: x86: Check for injected exceptions before queuing a debug exception
Yosry Ahmed
1
-1
/
+1
2026-03-02
KVM: SVM: Optimize IRQ window inhibit handling
Sean Christopherson
1
-1
/
+25
2026-03-02
KVM: SVM: Fix IRQ window inhibit handling across multiple vCPUs
Sean Christopherson
3
-11
/
+45
2026-03-02
KVM: SVM: Fix clearing IRQ window inhibit with nested guests
Sean Christopherson
1
-14
/
+14
2026-03-02
KVM: SVM: Mark module parameters as __ro_after_init for security and performance
Li RongQing
3
-22
/
+22
2026-03-02
KVM: SVM: Mark module parameters as __ro_after_init for security and performance
Li RongQing
3
-22
/
+22
2026-03-02
KVM: nSVM: Mark all of vmcb02 dirty when restoring nested state
Yosry Ahmed
1
-0
/
+6
2026-03-02
KVM: VMX: Use ASM_INPUT_RM in __vmcs_writel
Uros Bizjak
1
-1
/
+1
2026-03-02
KVM: VMX: Drop obsolete branch hint prefixes from inline asm
Uros Bizjak
1
-3
/
+0
2026-03-02
KVM: x86/pmu: annotate struct kvm_x86_pmu_event_filter with __counted_by()
Carlos López
1
-1
/
+1
2026-03-02
KVM: x86: Zero-initialize temporary fxregs_state buffers in FXSAVE emulation
Uros Bizjak
1
-2
/
+2
2026-03-02
KVM: x86: Defer non-architectural deliver of exception payload to userspace read
Sean Christopherson
1
-23
/
+39
[prev]
[next]