index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
kvm_host.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: SVM: Add support for booting APs in an SEV-ES guest
Tom Lendacky
2021-01-07
1
-0
/
+3
*
KVM: x86/mmu: Clarify TDP MMU page list invariants
Ben Gardon
2021-01-07
1
-2
/
+14
*
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
2021-01-07
1
-0
/
+1
|
\
|
*
KVM: x86: Fix split-irqchip vs interrupt injection window request
Paolo Bonzini
2020-11-27
1
-0
/
+1
*
|
KVM: SVM: Guest FPU state save/restore not needed for SEV-ES guest
Tom Lendacky
2020-12-15
1
-0
/
+2
*
|
KVM: SVM: Do not report support for SMM for an SEV-ES guest
Tom Lendacky
2020-12-15
1
-1
/
+1
*
|
KVM: SVM: Add support for CR4 write traps for an SEV-ES guest
Tom Lendacky
2020-12-15
1
-0
/
+1
*
|
KVM: SVM: Add support for CR0 write traps for an SEV-ES guest
Tom Lendacky
2020-12-15
1
-0
/
+1
*
|
KVM: SVM: Support string IO operations for an SEV-ES guest
Tom Lendacky
2020-12-15
1
-0
/
+1
*
|
KVM: x86: introduce complete_emulated_msr callback
Paolo Bonzini
2020-12-15
1
-0
/
+1
*
|
KVM: SVM: Add support for the SEV-ES VMSA
Tom Lendacky
2020-12-14
1
-0
/
+3
*
|
KVM: X86: Implement ring-based dirty memory tracking
Peter Xu
2020-11-15
1
-0
/
+3
*
|
KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
Peter Xu
2020-11-15
1
-1
/
+2
*
|
KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook
Sean Christopherson
2020-11-15
1
-1
/
+2
|
/
*
KVM: x86: Introduce cr3_lm_rsvd_bits in kvm_vcpu_arch
Babu Moger
2020-11-13
1
-0
/
+1
*
kvm: x86/mmu: Allocate struct kvm_mmu_pages for all pages in TDP MMU
Ben Gardon
2020-10-23
1
-0
/
+4
*
kvm: x86/mmu: Allocate and free TDP MMU roots
Ben Gardon
2020-10-21
1
-0
/
+1
*
kvm: x86/mmu: Init / Uninit the TDP MMU
Ben Gardon
2020-10-21
1
-0
/
+9
*
KVM: x86: allow kvm_x86_ops.set_efer to return an error value
Maxim Levitsky
2020-10-21
1
-1
/
+1
*
KVM: x86: bump KVM_MAX_CPUID_ENTRIES
Vitaly Kuznetsov
2020-10-21
1
-1
/
+1
*
KVM: x86: allocate vcpu->arch.cpuid_entries dynamically
Vitaly Kuznetsov
2020-10-21
1
-1
/
+1
*
kvm: x86: only provide PV features if enabled in guest's CPUID
Oliver Upton
2020-10-21
1
-0
/
+15
*
KVM: x86: rename KVM_REQ_GET_VMCS12_PAGES
Paolo Bonzini
2020-09-28
1
-2
/
+2
*
KVM: x86: Introduce MSR filtering
Alexander Graf
2020-09-28
1
-0
/
+14
*
KVM: x86: Add infrastructure for MSR filtering
Alexander Graf
2020-09-28
1
-0
/
+1
*
KVM: x86: Allow deflecting unknown MSR accesses to user space
Alexander Graf
2020-09-28
1
-0
/
+3
*
KVM: x86: Rename "shared_msrs" to "user_return_msrs"
Sean Christopherson
2020-09-28
1
-2
/
+2
*
KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepoint
Sean Christopherson
2020-09-28
1
-1
/
+6
*
KVM: x86: Add kvm_x86_ops hook to short circuit emulation
Sean Christopherson
2020-09-28
1
-1
/
+1
*
KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
Will Deacon
2020-08-21
1
-1
/
+2
*
KVM: x86: Specify max TDP level via kvm_configure_mmu()
Sean Christopherson
2020-07-30
1
-2
/
+2
*
KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDR
Sean Christopherson
2020-07-30
1
-2
/
+2
*
KVM: x86: Pull the PGD's level from the MMU instead of recalculating it
Sean Christopherson
2020-07-30
1
-1
/
+2
*
KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR support
Mohammed Gamal
2020-07-10
1
-1
/
+1
*
KVM: x86: rename update_bp_intercept to update_exception_bitmap
Paolo Bonzini
2020-07-10
1
-1
/
+1
*
KVM: x86: mmu: Move translate_gpa() to mmu.c
Mohammed Gamal
2020-07-10
1
-6
/
+0
*
KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
Sean Christopherson
2020-07-09
1
-13
/
+0
*
KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
Sean Christopherson
2020-07-09
1
-0
/
+1
*
KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
Sean Christopherson
2020-07-09
1
-1
/
+2
*
KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
Sean Christopherson
2020-07-09
1
-0
/
+1
*
x86/kvm/vmx: Move guest enter/exit into .noinstr.text
Thomas Gleixner
2020-07-09
1
-0
/
+8
*
KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()
Xiaoyao Li
2020-07-09
1
-1
/
+1
*
KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid()
Krish Sadhukhan
2020-07-08
1
-0
/
+1
*
KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-only
Sean Christopherson
2020-07-08
1
-44
/
+2
*
kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu
Jim Mattson
2020-07-08
1
-0
/
+3
*
KVM: x86/mmu: Make .write_log_dirty a nested operation
Sean Christopherson
2020-07-08
1
-1
/
+1
*
KVM: nVMX: Plumb L2 GPA through to PML emulation
Sean Christopherson
2020-06-22
1
-1
/
+1
*
KVM: LAPIC: ensure APIC map is up to date on concurrent update requests
Paolo Bonzini
2020-06-22
1
-1
/
+1
*
KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...
Vitaly Kuznetsov
2020-06-11
1
-1
/
+1
*
KVM: x86: Unexport x86_fpu_cache and make it static
Sean Christopherson
2020-06-09
1
-1
/
+0
[next]