summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini2014-01-2913-116/+257
|\
| * KVM: PPC: Book3S PR: Cope with doorbell interruptsPaul Mackerras2014-01-271-0/+1
| * KVM: PPC: Book3S HV: Add software abort codes for transactional memoryMichael Neuling2014-01-271-0/+2
| * KVM: PPC: Book3S HV: Add new state for transactional memoryMichael Neuling2014-01-271-3/+21
| * KVM: PPC: Book3S HV: Basic little-endian guest supportAnton Blanchard2014-01-271-0/+1
| * KVM: PPC: Book3S HV: Add support for DABRX register on POWER7Paul Mackerras2014-01-273-7/+14
| * KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbellsPaul Mackerras2014-01-271-0/+1
| * 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 branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-201-3/+2
|\ \
| * \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-01-166-5/+16
| |\ \
| * \ \ Merge tag 'v3.13-rc4' into perf/coreIngo Molnar2013-12-1610-11/+64
| |\ \ \
| * \ \ \ Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-11-211-3/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | uprobes/powerpc: Kill arch_uprobe->ainsnOleg Nesterov2013-11-201-3/+2
* | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-202-1/+22
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v3.13-rc8' into core/lockingIngo Molnar2014-01-136-5/+16
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra2014-01-121-1/+20
| * | | | | Merge tag 'v3.13-rc4' into core/lockingIngo Molnar2013-12-1710-9/+64
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | powerpc: Full barrier for smp_mb__after_unlock_lock()Paul E. McKenney2013-12-161-0/+2
* | | | | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-201-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | powerpc: Clean up panic_timeout usageJason Baron2013-11-261-0/+1
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-12-302-2/+7
|\ \ \ \ \ \
| * | | | | | powerpc: Make unaligned accesses endian-safe for powerpcRajesh B Prathipati2013-12-301-1/+6
| * | | | | | powerpc: Fix bad stack check in exception entryMichael Neuling2013-12-301-1/+1
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-12-203-1/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge tag 'signed-for-3.13' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini2013-12-203-1/+7
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | powerpc: book3s: kvm: Don't abuse host r2 in exit pathAneesh Kumar K.V2013-12-181-0/+1
| | * | | | | powerpc/kvm/booke: Fix build break due to stack frame size warningScott Wood2013-12-111-1/+1
| | * | | | | KVM: PPC: Book3S: PR: Make svcpu -> vcpu store preempt savvyAlexander Graf2013-12-091-0/+1
| | * | | | | KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpuAlexander Graf2013-12-091-0/+4
| | | |_|/ / | | |/| | |
* | | | | | powerpc/powernv: Fix OPAL LPC access in Little EndianBenjamin Herrenschmidt2013-12-131-1/+1
* | | | | | powerpc/powernv: Fix endian issue in opal_xscom_readAnton Blanchard2013-12-131-1/+1
|/ / / / /
* | | | | powerpc: Fix PTE page address mismatch in pgtable ctor/dtorHong H. Pham2013-12-102-8/+4
* | | | | powerpc/kdump: Adding symbols in vmcoreinfo to facilitate dump filteringHari Bathini2013-11-251-0/+1
* | | | | powerpc/8xx: mfspr SPRN_TBRx in lieu of mftb/mftbu is not supportedLEROY Christophe2013-11-223-0/+17
| |/ / / |/| | |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-11-221-1/+1
|\ \ \ \
| * | | | powerpc: Make cpu_to_chip_id() available when SMP=nMichael Ellerman2013-11-211-1/+1
| | |/ / | |/| |
OpenPOWER on IntegriCloud