| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/cell: Fix iommu breakage caused by controller_ops change | Michael Ellerman | 2015-04-14 | 1 | -2/+2 |
* | powerpc/cell: Move controller ops from ppc_md to controller_ops | Daniel Axtens | 2015-04-11 | 1 | -0/+5 |
* | powerpc: Convert power off logic to pm_power_off | Alexander Graf | 2014-11-03 | 1 | -1/+1 |
* | POWERPC: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -1/+1 |
* | powerpc: Mark const init data with __initconst instead of __initdata | Uwe Kleine-König | 2012-04-02 | 1 | -1/+1 |
* | powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flag | Kyle Moffett | 2012-02-23 | 1 | -1/+2 |
* | powerpc/mpic: Add in-core support for cascaded MPICs | Kyle Moffett | 2011-12-07 | 1 | -23/+0 |
* | powerpc/mpic: Invert the meaning of MPIC_PRIMARY | Kyle Moffett | 2011-12-07 | 1 | -1/+1 |
* | powerpc: add export.h to files making use of EXPORT_SYMBOL | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | powerpc/pci: Make IO workarounds init implicit when first bus is registered | Michael Ellerman | 2011-04-27 | 1 | -2/+0 |
* | powerpc/pci: Move IO workarounds to the common kernel dir | Michael Ellerman | 2011-04-27 | 1 | -1/+1 |
* | powerpc: Convert to new irq_* function names | Thomas Gleixner | 2011-03-29 | 1 | -4/+4 |
* | powerpc: platforms/cell irq_data conversion. | Lennert Buytenhek | 2011-03-10 | 1 | -2/+4 |
* | of: remove of_default_bus_ids | Jonas Bonn | 2010-07-24 | 1 | -1/+13 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | powerpc: Remove default kexec/crash_kernel ops assignments | Anton Vorontsov | 2008-12-23 | 1 | -6/+0 |
* | [POWERPC] cell: Generalize io-workarounds code | Ishizaki Kou | 2008-04-24 | 1 | -2/+41 |
* | [POWERPC] Hide resources on Axon PCIE root complex nodes | Michael Ellerman | 2008-03-20 | 1 | -0/+36 |
* | [POWERPC] enable hardware watchpoints on cell blades | Jens Osterkamp | 2008-03-03 | 1 | -0/+7 |
* | [POWERPC] Search for and publish cell OF platform devices earlier | Michael Ellerman | 2008-02-06 | 1 | -1/+1 |
* | [POWERPC] cell: Use machine_*_initcall() hooks in platform code | Grant Likely | 2008-01-17 | 1 | -4/+1 |
* | [POWERPC] Cleanup calling mmio_nvram_init | Ishizaki Kou | 2007-12-20 | 1 | -2/+0 |
* | [POWERPC] cell: Convert #include of asm/of_{platform, device}.h into linux/of... | Jon Loeliger | 2007-12-19 | 1 | -1/+1 |
* | [POWERPC] cell: Fix undefined reference to mmio_nvram_init | Ishizaki Kou | 2007-12-11 | 1 | -0/+2 |
* | [POWERPC] Platforms shouldn't mess with ROOT_DEV | Grant Likely | 2007-10-11 | 1 | -5/+0 |
* | [POWERPC] cell: Add Cell memory controller register defs and expose it | Benjamin Herrenschmidt | 2007-10-09 | 1 | -0/+10 |
* | [POWERPC] cell: Move cbe_regs.h to include/asm-powerpc/cell-regs.h | Benjamin Herrenschmidt | 2007-10-09 | 1 | -1/+1 |
* | [POWERPC] Rename device_is_compatible to of_device_is_compatible | Stephen Rothwell | 2007-05-07 | 1 | -1/+1 |
* | [POWERPC] Generic check_legacy_ioport | Olaf Hering | 2007-04-27 | 1 | -10/+0 |
* | [POWERPC] Rename get_property to of_get_property: arch/powerpc | Stephen Rothwell | 2007-04-13 | 1 | -1/+1 |
* | [POWERPC] cell: abstract spu management routines | Geoff Levand | 2006-12-04 | 1 | -1/+2 |
* | [POWERPC] Cell iommu support | Jeremy Kerr | 2006-12-04 | 1 | -43/+0 |
* | [POWERPC] Generic OF platform driver for PCI host bridges. | Benjamin Herrenschmidt | 2006-12-04 | 1 | -0/+1 |
* | [POWERPC] Add DMA ops support for of_platform_device to Cell | Benjamin Herrenschmidt | 2006-12-04 | 1 | -3/+34 |
* | [POWERPC] Hook of_platform_bus_probe with cell | Benjamin Herrenschmidt | 2006-12-04 | 1 | -0/+9 |
* | [POWERPC] Native cell support for MPIC in southbridge | Benjamin Herrenschmidt | 2006-12-04 | 1 | -0/+44 |
* | [POWERPC] Make pci_read_irq_line the default | Benjamin Herrenschmidt | 2006-12-04 | 1 | -9/+0 |
* | [POWERPC] powerpc: Make RTAS console init generic | Michael Neuling | 2006-08-25 | 1 | -4/+0 |
* | [POWERPC] Add new interrupt mapping core and change platforms to use it | Benjamin Herrenschmidt | 2006-07-03 | 1 | -4/+9 |
* | [POWERPC] Use the genirq framework | Benjamin Herrenschmidt | 2006-07-03 | 1 | -3/+9 |
* | [POWERPC] fix implicit declaration on cell. | Dave Jones | 2006-07-03 | 1 | -0/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [POWERPC] Enable the RTAS udbg console on IBM Cell Blade | Michael Ellerman | 2006-06-28 | 1 | -0/+4 |
* | [POWERPC] powerpc: Initialise ppc_md htab pointers earlier | Michael Ellerman | 2006-06-28 | 1 | -6/+6 |
* | [POWERPC] spufs: further abstract priv1 register access | Geoff Levand | 2006-06-21 | 1 | -0/+4 |
* | [POWERPC] cell: add RAS support | Benjamin Herrenschmidt | 2006-06-21 | 1 | -1/+9 |
* | [PATCH] powerpc: Fix cell blade detection | Arnd Bergmann | 2006-06-09 | 1 | -6/+5 |
* | [PATCH] spufs: fix for CONFIG_NUMA | Joel H Schopp | 2006-05-01 | 1 | -75/+3 |
* | [PATCH] powerpc: Kill _machine and hard-coded platform numbers | Benjamin Herrenschmidt | 2006-03-28 | 1 | -3/+8 |
* | [PATCH] remove set_page_count() outside mm/ | Nick Piggin | 2006-03-22 | 1 | -1/+1 |