summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/paca.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V2019-04-211-6/+6
* powerpc: use memblock functions returning virtual addressChristophe Leroy2019-03-121-1/+5
* powerpc: prefer memblock APIs returning virtual addressMike Rapoport2019-03-081-10/+6Star
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-061-1/+2
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-1/+1
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-118/+121
|\
| * powerpc/64: Allocate pacas per nodeNicholas Piggin2018-03-301-6/+39
| * powerpc/64: Defer paca allocation until memory topology is discoveredNicholas Piggin2018-03-301-62/+28Star
| * powerpc/64s: Allocate slb_shadow structures individuallyNicholas Piggin2018-03-301-35/+30Star
| * powerpc/64s: Allocate LPPACAs individuallyNicholas Piggin2018-03-301-59/+30Star
| * powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-301-21/+49
| * powerpc/64s: Do not allocate lppaca if we are not virtualizedNicholas Piggin2018-03-301-3/+13
* | powerpc/mm/slice: Allow up to 64 low slicesChristophe Leroy2018-03-051-1/+2
|/
* powerpc/64s: Relax PACA address limitationsNicholas Piggin2018-01-181-6/+7
* powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2017-11-131-2/+2
* powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-061-6/+6
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-091-1/+1
* powerpc/64s/radix: Do not allocate SLB shadow structuresNicholas Piggin2017-08-311-2/+11
* powerpc/mm/hash: Store addr_limit in PACAAneesh Kumar K.V2017-04-011-0/+1
* powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V2017-04-011-1/+2
* powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V2017-03-311-0/+19
* sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-021-0/+1
* powerpc/mm: Convert early cpu/mmu feature check to use the new helpersAneesh Kumar K.V2016-08-011-1/+1
* powerpc: Create a helper for getting the kernel toc valueMichael Ellerman2016-03-071-10/+1Star
* powerpc/book3e-64: Don't limit paca to 256 MiBScott Wood2015-10-281-2/+7
* powerpc/kernel: Avoid memory corruption at early stageGavin Shan2015-01-231-0/+8
* KVM: PPC: Book3S PR: Rework SLB switching codeAlexander Graf2014-05-301-0/+3
* powerpc/ppc64: Gracefully handle early interruptsBenjamin Herrenschmidt2014-04-071-1/+2
* powerpc/e6500: TLB miss handler with hardware tablewalk supportScott Wood2014-01-101-0/+5
* powerpc: Dynamically allocate slb_shadow from memblockJeremy Kerr2013-12-091-7/+25
* powerpc: Make slb_shadow a localJeremy Kerr2013-12-091-1/+1
* powerpc: Fix section mismatch warning in free_lppacasVladimir Murzin2013-10-111-3/+3
* powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard2013-08-141-5/+5
* powerpc: Move boot_paca into early_setupGeoff Levand2013-02-151-2/+0Star
* powerpc: Initialise paca.data_offset with poisonMichael Ellerman2012-09-101-0/+1
* powerpc: Remove iseries specific fields in lppacaAnton Blanchard2012-04-301-3/+0Star
* powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell2012-03-211-9/+3Star
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-11-011-1/+1
* powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architect...Paul Mackerras2011-07-121-1/+1
* powerpc: Use nr_cpu_ids in initial paca allocationMilton Miller2011-05-191-11/+6Star
* powerpc: In HV mode, use HSPRG0 for PACABenjamin Herrenschmidt2011-04-201-1/+12
* powerpc: Set nr_cpu_ids early and use it to free PACAsRyan Grimm2011-04-051-1/+1
* powerpc/iseries: Fix early init access to lppacaBenjamin Herrenschmidt2011-03-101-14/+0Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-10-221-2/+68
|\
| * powerpc: Fix compile error with paca code on ppc64eKumar Gala2010-10-141-1/+1
| * powerpc: Dynamically allocate most lppaca structsPaul Mackerras2010-09-021-2/+68
* | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-311-0/+10
|\|
| * Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2010-08-041-4/+4
| |\