aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17KVM: MMU: Drop cr4.pge from shadow page roleAvi Kivity3-4/+1
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan9-15/+33
2010-05-17KVM: MMU: cleanup for hlist walk restartXiao Guangrong1-5/+10
2010-05-17KVM: prevent spurious exit to userspace during task switch emulation.Gleb Natapov2-4/+14
2010-05-17KVM: MMU: remove unused parameter in mmu_parent_walk()Xiao Guangrong1-13/+11
2010-05-17KVM: MMU: reduce 'struct kvm_mmu_page' sizeXiao Guangrong1-2/+2
2010-05-17KVM: MMU: remove unused struct kvm_unsync_walkXiao Guangrong1-5/+0
2010-05-17KVM: fix emulator_task_switch() return value.Gleb Natapov2-4/+5
2010-05-17KVM: MMU: Replace role.glevels with role.cr4_paeAvi Kivity3-9/+10
2010-05-17KVM: x86: Push potential exception error code on task switchesJan Kiszka7-10/+48
2010-05-17KVM: x86: Terminate early if task_switch_16/32 failedJan Kiszka1-0/+2
2010-05-17KVM: x86: get rid of mmu_only parameter in emulator_write_emulated()Gleb Natapov1-25/+11
2010-05-17KVM: limit the number of pages per memory slotTakuya Yoshikawa2-5/+12
2010-05-17KVM: move DR register access handling into generic codeGleb Natapov4-134/+93
2010-05-17KVM: SVM: implement NEXTRIPsave SVM featureAndre Przywara2-6/+11
2010-05-17KVM: Fix MAXPHYADDR calculation when cpuid does not support itAvi Kivity1-0/+4
2010-05-17KVM: Trace emulated instructionsAvi Kivity2-0/+90
2010-05-17KVM: x86 emulator: Don't overwrite decode cacheAvi Kivity1-9/+10
2010-05-17KVM: PPC: Add dequeue for external on BookEAlexander Graf1-0/+6
2010-05-17KVM: MMU: remove unnecessary NX check in walk_addrXiao Guangrong1-1/+1
2010-05-17KVM: MMU: remove unused fieldXiao Guangrong2-3/+0
2010-05-17KVM: MMU: cleanup/fix mmu audit codeXiao Guangrong1-7/+8
2010-05-17KVM: PPC: Don't export Book3S symbols on BookEAlexander Graf1-0/+2
2010-05-17KVM: PPC: Only use QPRs when availableAlexander Graf1-0/+2
2010-05-17KVM: Document replacements for KVM_EXIT_HYPERCALLAvi Kivity1-1/+3
2010-05-17KVM: PPC: Disable MSR_FEx for Cell hostsAlexander Graf1-0/+4
2010-05-17KVM: PPC: Make bools bitfieldsAlexander Graf2-17/+17
2010-05-17KVM: PPC: Use ULL for big numbersAlexander Graf1-6/+6
2010-05-17KVM: PPC: Add check if pte was mapped secondaryAlexander Graf1-0/+7
2010-05-17KVM: PPC: Add emulation for dcbaAlexander Graf1-0/+4
2010-05-17KVM: PPC: Fix dcbz emulationAlexander Graf2-38/+37
2010-05-17KVM: PPC: Make build work without CONFIG_VSX/ALTIVECAlexander Graf1-0/+8
2010-05-17KVM: PPC: Add OSI hypercall interfaceAlexander Graf6-9/+59
2010-05-17KVM: Add support for enabling capabilities per-vcpuAlexander Graf3-0/+73
2010-05-17KVM: PPC: Implement alignment interruptAlexander Graf3-0/+87
2010-05-17KVM: PPC: Implement emulation for lbzux and lhaxAlexander Graf1-0/+20
2010-05-17KVM: PPC: Make XER load 32 bitAlexander Graf1-1/+1
2010-05-17KVM: PPC: Implement BAT readsAlexander Graf1-0/+35
2010-05-17KVM: PPC: Implement mfsr emulationAlexander Graf1-0/+13
2010-05-17KVM: PPC: Load VCPU for register fetchingAlexander Graf1-0/+8
2010-05-17KVM: PPC: Don't reload FPU with invalid valuesAlexander Graf1-0/+5
2010-05-17KVM: PPC: Split instruction reading outAlexander Graf1-8/+16
2010-05-17KVM: PPC: Book3S_32 guest MMU fixesAlexander Graf2-7/+24
2010-05-17KVM: PPC: Make DSISR 32 bits wideAlexander Graf3-3/+3
2010-05-17KVM: PPC: Allow userspace to unset the IRQ lineAlexander Graf5-1/+17
2010-05-17KVM: PPC: Ensure split mode worksAlexander Graf2-26/+29
2010-05-17KVM: Document KVM_SET_TSS_ADDRAvi Kivity1-0/+18
2010-05-17KVM: Document KVM_SET_USER_MEMORY_REGIONAvi Kivity1-0/+45
2010-05-17KVM: MMU: Disassociate direct maps from guest levelsAvi Kivity1-0/+2
2010-05-17KVM: MMU: check reserved bits only if CR4.PSE=1 or CR4.PAE=1Xiao Guangrong1-3/+9