summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV: Handle new LPCR bits on POWER8Paul Mackerras2014-01-271-0/+2
* KVM: PPC: Book3S HV: Handle guest using doorbells for IPIsPaul Mackerras2014-01-271-1/+3
* KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8Paul Mackerras2014-01-271-0/+2
* KVM: PPC: Book3S HV: Add handler for HV facility unavailableMichael Ellerman2014-01-271-0/+1
* KVM: PPC: Book3S HV: Context-switch new POWER8 SPRsMichael Neuling2014-01-273-1/+42
* KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbersPaul Mackerras2014-01-272-0/+3
* kvm/ppc: IRQ disabling cleanupScott Wood2014-01-271-0/+6
* KVM: PPC: Book3S: MMIO emulation support for little endian guestsCédric Le Goater2014-01-273-4/+17
* KVM: PPC: Unify kvmppc_get_last_inst and scAlexander Graf2014-01-091-11/+7
* kvm: powerpc: use caching attributes as per linux pteBharat Bhushan2014-01-091-1/+1
* kvm: powerpc: define a linux pte lookup functionBharat Bhushan2014-01-091-0/+21
* KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structuresPaul Mackerras2014-01-091-8/+4
* KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivecPaul Mackerras2014-01-092-5/+0
* 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-092-17/+52
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-1515-281/+277
|\
| * Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-0417-295/+302
| |\
| | * kvm: powerpc: book3s: drop is_hv_enabledAneesh Kumar K.V2013-10-171-1/+5
| | * kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V2013-10-172-3/+5
| | * kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-171-2/+4
| | * kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_opsAneesh Kumar K.V2013-10-172-55/+3
| | * kvm: powerpc: book3s: Cleanup interrupt handling codeAneesh Kumar K.V2013-10-171-0/+11
| | * kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V2013-10-172-24/+66
| | * kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLEAneesh Kumar K.V2013-10-175-12/+10
| | * kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLEAneesh Kumar K.V2013-10-175-6/+6
| | * KVM: PPC: E500: Add userspace debug stub supportBharat Bhushan2013-10-172-0/+4
| | * KVM: PPC: E500: Using "struct debug_reg"Bharat Bhushan2013-10-171-12/+1
| | * KVM: PPC: E500: exit to user space on "ehpriv 1" instructionBharat Bhushan2013-10-173-5/+27
| | * powerpc: export debug registers save function for KVMBharat Bhushan2013-10-171-0/+1
| | * powerpc: move debug registers in a structureBharat Bhushan2013-10-172-20/+26
| | * powerpc: book3e: _PAGE_LENDIAN must be _PAGE_ENDIANBharat Bhushan2013-10-171-1/+1
| | * KVM: PPC: Book3S HV: Better handling of exceptions that happen in real modePaul Mackerras2013-10-171-0/+2
| | * KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page()Paul Mackerras2013-10-171-0/+1
| | * KVM: PPC: Book3S PR: Better handling of host-side read-only pagesPaul Mackerras2013-10-172-3/+7
| | * KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cachePaul Mackerras2013-10-173-4/+9
| | * KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safePaul Mackerras2013-10-171-0/+3
| | * KVM: PPC: Book3S PR: Use 64k host pages where possiblePaul Mackerras2013-10-171-2/+4
| | * KVM: PPC: Book3S PR: Allow guest to use 64k pagesPaul Mackerras2013-10-173-0/+12
| | * KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpuPaul Mackerras2013-10-173-188/+39
| | * KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7Paul Mackerras2013-10-173-0/+16
| | * KVM: PPC: Book3S HV: Add support for guest Program Priority RegisterPaul Mackerras2013-10-174-0/+11
| | * KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras2013-10-174-0/+7
| | * KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras2013-10-171-0/+2
| | * KVM: PPC: Book3S HV: Implement timebase offset for guestsPaul Mackerras2013-10-173-0/+5
| | * KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registersPaul Mackerras2013-10-171-0/+2
| | * KVM: PPC: Book3S HV: Reserve POWER8 space in get/set_one_regMichael Neuling2013-10-171-0/+54
| * | Powerpc KVM work is based on a commit after rc4.Gleb Natapov2013-10-173-6/+4
| |\ \ | | |/ | |/|
| * | KVM: PPC: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-5/+0
* | | powerpc: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-1/+4
* | | Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds2013-11-141-0/+2
|\ \ \
OpenPOWER on IntegriCloud