aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/reg.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-13KVM: PPC: Book3S HV: Update LPID allocator init for POWER9, NestedNicholas Piggin1-2/+0
2022-05-13KVM: PPC: Book3S HV: HFSCR[PREFIX] does not existNicholas Piggin1-1/+0
2021-12-09powerpc/inst: Move ppc_inst_t definition in asm/reg.hChristophe Leroy1-0/+12
2021-12-09powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy1-2/+2
2021-08-25KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulationNicholas Piggin1-1/+2
2021-06-17powerpc: Move update_power8_hid0() into its only userChristophe Leroy1-10/+0
2021-06-17powerpc: Remove proc_trap()Christophe Leroy1-2/+0
2021-06-16powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macrosChristophe Leroy1-0/+1
2021-04-21powerpc/32: Use r2 in wrtspr() instead of r0Christophe Leroy1-2/+1
2021-04-18powerpc/powernv: Enable HAIL (HV AIL) for ISA v3.1 processorsNicholas Piggin1-0/+1
2021-03-29powerpc: Reference parameter in MSR_TM_ACTIVE() macroChristopher M. Riedl1-1/+1
2021-02-11powerpc/irq: Rework helpers that manipulate MSR[EE/RI]Christophe Leroy1-0/+1
2021-02-09powerpc/32s: Allow constant folding in mtsr()/mfsr()Christophe Leroy1-2/+8
2021-02-09powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy1-2/+2
2021-02-09powerpc/32s: Change mfsrin() into a static inline functionChristophe Leroy1-3/+8
2020-12-09powerpc/64s: Remove MSR[ISF] bitNicholas Piggin1-4/+1
2020-12-05powerpc: Retire e200 core (mpc555x processor)Christophe Leroy1-5/+0
2020-12-04powerpc/32s: Use SPRN_SPRG_SCRATCH2 in DSI prologChristophe Leroy1-0/+1
2020-12-04powerpc/603: Use SPRN_SDR1 to store the pgdir phys addressChristophe Leroy1-1/+0
2020-12-04powerpc/perf: MMCR0 control for PMU registers under PMCC=00Athira Rajeev1-0/+1
2020-12-04powerpc/time: Move timebase functions into new asm/vdso/timebase.hChristophe Leroy1-31/+0
2020-10-08powerpc/time: Make mftb() common to PPC32 and PPC64Christophe Leroy1-10/+4
2020-10-08powerpc/time: Rename mftbl() to mftb()Christophe Leroy1-3/+2
2020-10-08powerpc/time: Remove ifdef in get_dec() and set_dec()Christophe Leroy1-0/+2
2020-09-15powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10Nicholas Piggin1-0/+1
2020-09-15powerpc/tau: Use appropriate temperature sample intervalFinn Thain1-1/+1
2020-08-09Merge tag 'kvm-ppc-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into kvm-next-5.6Paolo Bonzini1-1/+3
2020-07-29powerpc/perf: Fix MMCRA_BHRB_DISABLE define for binutils < 2.28Athira Rajeev1-1/+2
2020-07-27powerpc/reg.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-22powerpc/perf: Add Power10 PMU feature to DT CPU featuresMadhavan Srinivasan1-0/+1
2020-07-22powerpc/perf: Add support for ISA3.1 PMU SPRsMadhavan Srinivasan1-0/+6
2020-07-21KVM: PPC: Book3S HV: Increase KVMPPC_NR_LPIDS on POWER8 and POWER9Cédric Le Goater1-1/+2
2020-07-21KVM: PPC: Book3SHV: Enable support for ISA v3.1 guestsAlistair Popple1-0/+1
2020-06-02powerpc/dt_cpu_ftrs: Add MMA featureAlistair Popple1-1/+2
2020-06-02powerpc: Add support for ISA v3.1Alistair Popple1-1/+2
2020-05-19powerpc/watchpoint: Add SPRN macros for second DAWRRavi Bangoria1-0/+2
2020-05-19powerpc/watchpoint: Rename current DAWR macrosRavi Bangoria1-2/+2
2020-05-19powerpc: Define new SRR1 bits for a ISA v3.1Jordan Niethe1-1/+3
2020-05-19powerpc: Enable Prefixed InstructionsAlistair Popple1-0/+3
2020-03-04powerpc: Add current_stack_pointer as a register globalChristophe Leroy1-0/+2
2020-03-04powerpc: Rename current_stack_pointer() to current_stack_frame()Michael Ellerman1-1/+1
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-15/+11
2019-11-18powerpc: cleanup hw_irq.hChristophe Leroy1-0/+8
2019-11-18powerpc: permanently include 8xx registers in reg.hChristophe Leroy1-2/+0
2019-11-18powerpc/reg: use ASM_FTR_IFSET() instead of opencoding fixup.Christophe Leroy1-13/+3
2019-10-22KVM: PPC: Book3S: Define and use SRR1_MSR_BITSNicholas Piggin1-0/+12
2019-09-21powerpc/64s: Set reserved PCR bitsJordan Niethe1-0/+3
2019-09-21powerpc: Fix definition of PCR bits to work with old binutilsAlistair Popple1-3/+3
2019-08-30powerpc: Introduce the MSR_S bitSukadev Bhattiprolu1-0/+3
2019-04-30powerpc/64s: Reimplement book3s idle code in CNicholas Piggin1-4/+4