summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/reg.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/tm: Remove msr_tm_active()Breno Leitao2019-09-161-1/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-191-1/+1
|\
| * KVM: PPC: Book3S HV: Fix constant size warningNicholas Mc Guire2018-07-181-1/+1
* | powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-301-0/+1
* | powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-0/+1
|/
* Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2018-05-311-6/+26
|\
| * powerpc/reg: Add TEXASR related macrosSimon Guo2018-05-241-6/+26
* | KVM: PPC: Book3S HV: Set RWMR on POWER8 so PURR/SPURR count correctlyPaul Mackerras2018-05-171-0/+1
|/
* KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9Paul Mackerras2018-03-241-0/+7
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-01-211-2/+3
|\
| * KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9Paul Mackerras2018-01-181-2/+3
* | powerpc: Handle exceptions caused by pkey violationRam Pai2018-01-201-1/+0
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* powerpc/asm: Convert .llong directives to .8byteTobin C. Harding2017-08-311-6/+6
* powerpc/xmon: Add ISA v3.0 SPRs to SPR dumpBalbir Singh2017-08-311-0/+1
* powerpc/8xx: Use symbolic PVR valueChristophe Leroy2017-08-101-4/+2
* powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy2017-08-101-5/+5
* powerpc/traps: Use SRR1 defines for program check reasonsMichael Ellerman2017-08-101-0/+1
* powerpc/mm: Update definitions of DSISR bitsBenjamin Herrenschmidt2017-08-031-10/+59
* powerpc/asm: Mark cr0 as clobbered in mftb()Oliver O'Halloran2017-07-111-1/+1
* powerpc/64s: Support new device tree binding for discovering CPU featuresNicholas Piggin2017-05-091-0/+1
* powerpc/64s: Fix POWER9 machine check handler from stop stateNicholas Piggin2017-04-231-0/+1
* powerpc/64s: Add SCV FSCR bit for ISA v3.0Nicholas Piggin2017-04-131-0/+2
* powerpc: Fixup LPCR:PECE and HEIC setting on POWER9Benjamin Herrenschmidt2017-04-101-0/+1
* Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-03-011-0/+2
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2017-02-181-0/+2
| |\
| | * powerpc/8xx: Perf events on PPC 8xxChristophe Leroy2017-01-261-0/+2
* | | Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-221-1/+5
|\| |
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-02-141-0/+4
| |\ \
| | * | powerpc/64: More definitions for POWER9Paul Mackerras2017-01-311-0/+4
| | |/
| * / powerpc/mm: Fixup wrong LPCR_VRMASD valueAneesh Kumar K.V2017-01-251-1/+1
| |/
* / powerpc/powernv: Fix CPU hotplug to handle waking on HVIBenjamin Herrenschmidt2017-02-091-1/+2
|/
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2016-11-241-0/+15
|\
| * powerpc/powernv: Define and set POWER9 HFSCR doorbell bitMichael Neuling2016-11-231-0/+2
| * powerpc/reg: Add definition for LPCR_PECE_HVEEMichael Ellerman2016-11-231-0/+1
| * powerpc/64: Define new ISA v3.00 logical PVR value and PCR register valueSuraj Jitindar Singh2016-11-231-0/+7
| * powerpc/64: Add some more SPRs and SPR bits for POWER9Paul Mackerras2016-11-221-0/+5
* | powerpc: Revert Load Monitor Register SupportMichael Neuling2016-11-141-5/+0
|/
* Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-141-0/+2
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-10-111-0/+2
| |\
| | * powerpc/8xx: use SPRN_EIE and SPRN_EID to enable/disable interruptsChristophe Leroy2016-09-251-0/+2
* | | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-071-1/+4
|\| |
| * | powerpc: Return the new MSR from msr_check_and_set()Cyril Bur2016-10-041-1/+1
| |/
| * powerpc/mm: Update the HID bit when switching from radix to hashAneesh Kumar K.V2016-09-131-0/+3
* | KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 registerThomas Huth2016-09-271-0/+1
|/
* powerpc: Remove mfvtb()Kevin Hao2016-08-011-9/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-07-301-0/+1
|\
| * powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy2016-07-091-0/+1
* | powerpc/mm: Cleanup LPCR definesAneesh Kumar K.V2016-07-191-37/+37
* | powerpc/mm/radix: Update LPCR HR bit as per ISAAneesh Kumar K.V2016-07-171-0/+1