summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powernv/idle.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/powernv: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-2/+7
* powerpc/powernv: Add missing of_node_put()sLiang He2022-09-051-0/+1
* powerpc: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-261-1/+1
* powerpc: fix typos in commentsJulia Lawall2022-05-051-2/+2
* powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2022-03-081-1/+0
* powerpc/powernv: Add __init attribute to eligible functionsNick Child2021-12-231-3/+3
* powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-091-0/+2
* powerpc: remove cpu_online_cores_map functionNicholas Piggin2021-11-291-5/+5
* powerpc/64s: Keep AMOR SPR a constant ~0 at runtimeNicholas Piggin2021-11-241-5/+3
* powerpc/64s: Remove WORT SPR from POWER9/10 (take 2)Nicholas Piggin2021-11-241-1/+0
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-08-261-2/+0
|\
| * powerpc/64s: Remove WORT SPR from POWER9/10Nicholas Piggin2021-08-251-2/+0
* | powerpc: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-101-2/+2
|/
* KVM: PPC: Book3S HV: remove ISA v3.0 and v3.1 support from P7/8 pathNicholas Piggin2021-06-101-44/+8
* powerpc: convert interrupt handlers to use wrappersNicholas Piggin2021-02-081-0/+1
* powerpc/powernv/idle: Restore CIABR after idle for Power9Jordan Niethe2020-12-071-0/+3
* powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10Nicholas Piggin2020-09-151-93/+209
* Revert "powerpc/powernv/idle: Replace CPU feature check with PVR check"Pratik Rajesh Sampat2020-08-271-1/+1
* powerpc/powernv/idle: Exclude mfspr on HID1, 4, 5 on P9 and abovePratik Rajesh Sampat2020-07-231-3/+3
* powerpc/powernv/idle: Rename pnv_first_spr_loss_level variablePratik Rajesh Sampat2020-07-231-9/+9
* powerpc/powernv/idle: Replace CPU feature check with PVR checkPratik Rajesh Sampat2020-07-231-1/+1
* powerpc/perf: BHRB control to disable BHRB logic when not usedAthira Rajeev2020-07-221-2/+20
* powerpc/powernv: Fix a warning messageChristophe JAILLET2020-05-111-1/+1
* powerpc/powernv: Access LDBAR only if ultravisor disabledClaudio Carvalho2019-08-301-2/+4
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-4/+4
|\
| * powerpc/powernv/idle: Fix restore of SPRN_LDBAR for POWER9 stop state.Athira Rajeev2019-07-121-1/+1
| * powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERATNicholas Piggin2019-07-031-1/+1
| * powerpc/64s: Fix misleading SPR and timebase informationShaokun Zhang2019-06-191-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* powerpc/powernv/idle: Restore AMR/UAMOR/AMOR/IAMR after idleMichael Ellerman2019-04-301-6/+46
* powerpc/64s: Reimplement book3s idle code in CNicholas Piggin2019-04-301-173/+689
* powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exitPaul Mackerras2019-02-211-25/+2
* powerpc/powernv/idle: Fix build errorAneesh Kumar K.V2018-08-101-1/+1
* powernv/cpuidle: Fix idle states all being marked invalidNicholas Piggin2018-08-031-1/+2
* powernv/cpuidle: Parse dt idle properties into global structureAkshay Adiga2018-07-311-78/+138
* powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-28/+0
* powerpc/powernv/cpuidle: Init all present cpus for deep statesAkshay Adiga2018-05-281-2/+2
* powerpc/powernv: Fix SMT4 forcing idle codeNicholas Piggin2018-04-031-4/+0
* powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplugNicholas Piggin2018-03-311-1/+1
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-15/+12
|\
| * powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-301-6/+7
* | powerpc/powernv: Provide a way to force a core into SMT4 modePaul Mackerras2018-03-231-0/+81
|/
* powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state offlineGautham R. Shenoy2017-09-201-1/+7
* Merge branch 'fixes' into nextMichael Ellerman2017-08-231-3/+38
|\
| * powerpc/powernv/idle: Disable LOSE_FULL_CONTEXT states when stop-api failsGautham R. Shenoy2017-08-081-3/+38
* | powerpc/powernv: Clear PECE1 in LPCR via stop-api only on HotplugGautham R. Shenoy2017-08-011-1/+33
|/
* powerpc/64s/idle: Run latch switch is done with MSR[EE]=0Nicholas Piggin2017-06-191-6/+6
* powerpc/64s/idle: Process interrupts from system reset wakeupNicholas Piggin2017-06-191-2/+8
* powerpc/powernv: Simplify lazy IRQ handling in CPU offlineNicholas Piggin2017-06-191-8/+15
* powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin2017-06-191-6/+65