aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/setup_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin1-2/+0
2015-09-17powerpc32: memset: only use dcbz once cache is enabledLEROY Christophe1-0/+3
2015-09-17powerpc32: memcpy: only use dcbz once cache is enabledLEROY Christophe1-0/+3
2014-11-10powerpc: Remove unused vgacon_remap_base & fix build breakMichael Ellerman1-5/+0
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard1-1/+0
2014-11-10powerpc: Remove bootmem allocatorAnton Blanchard1-3/+2
2014-10-02powerpc: Remove powerpc specific cmd_lineAnton Blanchard1-1/+1
2014-04-07powerpc: Make boot_cpuid common between 32 and 64-bitBenjamin Herrenschmidt1-2/+0
2014-02-11powerpc/ppc32: Fix the bug in the init of non-base exception stack for UPKevin Hao1-0/+5
2013-11-26powerpc: Clean up panic_timeout usageJason Baron1-3/+0
2013-10-30powerpc: Move local setup.h declarations to arch includesRobert Jennings1-2/+0
2013-08-07powerpc/85xx: Move ePAPR paravirt initialization earlierLaurentiu TUDOR1-1/+3
2012-07-11powerpc/watchdog: move booke watchdog param related code to setup-common.cShaohui Xie1-24/+0
2012-04-19powerpc: fix build when CONFIG_BOOKE_WDT is enabledBaruch Siach1-0/+3
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2011-11-16powerpc: Copy down exception vectors after feature fixupsAnton Blanchard1-0/+2
2011-09-20powerpc/32: Pass device tree address as u64 to machine_initScott Wood1-1/+1
2011-07-22Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt1-0/+2
2011-07-19powerpc: Exporting boot_cpuid_physAndrew Gabbasov1-0/+1
2011-07-12powerpc/44x: don't use tlbivax on AMP systemsDave Kleikamp1-0/+2
2011-06-17powerpc: Fix early boot accounting of CPUsMatt Evans1-1/+0
2011-04-20powerpc: Properly handshake CPUs going out of boot spin loopBenjamin Herrenschmidt1-0/+1
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2010-10-14powerpc/fsl_booke: Add support to boot from core other than 0Matthew McClintock1-1/+1
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar1-4/+5
2010-08-23powerpc/4xx: Index interrupt stacks by physical cpuDave Kleikamp1-4/+5
2010-08-05memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt1-1/+1
2010-07-14lmb: rename to memblockYinghai Lu1-8/+8
2010-06-15powerpc: Unconditionally enabled irq stacksChristoph Hellwig1-4/+0
2010-03-19powerpc: Fix swiotlb to respect the boot optionFUJITA Tomonori1-6/+0
2009-11-10swiotlb: Defer swiotlb init printing, export swiotlb_print_info()FUJITA Tomonori1-1/+1
2009-09-11powerpc/nvram: Enable use Generic NVRAM driver for different size chipsMartyn Welch1-0/+8
2009-06-26powerpc: Add irqtrace support for 32-bit powerpcBenjamin Herrenschmidt1-0/+2
2009-06-09powerpc: Add support for swiotlb on 32-bitBecky Bruce1-0/+6
2008-12-23powerpc/32: Wire up the trampoline code for kdumpDale Farnsworth1-0/+2
2008-12-21powerpc/mm: Runtime allocation of mmu context maps for nohash CPUsBenjamin Herrenschmidt1-0/+5
2008-12-21powerpc/mm: Introduce MMU featuresBenjamin Herrenschmidt1-0/+4
2008-12-16powerpc: Move smp_hw_index to 32-bit codeNathan Lynch1-0/+2
2008-12-16powerpc: Remove `have_of' global variableAnton Vorontsov1-2/+0
2008-10-14powerpc: Reflect the used arguments in machine_init() prototypeSebastian Andrzej Siewior1-1/+1
2008-08-20powerpc: Expose PMCs & cache topology in sysfs on 32-bitBenjamin Herrenschmidt1-11/+0
2008-07-23kgdb, powerpc: arch specific powerpc kgdb supportJason Wessel1-16/+0
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt1-3/+3
2008-07-03powerpc: Fixup lwsync at runtimeKumar Gala1-0/+4
2008-06-26powerpc/85xx: add DOZE/NAP support for e500 coreKumar Gala1-0/+5
2008-06-02[POWERPC] Move to runtime allocated exception stacksKumar Gala1-0/+24
2008-05-26ftrace: powerpc clean upsSteven Rostedt1-5/+0
2008-05-23ftrace: support for PowerPCSteven Rostedt1-3/+8
2008-04-29[POWERPC] Add IRQSTACKS support on ppc32Kumar Gala1-0/+21
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+13