index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: SEV-ES: Delegate LBR virtualization to the processor
Ravi Bangoria
2024-06-03
3
-7
/
+17
*
KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent
Ravi Bangoria
2024-06-03
3
-9
/
+14
*
KVM: SEV-ES: Prevent MSR access post VMSA encryption
Nikunj A Dadhania
2024-06-03
1
-0
/
+18
*
KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked
Sean Christopherson
2024-05-23
1
-8
/
+19
*
KVM: x86: Force KVM_WERROR if the global WERROR is enabled
Sean Christopherson
2024-05-23
1
-1
/
+2
*
KVM: x86: Disable KVM_INTEL_PROVE_VE by default
Sean Christopherson
2024-05-23
1
-3
/
+5
*
KVM: VMX: Enumerate EPT Violation #VE support in /proc/cpuinfo
Sean Christopherson
2024-05-23
1
-1
/
+1
*
KVM: x86/mmu: Print SPTEs on unexpected #VE
Sean Christopherson
2024-05-23
3
-8
/
+38
*
KVM: VMX: Dump VMCS on unexpected #VE
Sean Christopherson
2024-05-23
1
-1
/
+3
*
KVM: x86/mmu: Add sanity checks that KVM doesn't create EPT #VE SPTEs
Sean Christopherson
2024-05-23
3
-0
/
+14
*
KVM: nVMX: Always handle #VEs in L0 (never forward #VEs from L2 to L1)
Sean Christopherson
2024-05-23
1
-0
/
+2
*
KVM: nVMX: Initialize #VE info page for vmcs02 when proving #VE support
Sean Christopherson
2024-05-23
1
-0
/
+3
*
KVM: VMX: Don't kill the VM on an unexpected #VE
Sean Christopherson
2024-05-23
1
-2
/
+2
*
KVM: x86/mmu: Use SHADOW_NONPRESENT_VALUE for atomic zap in TDP MMU
Isaku Yamahata
2024-05-23
1
-1
/
+1
*
selftests/kvm: remove dead file
Paolo Bonzini
2024-05-15
1
-1135
/
+0
*
Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-05-12
7
-31
/
+53
|
\
|
*
KVM: x86: Remove VT-d mention in posted interrupt tracepoint
Alejandro Jimenez
2024-05-02
1
-2
/
+2
|
*
KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled
Alejandro Jimenez
2024-05-02
1
-7
/
+4
|
*
KVM: x86: Allow, don't ignore, same-value writes to immutable MSRs
Sean Christopherson
2024-05-02
1
-7
/
+4
|
*
KVM: Use vfree for memory allocated by vcalloc()/__vcalloc()
Li RongQing
2024-04-09
3
-5
/
+5
|
*
KVM: x86: Advertise max mappable GPA in CPUID.0x80000008.GuestPhysBits
Gerd Hoffmann
2024-04-09
3
-3
/
+32
|
*
KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUID
Gerd Hoffmann
2024-04-09
1
-11
/
+10
*
|
Merge tag 'kvm-x86-mmu-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-05-12
2
-29
/
+66
|
\
\
|
*
|
KVM: x86/mmu: Fix a largely theoretical race in kvm_mmu_track_write()
Sean Christopherson
2024-05-02
1
-3
/
+17
|
*
|
KVM: x86/mmu: Process atomically-zapped SPTEs after TLB flush
David Matlack
2024-04-09
1
-26
/
+49
|
|
/
*
|
Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...
Paolo Bonzini
2024-05-12
86
-447
/
+1420
|
\
\
|
*
|
KVM: selftests: Drop @selector from segment helpers
Sean Christopherson
2024-04-29
1
-15
/
+14
|
*
|
KVM: selftests: Init x86's segments during VM creation
Sean Christopherson
2024-04-29
1
-48
/
+20
|
*
|
KVM: selftests: Add macro for TSS selector, rename up code/data macros
Sean Christopherson
2024-04-29
1
-9
/
+9
|
*
|
KVM: selftests: Allocate x86's TSS at VM creation
Sean Christopherson
2024-04-29
1
-3
/
+2
|
*
|
KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()
Sean Christopherson
2024-04-29
1
-25
/
+5
|
*
|
KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()
Sean Christopherson
2024-04-29
1
-16
/
+11
|
*
|
KVM: selftests: Allocate x86's GDT during VM creation
Sean Christopherson
2024-04-29
1
-3
/
+1
|
*
|
KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setup
Sean Christopherson
2024-04-29
1
-1
/
+2
|
*
|
KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86
Sean Christopherson
2024-04-29
23
-69
/
+6
|
*
|
KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()
Sean Christopherson
2024-04-29
1
-2
/
+2
|
*
|
KVM: selftests: Move x86's descriptor table helpers "up" in processor.c
Sean Christopherson
2024-04-29
1
-96
/
+95
|
*
|
KVM: selftests: Explicitly clobber the IDT in the "delete memslot" testcase
Sean Christopherson
2024-04-29
1
-0
/
+12
|
*
|
KVM: selftests: Rework platform_info_test to actually verify #GP
Sean Christopherson
2024-04-29
1
-33
/
+33
|
*
|
KVM: selftests: Move platform_info_test's main assert into guest code
Sean Christopherson
2024-04-29
1
-8
/
+12
|
*
|
KVM: selftests: Fix off-by-one initialization of GDT limit
Ackerley Tng
2024-04-29
1
-1
/
+1
|
*
|
KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_arch
Sean Christopherson
2024-04-29
5
-16
/
+18
|
*
|
KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_t
Sean Christopherson
2024-04-29
2
-15
/
+21
|
*
|
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
2024-04-29
28
-12
/
+1156
|
*
|
KVM: selftests: Randomly force emulation on x86 writes from guest code
Sean Christopherson
2024-04-29
1
-0
/
+21
|
*
|
KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest code
Sean Christopherson
2024-04-29
3
-4
/
+9
|
*
|
KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()
Sean Christopherson
2024-04-29
4
-11
/
+7
|
*
|
KVM: selftests: Provide an API for getting a random bool from an RNG
Sean Christopherson
2024-04-29
2
-1
/
+12
|
*
|
KVM: selftests: Provide a global pseudo-RNG instance for all tests
Sean Christopherson
2024-04-29
6
-29
/
+23
|
*
|
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
2024-04-29
57
-120
/
+17
[next]