summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2009-03-20PCI MSI: Add support for multiple MSIMatthew Wilcox1-0/+4
2009-03-20Merge commit 'gcl/next' into nextBenjamin Herrenschmidt7-42/+435
2009-03-20Merge commit 'kumar/next' into nextBenjamin Herrenschmidt13-18/+2532
2009-03-20powerpc/mm: Unify PTE_RPN_SHIFT and _PAGE_CHG_MASK definitionsBenjamin Herrenschmidt2-12/+26
2009-03-20powerpc/mm: Split the various pgtable-* headers based on MMU typeBenjamin Herrenschmidt12-467/+564
2009-03-19PCI/MSI: Use #ifdefs instead of weak functionsMichael Ellerman1-0/+4
2009-03-19powerpc/86xx: Default configuration for GE Fanuc's PPC9AMartyn Welch1-0/+1889
2009-03-19powerpc/86xx: Board support for GE Fanuc's PPC9AMartyn Welch4-1/+597
2009-03-19powerpc/cpm2: fix building fs_enet driver as a module.Grant Likely1-0/+1
2009-03-19powerpc/86xx: Run sbc310 USB fixup code only on the appropriate platform.Martyn Welch1-0/+4
2009-03-18powerpc/ps3: ps3_defconfig updatesGeoff Levand1-60/+190
2009-03-18Merge commit 'gcl/merge' into mergeBenjamin Herrenschmidt2-4/+6
2009-03-17powerpc/mm: Respect _PAGE_COHERENT on classic ppc32 SWKumar Gala1-3/+3
2009-03-17powerpc/5200: Enable CPU_FTR_NEED_COHERENT for MPC52xxPiotr Ziecik1-1/+3
2009-03-16sparseirq, powerpc/cell: fix unused variable warning in interrupt.cStephen Rothwell1-2/+0
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar19-139/+154
2009-03-13ps3/block: Replace mtd/ps3vram by block/ps3vramGeert Uytterhoeven1-0/+7
2009-03-11powerpc/bootwrapper: add fixed-head.o to simpleimage wrappersGrant Likely1-2/+2
2009-03-11powerpc/5200: add Phytec phyCORE-MPC5200B-IO board (pcm032)Wolfram Sang3-1/+395
2009-03-11powerpc/5200: add function to return external clock frequencyWolfgang Grandegger2-0/+38
2009-03-11powerpc/5200: remove sysfs debug file from GPT driverGrant Likely1-39/+0
2009-03-11powerpc/85xx: Update smp support to handle doorbells and non-mpic initKumar Gala1-8/+35
2009-03-11powerpc/math-emu: Fix efp dependenceLiu Yu2-5/+4
2009-03-11powerpc/85xx: remove setup_irq(NULL action) in ksi8560Thomas Gleixner1-2/+0
2009-03-11powerpc/85xx: Fix MPC8572DS PCI protected interrupt sourcesTed Peters2-2/+2
2009-03-11powerpc/kconfig: Kill PPC_MULTIPLATFORMBenjamin Herrenschmidt23-42/+60
2009-03-11powerpc/mm: Properly wire up get_user_pages_fast() on 32-bitBenjamin Herrenschmidt2-3/+17
2009-03-11powerpc/irq: Convert obsolete hw_interrupt_type to struct irq_chipThomas Gleixner2-2/+2
2009-03-11powerpc/irq: Convert obsolete irq_desc_t to struct irq_descThomas Gleixner2-3/+3
2009-03-11powerpc/udbg: Fix lost byte during console handover; change LFCR to CRLFAndrew Klossner3-10/+58
2009-03-11powerpc/pci: Fix typo: s/resouces/resources/ in a pr_debugWolfram Sang1-1/+1
2009-03-11powerpc/cell: Fix Axon MSI driver dependenciesMichael Ellerman2-1/+6
2009-03-11powerpc/pseries: The pseries MSI code depends on EEHMichael Ellerman2-1/+6
2009-03-11powerpc/pseries: Reject discontiguous/non-zero based MSI-X requestsMichael Ellerman1-0/+24
2009-03-11powerpc: Print linux_banner in prom_initMichael Ellerman2-1/+3
2009-03-11powerpc/oprofile: Enable support for ppc750 processorsOctavian Purdila1-0/+8
2009-03-11powerpc/spufs: Fix incorrect buffer offset in regs writeJeremy Kerr1-1/+1
2009-03-11powerpc/spufs: Check file offset before calculating write size in fixed-sized...Jeremy Kerr1-4/+6
2009-03-11powerpc/ps3: Make ps3av_set_video_mode mode ID signedroel kluin1-1/+1
2009-03-11powerpc/ps3: Print memory hotplug errorsGeoff Levand1-2/+2
2009-03-11powerpc: Add missing DABR flagsGeoff Levand1-0/+2
2009-03-11powerpc: Add defintion for MSR[GS] to list of MSR bitsTimur Tabi1-0/+1
2009-03-11powerpc/oprofile: G4 oprofile has variable number of countersOctavian Purdila1-10/+11
2009-03-11powerpc/spufs: Initialize ctx->stats.tstamp correctlyArnd Bergmann1-0/+4
2009-03-11powerpc: Remove unused asm-offsets entries for cpu_specMichael Ellerman1-3/+0
2009-03-11powerpc: Make sure we copy all cpu_spec features except PMC related onesMichael Ellerman1-12/+16
2009-03-11powerpc: Deindentify identify_cpu()Michael Ellerman1-58/+64
2009-03-11powerpc: Wire up /proc/vmallocinfo to our ioremap()Benjamin Herrenschmidt6-15/+38
2009-03-11powerpc: Estimate G5 cpufreq transition latencyNick Piggin1-1/+4
2009-03-11Merge commit 'origin/master' into nextBenjamin Herrenschmidt6-17/+77