aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* KVM: Move cpuid code to new fileAvi Kivity2011-12-27
* KVM: x86 emulator: Use opcode::execute for INS/OUTS from/to port in DXTakuya Yoshikawa2011-12-27
* KVM: Allow aligned byte and word writes to IOAPIC registers.Julian Stecklina2011-12-27
* KVM: IA64: fix struct redefinitionXiao Guangrong2011-12-27
* KVM: introduce a table to map slot id to index in memslots arrayXiao Guangrong2011-12-27
* KVM: sort memslots by its size and use line searchXiao Guangrong2011-12-27
* KVM: introduce id_to_memslot functionXiao Guangrong2011-12-27
* KVM: introduce kvm_for_each_memslot macroXiao Guangrong2011-12-27
* KVM: introduce update_memslots functionXiao Guangrong2011-12-27
* KVM: introduce KVM_MEM_SLOTS_NUM macroXiao Guangrong2011-12-27
* KVM: x86 emulator: Use opcode::execute for BSF/BSRTakuya Yoshikawa2011-12-27
* KVM: x86 emulator: Use opcode::execute for CMPXCHGTakuya Yoshikawa2011-12-27
* KVM: x86 emulator: Use opcode::execute for WRMSR/RDMSRTakuya Yoshikawa2011-12-27
* KVM: x86 emulator: Use opcode::execute for MOV to cr/drTakuya Yoshikawa2011-12-27
* KVM: x86 emulator: Use opcode::execute for CALLTakuya Yoshikawa2011-12-27
* KVM: x86 emulator: Use opcode::execute for BT familyTakuya Yoshikawa2011-12-27
* KVM: x86 emulator: Use opcode::execute for IN/OUTTakuya Yoshikawa2011-12-27
* KVM: VMX: remove unneeded vmx_load_host_state() calls.Gleb Natapov2011-12-27
* KVM: Optimize dirty logging by rmap_write_protect()Takuya Yoshikawa2011-12-27
* KVM: Count the number of dirty pages for dirty loggingTakuya Yoshikawa2011-12-27
* KVM: MMU: Split gfn_to_rmap() into two functionsTakuya Yoshikawa2011-12-27
* KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect()Takuya Yoshikawa2011-12-27
* KVM: Use kmemdup rather than duplicating its implementationThomas Meyer2011-12-27
* KVM: MMU: remove KVM host pv mmu supportChris Wright2011-12-27
* KVM guest: remove KVM guest pv mmu supportChris Wright2011-12-27
* KVM: make checks stricter in coalesced_mmio_in_range()Dan Carpenter2011-12-27
* KVM: x86: Simplify kvm timer handlerJan Kiszka2011-12-27
* KVM: Fix include dependency for mmu_notifierEric B Munson2011-12-27
* KVM: MMU: improve write flooding detectedXiao Guangrong2011-12-27
* KVM: MMU: fix detecting misaligned accessedXiao Guangrong2011-12-27
* KVM: MMU: split kvm_mmu_pte_write functionXiao Guangrong2011-12-27
* KVM: MMU: remove unnecessary kvm_mmu_free_some_pagesXiao Guangrong2011-12-27
* KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong2011-12-27
* KVM: MMU: cleanup FNAME(invlpg)Xiao Guangrong2011-12-27
* KVM: MMU: do not mark accessed bit on pte write pathXiao Guangrong2011-12-27
* KVM: x86: cleanup port-in/port-out emulatedXiao Guangrong2011-12-27
* KVM: x86: retry non-page-table writing instructionsXiao Guangrong2011-12-27
* KVM: x86: tag the instructions which are used to write page tableXiao Guangrong2011-12-27
* KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_writeXiao Guangrong2011-12-27
* KVM: nVMX: Fix warning-causing idt-vectoring-info behaviorNadav Har'El2011-12-27
* KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXITNadav Har'El2011-12-27
* drm/i915: Disable RC6 on Sandybridge by defaultKeith Packard2011-12-27
* drm/i915: Disable semaphores by default on SNBKeith Packard2011-12-27
* Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-12-26
|\
| * KVM: PPC: e500: include linux/export.hScott Wood2011-12-26
| * KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=NMichael Neuling2011-12-26
| * KVM: PPC: protect use of kvmppc_h_prAndreas Schwab2011-12-26
| * KVM: PPC: move compute_tlbie_rb to book3s_64 common headerAndreas Schwab2011-12-26
| * KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka2011-12-26
| * KVM: Device assignment permission checksAlex Williamson2011-12-25