summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2006-01-09[PATCH] spufs: move spu_run call to its own fileArnd Bergmann4-153/+160
2006-01-09[PATCH] spufs: clean up use of bitopsArnd Bergmann4-13/+12
2006-01-09[PATCH] spufs: fix spufs_fill_dir error pathArnd Bergmann1-35/+38
2006-01-09[PATCH] spufs: dont leak directories in failed spu_createArnd Bergmann1-17/+37
2006-01-09[PATCH] spufs fix spu_acquire_runnable error pathArnd Bergmann1-2/+2
2006-01-09[PATCH] spufs: serialize sys_spu_run per spuArnd Bergmann3-5/+12
2006-01-09[PATCH] spufs: check for proper file pointer in sys_spu_runArnd Bergmann3-3/+5
2006-01-09[PATCH] spufs: dont hold root->isem in spu_forgetArnd Bergmann1-10/+10
2006-01-09[PATCH] spufs: fix locking in spu_acquire_runnableArnd Bergmann1-4/+6
2006-01-09[PATCH] cell: enable pause(0) in cpu_idleArnd Bergmann7-4/+309
2006-01-09[PATCH] powerpc: Fix search for the main interrupt controllerHaren Myneni1-6/+9
2006-01-09[PATCH] powerpc: added a udbg_progressKumar Gala1-7/+1
2006-01-09[PATCH] powerpc: Experimental support for new G5 Macs (#2)Benjamin Herrenschmidt6-234/+449
2006-01-09[PATCH] powerpc: export PCI fixup routinelinas1-1/+1
2006-01-09[PATCH] powerpc: Remove device_node addrs/n_addrBenjamin Herrenschmidt7-313/+381
2006-01-09[PATCH] powerpc/cell: disable legacy i/o areaDavid Woodhouse1-0/+10
2006-01-09[PATCH] powerpc/cell: add iommu support for larger memoryJens.Osterkamp@de.ibm.com1-49/+176
2006-01-09[PATCH] spufs: clear dsisr on CLASS1[Mf] exceptionArnd Bergmann1-1/+2
2006-01-09[PATCH] spufs: fix hexdump formatArnd Bergmann1-1/+1
2006-01-09[PATCH] spufs: trivial compile fixArnd Bergmann1-1/+1
2006-01-09[PATCH] spufs: fix module refcount raceArnd Bergmann1-1/+1
2006-01-09[PATCH] spufs: fix mailbox pollingArnd Bergmann6-24/+95
2006-01-09[PATCH] spufs: Improved SPU preemptability [part 2].Arnd Bergmann3-27/+63
2006-01-09[PATCH] spufs: Improved SPU preemptability.Arnd Bergmann7-121/+202
2006-01-09[PATCH] spufs: Turn off debugging outputArnd Bergmann2-2/+3
2006-01-09[PATCH] spufs: Fix oops when spufs module is not loadedArnd Bergmann1-4/+6
2006-01-09[PATCH] spufs: fix local store page refcountingArnd Bergmann2-2/+3
2006-01-09[PATCH] spufs: Make all exports GPL-onlyArnd Bergmann1-3/+3
2006-01-09[PATCH] powerpc: Add arch dependent basic infrastructure for Kdump.Michael Ellerman5-1/+5
2006-01-09[PATCH] powerpc: Fixups for kernel linked at 32 MBMichael Ellerman1-9/+7
2006-01-09[PATCH] powerpc: Create a trampoline for the fwnmi vectorsMichael Ellerman2-12/+12
2006-01-09[PATCH] powerpc: minor cleanup of void ptr dereflinas2-7/+7
2006-01-09[PATCH] powerpc: Update OF address parsersBenjamin Herrenschmidt1-1/+1
2006-01-09[PATCH] powerpc: udbg updatesBenjamin Herrenschmidt3-8/+8
2006-01-09[PATCH] powerpc: powermac adb fix udbg_adb_use_btext warningAndy Whitcroft1-2/+2
2006-01-09[PATCH] powerpc: powermac adb fix dependency on btext_drawcharAndy Whitcroft1-2/+5
2006-01-09[PATCH] powerpc: migrate common PCI hotplug codeLinas Vepstas2-1/+175
2006-01-09[PATCH] powerpc: PCI hotplug common code eliminationLinas Vepstas1-0/+26
2006-01-09[PATCH] powerpc: More serial probe fixes (#2)Benjamin Herrenschmidt1-16/+0
2006-01-09[PATCH] powerpc: Fix g5 build with xmonBenjamin Herrenschmidt1-2/+2
2006-01-09[PATCH] powerpc: Remove ItLpRegSave area from the pacaDavid Gibson1-0/+7
2006-01-09powerpc: more iseries irq workStephen Rothwell1-20/+33
2006-01-09powerpc: partly merge iseries do_IRQStephen Rothwell3-10/+28
2006-01-09powerpc: use end_IRQ for iseries irqsStephen Rothwell1-11/+10
2006-01-09powerpc: cleanup iseries irq.cStephen Rothwell1-142/+118
2006-01-09[PATCH] powerpc: Add back support for booting from BootX (#2)Benjamin Herrenschmidt2-0/+550
2006-01-09[PATCH] powerpc: Unify udbg (#2)Benjamin Herrenschmidt8-67/+474
2006-01-09[PATCH] powerpc: serial port discovery (#2)Benjamin Herrenschmidt3-66/+30
2006-01-09[PATCH] spufs: cooperative scheduler supportArnd Bergmann12-316/+1667
2006-01-09[PATCH] spufs: add spu-side context switch codeMark Nutter6-0/+958