summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | KVM: do not release the error pageXiao Guangrong2012-08-068-19/+12
| * | KVM: do not release the error pfnXiao Guangrong2012-08-066-21/+14
| * | KVM: introduce KVM_ERR_PTR_BAD_PAGEXiao Guangrong2012-08-063-15/+9
| * | KVM: remove the unused declareXiao Guangrong2012-08-061-2/+0
| * | KVM: inline is_*_pfn functionsXiao Guangrong2012-08-062-21/+16
| * | KVM: introduce KVM_PFN_ERR_BADXiao Guangrong2012-08-062-6/+2
| * | KVM: introduce KVM_PFN_ERR_HWPOISONXiao Guangrong2012-08-063-14/+3
| * | KVM: introduce KVM_PFN_ERR_FAULTXiao Guangrong2012-08-063-11/+6
| * | KVM: iommu: fix releasing unmapped pageXiao Guangrong2012-08-061-0/+7
| * | KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa2012-08-069-44/+49
| * | KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap arrayTakuya Yoshikawa2012-08-062-4/+3
| * | KVM: Stop checking rmap to see if slot is being createdTakuya Yoshikawa2012-08-061-2/+2
| * | Merge remote-tracking branch 'upstream' into nextAvi Kivity2012-08-053732-91327/+279740
| |\ \
| * | | KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct valueGleb Natapov2012-08-031-1/+1
| * | | KVM: fold kvm_pit_timer into kvm_kpit_stateAvi Kivity2012-08-013-37/+31
| * | | KVM: Simplify kvm_pit_timerAvi Kivity2012-08-012-21/+1
| * | | KVM: Simplify kvm_timerAvi Kivity2012-08-012-21/+5
| * | | KVM: Remove internal timer abstractionAvi Kivity2012-08-017-73/+67
| * | | KVM: Don't update PPR on any APIC readAvi Kivity2012-07-311-2/+4
| * | | KVM: s390: Add implementation-specific trace eventsCornelia Huck2012-07-265-0/+241
| * | | KVM: s390: Add architectural trace eventsCornelia Huck2012-07-266-1/+368
| * | | s390/dis: Instruction decoding interfaceCornelia Huck2012-07-262-0/+28
| * | | KVM: Move KVM_IRQ_LINE to arch-generic codeChristoffer Dall2012-07-264-46/+44
| * | | KVM: x86 emulator: drop unneeded call to get_segment()Gleb Natapov2012-07-261-6/+3
| * | | KVM: x86 emulator: simplify read_emulatedXiao Guangrong2012-07-261-17/+14
| * | | KVM: remove dummy pagesXiao Guangrong2012-07-263-75/+52
| * | | KVM: use kvm_release_page_clean to release the pageXiao Guangrong2012-07-261-2/+2
| * | | KVM: MMU: use kvm_release_pfn_clean to release pfnXiao Guangrong2012-07-261-1/+1
| * | | Merge branch 'queue' into nextAvi Kivity2012-07-2620-115/+277
| |\ \ \
| | * | | KVM: Choose better candidate for directed yieldRaghavendra K T2012-07-232-0/+47
| | * | | KVM: Note down when cpu relax intercepted or pause loop exitedRaghavendra K T2012-07-232-0/+39
| | * | | KVM: Add config to support ple or cpu relax optimzationRaghavendra K T2012-07-233-0/+5
| | * | | KVM: switch to symbolic name for irq_states sizeMichael S. Tsirkin2012-07-202-3/+3
| | * | | KVM: x86: Fix typos in pmu.cGuo Chao2012-07-201-1/+1
| | * | | KVM: x86: Fix typos in lapic.cGuo Chao2012-07-201-2/+2
| | * | | KVM: x86: Fix typos in cpuid.cGuo Chao2012-07-201-1/+1
| | * | | KVM: x86: Fix typos in emulate.cGuo Chao2012-07-201-5/+5
| | * | | KVM: x86: Fix typos in x86.cGuo Chao2012-07-201-7/+7
| | * | | KVM: SVM: Fix typosGuo Chao2012-07-201-2/+2
| | * | | KVM: VMX: Fix typosGuo Chao2012-07-201-3/+3
| | * | | KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong2012-07-205-18/+16
| | * | | KVM: remove is_error_hpaXiao Guangrong2012-07-201-4/+0
| | * | | KVM: make bad_pfn static to kvm_main.cXiao Guangrong2012-07-202-4/+3
| | * | | KVM: using get_fault_pfn to get the fault pfnXiao Guangrong2012-07-203-17/+7
| | * | | KVM: MMU: track the refcount when unmap the pageXiao Guangrong2012-07-201-0/+8
| | * | | KVM: x86: remove unnecessary mark_page_dirtyXiao Guangrong2012-07-201-1/+0
| | * | | KVM: MMU: Avoid handling same rmap_pde in kvm_handle_hva_range()Takuya Yoshikawa2012-07-181-10/+18
| | * | | KVM: MMU: Push trace_kvm_age_page() into kvm_age_rmapp()Takuya Yoshikawa2012-07-181-13/+10
| | * | | KVM: MMU: Add memslot parameter to hva handlersTakuya Yoshikawa2012-07-181-7/+9
| | * | | KVM: Separate rmap_pde from kvm_lpage_info->write_countTakuya Yoshikawa2012-07-183-4/+15