summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/reg.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-311-8/+35
|\
| * Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini2014-01-291-8/+35
| |\
| | * KVM: PPC: Book3S HV: Add support for DABRX register on POWER7Paul Mackerras2014-01-271-7/+11
| | * 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: Context-switch new POWER8 SPRsMichael Neuling2014-01-271-0/+17
* | | powerpc/fsl: add E6500 PVR and SPRN_PWRMGTCR0 defineWang Dongsheng2014-01-071-0/+2
|/ /
* | powerpc/8xx: mfspr SPRN_TBRx in lieu of mftb/mftbu is not supportedLEROY Christophe2013-11-221-0/+7
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-151-0/+15
|\
| * KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7Paul Mackerras2013-10-171-0/+11
| * KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras2013-10-171-0/+3
| * KVM: PPC: Book3S HV: Implement timebase offset for guestsPaul Mackerras2013-10-171-0/+1
* | powerpc: Set MSR_LE bit on little endian buildsAnton Blanchard2013-10-111-1/+6
|/
* powerpc: Correct FSCR bit definitionsPaul Mackerras2013-09-051-2/+2
* Merge branch 'merge' into nextBenjamin Herrenschmidt2013-08-271-11/+20
|\
| * powerpc: Rework setting up H/FSCR bit definitionsMichael Neuling2013-08-091-11/+20
* | powerpc: Convert some mftb/mftbu into mfsprScott Wood2013-08-201-5/+10
* | powerpc/fsl-booke: Work around erratum A-006958Scott Wood2013-08-201-1/+1
* | powerpc: Wrap MSR macros with parenthesesAnton Blanchard2013-08-141-4/+4
|/
* powerpc: Add second POWER8 PVR entryMichael Neuling2013-07-241-1/+2
* powerpc/perf: Core EBB support for 64-bit book3sMichael Ellerman2013-07-011-0/+8
* powerpc/perf: Freeze PMC5/6 if we're not using themMichael Ellerman2013-07-011-0/+1
* powerpc/tm: Move TM abort cause codes to uapiMichael Neuling2013-06-011-14/+0
* powerpc/tm: Abort on emulation and alignment faultsMichael Neuling2013-06-011-0/+2
* powerpc/tm: Make room for hypervisor in abort cause codesMichael Neuling2013-06-011-7/+8
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-051-0/+1
|\
| * KVM: PPC: Book3S HV: Improve real-mode handling of external interruptsPaul Mackerras2013-04-261-0/+1
* | powerpc: Context switch the new EBB SPRsMichael Ellerman2013-05-021-0/+3
* | powerpc: Turn on the EBB H/FSCR bitsMichael Neuling2013-05-021-0/+2
* | powerpc: Setup BHRB instructions facility in HFSCR for POWER8Anshuman Khandual2013-05-021-0/+1
* | powerpc/perf: Add support for SIERMichael Ellerman2013-04-261-0/+5
* | powerpc: Initialise PMU related regs on Power8Michael Ellerman2013-04-261-0/+6
* | powerpc: Add HFSCR SPR definitionsMichael Neuling2013-04-181-0/+6
|/
* powerpc: Add DSCR FSCR register bit definitionMichael Neuling2013-03-051-1/+2
* Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-241-2/+0
|\
| * KVM: PPC: booke: use vcpu reference from thread_structBharat Bhushan2013-02-131-2/+0
* | powerpc: Add new transactional memory state to the signal contextMichael Neuling2013-02-151-0/+1
* | powerpc: Add helper functions for transactional memory context switchingMichael Neuling2013-02-151-1/+1
* | powerpc: Register defines for various transactional memory registersMichael Neuling2013-02-151-0/+27
* | powerpc: Add support for context switching the TAR registerIan Munsie2013-02-081-0/+3
* | powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling2013-01-101-3/+0
* | powerpc: Add DAWR/X SPR number definitionsMichael Neuling2013-01-101-0/+5
* | powerpc: Macros for saving/restore PPRHaren Myneni2013-01-101-0/+1
* | powerpc: Define differences between doorbells on book3e and book3sIan Munsie2013-01-101-0/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-12-181-0/+3
|\ \ | |/ |/|
| * powerpc: Setup relocation on exceptions for bare metal systemsMichael Neuling2012-11-151-0/+2
| * powerpc: POWER8 cputable entryMichael Neuling2012-11-151-0/+1
* | KVM: PPC: Book3S PR: Fix VSX handlingPaul Mackerras2012-12-061-0/+1
|/
* powerpc/perf: Sample only if SIAR-Valid bit is set in P7+sukadev@linux.vnet.ibm.com2012-09-271-0/+4
OpenPOWER on IntegriCloud