aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-27KVM: Use kmemdup() instead of kmalloc/memcpySasha Levin
2011-12-27KVM: Document KVM_NMIAvi Kivity
2011-12-27KVM: x86 emulator: Remove set-but-unused cr4 from check_cr_writeJan Kiszka
2011-12-27KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pagesJan Kiszka
2011-12-27KVM: use this_cpu_xxx replace percpu_xxx funcsAlex,Shi
2011-12-27KVM: MMU: audit: inline audit functionXiao Guangrong
2011-12-27KVM: MMU: remove oos_shadow parameterXiao Guangrong
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: MMU: audit: replace mmu audit tracepoint with jump-labelXiao Guangrong
2011-12-27jump-label: export jump_label_inc/jump_label_decXiao Guangrong
2011-12-27KVM: Refactor and simplify kvm_dev_ioctl_get_supported_cpuidSasha Levin
2011-12-27KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guestLiu, Jinsong
2011-12-27KVM: Move cpuid code to new fileAvi Kivity
2011-12-27KVM: x86 emulator: Use opcode::execute for INS/OUTS from/to port in DXTakuya Yoshikawa
2011-12-27KVM: Allow aligned byte and word writes to IOAPIC registers.Julian Stecklina
2011-12-27KVM: IA64: fix struct redefinitionXiao Guangrong
2011-12-27KVM: introduce a table to map slot id to index in memslots arrayXiao Guangrong
2011-12-27KVM: sort memslots by its size and use line searchXiao Guangrong
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong
2011-12-27KVM: introduce kvm_for_each_memslot macroXiao Guangrong
2011-12-27KVM: introduce update_memslots functionXiao Guangrong
2011-12-27KVM: introduce KVM_MEM_SLOTS_NUM macroXiao Guangrong
2011-12-27KVM: x86 emulator: Use opcode::execute for BSF/BSRTakuya Yoshikawa
2011-12-27KVM: x86 emulator: Use opcode::execute for CMPXCHGTakuya Yoshikawa
2011-12-27KVM: x86 emulator: Use opcode::execute for WRMSR/RDMSRTakuya Yoshikawa
2011-12-27KVM: x86 emulator: Use opcode::execute for MOV to cr/drTakuya Yoshikawa
2011-12-27KVM: x86 emulator: Use opcode::execute for CALLTakuya Yoshikawa
2011-12-27KVM: x86 emulator: Use opcode::execute for BT familyTakuya Yoshikawa
2011-12-27KVM: x86 emulator: Use opcode::execute for IN/OUTTakuya Yoshikawa
2011-12-27KVM: VMX: remove unneeded vmx_load_host_state() calls.Gleb Natapov
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: Split gfn_to_rmap() into two functionsTakuya Yoshikawa
2011-12-27KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect()Takuya Yoshikawa
2011-12-27KVM: Use kmemdup rather than duplicating its implementationThomas Meyer
2011-12-27KVM: MMU: remove KVM host pv mmu supportChris Wright
2011-12-27KVM guest: remove KVM guest pv mmu supportChris Wright
2011-12-27KVM: make checks stricter in coalesced_mmio_in_range()Dan Carpenter
2011-12-27KVM: x86: Simplify kvm timer handlerJan Kiszka
2011-12-27KVM: Fix include dependency for mmu_notifierEric B Munson
2011-12-27KVM: MMU: improve write flooding detectedXiao Guangrong
2011-12-27KVM: MMU: fix detecting misaligned accessedXiao Guangrong
2011-12-27KVM: MMU: split kvm_mmu_pte_write functionXiao Guangrong
2011-12-27KVM: MMU: remove unnecessary kvm_mmu_free_some_pagesXiao Guangrong
2011-12-27KVM: MMU: fast prefetch spte on invlpg pathXiao Guangrong
2011-12-27KVM: MMU: cleanup FNAME(invlpg)Xiao Guangrong
2011-12-27KVM: MMU: do not mark accessed bit on pte write pathXiao Guangrong
2011-12-27KVM: x86: cleanup port-in/port-out emulatedXiao Guangrong
2011-12-27KVM: x86: retry non-page-table writing instructionsXiao Guangrong