aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V1-6/+6
2013-10-17kvm: powerpc: book3s: Support building HV and PR KVM as moduleAneesh Kumar K.V11-9/+46
2013-10-17kvm: powerpc: booke: Move booke related tracepoints to separate headerAneesh Kumar K.V5-207/+183
2013-10-17kvm: powerpc: book3s: pr: move PR related tracepoints to a separate headerAneesh Kumar K.V5-230/+309
2013-10-17kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_opsAneesh Kumar K.V7-81/+79
2013-10-17kvm: powerpc: book3s: Cleanup interrupt handling codeAneesh Kumar K.V3-4/+20
2013-10-17kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V24-287/+748
2013-10-17kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLEAneesh Kumar K.V10-24/+43
2013-10-17kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLEAneesh Kumar K.V9-16/+16
2013-10-17kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binaryPaul Mackerras2-4/+9
2013-10-17kvm: powerpc: book3s: remove kvmppc_handler_highmem labelPaul Mackerras2-6/+0
2013-10-17KVM: PPC: E500: Add userspace debug stub supportBharat Bhushan4-18/+231
2013-10-17KVM: PPC: E500: Using "struct debug_reg"Bharat Bhushan2-22/+25
2013-10-17KVM: PPC: E500: exit to user space on "ehpriv 1" instructionBharat Bhushan5-6/+54
2013-10-17powerpc: export debug registers save function for KVMBharat Bhushan2-1/+3
2013-10-17powerpc: move debug registers in a structureBharat Bhushan8-140/+147
2013-10-17powerpc: remove unnecessary line continuationsBharat Bhushan1-1/+1
2013-10-17kvm: powerpc: e500: mark page accessed when mapping a guest pageBharat Bhushan1-0/+3
2013-10-17kvm: powerpc: allow guest control "G" attribute in mas2Bharat Bhushan1-1/+1
2013-10-17kvm: powerpc: allow guest control "E" attribute in mas2Bharat Bhushan1-1/+1
2013-10-17powerpc: book3e: _PAGE_LENDIAN must be _PAGE_ENDIANBharat Bhushan1-1/+1
2013-10-17KVM: PPC: Book3S HV: Better handling of exceptions that happen in real modePaul Mackerras2-6/+27
2013-10-17kvm: powerpc: book3s hv: Fix vcore leakPaul Mackerras1-0/+10
2013-10-17KVM: PPC: Book3S PR: Reduce number of shadow PTEs invalidated by MMU notifiersPaul Mackerras1-8/+32
2013-10-17KVM: PPC: Book3S PR: Mark pages accessed, and dirty if being writtenPaul Mackerras1-11/+15
2013-10-17KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page()Paul Mackerras3-13/+39
2013-10-17KVM: PPC: Book3S PR: Better handling of host-side read-only pagesPaul Mackerras9-40/+91
2013-10-17KVM: PPC: Book3S: Move skip-interrupt handlers to common codePaul Mackerras3-50/+26
2013-10-17KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cachePaul Mackerras6-26/+39
2013-10-17KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safePaul Mackerras5-34/+72
2013-10-17KVM: PPC: Book3S PR: Correct errors in H_ENTER implementationPaul Mackerras1-5/+14
2013-10-17KVM: PPC: Book3S PR: Handle PP0 page-protection bit in guest HPTEsPaul Mackerras1-0/+3
2013-10-17KVM: PPC: Book3S PR: Use 64k host pages where possiblePaul Mackerras5-13/+57
2013-10-17KVM: PPC: Book3S PR: Allow guest to use 64k pagesPaul Mackerras6-15/+197
2013-10-17KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpuPaul Mackerras9-239/+162
2013-10-17KVM: PPC: Book3S PR: Fix compilation without CONFIG_ALTIVECPaul Mackerras1-0/+2
2013-10-17KVM: PPC: Book3S HV: Don't crash host on unknown guest interruptPaul Mackerras1-1/+1
2013-10-17KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7Paul Mackerras7-2/+67
2013-10-17KVM: PPC: Book3S HV: Add support for guest Program Priority RegisterPaul Mackerras8-1/+31
2013-10-17KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras9-17/+75
2013-10-17KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras1-0/+6
2013-10-17KVM: PPC: Book3S HV: Avoid unbalanced increments of VPA yield countPaul Mackerras1-10/+10
2013-10-17KVM: PPC: Book3S HV: Pull out interrupt-reading code into a subroutinePaul Mackerras1-49/+68
2013-10-17KVM: PPC: Book3S HV: Restructure kvmppc_hv_entry to be a subroutinePaul Mackerras1-166/+178
2013-10-17KVM: PPC: Book3S HV: Implement H_CONFERPaul Mackerras1-0/+9
2013-10-17KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras3-0/+13
2013-10-17KVM: PPC: Book3S HV: Implement timebase offset for guestsPaul Mackerras7-10/+57
2013-10-17KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registersPaul Mackerras4-0/+24
2013-10-17KVM: PPC: Book3S HV: Reserve POWER8 space in get/set_one_regMichael Neuling2-0/+93
2013-10-15KVM: ARM: Remove non-ASCII space charactersChristoffer Dall1-1/+1