summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/paca.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-0/+2
|\
| * powerpc/64s/exception: remove bad stack branchNicholas Piggin2019-07-021-0/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-101-18/+22
|\
| * powerpc/64s: Reimplement book3s idle code in CNicholas Piggin2019-04-301-18/+22
* | powerpc/mmiowb: Hook up mmwiob() implementation to asm-generic codeWill Deacon2019-04-081-1/+5
|/
* powerpc/64s/hash: Add some SLB debugging testsNicholas Piggin2018-10-141-0/+3
* powerpc/64s/hash: Add SLB allocation status bitmapsNicholas Piggin2018-10-141-2/+4
* powerpc/64: add stack protector supportChristophe Leroy2018-10-031-0/+3
* Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman2018-10-031-4/+15
* powerpc/64s/hash: SLB allocation status bitmapsNicholas Piggin2018-09-191-2/+4
* powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin2018-09-191-13/+0Star
* powerpc/pseries: Dump the SLB contents on SLB MCE errors.Mahesh Salgaonkar2018-09-191-0/+6
* powerpc/pseries: Defer the logging of rtas error to irq work queue.Mahesh Salgaonkar2018-08-071-0/+3
* powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-5/+0Star
* powerpc/64: Save stack pointer when we hard disable interruptsMichael Ellerman2018-06-031-1/+1
* Merge branch 'fixes' into nextMichael Ellerman2018-06-031-1/+0Star
|\
| * powerpc/64: Remove unused paca->soft_enabledMichael Ellerman2018-05-071-1/+0Star
* | powerpc64/ftrace: Add a field in paca to disable ftrace in unsafe code pathsNaveen N. Rao2018-05-031-0/+1
|/
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-6/+16
|\
| * powerpc/64: Defer paca allocation until memory topology is discoveredNicholas Piggin2018-03-301-2/+4
| * powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-301-2/+2
| * powerpc/64s: Do not allocate lppaca if we are not virtualizedNicholas Piggin2018-03-301-2/+10
* | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-03-231-0/+3
|\ \
| * | powerpc/powernv: Provide a way to force a core into SMT4 modePaul Mackerras2018-03-231-0/+3
| |/
* / powerpc/mm/slice: Allow up to 64 low slicesChristophe Leroy2018-03-051-1/+1
|/
* powerpc/64s: Improve RFI L1-D cache flush fallbackNicholas Piggin2018-01-231-2/+1Star
* Merge branch 'fixes' into nextMichael Ellerman2018-01-211-0/+10
|\
| * powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-101-0/+10
* | powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan2018-01-191-1/+1
|/
* powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2017-11-131-1/+1
* powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-061-5/+5
* powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling2017-09-271-0/+1
* powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidleGautham R. Shenoy2017-08-011-0/+7
* powerpc/64s: Add EX_SIZE definition for paca exception save areasNicholas Piggin2017-06-201-4/+8
* powerpc/powernv/idle: Use Requested Level for restoring state on P9 DD1Gautham R. Shenoy2017-05-301-0/+2
* powerpc/64s: Dedicated system reset interrupt stackNicholas Piggin2017-04-281-1/+2
* powerpc/64s: Disallow system reset vs system reset reentrancyNicholas Piggin2017-04-281-1/+4
* powerpc/64s: Fix system reset vs general interrupt reentrancyNicholas Piggin2017-04-281-1/+5
* powerpc/powernv: Recover correct PACA on wakeup from a stop on P9 DD1Gautham R. Shenoy2017-04-111-0/+5
* powerpc/mm/hash: Store addr_limit in PACAAneesh Kumar K.V2017-04-011-0/+1
* powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V2017-03-311-17/+1Star
* sched/cputime, powerpc: Migrate stolen_time field to the accounting structureFrederic Weisbecker2017-01-141-1/+0Star
* powerpc: move hmi.c to arch/powerpc/kvm/Paolo Bonzini2016-08-221-5/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-0/+6
|\
| * KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interruptMahesh Salgaonkar2016-06-201-0/+6
* | powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy2016-07-091-7/+2Star
|/
* powerpc: Fix build break due to paca mm_context_t changesMichael Ellerman2016-01-081-0/+2
* powerpc: Copy only required pieces of the mm_context_t to the pacaMichael Neuling2015-12-271-2/+16
* powerpc: Add function to copy mm_context_t to the pacaMichael Neuling2015-12-191-0/+11