Sign in
android-kvm
/
linux
/
8a00ebe4cfc90eda9ecb575ba97e22021cd8cf70
/
arch
/
x86
/
include
/
asm
/
kvm_host.h
7f3d35f
KVM: x86 emulator: Fix task switch privilege checks
by Kevin Wolf
· 13 years ago
db3fe4e
KVM: Introduce kvm_memory_slot::arch and move lpage_info into it
by Takuya Yoshikawa
· 13 years ago
e26101b
KVM: Track TSC synchronization in generations
by Zachary Amsden
· 13 years ago
0dd6a6e
KVM: Dont mark TSC unstable due to S4 suspend
by Zachary Amsden
· 13 years ago
f1e2b26
KVM: Allow adjust_tsc_offset to be in host or guest cycles
by Marcelo Tosatti
· 13 years ago
6f526ec
KVM: Add last_host_tsc tracking back to KVM
by Zachary Amsden
· 13 years ago
5d3cb0f6
KVM: Improve TSC offset matching
by Zachary Amsden
· 13 years ago
cc57828
KVM: Infrastructure for software and hardware based TSC rate scaling
by Zachary Amsden
· 13 years ago
a59cb29
KVM: x86: increase recommended max vcpus to 160
by Marcelo Tosatti
· 13 years ago
3ea8b75
KVM: MMU: Remove unused kvm_pte_chain
by Takuya Yoshikawa
· 13 years ago
2b036c6
KVM: SVM: Add support for AMD's OSVW feature in guests
by Boris Ostrovsky
· 13 years ago
022cd0e
KVM: Add generic RDPMC support
by Avi Kivity
· 13 years ago
f5132b0
KVM: Expose a version 2 architectural PMU to a guests
by Gleb Natapov
· 13 years ago
e459e32
KVM: MMU: move the relevant mmu code to mmu.c
by Xiao Guangrong
· 13 years ago
93a5cef
KVM: introduce KVM_MEM_SLOTS_NUM macro
by Xiao Guangrong
· 13 years ago
95d4c16
KVM: Optimize dirty logging by rmap_write_protect()
by Takuya Yoshikawa
· 13 years ago
fb92045
KVM: MMU: remove KVM host pv mmu support
by Chris Wright
· 13 years ago
a30f47c
KVM: MMU: improve write flooding detected
by Xiao Guangrong
· 13 years ago
f57f2ef
KVM: MMU: fast prefetch spte on invlpg path
by Xiao Guangrong
· 13 years ago
d01f8d5
KVM: MMU: do not mark accessed bit on pte write path
by Xiao Guangrong
· 13 years ago
1cb3f3a
KVM: x86: retry non-page-table writing instructions
by Xiao Guangrong
· 13 years ago
a3e06bb
KVM: emulate lapic tsc deadline timer for guest
by Liu, Jinsong
· 13 years ago
7460fb4a
KVM: Fix simultaneous NMIs
by Avi Kivity
· 13 years ago
d5c1785
KVM: L1 TSC handling
by Nadav Har'El
· 13 years ago
e4e517b
KVM: MMU: Do not unconditionally read PDPTE from guest memory
by Avi Kivity
· 13 years ago
0d460ff
KVM: Use __print_symbolic() for vmexit tracepoints
by Stefan Hajnoczi
· 13 years ago
8c3ba334
KVM: x86: Raise the hard VCPU count limit
by Sasha Levin
· 13 years ago
c2a2ac2
KVM: MMU: lockless walking shadow page table
by Xiao Guangrong
· 13 years ago
c370795
KVM: MMU: remove bypass_guest_pf
by Xiao Guangrong
· 13 years ago
bebb106
KVM: MMU: cache mmio info on page fault path
by Xiao Guangrong
· 13 years ago
c9aaa89
KVM: Steal time implementation
by Glauber Costa
· 13 years ago
411c588d
KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0
by Avi Kivity
· 14 years ago
d9c3476
KVM: Remove RDWRGSFS bit from CR4_RESERVED_BITS
by Yang, Wei
· 14 years ago
8d9c975
KVM: Remove SMEP bit from CR4_RESERVED_BITS
by Yang, Wei Y
· 14 years ago
5e1746d
KVM: nVMX: Allow setting the VMXE bit in CR4
by Nadav Har'El
· 14 years ago
67052b3
KVM: MMU: remove the arithmetic of parent pte rmap
by Xiao Guangrong
· 14 years ago
53c07b1
KVM: MMU: abstract the operation of rmap
by Xiao Guangrong
· 14 years ago
332b207
KVM: MMU: optimize pte write path if don't have protected sp
by Xiao Guangrong
· 14 years ago
5e520e6
KVM: VMX: Move VMREAD cleanup to exception handler
by Avi Kivity
· 14 years ago
2fb92db
KVM: VMX: Cache vmcs segment fields
by Avi Kivity
· 14 years ago
8d7d8102
KVM: mmio_fault_cr2 is not used
by Gleb Natapov
· 14 years ago
d6aa100
KVM: x86 emulator: add ->fix_hypercall() callback
by Avi Kivity
· 14 years ago
3cb16fe
KVM: x86 emulator: make emulate_invlpg() an emulator callback
by Avi Kivity
· 14 years ago
2d04a05
KVM: x86 emulator: emulate CLTS internally
by Avi Kivity
· 14 years ago
1ac9d0c
KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()
by Avi Kivity
· 14 years ago
7c4c0f4
KVM: X86: Update last_guest_tsc in vcpu_put
by Joerg Roedel
· 14 years ago
7ae441e
KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpu
by Gleb Natapov
· 14 years ago
92a1f12
KVM: X86: Implement userspace interface to set virtual_tsc_khz
by Joerg Roedel
· 14 years ago
857e409
KVM: X86: Delegate tsc-offset calculation to architecture code
by Joerg Roedel
· 14 years ago
4051b18
KVM: X86: Implement call-back to propagate virtual_tsc_khz
by Joerg Roedel
· 14 years ago
1e99361
KVM: X86: Let kvm-clock report the right tsc frequency
by Joerg Roedel
· 14 years ago
7c56252
KVM: MMU: remove mmu_seq verification on pte update path
by Xiao Guangrong
· 14 years ago
cfec82c
KVM: SVM: Add intercept check for emulated cr accesses
by Joerg Roedel
· 14 years ago
8a76d7f
KVM: x86: Add x86 callback for intercept check
by Joerg Roedel
· 14 years ago
cef4dea
KVM: 16-byte mmio support
by Avi Kivity
· 15 years ago
69c7302
KVM: VMX: Cache cpl
by Avi Kivity
· 14 years ago
6de1273
KVM: VMX: Optimize vmx_get_rflags()
by Avi Kivity
· 14 years ago
0f53b5b
KVM: MMU: cleanup pte write path
by Xiao Guangrong
· 14 years ago
49b26e2
KVM: MMU: do not record gfn in kvm_mmu_pte_write
by Xiao Guangrong
· 14 years ago
038f8c1
KVM: x86: Convert tsc_write_lock to raw_spinlock
by Jan Kiszka
· 14 years ago
e935b83
KVM: Convert kvm_lock to raw_spinlock
by Jan Kiszka
· 14 years ago
8ee5382
thp: mmu_notifier_test_young
by Andrea Arcangeli
· 14 years ago
b034cf0
KVM: MMU: audit: allow audit more guests at the same time
by Xiao Guangrong
· 14 years ago
aff48ba
KVM: Fetch guest cr3 from hardware on demand
by Avi Kivity
· 14 years ago
dc25e89
KVM: SVM: copy instruction bytes from VMCB
by Andre Przywara
· 14 years ago
51d8b66
KVM: cleanup emulate_instruction
by Andre Przywara
· 14 years ago
db8fcef
KVM: move complete_insn_gp() into x86.c
by Andre Przywara
· 14 years ago
eea1cff
KVM: x86: fix CR8 handling
by Andre Przywara
· 14 years ago
fb67e14
KVM: MMU: retry #PF for softmmu
by Xiao Guangrong
· 14 years ago
78b2c54
KVM: MMU: rename 'no_apf' to 'prefault'
by Xiao Guangrong
· 14 years ago
b7c4145
KVM: Don't spin on virt instruction faults during reboot
by Avi Kivity
· 14 years ago
ec9e60b
KVM: X86: Introduce generic guest-mode representation
by Joerg Roedel
· 14 years ago
6389ee9
KVM: Pull extra page fault information into struct x86_exception
by Avi Kivity
· 14 years ago
ab9ae31
KVM: Push struct x86_exception info the various gva_to_gpa variants
by Avi Kivity
· 14 years ago
a4a8e6f
KVM: MMU: remove 'clear_unsync' parameter
by Xiao Guangrong
· 14 years ago
586f960
KVM: Add instruction-set-specific exit qualifications to kvm_exit trace
by Avi Kivity
· 14 years ago
c4806ac
KVM: MMU: fix apf prefault if nested guest is enabled
by Xiao Guangrong
· 14 years ago
2a126fa
KVM: remove unused function declaration
by Xiao Guangrong
· 14 years ago
6adba52
KVM: Let host know whether the guest can handle async PF in non-userspace context.
by Gleb Natapov
· 14 years ago
7c90705
KVM: Inject asynchronous page fault into a PV guest if page is swapped out.
by Gleb Natapov
· 14 years ago
344d958
KVM: Add PV MSR to enable asynchronous page faults delivery.
by Gleb Natapov
· 14 years ago
56028d0
KVM: Retry fault before vmentry
by Gleb Natapov
· 14 years ago
af585b9
KVM: Halt vcpu if page it tries to access is swapped out
by Gleb Natapov
· 14 years ago
73c1160
KVM: enlarge number of possible CPUID leaves
by Andre Przywara
· 14 years ago
c285545
KVM: x86: TSC catchup mode
by Zachary Amsden
· 14 years ago
0959ffa
KVM: MMU: Don't track nested fault info in error-code
by Joerg Roedel
· 14 years ago
b463a6f
KVM: Non-atomic interrupt injection
by Avi Kivity
· 14 years ago
2d48a98
KVM: MMU: Track NX state in struct kvm_mmu
by Joerg Roedel
· 14 years ago
81407ca
KVM: MMU: Allow long mode shadows for legacy page tables
by Joerg Roedel
· 14 years ago
ff03a07
KVM: MMU: Add kvm_mmu parameter to load_pdptrs function
by Joerg Roedel
· 14 years ago
d4f8cf6
KVM: MMU: Propagate the right fault back to the guest after gva_to_gpa
by Joerg Roedel
· 14 years ago
ec92fe4
KVM: X86: Add kvm_read_guest_page_mmu function
by Joerg Roedel
· 14 years ago
6539e73
KVM: MMU: Implement nested gva_to_gpa functions
by Joerg Roedel
· 14 years ago
14dfe85
KVM: X86: Introduce pointer to mmu context used for gva_to_gpa
by Joerg Roedel
· 14 years ago
c30a358
KVM: MMU: Add infrastructure for two-level page walker
by Joerg Roedel
· 14 years ago
8df25a3
KVM: MMU: Track page fault data in struct vcpu
by Joerg Roedel
· 14 years ago
cb659db
KVM: MMU: Introduce inject_page_fault function pointer
by Joerg Roedel
· 14 years ago
5777ed3
KVM: MMU: Introduce get_cr3 function pointer
by Joerg Roedel
· 14 years ago
1c97f0a
KVM: X86: Introduce a tdp_set_cr3 function
by Joerg Roedel
· 14 years ago
f43addd
KVM: MMU: Make set_cr3 a function pointer in kvm_mmu
by Joerg Roedel
· 14 years ago
Next »