summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-07-16Merge commit 'origin/master'Benjamin Herrenschmidt6-219/+26
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar5-219/+25
2008-07-15Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2008-07-15Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-buildBenjamin Herrenschmidt9-9/+373
2008-07-15powerpc: Don't spin on sync instruction at boot timeSonny Rao1-1/+2
2008-07-15powerpc: Add VSX load/store alignment exception handlerMichael Neuling1-1/+57
2008-07-15powerpc: fix giveup_vsx to save registers correctlyMichael Neuling4-7/+15
2008-07-15powerpc: support for latencytopArnd Bergmann1-10/+27
2008-07-15powerpc: Add PPC_FEATURE_PSERIES_PERFMON_COMPATNathan Lynch1-2/+4
2008-07-15Merge commit 'jwb/jwb-next'Benjamin Herrenschmidt3-190/+114
2008-07-15Merge branch 'core/rodata' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+0
2008-07-14generic-ipi: powerpc/generic-ipi tree build failureStephen Rothwell1-0/+1
2008-07-14powerpc/booke: don't reinitialize time baseKumar Gala1-4/+0
2008-07-14Merge commit 'origin/HEAD' into test-mergeBenjamin Herrenschmidt2-2/+10
2008-07-10Merge branch 'tracing/ftrace' into auto-ftrace-nextIngo Molnar8-7/+373
2008-07-09powerpc: rework 4xx PTE access and TLB missBenjamin Herrenschmidt2-190/+104
2008-07-09Merge branch 'virtex-for-2.6.27' of git://git.secretlab.ca/git/linux-2.6-virt...Josh Boyer1-0/+10
2008-07-09powerpc: remove unused variable in emulate_fp_pairMichael Neuling1-3/+3
2008-07-09powerpc: fix swapcontext backwards compat. with VSX ucontext changesMichael Neuling2-5/+70
2008-07-09powerpc/ibmebus: more meaningful variable namePaul Gortmaker1-2/+2
2008-07-09powerpc/mm: Add Strong Access Ordering supportDave Kleikamp1-0/+3
2008-07-09powerpc: Use new printk extension %pS to print symbols on oopsBenjamin Herrenschmidt1-9/+5
2008-07-09powerpc: move device_to_mask() to dma-mapping.hMark Nelson1-9/+0
2008-07-09powerpc/dma: implement new dma_*map*_attrs() interfacesMark Nelson3-20/+37
2008-07-09powerpc/dma: Add struct iommu_table argument to iommu_map_sg()Mark Nelson2-5/+4
2008-07-09powerpc: Add missing reference to coherent_dma_maskVitaly Bordug1-0/+2
2008-07-07powerpc: Fix unterminated of_device_id array in legacy_serial.cBenjamin Herrenschmidt1-2/+3
2008-07-04powerpc/virtex: add Xilinx 440 cpu to the cputableJohn Linn1-0/+10
2008-07-03generic-ipi: fix linux-next tree build failureStephen Rothwell1-1/+1
2008-07-03stacktrace: export save_stack_trace[_tsk]Ingo Molnar1-0/+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 Gala7-0/+34
2008-07-02powerpc/legacy_serial: Bail if reg-offset/shift properties are presentJohn Linn1-0/+5
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: 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 Neuling5-13/+23
2008-07-01powerpc: Fix MSR setting in 32 bit signal codeMichael Neuling1-4/+6
2008-07-01powerpc: Use an alternative feature section in entry_64.SMichael Ellerman1-6/+6
2008-07-01powerpc: Introduce infrastructure for feature sections with alternativesMichael Ellerman3-3/+3
2008-07-01powerpc: Split out do_feature_fixups() from cputable.cMichael Ellerman1-36/+0
2008-07-01powerpc: Add PPC_NOP_INSTR, a hash define for the preferred nop instructionMichael Ellerman3-3/+5
2008-07-01powerpc: Allow create_branch() to return errorsMichael Ellerman1-2/+4