summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV: Basic little-endian guest supportAnton Blanchard2014-01-275-11/+30
* KVM: PPC: Book3S HV: Add support for DABRX register on POWER7Paul Mackerras2014-01-276-9/+51
* KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbellsPaul Mackerras2014-01-273-0/+9
* KVM: PPC: Book3S HV: Handle new LPCR bits on POWER8Paul Mackerras2014-01-272-0/+8
* KVM: PPC: Book3S HV: Handle guest using doorbells for IPIsPaul Mackerras2014-01-272-5/+18
* KVM: PPC: Book3S HV: Consolidate code that checks reason for wake from napPaul Mackerras2014-01-271-115/+77
* KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8Paul Mackerras2014-01-272-1/+17
* KVM: PPC: Book3S HV: Add handler for HV facility unavailableMichael Ellerman2014-01-272-1/+11
* KVM: PPC: Book3S HV: Flush the correct number of TLB sets on POWER8Paul Mackerras2014-01-271-1/+7
* KVM: PPC: Book3S HV: Context-switch new POWER8 SPRsMichael Neuling2014-01-276-3/+361
* KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbersPaul Mackerras2014-01-276-337/+397
* KVM: PPC: Book3S HV: Don't set DABR on POWER8Michael Neuling2014-01-272-3/+12
* kvm/ppc: IRQ disabling cleanupScott Wood2014-01-274-32/+26
* KVM: PPC: e500: Fix bad address type in deliver_tlb_misss()Mihai Caraman2014-01-271-1/+1
* KVM: PPC: Book3S HV: use xics_wake_cpu only when definedAndreas Schwab2014-01-271-1/+6
* KVM: PPC: Book3S: MMIO emulation support for little endian guestsCédric Le Goater2014-01-276-10/+42
* KVM: PPC: Unify kvmppc_get_last_inst and scAlexander Graf2014-01-091-11/+7
* KVM: PPC: NULL return of kvmppc_mmu_hpte_cache_next should be handledZhouyi Zhou2014-01-091-0/+5
* KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software stateTiejun Chen2014-01-092-11/+11
* kvm: powerpc: use caching attributes as per linux pteBharat Bhushan2014-01-094-21/+33
* kvm: powerpc: define a linux pte lookup functionBharat Bhushan2014-01-091-0/+21
* kvm: book3s: rename lookup_linux_pte() to lookup_linux_pte_and_update()Bharat Bhushan2014-01-091-3/+5
* kvm: booke: clear host tlb reference flag on guest tlb invalidationBharat Bhushan2014-01-091-8/+8
* KVM: PPC: Book3S HV: Use load/store_fp_state functions in HV guest entry/exitPaul Mackerras2014-01-092-66/+22
* KVM: PPC: Load/save FP/VMX/VSX state directly to/from vcpu structPaul Mackerras2014-01-093-73/+19
* KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras2014-01-099-220/+131
* KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivecPaul Mackerras2014-01-096-63/+14
* kvm/powerpc: move kvm_hypercall0() and friends to epapr_hypercall0()Bharat Bhushan2014-01-092-68/+66
* kvm/powerpc: rename kvm_hypercall() to epapr_hypercall()Bharat Bhushan2014-01-093-56/+54
* KVM: PPC: fix couple of memory leaks in MPIC/XICS devicesGleb Natapov2014-01-092-1/+4
* KVM: PPC: Add devname:kvm aliases for modulesAlexander Graf2014-01-096-0/+26
* powerpc: kvm: optimize "sc 1" as fast returnLiu Ping Fan2013-11-212-7/+22
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-1558-1585/+3185
|\
| * Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-0464-1719/+3332
| |\
| | * kvm: powerpc: book3s: drop is_hv_enabledAneesh Kumar K.V2013-10-176-8/+10
| | * kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V2013-10-1713-91/+183
| | * kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-174-10/+13
| | * kvm: powerpc: book3s: Support building HV and PR KVM as moduleAneesh Kumar K.V2013-10-1710-9/+42
| | * kvm: powerpc: booke: Move booke related tracepoints to separate headerAneesh Kumar K.V2013-10-175-207/+183
| | * kvm: powerpc: book3s: pr: move PR related tracepoints to a separate headerAneesh Kumar K.V2013-10-175-230/+309
| | * kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_opsAneesh Kumar K.V2013-10-177-81/+79
| | * kvm: powerpc: book3s: Cleanup interrupt handling codeAneesh Kumar K.V2013-10-173-4/+20
| | * kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V2013-10-1724-287/+748
| | * kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLEAneesh Kumar K.V2013-10-1710-24/+43
| | * kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLEAneesh Kumar K.V2013-10-179-16/+16
| | * kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binaryPaul Mackerras2013-10-172-4/+9
| | * kvm: powerpc: book3s: remove kvmppc_handler_highmem labelPaul Mackerras2013-10-172-6/+0
| | * KVM: PPC: E500: Add userspace debug stub supportBharat Bhushan2013-10-174-18/+231
| | * KVM: PPC: E500: Using "struct debug_reg"Bharat Bhushan2013-10-172-22/+25
| | * KVM: PPC: E500: exit to user space on "ehpriv 1" instructionBharat Bhushan2013-10-175-6/+54