aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] cell: hard disable interrupts in power_save()Benjamin Herrenschmidt2006-12-041-0/+9
* [POWERPC] coredump: Add SPU elf notes to coredump.Dwayne Grant McConnell2006-12-047-87/+580
* [POWERPC] Distinguish POWER6 partition modes and tell userspacePaul Mackerras2006-12-041-1/+1
* [POWERPC] cell: Add oprofile supportMaynard Johnson2006-12-042-2/+33
* [POWERPC] cell: Add routines for managing PMU interruptsKevin Corry2006-12-044-0/+96
* [POWERPC] cell: Move PMU-related stuff to include/asm-powerpc/cell-pmu.hKevin Corry2006-12-043-87/+2
* [POWERPC] cell: PMU register macrosKevin Corry2006-12-041-1/+22
* [POWERPC] cell: Add symbol exports for oprofileArnd Bergmann2006-12-041-0/+13
* [POWERPC] spufs: Load isolation kernel from spu_runJeremy Kerr2006-12-044-148/+113
* [POWERPC] spufs: Add runcntrl read accessorsJeremy Kerr2006-12-043-0/+13
* [POWERPC] spufs: Use SPU master control to prevent wild SPU executionArnd Bergmann2006-12-046-36/+79
* [POWERPC] spufs: Fix return value of spufs_mfc_writeMasato Noguchi2006-12-041-0/+1
* [POWERPC] spufs: Always map local store non-guardedArnd Bergmann2006-12-041-2/+2
* [POWERPC] spufs: Avoid user-triggered oops in ptraceChristoph Hellwig2006-12-041-8/+7
* [POWERPC] spufs: Fix missing stop-and-signalMasato Noguchi2006-12-041-10/+18
* [POWERPC] spufs: Return correct event for data storage interruptArnd Bergmann2006-12-042-1/+2
* [POWERPC] spufs: Replace spu.nid with spu.nodeGeoff Levand2006-12-041-2/+2
* [POWERPC] spufs: Read from signal files only if data is thereDwayne Grant McConnell2006-12-042-20/+22
* [POWERPC] spufs: Implement /mbox_info, /ibox_info, and /wbox_info.Dwayne Grant McConnell2006-12-041-0/+90
* [POWERPC] spufs: Remove /spu_tag_mask fileDwayne Grant McConnell2006-12-041-23/+0
* [POWERPC] spufs: Add /lslr, /dma_info and /proxydma filesDwayne Grant McConnell2006-12-043-6/+137
* [POWERPC] spufs: Change %llx to 0x%llx.Dwayne Grant McConnell2006-12-041-6/+7
* [POWERPC] Wrap cpu_die() with CONFIG_HOTPLUG_CPULinas Vepstas2006-12-041-0/+4
* [POWERPC] Make pci_read_irq_line the default on mpc7448hpc2 boardZang Roy-r619112006-12-041-65/+23
* [POWERPC] Merge 32 and 64 bits asm-powerpc/io.hBenjamin Herrenschmidt2006-12-043-5/+2
* [POWERPC] Remove ioremap64 and fixup_bigphys_addrBenjamin Herrenschmidt2006-12-041-8/+0
* [POWERPC] Cell iommu supportJeremy Kerr2006-12-043-462/+653
* [POWERPC] Make cell use direct DMA opsBenjamin Herrenschmidt2006-12-041-73/+6
* [POWERPC] Cell "Spider" MMIO workaroundsBenjamin Herrenschmidt2006-12-042-2/+348
* [POWERPC] Allow hooking of PCI MMIO & PIO accessors on 64 bitsBenjamin Herrenschmidt2006-12-042-215/+167
* [POWERPC] Cell fixup DMA offset for new southbridgeBenjamin Herrenschmidt2006-12-042-6/+16
* [POWERPC] Generic OF platform driver for PCI host bridges.Benjamin Herrenschmidt2006-12-042-1/+2
* [POWERPC] Add DMA ops support for of_platform_device to CellBenjamin Herrenschmidt2006-12-041-3/+34
* [POWERPC] Refactor 64 bits DMA operationsBenjamin Herrenschmidt2006-12-046-82/+63
* [POWERPC] Hook of_platform_bus_probe with cellBenjamin Herrenschmidt2006-12-041-0/+9
* [POWERPC] Souped-up of_platform_device supportBenjamin Herrenschmidt2006-12-041-0/+1
* [POWERPC] Native cell support for MPIC in southbridgeBenjamin Herrenschmidt2006-12-041-0/+44
* [POWERPC] Remove ppc_md.pci_map_irq & ppc_swizzle for ARCH=powerpcBenjamin Herrenschmidt2006-12-042-4/+0
* [POWERPC] Make pci_read_irq_line the defaultBenjamin Herrenschmidt2006-12-0423-180/+42
* Merge branch 'linux-2.6' into for-linusPaul Mackerras2006-12-0412-55/+76
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-12-011-1/+0
| |\
| | * PCI: Delete unused extern in powermac/pci.cMatthew Wilcox2006-12-011-1/+0
| * | Fix misc Kconfig typosMatt LaPlante2006-11-301-2/+2
| |/
| * [POWERPC] Fix ucc_geth of_device discovery on mpc832xKim Phillips2006-11-221-0/+19
| * [POWERPC] Revert "[POWERPC] Enable generic rtc hook for the MPC8349 mITX"Kim Phillips2006-11-221-4/+0
| * [POWERPC] Fix cell "new style" mapping and add debugBenjamin Herrenschmidt2006-11-101-8/+33
| * [POWERPC] Use 4kB iommu pages even on 64kB-page systemsLinas Vepstas2006-11-012-36/+10
| * [POWERPC] Fix CHRP platforms with only 8259Benjamin Herrenschmidt2006-10-251-1/+3
| * [POWERPC] spufs: fix another off-by-one bug in spufs_mbox_readArnd Bergmann2006-10-251-1/+1
| * [POWERPC] spufs: fix signal2 file to report signal2Dwayne Grant Mcconnell2006-10-251-1/+1