summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/kvm_host.h
AgeCommit message (Expand)Author
2013-04-25KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig
2012-03-08KVM: x86 emulator: Fix task switch privilege checksKevin Wolf
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa
2012-03-08KVM: Track TSC synchronization in generationsZachary Amsden
2012-03-08KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden
2012-03-08KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti
2012-03-08KVM: Add last_host_tsc tracking back to KVMZachary Amsden
2012-03-08KVM: Improve TSC offset matchingZachary Amsden
2012-03-08KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden
2012-03-05KVM: x86: increase recommended max vcpus to 160Marcelo Tosatti
2012-03-05KVM: MMU: Remove unused kvm_pte_chainTakuya Yoshikawa
2012-03-05KVM: SVM: Add support for AMD's OSVW feature in guestsBoris Ostrovsky
2011-12-27KVM: Add generic RDPMC supportAvi Kivity
2011-12-27KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov
2011-12-27KVM: MMU: move the relevant mmu code to mmu.cXiao Guangrong
2011-12-27KVM: introduce KVM_MEM_SLOTS_NUM macroXiao Guangrong
2011-12-27KVM: Optimize dirty logging by rmap_write_protect()Takuya Yoshikawa
2011-12-27KVM: MMU: remove KVM host pv mmu supportChris Wright
2011-12-27KVM: MMU: improve write flooding detectedXiao Guangrong
2011-12-27KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong
2011-12-27KVM: MMU: do not mark accessed bit on pte write pathXiao Guangrong
2011-12-27KVM: x86: retry non-page-table writing instructionsXiao Guangrong
2011-10-05KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong
2011-09-25KVM: Fix simultaneous NMIsAvi Kivity
2011-09-25KVM: L1 TSC handlingNadav Har'El
2011-09-25KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity
2011-09-25KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi
2011-09-25KVM: x86: Raise the hard VCPU count limitSasha Levin
2011-07-24KVM: MMU: lockless walking shadow page tableXiao Guangrong
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong
2011-07-14KVM: Steal time implementationGlauber Costa
2011-07-12KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0Avi Kivity
2011-07-12KVM: Remove RDWRGSFS bit from CR4_RESERVED_BITSYang, Wei
2011-07-12KVM: Remove SMEP bit from CR4_RESERVED_BITSYang, Wei Y
2011-07-12KVM: nVMX: Allow setting the VMXE bit in CR4Nadav Har'El
2011-07-12KVM: MMU: remove the arithmetic of parent pte rmapXiao Guangrong
2011-07-12KVM: MMU: abstract the operation of rmapXiao Guangrong
2011-07-12KVM: MMU: optimize pte write path if don't have protected spXiao Guangrong
2011-07-12KVM: VMX: Move VMREAD cleanup to exception handlerAvi Kivity
2011-05-22KVM: VMX: Cache vmcs segment fieldsAvi Kivity
2011-05-22KVM: mmio_fault_cr2 is not usedGleb Natapov
2011-05-22KVM: x86 emulator: add ->fix_hypercall() callbackAvi Kivity
2011-05-22KVM: x86 emulator: make emulate_invlpg() an emulator callbackAvi Kivity
2011-05-22KVM: x86 emulator: emulate CLTS internallyAvi Kivity
2011-05-22KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()Avi Kivity
2011-05-11KVM: X86: Update last_guest_tsc in vcpu_putJoerg Roedel
2011-05-11KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpuGleb Natapov
2011-05-11KVM: X86: Implement userspace interface to set virtual_tsc_khzJoerg Roedel
2011-05-11KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel