aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell
2011-12-27KVM: x86 emulator: implement RDPMC (0F 33)Avi Kivity
2011-12-27KVM: Add generic RDPMC supportAvi Kivity
2011-12-27KVM: Expose a version 2 architectural PMU to a guestsGleb Natapov
2011-12-27KVM: Use memdup_user instead of kmalloc/copy_from_userSasha Levin
2011-12-27KVM: Use kmemdup() instead of kmalloc/memcpySasha Levin
2011-12-27KVM: use this_cpu_xxx replace percpu_xxx funcsAlex,Shi
2011-12-27KVM: MMU: move the relevant mmu code to mmu.cXiao Guangrong
2011-12-27KVM: x86: remove the dead code of KVM_EXIT_HYPERCALLXiao Guangrong
2011-12-27KVM: Move cpuid code to new fileAvi Kivity
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong
2011-12-27KVM: introduce update_memslots functionXiao Guangrong
2011-12-27KVM: Optimize dirty logging by rmap_write_protect()Takuya Yoshikawa
2011-12-27KVM: Count the number of dirty pages for dirty loggingTakuya Yoshikawa
2011-12-27KVM: MMU: remove KVM host pv mmu supportChris Wright
2011-12-27KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong
2011-12-27KVM: x86: cleanup port-in/port-out emulatedXiao Guangrong
2011-12-27KVM: x86: retry non-page-table writing instructionsXiao Guangrong
2011-12-27KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXITNadav Har'El
2011-12-26KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds
2011-10-21iommu/core: Convert iommu_found to iommu_presentJoerg Roedel
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: x86: report valid microcode update IDMarcelo Tosatti
2011-09-25KVM: x86 emulator: Make x86_decode_insn() return proper macrosTakuya Yoshikawa
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin
2011-09-25KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison
2011-09-25KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGEMike Waychison
2011-09-25KVM: x86: Raise the hard VCPU count limitSasha Levin
2011-09-25KVM: x86: cleanup the code of read/write emulationXiao Guangrong
2011-09-25KVM: x86: abstract the operation for read/write emulationXiao Guangrong
2011-09-25KVM: x86: fix broken read emulation spans a page boundaryXiao Guangrong
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong
2011-07-24KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the codeXiao Guangrong
2011-07-14KVM: Steal time implementationGlauber Costa
2011-07-12KVM: Enable ERMS feature support for KVMYang, Wei
2011-07-12KVM: Expose RDWRGSFS bit to KVM guestsYang, Wei
2011-07-12KVM: Add RDWRGSFS support when setting CR4Yang, Wei
2011-07-12KVM: Enable DRNG feature support for KVMYang, Wei Y
2011-07-12KVM: fix XSAVE bit scanning (now properly)Andre Przywara
2011-07-12KVM: Mask function7 ebx against host capability word9Yang, Wei Y
2011-07-12KVM: Add SMEP support when setting CR4Yang, Wei Y
2011-07-12KVM: x86 emulator: fold decode_cache into x86_emulate_ctxtAvi Kivity
2011-07-12KVM: x86 emulator: rename decode_cache::eip to _eipAvi Kivity
2011-07-12KVM: x86 emulator: Use the pointers ctxt and c consistentlyTakuya Yoshikawa