aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/paca.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-31powerpc/64s/radix: Do not allocate SLB shadow structuresNicholas Piggin1-2/+11
2017-04-01powerpc/mm/hash: Store addr_limit in PACAAneesh Kumar K.V1-0/+1
2017-04-01powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V1-1/+2
2017-03-31powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V1-0/+19
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2016-08-01powerpc/mm: Convert early cpu/mmu feature check to use the new helpersAneesh Kumar K.V1-1/+1
2016-03-07powerpc: Create a helper for getting the kernel toc valueMichael Ellerman1-10/+1
2015-10-27powerpc/book3e-64: Don't limit paca to 256 MiBScott Wood1-2/+7
2015-01-23powerpc/kernel: Avoid memory corruption at early stageGavin Shan1-0/+8
2014-05-30KVM: PPC: Book3S PR: Rework SLB switching codeAlexander Graf1-0/+3
2014-04-07powerpc/ppc64: Gracefully handle early interruptsBenjamin Herrenschmidt1-1/+2
2014-01-09powerpc/e6500: TLB miss handler with hardware tablewalk supportScott Wood1-0/+5
2013-12-09powerpc: Dynamically allocate slb_shadow from memblockJeremy Kerr1-7/+25
2013-12-09powerpc: Make slb_shadow a localJeremy Kerr1-1/+1
2013-10-11powerpc: Fix section mismatch warning in free_lppacasVladimir Murzin1-3/+3
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard1-5/+5
2013-02-15powerpc: Move boot_paca into early_setupGeoff Levand1-2/+0
2012-09-10powerpc: Initialise paca.data_offset with poisonMichael Ellerman1-0/+1
2012-04-30powerpc: Remove iseries specific fields in lppacaAnton Blanchard1-3/+0
2012-03-21powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell1-9/+3
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker1-1/+1
2011-07-12powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bitsPaul Mackerras1-1/+1
2011-05-19powerpc: Use nr_cpu_ids in initial paca allocationMilton Miller1-11/+6
2011-04-20powerpc: In HV mode, use HSPRG0 for PACABenjamin Herrenschmidt1-1/+12
2011-04-05powerpc: Set nr_cpu_ids early and use it to free PACAsRyan Grimm1-1/+1
2011-03-10powerpc/iseries: Fix early init access to lppacaBenjamin Herrenschmidt1-14/+0
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+68
2010-10-14powerpc: Fix compile error with paca code on ppc64eKumar Gala1-1/+1
2010-09-02powerpc: Dynamically allocate most lppaca structsPaul Mackerras1-2/+68
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar1-0/+10
2010-08-05memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt1-1/+1
2010-08-04Merge commit 'gcl/next' into nextBenjamin Herrenschmidt1-4/+4
2010-07-31powerpc/kexec: Switch to a static PACA on the way outMatt Evans1-0/+10
2010-07-14lmb: rename to memblockYinghai Lu1-4/+4
2010-05-21powerpc/kexec: Fix race in kexec shutdownMichael Neuling1-0/+2
2010-03-09powerpc: Dynamically allocate pacasMichael Ellerman1-22/+71
2009-08-20powerpc: Add PACA fields specific to 64-bit Book3E processorsBenjamin Herrenschmidt1-0/+3
2009-06-09powerpc: Separate PACA fields for server CPUsBenjamin Herrenschmidt1-1/+13
2008-11-05powerpc: Update page-in counter for CMMBrian King1-0/+1
2008-09-15powerpc: Make the 64-bit kernel as a position-independent executablePaul Mackerras1-1/+2
2008-09-15powerpc: Make it possible to move the interrupt handlers away from the kernelPaul Mackerras1-0/+2
2008-04-24[POWERPC] Raise the upper limit of NR_CPUS and move the pacas into the BSSTony Breeds1-62/+25
2008-04-17[POWERPC] Initialize paca->current earlierBenjamin Herrenschmidt1-0/+1
2008-04-15[POWERPC] iSeries: Make iseries_reg_save private to iSeriesStephen Rothwell1-25/+8
2006-08-08[POWERPC] Implement SLB shadow bufferMichael Neuling1-1/+14
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-28[POWERPC] Clean up it_lp_queue.hStephen Rothwell1-1/+0
2006-03-27[PATCH] powerpc: Allow non zero boot cpuidsAnton Blanchard1-17/+4
2006-01-13[PATCH] powerpc: Remove lppaca structure from the PACADavid Gibson1-12/+24
2006-01-09[PATCH] powerpc: Remove some unneeded fields from the pacaDavid Gibson1-1/+0