index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
MAINTAINERS
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-03
KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent
Ravi Bangoria
3
-9
/
+14
2024-06-03
KVM: SEV-ES: Prevent MSR access post VMSA encryption
Nikunj A Dadhania
1
-0
/
+18
2024-05-23
KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked
Sean Christopherson
1
-8
/
+19
2024-05-23
KVM: x86: Force KVM_WERROR if the global WERROR is enabled
Sean Christopherson
1
-1
/
+2
2024-05-23
KVM: x86: Disable KVM_INTEL_PROVE_VE by default
Sean Christopherson
1
-3
/
+5
2024-05-23
KVM: VMX: Enumerate EPT Violation #VE support in /proc/cpuinfo
Sean Christopherson
1
-1
/
+1
2024-05-23
KVM: x86/mmu: Print SPTEs on unexpected #VE
Sean Christopherson
3
-8
/
+38
2024-05-23
KVM: VMX: Dump VMCS on unexpected #VE
Sean Christopherson
1
-1
/
+3
2024-05-23
KVM: x86/mmu: Add sanity checks that KVM doesn't create EPT #VE SPTEs
Sean Christopherson
3
-0
/
+14
2024-05-23
KVM: nVMX: Always handle #VEs in L0 (never forward #VEs from L2 to L1)
Sean Christopherson
1
-0
/
+2
2024-05-23
KVM: nVMX: Initialize #VE info page for vmcs02 when proving #VE support
Sean Christopherson
1
-0
/
+3
2024-05-23
KVM: VMX: Don't kill the VM on an unexpected #VE
Sean Christopherson
1
-2
/
+2
2024-05-23
KVM: x86/mmu: Use SHADOW_NONPRESENT_VALUE for atomic zap in TDP MMU
Isaku Yamahata
1
-1
/
+1
2024-05-15
selftests/kvm: remove dead file
Paolo Bonzini
1
-1135
/
+0
2024-05-09
KVM: selftests: arm64: Test vCPU-scoped feature ID registers
Oliver Upton
1
-1
/
+52
2024-05-09
KVM: selftests: arm64: Test that feature ID regs survive a reset
Oliver Upton
1
-8
/
+33
2024-05-09
KVM: selftests: arm64: Store expected register value in set_id_regs
Oliver Upton
1
-9
/
+18
2024-05-09
KVM: selftests: arm64: Rename helper in set_id_regs to imply VM scope
Oliver Upton
1
-2
/
+2
2024-05-09
KVM: arm64: Only reset vCPU-scoped feature ID regs once
Oliver Upton
3
-13
/
+26
2024-05-09
KVM: arm64: Reset VM feature ID regs from kvm_reset_sys_regs()
Oliver Upton
1
-17
/
+10
2024-05-09
KVM: arm64: Rename is_id_reg() to imply VM scope
Oliver Upton
1
-5
/
+6
2024-05-08
KVM: arm64: Destroy mpidr_data for 'late' vCPU creation
Oliver Upton
1
-9
/
+41
2024-05-08
KVM: arm64: Use hVHE in pKVM by default on CPUs with VHE support
Will Deacon
1
-1
/
+1
2024-05-08
KVM: arm64: Fix hvhe/nvhe early alias parsing
Will Deacon
1
-1
/
+1
2024-05-07
KVM: SEV: Allow per-guest configuration of GHCB protocol version
Michael Roth
4
-6
/
+42
2024-05-07
KVM: SEV: Add GHCB handling for termination requests
Michael Roth
1
-0
/
+9
2024-05-07
KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
Brijesh Singh
2
-0
/
+16
2024-05-07
KVM: SEV: Add support to handle AP reset MSR protocol
Tom Lendacky
3
-10
/
+53
2024-05-07
KVM: x86: Explicitly zero kvm_caps during vendor module load
Sean Christopherson
1
-0
/
+7
2024-05-07
KVM: x86: Fully re-initialize supported_mce_cap on vendor module load
Sean Christopherson
1
-3
/
+2
2024-05-07
KVM: x86: Fully re-initialize supported_vm_types on vendor module load
Sean Christopherson
1
-1
/
+2
2024-05-07
KVM: x86/mmu: Sanity check that __kvm_faultin_pfn() doesn't create noslot pfns
Sean Christopherson
1
-1
/
+1
2024-05-07
KVM: x86/mmu: Initialize kvm_page_fault's pfn and hva to error values
Sean Christopherson
1
-0
/
+3
2024-05-07
KVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD for "no slot" faults
Sean Christopherson
1
-0
/
+1
2024-05-07
KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
Sean Christopherson
1
-12
/
+17
2024-05-07
KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
Sean Christopherson
1
-43
/
+44
2024-05-07
KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
Sean Christopherson
1
-0
/
+5
2024-05-07
KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC internal slots
Sean Christopherson
1
-4
/
+13
2024-05-07
KVM: x86/mmu: Move private vs. shared check above slot validity checks
Sean Christopherson
1
-5
/
+15
2024-05-07
KVM: x86/mmu: WARN and skip MMIO cache on private, reserved page faults
Sean Christopherson
1
-0
/
+3
2024-05-07
KVM: x86/mmu: check for invalid async page faults involving private memory
Paolo Bonzini
2
-7
/
+12
2024-05-07
KVM: x86/mmu: Use synthetic page fault error code to indicate private faults
Sean Christopherson
3
-2
/
+21
2024-05-07
KVM: x86/mmu: WARN if upper 32 bits of legacy #PF error code are non-zero
Sean Christopherson
1
-0
/
+7
2024-05-07
KVM: x86/mmu: Pass full 64-bit error code when handling page faults
Isaku Yamahata
3
-5
/
+4
2024-05-07
KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handler
Sean Christopherson
3
-11
/
+18
2024-05-07
KVM: x86: Define more SEV+ page fault error bits/flags for #NPF
Sean Christopherson
1
-0
/
+4
2024-05-07
KVM: x86: Remove separate "bit" defines for page fault error code masks
Sean Christopherson
2
-25
/
+12
2024-05-07
KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation
Sean Christopherson
2
-8
/
+19
2024-05-06
LoongArch: KVM: Add mmio trace events support
Bibo Mao
2
-6
/
+22
2024-05-06
LoongArch: KVM: Add software breakpoint support
Bibo Mao
7
-3
/
+40
[next]