summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-01powerpc: Move common module code into its own fileKumar Gala4-151/+111
2008-07-01powerpc: hash_huge_page() should get the WIMG bits from the lpteDave Kleikamp1-3/+2
2008-07-01powerpc: Tell firmware we support architecture V2.06Joel Schopp1-1/+3
2008-07-01powerpc: Add cputable entry for Power7 architected modeJoel Schopp1-1/+12
2008-07-01powerpc: Only demote individual slices rather than whole processPaul Mackerras3-54/+161
2008-06-30powerpc: Add cputable entry for POWER7Michael Neuling3-0/+31
2008-06-30powerpc: Get rid of bitfields in ppc_bat structBecky Bruce1-11/+8
2008-06-30powerpc: Change BAT code to use phys_addr_tBecky Bruce3-9/+9
2008-06-30powerpc: Increase CRASH_HANDLER_MAXArnd Bergmann1-1/+1
2008-06-30powerpc/cell: Disable ptcal in case of crash kdumpArnd Bergmann1-4/+18
2008-06-30powerpc/pseries: Call pseries_kexec_setup only on pseriesArnd Bergmann1-1/+1
2008-06-30powerpc: Free a PTE bit on ppc64 with 64K pagesBenjamin Herrenschmidt2-10/+15
2008-06-30spufs: Convert nopfn to faultNick Piggin2-52/+54
2008-06-30powerpc: Get rid of CROSS32{AS,LD,OBJCOPY}Segher Boessenkool1-7/+1
2008-06-30Merge branch 'linux-2.6'Paul Mackerras182-3619/+6189
2008-06-30Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/po...Paul Mackerras14-6/+1756
2008-06-27powerpc: Add dma nodes to 83xx, 85xx and 86xx boardsKumar Gala36-53/+1433
2008-06-26powerpc/booke: Add kprobes support for booke style processorsKumar Gala2-15/+36
2008-06-26powerpc/kprobes: Some minor fixesKumar Gala2-1/+10
2008-06-26powerpc/QE: use arch_initcall to probe QUICC Engine GPIOsAnton Vorontsov1-1/+4
2008-06-26powerpc/85xx: Update pin setup for 8560adsVitaly Bordug1-3/+5
2008-06-26powerpc/e500mc: flush L2 on NAP for e500mcKumar Gala1-0/+9
2008-06-26powerpc/85xx: add DOZE/NAP support for e500 coreKumar Gala7-8/+142