index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
KVM: SEV: Add GHCB handling for termination requests
Michael Roth
2024-05-07
1
-0
/
+9
|
|
*
|
|
KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
Brijesh Singh
2024-05-07
1
-0
/
+14
|
|
*
|
|
KVM: SEV: Add support to handle AP reset MSR protocol
Tom Lendacky
2024-05-07
2
-8
/
+49
|
*
|
|
|
Merge branch 'kvm-coco-pagefault-prep' into HEAD
Paolo Bonzini
2024-05-10
5
-77
/
+149
|
|
\
\
\
\
|
|
*
|
|
|
KVM: x86/mmu: Sanity check that __kvm_faultin_pfn() doesn't create noslot pfns
Sean Christopherson
2024-05-07
1
-1
/
+1
|
|
*
|
|
|
KVM: x86/mmu: Initialize kvm_page_fault's pfn and hva to error values
Sean Christopherson
2024-05-07
1
-0
/
+3
|
|
*
|
|
|
KVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD for "no slot" faults
Sean Christopherson
2024-05-07
1
-0
/
+1
|
|
*
|
|
|
KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
Sean Christopherson
2024-05-07
1
-12
/
+17
|
|
*
|
|
|
KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
Sean Christopherson
2024-05-07
1
-43
/
+44
|
|
*
|
|
|
KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
Sean Christopherson
2024-05-07
1
-0
/
+5
|
|
*
|
|
|
KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC internal slots
Sean Christopherson
2024-05-07
1
-4
/
+13
|
|
*
|
|
|
KVM: x86/mmu: Move private vs. shared check above slot validity checks
Sean Christopherson
2024-05-07
1
-5
/
+15
|
|
*
|
|
|
KVM: x86/mmu: WARN and skip MMIO cache on private, reserved page faults
Sean Christopherson
2024-05-07
1
-0
/
+3
|
|
*
|
|
|
KVM: x86/mmu: check for invalid async page faults involving private memory
Paolo Bonzini
2024-05-07
1
-7
/
+11
|
|
*
|
|
|
KVM: x86/mmu: Use synthetic page fault error code to indicate private faults
Sean Christopherson
2024-05-07
2
-1
/
+15
|
|
*
|
|
|
KVM: x86/mmu: WARN if upper 32 bits of legacy #PF error code are non-zero
Sean Christopherson
2024-05-07
1
-0
/
+7
|
|
*
|
|
|
KVM: x86/mmu: Pass full 64-bit error code when handling page faults
Isaku Yamahata
2024-05-07
3
-5
/
+4
|
|
*
|
|
|
KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handler
Sean Christopherson
2024-05-07
2
-11
/
+12
|
|
*
|
|
|
KVM: x86: Remove separate "bit" defines for page fault error code masks
Sean Christopherson
2024-05-07
1
-3
/
+2
|
|
*
|
|
|
KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation
Sean Christopherson
2024-05-07
2
-8
/
+19
|
|
|
/
/
/
|
*
|
|
|
Merge branch 'kvm-vmx-ve' into HEAD
Paolo Bonzini
2024-05-10
9
-41
/
+137
|
|
\
\
\
\
|
|
*
|
|
|
KVM: VMX: Introduce test mode related to EPT violation VE
Isaku Yamahata
2024-04-19
4
-4
/
+73
|
|
*
|
|
|
KVM, x86: add architectural support code for #VE
Paolo Bonzini
2024-04-19
1
-0
/
+4
|
|
*
|
|
|
KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
Sean Christopherson
2024-04-19
4
-10
/
+11
|
|
*
|
|
|
KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
Isaku Yamahata
2024-04-19
1
-2
/
+4
|
|
*
|
|
|
KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
Sean Christopherson
2024-04-19
3
-14
/
+28
|
|
*
|
|
|
KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
Sean Christopherson
2024-04-19
4
-13
/
+19
|
|
|
/
/
/
|
*
|
|
|
KVM: x86: Explicitly zero kvm_caps during vendor module load
Sean Christopherson
2024-05-07
1
-0
/
+7
|
*
|
|
|
KVM: x86: Fully re-initialize supported_mce_cap on vendor module load
Sean Christopherson
2024-05-07
1
-3
/
+2
|
*
|
|
|
KVM: x86: Fully re-initialize supported_vm_types on vendor module load
Sean Christopherson
2024-05-07
1
-1
/
+2
|
|
/
/
/
|
*
|
|
Merge x86 bugfixes from Linux 6.9-rc3
Paolo Bonzini
2024-04-19
3
-1
/
+4
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
KVM: SEV: use u64_to_user_ptr throughout
Paolo Bonzini
2024-04-12
1
-22
/
+22
|
*
|
|
KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
Sean Christopherson
2024-04-12
1
-9
/
+7
|
*
|
|
KVM: VMX: Move out vmx_x86_ops to 'main.c' to dispatch VMX and TDX
Paolo Bonzini
2024-04-12
4
-270
/
+391
|
*
|
|
KVM: x86: Split core of hypercall emulation to helper function
Sean Christopherson
2024-04-12
1
-18
/
+38
|
*
|
|
Merge branch 'kvm-sev-init2' into HEAD
Paolo Bonzini
2024-04-12
7
-129
/
+318
|
|
\
\
\
|
|
*
|
|
KVM: SEV: allow SEV-ES DebugSwap again
Paolo Bonzini
2024-04-11
1
-1
/
+1
|
|
*
|
|
KVM: SEV: introduce KVM_SEV_INIT2 operation
Paolo Bonzini
2024-04-11
1
-7
/
+46
|
|
*
|
|
KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA time
Paolo Bonzini
2024-04-11
2
-8
/
+50
|
|
*
|
|
KVM: SEV: define VM types for SEV and SEV-ES
Paolo Bonzini
2024-04-11
3
-3
/
+25
|
|
*
|
|
KVM: SEV: introduce to_kvm_sev_info
Paolo Bonzini
2024-04-11
2
-2
/
+7
|
|
*
|
|
KVM: x86: Add supported_vm_types to kvm_caps
Paolo Bonzini
2024-04-11
2
-6
/
+8
|
|
*
|
|
KVM: x86: add fields to struct kvm_arch for CoCo features
Paolo Bonzini
2024-04-11
1
-19
/
+74
|
|
*
|
|
KVM: SEV: store VMSA features in kvm_sev_info
Paolo Bonzini
2024-04-11
3
-10
/
+24
|
|
*
|
|
KVM: SEV: publish supported VMSA features
Paolo Bonzini
2024-04-11
3
-2
/
+25
|
|
*
|
|
KVM: introduce new vendor op for KVM_GET_DEVICE_ATTR
Paolo Bonzini
2024-04-11
1
-14
/
+24
|
|
*
|
|
KVM: x86: use u64_to_user_ptr()
Paolo Bonzini
2024-04-11
1
-21
/
+3
|
|
*
|
|
KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=y
Paolo Bonzini
2024-04-11
4
-43
/
+38
|
|
*
|
|
KVM: SVM: Invert handling of SEV and SEV_ES feature flags
Sean Christopherson
2024-04-11
2
-5
/
+5
|
*
|
|
|
KVM: delete .change_pte MMU notifier callback
Paolo Bonzini
2024-04-11
5
-125
/
+7
|
|
/
/
/
[prev]
[next]