summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mpc5121: Add support for CPLD on MPC5121ADS boardJohn Rigby2008-07-125-1/+233
* powerpc/mpc5121: Add generic board support for MPC5121 platformsJohn Rigby2008-07-126-63/+177
* powerpc/mpc5121: Add clock driverJohn Rigby2008-07-124-0/+732
* powerpc/mpc5121: Update device tree for MPC5121ADS evaluation boardJohn Rigby2008-07-121-11/+299
* powerpc/mpc5200: fix compile warnings in bestcomm driverGrant Likely2008-07-122-2/+2
* powerpc/mpc5200: Add PSC helpers for bestcomm engineGrant Likely2008-07-122-0/+100
* powerpc/mpc5200_wdt: use linux/of_platform.h instead of asmStephen Rothwell2008-07-121-1/+1
* powerpc/mpc52xx_psc_spi: use linux/of_platform.h instead of asmStephen Rothwell2008-07-121-1/+1
* powerpc/pata_mpc52xx: use linux/of_platform.h instead of asmStephen Rothwell2008-07-121-1/+1
* powerpc/mpc5200: add missing MSCAN FDT nodes for TQM52xxWolfgang Grandegger2008-07-121-0/+14
* OpenFirmware: Include <linux/of_i2c.h> from of_i2c.c.Robert P. J. Day2008-07-121-0/+1
* powerpc/i2c: Convert i2c-mpc into an of_platform driverJon Smirl2008-07-122-177/+60
* powerpc/mpc5200: PCI write combine timerAndre Schwarz2008-07-121-1/+2
* powerpc/pseries: Update numa association of hotplug memory add for drconf memoryNathan Fontenot2008-07-031-18/+83
* powerpc/pseries: Split code into helper routines for drconf memoryNathan Fontenot2008-07-031-39/+170
* powerpc/pseries: Update the device tree correctly for drconf memory add/removeNathan Fontenot2008-07-033-33/+104
* powerpc/pseries: Use base address to derive starting page frame numberNathan Fontenot2008-07-031-19/+17
* powerpc/pseries: Allow phandle to be specified in formats other than decimalNathan Fontenot2008-07-031-1/+1
* powerpc: Remove old dump_task_* functionsMichael Neuling2008-07-032-103/+0
* powerpc: Clean up copy_to/from_user for vsx and fprMichael Neuling2008-07-033-66/+96
* powerpc: Fixup lwsync at runtimeKumar Gala2008-07-0313-26/+131
* powerpc: Fix building of feature-fixup tests on ppc32Kumar Gala2008-07-031-3/+3
* powerpc: Fix compile warning in init_threadMichael Neuling2008-07-031-1/+1
* powerpc: Fix building of arch/powerpc/mm/mem.o when MEMORY_HOTPLUG=y and SPAR...Tony Breeds2008-07-032-2/+3
* powerpc: Update for VSX core file and ptraceMichael Neuling2008-07-014-28/+17
* powerpc: Fix compile error for CONFIG_VSXMichael Neuling2008-07-011-0/+1
* powerpc: Keep 3 high personality bytes across execEric B Munson2008-07-011-1/+2
* powerpc: Make sure that include/asm-powerpc/spinlock.h does not trigger compi...Bart Van Assche2008-07-011-13/+14
* powerpc: Explicitly copy elements of pt_regsStephen Rothwell2008-07-011-12/+12
* powerpc: Remove experimental status of kdump on 64-bit powerpcBernhard Walle2008-07-011-2/+2
* powerpc: Add 64 bit version of huge_ptep_set_wrprotectAndy Whitcroft2008-07-013-6/+15
* powerpc: Prevent memory corruption due to cache invalidation of unaligned DMA...Andrew Lewis2008-07-011-2/+9
* powerpc/bootwrapper: Pad .dtb by defaultKumar Gala2008-07-011-0/+2
* powerpc: Add CONFIG_VSX config optionMichael Neuling2008-07-011-0/+16
* powerpc: Add VSX context save/restore, ptrace and signal supportMichael Neuling2008-07-0116-8/+451
* powerpc: Add VSX assembler code macrosMichael Neuling2008-07-012-0/+126
* powerpc: Add VSX CPU featureMichael Neuling2008-07-012-1/+18
* powerpc: Introduce VSX thread_struct and CONFIG_VSXMichael Neuling2008-07-015-21/+121
* powerpc: Make load_up_fpu and load_up_altivec callableMichael Neuling2008-07-014-8/+16
* powerpc: Move altivec_unavailableMichael Neuling2008-07-011-1/+3
* powerpc: Add macros to access floating point registers in thread_struct.Michael Neuling2008-07-018-43/+58
* powerpc: Fix MSR setting in 32 bit signal codeMichael Neuling2008-07-011-4/+6
* powerpc: Change the default link address for pSeries zImage kernelsTony Breeds2008-07-015-7/+26
* powerpc: Use an alternative feature section in entry_64.SMichael Ellerman2008-07-011-6/+6
* powerpc: Add self-tests of the feature fixup codeMichael Ellerman2008-07-014-0/+939
* powerpc: Add logic to patch alternative feature sectionsMichael Ellerman2008-07-011-14/+65
* powerpc: Introduce infrastructure for feature sections with alternativesMichael Ellerman2008-07-017-16/+64
* powerpc: Consolidate feature fixup macros for 64/32 bitMichael Ellerman2008-07-011-41/+13
* powerpc: Consolidate CPU and firmware feature fixup macrosMichael Ellerman2008-07-014-76/+104
* powerpc: Split out do_feature_fixups() from cputable.cMichael Ellerman2008-07-013-36/+57