aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-19KVM: MMU: cleanup invlpg codeXiao Guangrong1-3/+1
2010-05-19KVM: MMU: move unsync/sync tracpoints to proper placeXiao Guangrong1-2/+2
2010-05-19KVM: MMU: convert mmu tracepointsXiao Guangrong1-43/+26
2010-05-19KVM: MMU: fix for calculating gpa in invlpg codeXiao Guangrong1-1/+6
2010-05-19KVM: powerpc: use of kzalloc/kfree requires including slab.hStephen Rothwell1-0/+1
2010-05-19KVM: Fix mmu shrinker errorGui Jianfeng1-5/+5
2010-05-19KVM: MMU: fix hashing for TDP and non-paging modesEric Northup1-4/+8
2010-05-17KVM: Minor MMU documentation editsAvi Kivity1-5/+5
2010-05-17KVM: Document KVM_GET_MP_STATE and KVM_SET_MP_STATEAvi Kivity1-0/+44
2010-05-17KVM: MMU: fix sp->unsync type error in trace event definitionGui Jianfeng1-1/+1
2010-05-17KVM: SVM: Handle MCE intercepts always on host levelJoerg Roedel1-0/+1
2010-05-17KVM: x86: Allow marking an exception as reinjectedJoerg Roedel4-12/+32
2010-05-17KVM: SVM: Report emulated SVM features to userspaceJoerg Roedel1-0/+10
2010-05-17KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel4-0/+17
2010-05-17KVM: SVM: Propagate nested entry failure into guest hypervisorJoerg Roedel1-0/+4
2010-05-17KVM: SVM: Sync cr0 and cr3 to kvm state before nested handlingJoerg Roedel1-9/+6
2010-05-17KVM: SVM: Make sure rip is synced to vmcb before nested vmexitJoerg Roedel1-4/+4
2010-05-17KVM: SVM: Fix nested nmi handlingJoerg Roedel1-7/+9
2010-05-17Merge remote branch 'tip/perf/core'Avi Kivity4-13/+23
2010-05-17KVM: Remove test-before-set optimization for dirty bitsTakuya Yoshikawa1-3/+1
2010-05-17KVM: Document mmuAvi Kivity1-0/+302
2010-05-17KVM: VMX: free vpid when fail to create vcpuLai Jiangshan1-4/+12
2010-05-17KVM: PPC: Enable native paired singlesAlexander Graf3-1/+24
2010-05-17KVM: PPC: Find HTAB ourselvesAlexander Graf2-13/+13
2010-05-17KVM: PPC: Fix Book3S_64 Host MMU debug outputAlexander Graf1-8/+12
2010-05-17KVM: PPC: Set VSID_PR also for Book3S_64Alexander Graf1-0/+3
2010-05-17KVM: PPC: Be more informative on BUGAlexander Graf1-2/+8
2010-05-17KVM: PPC: Make Alignment interrupts work againAlexander Graf1-0/+2
2010-05-17KVM: PPC: Improve split modeAlexander Graf4-39/+46
2010-05-17KVM: PPC: Make Performance Counters workAlexander Graf2-0/+5
2010-05-17KVM: PPC: Convert u64 -> ulongAlexander Graf7-21/+19
2010-05-17KVM: PPC: Enable Book3S_32 KVM buildingAlexander Graf2-0/+30
2010-05-17KVM: PPC: Add KVM intercept handlersAlexander Graf1-0/+14
2010-05-17KVM: PPC: Check max IRQ prioAlexander Graf1-1/+1
2010-05-17PPC: Export SWITCH_FRAME_SIZEAlexander Graf1-1/+1
2010-05-17KVM: PPC: Export MMU variablesAlexander Graf1-0/+5
2010-05-17KVM: PPC: Add Book3S compatibility codeAlexander Graf4-3/+34
2010-05-17KVM: PPC: Emulate segment faultAlexander Graf1-0/+23
2010-05-17KVM: PPC: Add SVCPU to Book3S_32Alexander Graf2-0/+6
2010-05-17KVM: PPC: Remove fetch fail codeAlexander Graf1-4/+0
2010-05-17KVM: PPC: Release clean pages as cleanAlexander Graf1-1/+5
2010-05-17KVM: PPC: Make SLB switching code the new segment frameworkAlexander Graf2-160/+25
2010-05-17KVM: PPC: Make highmem code genericAlexander Graf1-100/+101
2010-05-17KVM: PPC: Make real mode handler genericAlexander Graf1-31/+88
2010-05-17KVM: PPC: Extract MMU initAlexander Graf3-7/+20
2010-05-17KVM: PPC: Use now shadowed vcpu fieldsAlexander Graf3-48/+57
2010-05-17PPC: Add STLUAlexander Graf1-0/+2
2010-05-17KVM: PPC: Use CONFIG_PPC_BOOK3S defineAlexander Graf4-11/+11
2010-05-17KVM: PPC: Use KVM_BOOK3S_HANDLERAlexander Graf4-4/+8
2010-05-17KVM: PPC: Improve indirect svcpu accessorsAlexander Graf10-153/+290