summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov2011-12-271-9/+13
* KVM: Use memdup_user instead of kmalloc/copy_from_userSasha Levin2011-12-271-47/+35
* KVM: Use kmemdup() instead of kmalloc/memcpySasha Levin2011-12-271-2/+2
* KVM: use this_cpu_xxx replace percpu_xxx funcsAlex,Shi2011-12-271-7/+7
* KVM: MMU: move the relevant mmu code to mmu.cXiao Guangrong2011-12-271-10/+1
* KVM: x86: remove the dead code of KVM_EXIT_HYPERCALLXiao Guangrong2011-12-271-4/+0
* KVM: Move cpuid code to new fileAvi Kivity2011-12-271-631/+3
* KVM: introduce id_to_memslot functionXiao Guangrong2011-12-271-9/+9
* KVM: introduce update_memslots functionXiao Guangrong2011-12-271-1/+1
* KVM: Optimize dirty logging by rmap_write_protect()Takuya Yoshikawa2011-12-271-7/+51
* KVM: Count the number of dirty pages for dirty loggingTakuya Yoshikawa2011-12-271-6/+3
* KVM: MMU: remove KVM host pv mmu supportChris Wright2011-12-271-12/+0
* KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong2011-12-271-2/+2
* KVM: x86: cleanup port-in/port-out emulatedXiao Guangrong2011-12-271-33/+26
* KVM: x86: retry non-page-table writing instructionsXiao Guangrong2011-12-271-0/+47
* KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXITNadav Har'El2011-12-271-1/+6
* KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka2011-12-261-10/+9
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2011-10-301-1/+2
|\
| * iommu/core: Convert iommu_found to iommu_presentJoerg Roedel2011-10-211-1/+2
* | KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong2011-10-051-1/+20
* | KVM: Fix simultaneous NMIsAvi Kivity2011-09-251-17/+31
* | KVM: L1 TSC handlingNadav Har'El2011-09-251-4/+4
* | KVM: x86: report valid microcode update IDMarcelo Tosatti2011-09-251-1/+3
* | KVM: x86 emulator: Make x86_decode_insn() return proper macrosTakuya Yoshikawa2011-09-251-1/+1
* | KVM: Intelligent device lookup on I/O busSasha Levin2011-09-251-1/+5
* | KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison2011-09-251-1/+2
* | KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison2011-09-251-0/+2
* | KVM: x86: Raise the hard VCPU count limitSasha Levin2011-09-251-0/+3
* | KVM: x86: cleanup the code of read/write emulationXiao Guangrong2011-09-251-101/+45
* | KVM: x86: abstract the operation for read/write emulationXiao Guangrong2011-09-251-0/+72
* | KVM: x86: fix broken read emulation spans a page boundaryXiao Guangrong2011-09-251-8/+31
|/
* KVM: MMU: trace mmio page faultXiao Guangrong2011-07-241-1/+4
* KVM: MMU: mmio page fault supportXiao Guangrong2011-07-241-0/+25
* KVM: MMU: remove bypass_guest_pfXiao Guangrong2011-07-241-1/+0
* KVM: MMU: cache mmio info on page fault pathXiao Guangrong2011-07-241-0/+11
* KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the codeXiao Guangrong2011-07-241-11/+31
* KVM: Steal time implementationGlauber Costa2011-07-141-2/+72
* KVM: Enable ERMS feature support for KVMYang, Wei2011-07-121-1/+1
* KVM: Expose RDWRGSFS bit to KVM guestsYang, Wei2011-07-121-1/+1
* KVM: Add RDWRGSFS support when setting CR4Yang, Wei2011-07-121-0/+11
* KVM: Enable DRNG feature support for KVMYang, Wei Y2011-07-121-1/+1
* KVM: fix XSAVE bit scanning (now properly)Andre Przywara2011-07-121-4/+5
* KVM: Mask function7 ebx against host capability word9Yang, Wei Y2011-07-121-1/+19
* KVM: Add SMEP support when setting CR4Yang, Wei Y2011-07-121-2/+13
* KVM: x86 emulator: fold decode_cache into x86_emulate_ctxtAvi Kivity2011-07-121-25/+22
* KVM: x86 emulator: rename decode_cache::eip to _eipAvi Kivity2011-07-121-3/+3
* KVM: x86 emulator: Use the pointers ctxt and c consistentlyTakuya Yoshikawa2011-07-121-30/+29
* KVM: nVMX: Implement VMPTRSTNadav Har'El2011-07-121-1/+2
* KVM: nVMX: Implement VMCLEARNadav Har'El2011-07-121-0/+1
* KVM: nVMX: Decoding memory operands of VMX instructionsNadav Har'El2011-07-121-1/+2
OpenPOWER on IntegriCloud