aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/setup_64.c
AgeCommit message (Expand)Author
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-01-09powerpc/e6500: TLB miss handler with hardware tablewalk supportScott Wood
2013-12-05powerpc/book3s: Introduce exclusive emergency stack for machine check exception.Mahesh Salgaonkar
2013-12-02powerpc: Use patch_exception to update the debug exception handlerKevin Hao
2013-11-26powerpc: Clean up panic_timeout usageJason Baron
2013-10-30powerpc: Move local setup.h declarations to arch includesRobert Jennings
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-08-29Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf
2013-08-14powerpc: Make cache info device tree accesses endian safeAnton Blanchard
2013-08-14powerpc: Better split CONFIG_PPC_INDIRECT_PIO and CONFIG_PPC_INDIRECT_MMIOBenjamin Herrenschmidt
2013-08-14powerpc/pmac: Early debug output on screen on 64-bit macsBenjamin Herrenschmidt
2013-08-14powerpc: Fix a number of sparse warningsAnton Blanchard
2013-08-07powerpc/85xx: Move ePAPR paravirt initialization earlierLaurentiu TUDOR
2013-07-08powerpc/kvm: Contiguous memory allocator based RMA allocationAneesh Kumar K.V
2013-07-08powerpc/kvm: Contiguous memory allocator based hash page table allocationAneesh Kumar K.V
2013-07-01powerpc/smp: Section mismatch from smp_release_cpus to __initdata spinning_se...Chen Gang
2013-04-30powerpc: Reduce PTE table memory wastageAneesh Kumar K.V
2013-02-15powerpc: Apply early paca fixups to boot_paca and the boot cpu's pacaMichael Ellerman
2013-02-15powerpc: Move boot_paca into early_setupGeoff Levand
2012-11-15powerpc: Make load_hander handle upto 64k offsetMichael Neuling
2012-09-27powerpc: Set paca->data_offset = 0 for boot cpuMichael Ellerman
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells
2012-03-05KVM: PPC: Convert RMA allocation into generic codeAlexander Graf
2011-12-07powerpc: Add gpages reservation code for 64-bit FSL BOOKEBecky Bruce
2011-11-16powerpc: Copy down exception vectors after feature fixupsAnton Blanchard
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker
2011-09-20powerpc: Coding style cleanupsAnton Blanchard
2011-09-20powerpc: Use for_each_node_by_type instead of open coding itAnton Blanchard
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2011-07-12KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsPaul Mackerras
2011-06-17powerpc: Fix early boot accounting of CPUsMatt Evans
2011-05-19powerpc/fsl-booke64: Add support for Debug Level exception handlerKumar Gala
2011-05-06powerpc: Rename slb0_limit() to safe_stack_limit() and add Book3E supportBenjamin Herrenschmidt
2011-04-27powerpc: Free up some CPU feature bits by moving out MMU-related featuresMatt Evans
2011-04-20powerpc: Properly handshake CPUs going out of boot spin loopBenjamin Herrenschmidt
2010-12-09powerpc: Fix incorrect comment about interrupt stack allocationAnton Blanchard
2010-11-18powerpc: Update a BKL related commentAlessio Igor Bogani
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar
2010-08-24powerpc: Correct smt_enabled=X boot option for > 2 threads per coreNathan Fontenot
2010-08-05memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt
2010-08-04Merge commit 'gcl/next' into nextBenjamin Herrenschmidt
2010-07-31powerpc/kexec: Switch to a static PACA on the way outMatt Evans
2010-07-14lmb: rename to memblockYinghai Lu
2010-07-09powerpc: Optimise per cpu accesses on 64bitAnton Blanchard
2010-06-15powerpc: Unconditionally enabled irq stacksChristoph Hellwig
2010-05-21powerpc: Use more accurate limit for first segment memory allocationsAnton Blanchard
2010-05-21powerpc: Use common cpu_die (fixes SMP+SUSPEND build)Milton Miller
2010-03-19powerpc: Fix swiotlb to respect the boot optionFUJITA Tomonori