summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-07-09powerpc/44x: Update ppc44x_defconfigJosh Boyer1-45/+104
2008-07-09powerpc/44x: Support NAND boot for Rev A Warp boardsSean MacLennan1-2/+7
2008-07-09powerpc: rework 4xx PTE access and TLB missBenjamin Herrenschmidt4-192/+134
2008-07-09Merge branch 'virtex-for-2.6.27' of git://git.secretlab.ca/git/linux-2.6-virt...Josh Boyer12-3/+1646
2008-07-09powerpc/440: Convert Virtex ML507 device tree to dts-v1Grant Likely1-99/+157
2008-07-09powerpc/bootwrapper: Allow user to specify additional default targetsGrant Likely2-0/+16
2008-07-04powerpc/bootwrapper: add missing bit of simpleImage targetGrant Likely1-0/+4
2008-07-04powerpc/bootwrapper: Add documentation of boot wrapper targetsGrant Likely1-1/+14
2008-07-04powerpc/virtex: add defconfig for virtex 5 platformsJohn Linn1-0/+1107
2008-07-04powerpc/virtex: add Xilinx 440 cpu to the cputableJohn Linn1-0/+10
2008-07-04powerpc/virtex: add Xilinx Virtex 5 ppc440 platform supportJohn Linn3-0/+87
2008-07-04powerpc/virtex: Fix booting of Xilinx FPGAs with 16550 for 405 and 440John Linn4-2/+112
2008-07-04powerpc/virtex: add dts file for ML507 reference designJohn Linn1-0/+238
2008-07-03powerpc/pseries: Update numa association of hotplug memory add for drconf memoryNathan Fontenot1-18/+83
2008-07-03powerpc/pseries: Split code into helper routines for drconf memoryNathan Fontenot1-39/+170
2008-07-03powerpc/pseries: Update the device tree correctly for drconf memory add/removeNathan Fontenot2-31/+100
2008-07-03powerpc/pseries: Use base address to derive starting page frame numberNathan Fontenot1-19/+17
2008-07-03powerpc/pseries: Allow phandle to be specified in formats other than decimalNathan Fontenot1-1/+1
2008-07-03powerpc: Remove old dump_task_* functionsMichael Neuling1-83/+0
2008-07-03powerpc: Clean up copy_to/from_user for vsx and fprMichael Neuling3-66/+96
2008-07-03powerpc: Fixup lwsync at runtimeKumar Gala9-0/+85
2008-07-03powerpc: Fix building of feature-fixup tests on ppc32Kumar Gala1-3/+3
2008-07-03powerpc: Fix building of arch/powerpc/mm/mem.o when MEMORY_HOTPLUG=y and SPAR...Tony Breeds1-0/+1
2008-07-01powerpc: Update for VSX core file and ptraceMichael Neuling2-26/+14
2008-07-01powerpc: Fix compile error for CONFIG_VSXMichael Neuling1-0/+1
2008-07-01powerpc: Explicitly copy elements of pt_regsStephen Rothwell1-12/+12
2008-07-01powerpc: Remove experimental status of kdump on 64-bit powerpcBernhard Walle1-2/+2
2008-07-01powerpc: Prevent memory corruption due to cache invalidation of unaligned DMA...Andrew Lewis1-2/+9
2008-07-01powerpc/bootwrapper: Pad .dtb by defaultKumar Gala1-0/+2
2008-07-01powerpc: Add CONFIG_VSX config optionMichael Neuling1-0/+16
2008-07-01powerpc: Add VSX context save/restore, ptrace and signal supportMichael Neuling11-5/+388
2008-07-01powerpc: Add VSX assembler code macrosMichael Neuling1-0/+23
2008-07-01powerpc: Add VSX CPU featureMichael Neuling1-0/+4
2008-07-01powerpc: Introduce VSX thread_struct and CONFIG_VSXMichael Neuling4-18/+106
2008-07-01powerpc: Make load_up_fpu and load_up_altivec callableMichael Neuling4-8/+16
2008-07-01powerpc: Move altivec_unavailableMichael Neuling1-1/+3
2008-07-01powerpc: Add macros to access floating point registers in thread_struct.Michael Neuling6-41/+51
2008-07-01powerpc: Fix MSR setting in 32 bit signal codeMichael Neuling1-4/+6
2008-07-01powerpc: Change the default link address for pSeries zImage kernelsTony Breeds5-7/+26
2008-07-01powerpc: Use an alternative feature section in entry_64.SMichael Ellerman1-6/+6
2008-07-01powerpc: Add self-tests of the feature fixup codeMichael Ellerman4-0/+939
2008-07-01powerpc: Add logic to patch alternative feature sectionsMichael Ellerman1-14/+65
2008-07-01powerpc: Introduce infrastructure for feature sections with alternativesMichael Ellerman4-3/+5
2008-07-01powerpc: Split out do_feature_fixups() from cputable.cMichael Ellerman3-36/+57
2008-07-01powerpc: Add PPC_NOP_INSTR, a hash define for the preferred nop instructionMichael Ellerman3-3/+5
2008-07-01powerpc: Add tests of the code patching routinesMichael Ellerman2-0/+303
2008-07-01powerpc: Add new code patching routinesMichael Ellerman1-0/+107
2008-07-01powerpc: Make create_branch() return errors if the branch target is too largeMichael Ellerman1-2/+8
2008-07-01powerpc: Allow create_branch() to return errorsMichael Ellerman4-16/+20
2008-07-01powerpc: Move code patching code into arch/powerpc/lib/code-patching.cMichael Ellerman5-0/+38