summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_pr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini2014-01-291-121/+34Star
|\
| * KVM: PPC: Book3S PR: Cope with doorbell interruptsPaul Mackerras2014-01-271-0/+1
| * kvm/ppc: IRQ disabling cleanupScott Wood2014-01-271-8/+6Star
| * KVM: PPC: Load/save FP/VMX/VSX state directly to/from vcpu structPaul Mackerras2014-01-091-56/+16Star
| * KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras2014-01-091-59/+4Star
| * KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivecPaul Mackerras2014-01-091-6/+12
| * KVM: PPC: Add devname:kvm aliases for modulesAlexander Graf2014-01-091-0/+3
* | KVM: PPC: Book3S: PR: Make svcpu -> vcpu store preempt savvyAlexander Graf2013-12-091-0/+22
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-151-137/+361
|\
| * kvm: powerpc: book3s: drop is_hv_enabledAneesh Kumar K.V2013-10-171-1/+0Star
| * kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V2013-10-171-9/+16
| * kvm: powerpc: book3s: Support building HV and PR KVM as moduleAneesh Kumar K.V2013-10-171-1/+4
| * kvm: powerpc: book3s: pr: move PR related tracepoints to a separate headerAneesh Kumar K.V2013-10-171-1/+3
| * kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_opsAneesh Kumar K.V2013-10-171-0/+1
| * kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V2013-10-171-69/+125
| * KVM: PPC: Book3S PR: Reduce number of shadow PTEs invalidated by MMU notifiersPaul Mackerras2013-10-171-8/+32
| * KVM: PPC: Book3S PR: Better handling of host-side read-only pagesPaul Mackerras2013-10-171-5/+24
| * KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cachePaul Mackerras2013-10-171-12/+21
| * KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safePaul Mackerras2013-10-171-0/+1
| * KVM: PPC: Book3S PR: Use 64k host pages where possiblePaul Mackerras2013-10-171-0/+1
| * KVM: PPC: Book3S PR: Allow guest to use 64k pagesPaul Mackerras2013-10-171-6/+52
| * KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpuPaul Mackerras2013-10-171-34/+88
| * KVM: PPC: Book3S PR: Fix compilation without CONFIG_ALTIVECPaul Mackerras2013-10-171-0/+2
* | powerpc: Put FP/VSX and VR state into structuresPaul Mackerras2013-10-111-21/+15Star
|/
* KVM: PPC: Book3S PR: Make instruction fetch fallback work for system callsPaul Mackerras2013-08-281-1/+1
* KVM: PPC: Book3S PR: Don't corrupt guest state when kernel uses VMXPaul Mackerras2013-08-281-4/+25
* KVM: PPC: Book3S PR: return appropriate error when allocation failsThadeu Lima de Souza Cascardo2013-08-281-2/+3
* kvm/ppc: Call trace_hardirqs_on before entryScott Wood2013-07-111-2/+2
* KVM: PPC: Book3S PR: Allow guest to use 1TB segmentsPaul Mackerras2013-06-301-2/+1Star
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-051-4/+3Star
|\
| * KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS callsMichael Ellerman2013-04-261-0/+1
| * KVM: extend EMULATE_EXIT_USER to support different exit reasonsBharat Bhushan2013-04-261-2/+0Star
| * Rename EMULATE_DO_PAPR to EMULATE_EXIT_USERBharat Bhushan2013-04-261-1/+1
| * KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa2013-03-051-1/+1
* | powerpc: remove cast for kmalloc/kzalloc return valueZhang Yanfei2013-03-181-1/+1
|/
* Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-241-0/+5
|\
| * KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1Alexander Graf2013-01-101-0/+5
* | powerpc/kvm/book3s_pr: Fix compilation on 32-bit machinesPaul Mackerras2013-02-151-0/+1
* | powerpc: Disable relocation on exceptions whenever PR KVM is activeIan Munsie2013-01-101-0/+18
|/
* KVM: PPC: Book3S PR: MSR_DE doesn't exist on Book 3SPaul Mackerras2012-12-061-1/+1
* KVM: PPC: Book3S PR: Fix VSX handlingPaul Mackerras2012-12-061-51/+61
* KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interfacePaul Mackerras2012-10-051-0/+26
* KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interfacePaul Mackerras2012-10-051-12/+11Star
* KVM: PPC: Book3S HV: Fix updates of vcpu->cpuPaul Mackerras2012-10-051-1/+2
* KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctlyPaul Mackerras2012-10-051-1/+6
* KVM: PPC: Move kvm->arch.slot_phys into memslot.archPaul Mackerras2012-10-051-0/+12
* KVM: PPC: Add return value to core_check_requestsAlexander Graf2012-10-051-1/+5
* KVM: PPC: Add return value in prepare_to_enterAlexander Graf2012-10-051-6/+6
* KVM: PPC: Move kvm_guest_enter call into generic codeAlexander Graf2012-10-051-2/+0Star
* KVM: PPC: Book3S: PR: Rework irq disablingAlexander Graf2012-10-051-14/+7Star