summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-05KVM: x86: add SMM to the MMU role, support SMRAM address spacePaolo Bonzini5-17/+42
2015-06-05KVM: x86: work on all available address spacesPaolo Bonzini4-44/+91
2015-06-05KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini7-80/+80
2015-06-05KVM: x86: pass struct kvm_mmu_page to gfn_to_rmapPaolo Bonzini2-7/+11
2015-06-05KVM: implement multiple address spacesPaolo Bonzini5-32/+79
2015-06-05KVM: add vcpu-specific functions to read/write/translate GFNsPaolo Bonzini2-13/+178
2015-06-04KVM: x86: save/load state on SMM switchPaolo Bonzini4-2/+498
2015-06-04KVM: x86: latch INITs while in system management modePaolo Bonzini2-1/+15
2015-06-04KVM: x86: stubs for SMM supportPaolo Bonzini7-4/+81
2015-06-04KVM: x86: API changes for SMM supportPaolo Bonzini7-10/+99
2015-06-04KVM: x86: pass the whole hflags field to emulator and backPaolo Bonzini3-5/+16
2015-06-04KVM: x86: pass host_initiated to functions that read MSRsPaolo Bonzini4-101/+127
2015-06-04KVM: x86: introduce num_emulated_msrsPaolo Bonzini1-13/+27
2015-06-04KVM: x86: clear hidden CPU state at reset timePaolo Bonzini1-0/+2
2015-06-04kvm: x86: fix kvm_apic_has_events to check for NULL pointerPaolo Bonzini1-1/+1
2015-06-04kvm: x86: default legacy PCI device assignment support to "n"Paolo Bonzini1-3/+4
2015-06-03Merge tag 'kvm-s390-next-20150602' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini1-3/+8
2015-06-02KVM: s390: introduce KMSG_COMPONENT for kvm-s390David Hildenbrand1-2/+6
2015-06-02KVM: s390: call exit_sie() directly on vcpu block/requestDavid Hildenbrand1-1/+2
2015-05-29KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSRMarcelo Tosatti1-0/+4
2015-05-29x86: kvmclock: set scheduler clock stableLuiz Capitulino1-2/+12
2015-05-29x86: kvmclock: add flag to indicate pvclock counts from zeroMarcelo Tosatti1-0/+1
2015-05-28arch/x86/kvm/mmu.c: work around gcc-4.4.4 bugAndrew Morton1-7/+7
2015-05-28KVM: remove unused argument from mark_page_dirty_in_slotPaolo Bonzini1-7/+5
2015-05-28KVM: x86: Allow ARAT CPU featureJan Kiszka1-1/+6
2015-05-28KVM: x86: preserve x2APIC LDR on INITRadim Krčmář1-1/+2
2015-05-28KVM: x86: use correct APIC ID on x2APIC transitionRadim Krčmář1-3/+10
2015-05-28KVM: x86: add module parameter to disable periodic kvmclock syncMarcelo Tosatti1-0/+9
2015-05-28KVM: x86: pass struct kvm_mmu_page to account/unaccount_shadowedPaolo Bonzini1-4/+8
2015-05-28KVM: remove __gfn_to_pfnPaolo Bonzini1-24/+15
2015-05-28KVM: pass kvm_memory_slot to gfn_to_page_many_atomicPaolo Bonzini3-7/+9
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini14-20/+30
2015-05-26KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini8-7/+8
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini12-37/+37
2015-05-26KVM: use kvm_memslots whenever possiblePaolo Bonzini8-14/+31
2015-05-26KVM: introduce kvm_alloc/free_memslotsPaolo Bonzini1-49/+55
2015-05-20Merge branch 'kvm-master' into kvm-nextPaolo Bonzini7-4/+33
2015-05-20kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li4-2/+27
2015-05-20Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini3-0/+3
2015-05-20kvm: fix crash in kvm_vcpu_reload_apic_access_pageAndrea Arcangeli1-0/+2
2015-05-20kvm: x86: Make functions that have no external callers staticNicholas Krause1-2/+2
2015-05-19KVM: export __gfn_to_pfn_memslot, drop gfn_to_pfn_asyncPaolo Bonzini3-24/+15
2015-05-19KVM: mips: use id_to_memslot correctlyPaolo Bonzini1-1/+1
2015-05-19KVM: x86: do not reset mmu if CR0.CD and CR0.NW are changedXiao Guangrong1-2/+1
2015-05-19KVM: MMU: fix MTRR updateXiao Guangrong3-1/+83
2015-05-19KVM: MMU: fix decoding cache type from MTRRXiao Guangrong1-8/+6
2015-05-19KVM: MMU: introduce kvm_zap_rmappXiao Guangrong1-8/+12
2015-05-19KVM: MMU: use slot_handle_level and its helper to clean up the codeXiao Guangrong1-112/+16
2015-05-19KVM: MMU: introduce slot_handle_level_range() and its helpersXiao Guangrong1-0/+69
2015-05-19KVM: MMU: introduce for_each_slot_rmap_rangeXiao Guangrong1-22/+75