aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv/idle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-05powerpc/powernv: Add missing of_node_put()sLiang He1-0/+1
2022-08-26powerpc: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-05-05powerpc: fix typos in commentsJulia Lawall1-2/+2
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy1-1/+0
2021-12-23powerpc/powernv: Add __init attribute to eligible functionsNick Child1-3/+3
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin1-0/+2
2021-11-29powerpc: remove cpu_online_cores_map functionNicholas Piggin1-5/+5
2021-11-24powerpc/64s: Keep AMOR SPR a constant ~0 at runtimeNicholas Piggin1-5/+3
2021-11-24powerpc/64s: Remove WORT SPR from POWER9/10 (take 2)Nicholas Piggin1-1/+0
2021-08-26Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-2/+0
2021-08-25powerpc/64s: Remove WORT SPR from POWER9/10Nicholas Piggin1-2/+0
2021-08-10powerpc: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-06-10KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 pathNicholas Piggin1-44/+8
2021-02-09powerpc: convert interrupt handlers to use wrappersNicholas Piggin1-0/+1
2020-12-07powerpc/powernv/idle: Restore CIABR after idle for Power9Jordan Niethe1-0/+3
2020-09-15powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10Nicholas Piggin1-93/+209
2020-08-27Revert "powerpc/powernv/idle: Replace CPU feature check with PVR check"Pratik Rajesh Sampat1-1/+1
2020-07-23powerpc/powernv/idle: Exclude mfspr on HID1, 4, 5 on P9 and abovePratik Rajesh Sampat1-3/+3
2020-07-23powerpc/powernv/idle: Rename pnv_first_spr_loss_level variablePratik Rajesh Sampat1-9/+9
2020-07-23powerpc/powernv/idle: Replace CPU feature check with PVR checkPratik Rajesh Sampat1-1/+1
2020-07-22powerpc/perf: BHRB control to disable BHRB logic when not usedAthira Rajeev1-2/+20
2020-05-11powerpc/powernv: Fix a warning messageChristophe JAILLET1-1/+1
2019-08-30powerpc/powernv: Access LDBAR only if ultravisor disabledClaudio Carvalho1-2/+4
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-4/+4
2019-07-12powerpc/powernv/idle: Fix restore of SPRN_LDBAR for POWER9 stop state.Athira Rajeev1-1/+1
2019-07-03powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERATNicholas Piggin1-1/+1
2019-06-19powerpc/64s: Fix misleading SPR and timebase informationShaokun Zhang1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-30powerpc/powernv/idle: Restore AMR/UAMOR/AMOR/IAMR after idleMichael Ellerman1-6/+46
2019-04-30powerpc/64s: Reimplement book3s idle code in CNicholas Piggin1-173/+689
2019-02-22powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exitPaul Mackerras1-25/+2
2018-08-10powerpc/powernv/idle: Fix build errorAneesh Kumar K.V1-1/+1
2018-08-03powernv/cpuidle: Fix idle states all being marked invalidNicholas Piggin1-1/+2
2018-07-31powernv/cpuidle: Parse dt idle properties into global structureAkshay Adiga1-78/+138
2018-07-16powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin1-28/+0
2018-05-28powerpc/powernv/cpuidle: Init all present cpus for deep statesAkshay Adiga1-2/+2
2018-04-03powerpc/powernv: Fix SMT4 forcing idle codeNicholas Piggin1-4/+0
2018-04-01powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplugNicholas Piggin1-1/+1
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman1-15/+12
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin1-6/+7
2018-03-24powerpc/powernv: Provide a way to force a core into SMT4 modePaul Mackerras1-0/+81
2017-09-20powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state offlineGautham R. Shenoy1-1/+7
2017-08-23Merge branch 'fixes' into nextMichael Ellerman1-3/+38
2017-08-08powerpc/powernv/idle: Disable LOSE_FULL_CONTEXT states when stop-api failsGautham R. Shenoy1-3/+38
2017-08-01powerpc/powernv: Clear PECE1 in LPCR via stop-api only on HotplugGautham R. Shenoy1-1/+33
2017-06-19powerpc/64s/idle: Run latch switch is done with MSR[EE]=0Nicholas Piggin1-6/+6
2017-06-19powerpc/64s/idle: Process interrupts from system reset wakeupNicholas Piggin1-2/+8
2017-06-19powerpc/powernv: Simplify lazy IRQ handling in CPU offlineNicholas Piggin1-8/+15
2017-06-19powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin1-6/+65
2017-05-30powerpc/powernv/idle: Restore SPRs for deep idle states via stop API.Akshay Adiga1-31/+52