aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-22[POWERPC] Bypass hcall stats until cpu features have runAnton Blanchard1-1/+6
2007-03-22[POWERPC] Avoid hypervisor statistics calculation in real modeMohan Kumar M3-1/+51
2007-03-14[PATCH] pasemi trivial iomem annotationsAl Viro1-1/+1
2007-03-10[POWERPC] ps3: always make sure were running on a PS3Geert Uytterhoeven2-2/+2
2007-03-10[POWERPC] Fix spu SLB invalidationsBenjamin Herrenschmidt3-82/+74
2007-03-10[POWERPC] avoid SPU_ACTIVATE_NOWAKE optimizationChristoph Hellwig3-11/+6
2007-03-10[POWERPC] spufs: fix possible memory corruption is spufs_mem_writeArnd Bergmann1-10/+14
2007-03-07[POWERPC] 85xx: Enable CONFIG_SERIAL_8250_SHARE_IRQKumar Gala1-0/+1
2007-03-07[POWERPC] Select u-image as default image for LinkstationSegher Boessenkool1-0/+1
2007-03-07[POWERPC] 83xx: Minor fixes for 834x_mds USB setup codeLi Yang1-4/+4
2007-03-08[POWERPC] Fix warning in powermac pci.cBenjamin Herrenschmidt1-2/+5
2007-03-08[POWERPC] Fix warning in powermac feature.cBenjamin Herrenschmidt1-1/+4
2007-03-08[POWERPC] Celleb: bug fix caused by not casting pointer typesIshizaki Kou1-21/+61
2007-03-06mv643xx_eth: Place explicit port number in mv643xx_eth_platform_dataDale Farnsworth1-0/+2
2007-03-01[PATCH] ps3: introduce CONFIG_PS3_ADVANCEDGeert Uytterhoeven1-7/+21
2007-02-20backlight: Separate backlight properties from backlight ops pointersRichard Purdie1-4/+4
2007-02-20backlight: Fix external uses of backlight internal semaphoreRichard Purdie1-14/+5
2007-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds21-242/+253
2007-02-17Merge branch '85xx' into for_paulusKumar Gala5-42/+28
2007-02-17Merge branch '83xx' into for_paulusKumar Gala11-170/+185
2007-02-17[POWERPC] 85xx: Renamed MPC8568 MDS board code to match other boardsKumar Gala3-19/+19
2007-02-17[POWERPC] 85xx: Cleaning up machine probingKumar Gala3-23/+9
2007-02-17Merge branch 'master' into 85xxKumar Gala4-2/+120
2007-02-17[POWERPC] 83xx: Updated and renamed MPC8360PB to MPC836x MDSKumar Gala3-28/+22
2007-02-17[POWERPC] 83xx: Use of_platform_bus_probe to setup QE devicesKumar Gala2-26/+20
2007-02-17[POWERPC] 83xx: use default value of loops_per_jiffyKumar Gala4-43/+0
2007-02-17[POWERPC] 83xx: Remove obsolete setting of ROOT_DEV.Kumar Gala4-34/+0
2007-02-17[POWERPC] 83xx: Cleaning up machine probing and board initcallsKumar Gala5-41/+27
2007-02-16Merge branch '85xx' into for_paulusKumar Gala4-22/+0
2007-02-16[POWERPC] 86xx: Add missing of_node_put() in mpc86xx_hpcn_init_irq().Jon Loeliger1-0/+2
2007-02-16[POWERPC] 8[56]xx: Remove obsolete setting of ROOT_DEV for 85xx and 86xx platforms.Jon Loeliger4-22/+0
2007-02-17[POWERPC] pseries: Enabling auto poweron after power is restored.Manish Ahuja4-2/+120
2007-02-16[PATCH] genirq: remove IRQ_DISABLEDIngo Molnar1-2/+0
2007-02-16[POWERPC] Fix cut and paste breakage in arch/powerpc/platforms/pseries/pseries.hMichael Ellerman1-2/+2
2007-02-16[POWERPC] celleb: fix scc_uhc.c dependencyIshizaki Kou1-2/+1
2007-02-16[POWERPC] celleb: fix CONFIG_KEXEC dependencyIshizaki Kou1-0/+2
2007-02-16[POWERPC] PS3: System manager supportGeoff Levand2-4/+33
2007-02-14[POWERPC] Cleanup pseries kexec codeMichael Ellerman4-48/+83
2007-02-14[POWERPC] Cleanup pseries smp initialisation codeMichael Ellerman3-6/+9
2007-02-14[POWERPC] Consolidate pseries platform header files into pseries.hMichael Ellerman5-29/+23
2007-02-14Merge branch 'cell-merge' of git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arnd/cell-2.6Paul Mackerras6-217/+379
2007-02-13[POWERPC] cell: PPU Oprofile cleanup patchCarl Love1-10/+4
2007-02-13[POWERPC] spufs: avoid accessing kernel memory through mmapped /mem nodeMasato Noguchi1-0/+3
2007-02-13[POWERPC] spu sched: static timeslicing for SCHED_RR contextsChristoph Hellwig4-3/+56
2007-02-13[POWERPC] spu sched: use DECLARE_BITMAPChristoph Hellwig1-2/+1
2007-02-13[POWERPC] spu sched: forced preemption at executionChristoph Hellwig3-0/+76
2007-02-13[POWERPC] spu sched: update some commentsChristoph Hellwig1-8/+8
2007-02-13[POWERPC] spu sched: simplity spu_remove_from_active_listChristoph Hellwig1-29/+15
2007-02-13[POWERPC] spufs: optimize spu_runChristoph Hellwig5-12/+23
2007-02-13[POWERPC] spufs: runqueue simplificationChristoph Hellwig2-67/+93