summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-02-01KVM: do not #GP on perf MSR writes when vPMU is disabledGleb Natapov1-0/+22
2012-02-01KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf1-0/+23
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell1-2/+2
2011-12-27KVM: x86 emulator: implement RDPMC (0F 33)Avi Kivity1-0/+7
2011-12-27KVM: Add generic RDPMC supportAvi Kivity1-0/+15
2011-12-27KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov1-9/+13
2011-12-27KVM: Use memdup_user instead of kmalloc/copy_from_userSasha Levin1-47/+35
2011-12-27KVM: Use kmemdup() instead of kmalloc/memcpySasha Levin1-2/+2
2011-12-27KVM: use this_cpu_xxx replace percpu_xxx funcsAlex,Shi1-7/+7
2011-12-27KVM: MMU: move the relevant mmu code to mmu.cXiao Guangrong1-10/+1
2011-12-27KVM: x86: remove the dead code of KVM_EXIT_HYPERCALLXiao Guangrong1-4/+0
2011-12-27KVM: Move cpuid code to new fileAvi Kivity1-631/+3
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong1-9/+9
2011-12-27KVM: introduce update_memslots functionXiao Guangrong1-1/+1
2011-12-27KVM: Optimize dirty logging by rmap_write_protect()Takuya Yoshikawa1-7/+51
2011-12-27KVM: Count the number of dirty pages for dirty loggingTakuya Yoshikawa1-6/+3
2011-12-27KVM: MMU: remove KVM host pv mmu supportChris Wright1-12/+0
2011-12-27KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong1-2/+2
2011-12-27KVM: x86: cleanup port-in/port-out emulatedXiao Guangrong1-33/+26
2011-12-27KVM: x86: retry non-page-table writing instructionsXiao Guangrong1-0/+47
2011-12-27KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXITNadav Har'El1-1/+6
2011-12-26KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka1-10/+9
2011-10-31Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+2
2011-10-21iommu/core: Convert iommu_found to iommu_presentJoerg Roedel1-1/+2
2011-10-05KVM: emulate lapic tsc deadline timer for guestLiu, Jinsong1-1/+20
2011-09-25KVM: Fix simultaneous NMIsAvi Kivity1-17/+31
2011-09-25KVM: L1 TSC handlingNadav Har'El1-4/+4
2011-09-25KVM: x86: report valid microcode update IDMarcelo Tosatti1-1/+3
2011-09-25KVM: x86 emulator: Make x86_decode_insn() return proper macrosTakuya Yoshikawa1-1/+1
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin1-1/+5
2011-09-25KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison1-1/+2
2011-09-25KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison1-0/+2
2011-09-25KVM: x86: Raise the hard VCPU count limitSasha Levin1-0/+3
2011-09-25KVM: x86: cleanup the code of read/write emulationXiao Guangrong1-101/+45
2011-09-25KVM: x86: abstract the operation for read/write emulationXiao Guangrong1-0/+72
2011-09-25KVM: x86: fix broken read emulation spans a page boundaryXiao Guangrong1-8/+31
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong1-1/+4
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong1-0/+25
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong1-1/+0
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong1-0/+11
2011-07-24KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the codeXiao Guangrong1-11/+31
2011-07-14KVM: Steal time implementationGlauber Costa1-2/+72
2011-07-12KVM: Enable ERMS feature support for KVMYang, Wei1-1/+1
2011-07-12KVM: Expose RDWRGSFS bit to KVM guestsYang, Wei1-1/+1
2011-07-12KVM: Add RDWRGSFS support when setting CR4Yang, Wei1-0/+11
2011-07-12KVM: Enable DRNG feature support for KVMYang, Wei Y1-1/+1
2011-07-12KVM: fix XSAVE bit scanning (now properly)Andre Przywara1-4/+5
2011-07-12KVM: Mask function7 ebx against host capability word9Yang, Wei Y1-1/+19
2011-07-12KVM: Add SMEP support when setting CR4Yang, Wei Y1-2/+13