summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* [POWERPC] DTS cleanupKumar Gala2007-09-1425-99/+4Star
* [POWERPC] 85xx: Add basic Uniprocessor MPC8572 DS portKumar Gala2007-09-144-0/+1933
* [POWERPC] Handle alignment faults on SPE load/store instructionsKumar Gala2007-09-141-0/+250
* [POWERPC] fsl_soc.c cleanupScott Wood2007-09-141-10/+17
* [POWERPC] 85xx: Remove unnecessary loops_per_jiffy initialization code.Jon Loeliger2007-09-143-37/+0Star
* [POWERPC] 86xx: Remove unnecessary loops_per_jiffy initialization code.Jon Loeliger2007-09-141-12/+2Star
* [POWERPC] linkstation updatesGuennadi Liakhovetski2007-09-144-5/+18
* [POWERPC] 85xx: Clean up from 85xx_ds renameKumar Gala2007-09-131-14/+22
* [POWERPC] 85xx: Renamed mpc8544_ds.c to mpc85xx_ds.cKumar Gala2007-09-134-6/+6
* [POWERPC] PS3: Enhance storage probe debug outputGeoff Levand2007-09-131-8/+16
* [POWERPC] PS3: Fix CONFIG_SMP=n, CONFIG_KEXEC=y buildJeremy Kerr2007-09-131-0/+4
* [POWERPC] Add workaround for MPICs with broken register readsOlof Johansson2007-09-133-2/+23
* [POWERPC] Document and implement an improved flash device binding for powerpcDavid Gibson2007-09-131-11/+19
* [POWERPC] setup_64.c and prom.c comment cleanupLinas Vepstas2007-09-132-6/+8
* [POWERPC] prom.c whitespace cleanupLinas Vepstas2007-09-131-6/+6
* [POWERPC] prom_init whitespace cleanup, typo fixLinas Vepstas2007-09-131-6/+6
* [POWERPC] Check _PAGE_RW and _PAGE_PRESENT on kernel addressesScott Wood2007-09-131-6/+6
* [POWERPC] bootwrapper: Only print MAC addresses when the node is actually pre...Scott Wood2007-09-131-4/+6
* [POWERPC] bootwrapper: Add get_path()Scott Wood2007-09-134-0/+75
* [POWERPC] bootwrapper: Add strtoull()Scott Wood2007-09-133-1/+52
* [POWERPC] bootwrapper: flatdevtree fixesScott Wood2007-09-133-27/+23Star
* [POWERPC] Remove warning in arch/powerpc/kernel/sysfs.cOlof Johansson2007-09-131-1/+3
* [POWERPC] Move lowlevel runlatch calls under cpu feature controlOlof Johansson2007-09-131-0/+2
* [POWERPC] Remove unused platform_machine_check()Olof Johansson2007-09-131-15/+0Star
* [POWERPC] pasemi: Move pasemi_idle_init() to late_initcall()Olof Johansson2007-09-133-5/+7
* [POWERPC] pasemi: Print more information at machine checkOlof Johansson2007-09-131-4/+106
* [POWERPC] pasemi: Export more SPRs to sysfs when CONFIG_DEBUG_KERNEL=yOlof Johansson2007-09-131-0/+60
* [POWERPC] pasemi: Add workaround for erratum 5945Olof Johansson2007-09-131-2/+60
* [POWERPC] pasemi: Add pasemi_pci_getcfgaddr()Olof Johansson2007-09-132-0/+11
* [POWERPC] Export new __io{re,un}map_at() symbolsOlof Johansson2007-09-131-0/+2
* [POWERPC] Export virq mapping via debugfsMichael Ellerman2007-09-132-0/+73
* [POWERPC] Initialise hwirq for legacy irqsMichael Ellerman2007-09-131-1/+1
* [POWERPC] Provide a default irq_host match, which matches on an exact of_nodeMichael Ellerman2007-09-1311-62/+9Star
* [POWERPC] Invert null match behaviour for irq_hostsMichael Ellerman2007-09-134-1/+22
* [POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman2007-09-1324-104/+70Star
* [POWERPC] Move bootwrapper's strchr() and strncmp() from .h to string.SDavid Gibson2007-09-133-20/+26
* [POWERPC] IOMMU virtual merge is no longer experimentalLinas Vepstas2007-09-131-5/+6
* Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras2007-09-1348-4178/+2869Star
|\
| * Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2007-09-127-3/+10
| |\
| | * [POWERPC] Move serial_dev_init to device_initcall()Olof Johansson2007-09-121-1/+1
| | * [POWERPC] Enable GENERIC_ISA_DMA if FSL_ULI1575 to fix compile issueKumar Gala2007-09-121-0/+1
| | * [POWERPC] cpm2: Fix off-by-one error in setbrg().Scott Wood2007-09-101-1/+1
| | * [POWERPC] 8{5,6}xx: Fix build issue with !CONFIG_PCIKumar Gala2007-09-104-1/+7
| * | [POWERPC] ibmebus: Prevent bus_id collisionsJoachim Fenkes2007-09-101-21/+9Star
| * | [POWERPC] cell/PS3: Ignore storage devices that are still being probedGeert Uytterhoeven2007-09-102-0/+30
| * | [POWERPC] cell/PS3: Always set master run control bit in mfc_sr1_setJeremy Kerr2007-09-101-0/+2
| * | [POWERPC] cell/PS3: Fix a bug that causes the PS3 to hang on the SPU Class 0 ...Masato Noguchi2007-09-101-9/+15
| |/
| * [POWERPC] PS3: Fix bug where the major version part is not comparedMasakazu Mokuno2007-08-301-1/+2
| * [POWERPC] Update defconfigsPaul Mackerras2007-08-3011-1604/+699Star
| * [POWERPC] spufs: Don't call spu_run_init from spu_reacquire_runnableAndre Detsch2007-08-301-5/+1Star