summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Use new printk extension %pS to print symbols on oopsBenjamin Herrenschmidt2008-07-091-9/+5Star
* powerpc: move device_to_mask() to dma-mapping.hMark Nelson2008-07-091-9/+0Star
* powerpc/cell: cell_dma_dev_setup_iommu() return the iommu tableMark Nelson2008-07-091-4/+4
* powerpc/dma: implement new dma_*map*_attrs() interfacesMark Nelson2008-07-096-29/+50
* powerpc/dma: Add struct iommu_table argument to iommu_map_sg()Mark Nelson2008-07-092-5/+4Star
* powerpc/spufs: add atomic busy_spus counter to struct cbe_spu_infoMaxim Shchetynin2008-07-091-0/+6
* powerpc/ps3: Quiet system bus match outputGeoff Levand2008-07-091-8/+13
* powerpc/spufs: only add ".ctx" file with "debug" mount optionJeremy Kerr2008-07-093-8/+38
* powerpc/spufs: add sizes for context filesJeremy Kerr2008-07-091-17/+19
* powerpc/spufs: allow spufs files to specify sizesJeremy Kerr2008-07-093-7/+15
* powerpc/spufs: avoid magic numbers for mapping sizesJeremy Kerr2008-07-093-18/+25
* powerpc/spufs: don't extend time time slice if context is not in spu_runLuke Browning2008-07-091-1/+2
* powerpc/spufs: provide context debug fileLuke Browning2008-07-091-0/+54
* 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-032-31/+100
* powerpc/pseries: Use base address to derive starting page frame numberNathan Fontenot2008-07-031-19/+17Star
* 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-031-83/+0Star
* powerpc: Clean up copy_to/from_user for vsx and fprMichael Neuling2008-07-033-66/+96
* powerpc: Fixup lwsync at runtimeKumar Gala2008-07-039-0/+85
* powerpc: Fix building of feature-fixup tests on ppc32Kumar Gala2008-07-031-3/+3
* powerpc: Fix building of arch/powerpc/mm/mem.o when MEMORY_HOTPLUG=y and SPAR...Tony Breeds2008-07-031-0/+1
* powerpc: Update for VSX core file and ptraceMichael Neuling2008-07-012-26/+14Star
* powerpc: Fix compile error for CONFIG_VSXMichael Neuling2008-07-011-0/+1
* 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: 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-0111-5/+388
* powerpc: Add VSX assembler code macrosMichael Neuling2008-07-011-0/+23
* powerpc: Add VSX CPU featureMichael Neuling2008-07-011-0/+4
* powerpc: Introduce VSX thread_struct and CONFIG_VSXMichael Neuling2008-07-014-18/+106
* 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-016-41/+51
* 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-014-3/+5
* powerpc: Split out do_feature_fixups() from cputable.cMichael Ellerman2008-07-013-36/+57
* powerpc: Add PPC_NOP_INSTR, a hash define for the preferred nop instructionMichael Ellerman2008-07-013-3/+5
* powerpc: Add tests of the code patching routinesMichael Ellerman2008-07-012-0/+303
* powerpc: Add new code patching routinesMichael Ellerman2008-07-011-0/+107
* powerpc: Make create_branch() return errors if the branch target is too largeMichael Ellerman2008-07-011-2/+8
* powerpc: Allow create_branch() to return errorsMichael Ellerman2008-07-014-16/+20
* powerpc: Move code patching code into arch/powerpc/lib/code-patching.cMichael Ellerman2008-07-015-0/+38