Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ccf2779544eecfcc5447e2028d1029b6d4ff7bb6
/
include
/
asm-x86
/
kvm_host.h
62d9f0d
KVM: add ioctls to save/store mpstate
by Marcelo Tosatti
· 17 years ago
a453529
KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*
by Avi Kivity
· 17 years ago
2714d1d
KVM: Add trace markers
by Feng (Eric) Liu
· 17 years ago
53371b5
KVM: SVM: add intercept for machine check exception
by Joerg Roedel
· 17 years ago
35149e2
KVM: MMU: Don't assume struct page for x86
by Anthony Liguori
· 17 years ago
9c20456
KVM: function declaration parameter name cleanup
by Joerg Roedel
· 17 years ago
3200f40
KVM: MMU: unify slots_lock usage
by Marcelo Tosatti
· 17 years ago
37817f2
KVM: x86: hardware task switching support
by Izik Eidus
· 17 years ago
2e4d265
KVM: x86: add functions to get the cpl of vcpu
by Izik Eidus
· 17 years ago
69a9f69
KVM: Move some x86 specific constants and structures to include/asm-x86
by Avi Kivity
· 17 years ago
2f333bc
KVM: MMU: hypercall based pte updates and TLB flushes
by Marcelo Tosatti
· 17 years ago
9f81128
KVM: Provide unlocked version of emulator_write_phys()
by Avi Kivity
· 17 years ago
7837699
KVM: In kernel PIT model
by Sheng Yang
· 17 years ago
2d3ad1f
KVM: Prefix control register accessors with kvm_ to avoid namespace pollution
by Avi Kivity
· 17 years ago
05da455
KVM: MMU: large page support
by Marcelo Tosatti
· 17 years ago
2e53d63
KVM: MMU: ignore zapped root pagetables
by Marcelo Tosatti
· 17 years ago
f11c3a8
KVM: Add stat counter for hypercalls
by Amit Shah
· 17 years ago
1806852
KVM: paravirtualized clocksource: host part
by Glauber de Oliveira Costa
· 17 years ago
cc4b687
KVM: export the load_pdptrs() function to modules
by Joerg Roedel
· 17 years ago
1855267
KVM: export information about NPT to generic x86 code
by Joerg Roedel
· 17 years ago
f2b4b7d
KVM: make EFER_RESERVED_BITS configurable for architecture code
by Joerg Roedel
· 17 years ago
2384d2b
KVM: VMX: Enable Virtual Processor Identification (VPID)
by Sheng Yang
· 17 years ago
1ae0a13
KVM: MMU: Simplify hash table indexing
by Dong, Eddie
· 17 years ago
7d76b4d
include/asm-x86/kvm_host.h: checkpatch cleanups - formatting only
by Joe Perches
· 17 years ago
571008d
KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UD
by Sheng Yang
· 17 years ago
d7824ff
KVM: MMU: Avoid calling gfn_to_page() in mmu_set_spte()
by Avi Kivity
· 17 years ago
774ead3
KVM: Disable vapic support on Intel machines with FlexPriority
by Avi Kivity
· 17 years ago
b209749f
KVM: local APIC TPR access reporting facility
by Avi Kivity
· 17 years ago
dfc5aa0
KVM: MMU: Add cache miss statistic
by Avi Kivity
· 17 years ago
edf8841
KVM: Move arch dependent files to new directory arch/x86/kvm/
by Avi Kivity
· 17 years ago
[Renamed (98%) from drivers/kvm/x86.h]
0711456
KVM: Portability: Move kvm_vm_stat to x86.h
by Zhang Xiantao
· 17 years ago
bfc6d22
KVM: Portability: Move round_robin_prev_vcpu and tss_addr to kvm_arch
by Zhang Xiantao
· 17 years ago
d7deeeb0
KVM: Portability: move vpic and vioapic to kvm_arch
by Zhang Xiantao
· 17 years ago
f05e70a
KVM: Portability: Move mmu-related fields to kvm_arch
by Zhang Xiantao
· 17 years ago
d69fb81
KVM: Portability: Move memslot aliases to new struct kvm_arch
by Zhang Xiantao
· 17 years ago
77b4c25
KVM: Portability: Move kvm_vcpu_stat to x86.h
by Zhang Xiantao
· 17 years ago
d657a98
KVM: Portability: Move kvm_vcpu definition back to kvm.h
by Zhang Xiantao
· 17 years ago
1d737c8
KVM: Portability: Split mmu-related static inline functions to mmu.h
by Zhang Xiantao
· 17 years ago
ad312c7
KVM: Portability: Introduce kvm_vcpu_arch
by Zhang Xiantao
· 17 years ago
682c59a
KVM: Portability: Move kvm{pic,ioapic} accesors to x86 specific code
by Zhang Xiantao
· 17 years ago
c1a5d4f
KVM: Replace #GP injection by the generalized exception queue
by Avi Kivity
· 17 years ago
c3c91fe
KVM: Replace page fault injection by the generalized exception queue
by Avi Kivity
· 17 years ago
298101d
KVM: Generalize exception injection mechanism
by Avi Kivity
· 17 years ago
53e0aa7
KVM: Portability: Create kvm_arch_vcpu_runnable() function
by Hollis Blanchard
· 17 years ago
e01a1b5
KVM: Portability: Stop including x86-specific headers in kvm_main.c
by Hollis Blanchard
· 17 years ago
0771671
KVM: Enhance guest cpuid management
by Dan Kenigsberg
· 17 years ago
d835dfe
KVM: Don't bother the mmu if cr3 load doesn't change cr3
by Avi Kivity
· 17 years ago
3ad82a7
KVM: Recalculate mmu pages needed for every memory region change
by Zhang Xiantao
· 17 years ago
54f1585
KVM: Portability: Move some function declarations to x86.h
by Zhang Xiantao
· 17 years ago
ec6d273
KVM: Move some static inline functions out from kvm.h into x86.h
by Zhang Xiantao
· 17 years ago
2b3ccfa
KVM: Portability: Move vcpu regs enumeration definition to x86.h
by Zhang Xiantao
· 17 years ago
ea4a5ff
KVM: Portability: Move struct kvm_x86_ops definition to x86.h
by Zhang Xiantao
· 17 years ago
cd6e8f8
KVM: Portability: Move some macro definitions from kvm.h to x86.h
by Zhang Xiantao
· 17 years ago
e9b11c1
KVM: Portability: Add vcpu and hardware management arch hooks
by Zhang Xiantao
· 17 years ago
97896d0
KVM: Portability: Move kvm_x86_ops to x86.c
by Zhang Xiantao
· 17 years ago
de7d789
KVM: Portability: Move pio emulation functions to x86.c
by Carsten Otte
· 17 years ago
a03490e
KVM: Portability: Move control register helper functions to x86.c
by Carsten Otte
· 17 years ago
3067714
KVM: Move page fault processing to common code
by Avi Kivity
· 17 years ago
34c16ee
KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (part 1)
by Zhang Xiantao
· 17 years ago
043405e
KVM: Move x86 msr handling to new files x86.[ch]
by Carsten Otte
· 17 years ago