summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/reg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Remove MSR[ISF] bitNicholas Piggin2020-12-091-4/+1
* powerpc: Retire e200 core (mpc555x processor)Christophe Leroy2020-12-051-5/+0
* powerpc/32s: Use SPRN_SPRG_SCRATCH2 in DSI prologChristophe Leroy2020-12-031-0/+1
* powerpc/603: Use SPRN_SDR1 to store the pgdir phys addressChristophe Leroy2020-12-031-1/+0
* powerpc/perf: MMCR0 control for PMU registers under PMCC=00Athira Rajeev2020-12-031-0/+1
* powerpc/time: Move timebase functions into new asm/vdso/timebase.hChristophe Leroy2020-12-031-31/+0
* powerpc/time: Make mftb() common to PPC32 and PPC64Christophe Leroy2020-10-081-10/+4
* powerpc/time: Rename mftbl() to mftb()Christophe Leroy2020-10-081-3/+2
* powerpc/time: Remove ifdef in get_dec() and set_dec()Christophe Leroy2020-10-081-0/+2
* powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10Nicholas Piggin2020-09-151-0/+1
* powerpc/tau: Use appropriate temperature sample intervalFinn Thain2020-09-151-1/+1
* Merge tag 'kvm-ppc-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-08-091-1/+3
|\
| * KVM: PPC: Book3S HV: Increase KVMPPC_NR_LPIDS on POWER8 and POWER9Cédric Le Goater2020-07-211-1/+2
| * KVM: PPC: Book3SHV: Enable support for ISA v3.1 guestsAlistair Popple2020-07-211-0/+1
* | powerpc/perf: Fix MMCRA_BHRB_DISABLE define for binutils < 2.28Athira Rajeev2020-07-291-1/+2
* | powerpc/reg.h: delete duplicated wordRandy Dunlap2020-07-261-1/+1
* | powerpc/perf: Add Power10 PMU feature to DT CPU featuresMadhavan Srinivasan2020-07-221-0/+1
* | powerpc/perf: Add support for ISA3.1 PMU SPRsMadhavan Srinivasan2020-07-221-0/+6
|/
* powerpc/dt_cpu_ftrs: Add MMA featureAlistair Popple2020-06-021-1/+2
* powerpc: Add support for ISA v3.1Alistair Popple2020-06-021-1/+2
* powerpc/watchpoint: Add SPRN macros for second DAWRRavi Bangoria2020-05-181-0/+2
* powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria2020-05-181-2/+2
* powerpc: Define new SRR1 bits for a ISA v3.1Jordan Niethe2020-05-181-1/+3
* powerpc: Enable Prefixed InstructionsAlistair Popple2020-05-181-0/+3
* powerpc: Add current_stack_pointer as a register globalChristophe Leroy2020-03-041-0/+2
* powerpc: Rename current_stack_pointer() to current_stack_frame()Michael Ellerman2020-03-041-1/+1
* Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-301-15/+11
|\
| * powerpc: cleanup hw_irq.hChristophe Leroy2019-11-181-0/+8
| * powerpc: permanently include 8xx registers in reg.hChristophe Leroy2019-11-181-2/+0
| * powerpc/reg: use ASM_FTR_IFSET() instead of opencoding fixup.Christophe Leroy2019-11-181-13/+3
* | KVM: PPC: Book3S: Define and use SRR1_MSR_BITSNicholas Piggin2019-10-221-0/+12
|/
* powerpc/64s: Set reserved PCR bitsJordan Niethe2019-09-211-0/+3
* powerpc: Fix definition of PCR bits to work with old binutilsAlistair Popple2019-09-211-3/+3
* powerpc: Introduce the MSR_S bitSukadev Bhattiprolu2019-08-301-0/+3
* powerpc/64s: Reimplement book3s idle code in CNicholas Piggin2019-04-301-4/+4
* powerpc: Update comments in preparation for THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-1/+1
* powerpc/32: add helper to write into segment registersChristophe Leroy2019-02-231-0/+5
* powerpc/6xx: Store PGDIR physical address in a SPRGChristophe Leroy2019-02-211-0/+1
* powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy2019-02-211-1/+0
* powerpc/83xx: handle machine check caused by watchdog timerChristophe Leroy2018-12-221-0/+2
* powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-1/+1
* Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-1/+6
|\
| * powerpc/tm: Remove msr_tm_active()Breno Leitao2018-10-031-1/+6
* | KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entrySuraj Jitindar Singh2018-10-091-0/+1
* | KVM: PPC: Book3S HV: Handle hypervisor instruction faults betterPaul Mackerras2018-10-091-0/+1
|/
* 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
|\