aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-14Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into mergePaul Mackerras5-21/+9
2007-12-14[POWERPC] Make PS3_SYS_MANAGER default y, not mMichael Ellerman2-2/+2
2007-12-13[POWERPC] Fix rounding bug in emulation for double float operatingLiu Yu1-1/+2
2007-12-14[POWERPC] iSeries: don't printk with HV spinlock heldStephen Rothwell1-2/+15
2007-12-13[POWERPC] 82xx: mpc8272ads, pq2fads: Update defconfig with CONFIG_FS_ENET_MDIO_FCCScott Wood2-6/+6
2007-12-13[POWRPC] CPM2: Eliminate section mismatch warning in cpm2_reset().Scott Wood1-2/+1
2007-12-13[POWERPC] Kill non-existent symbols from ksyms and commproc.hJochen Friedrich1-12/+0
2007-12-10powerpc: Fix IDE legacy vs. native fixupsBenjamin Herrenschmidt2-8/+24
2007-12-07ibm_newemac: Cleanup/fix support for STACR register variantsBenjamin Herrenschmidt1-0/+4
2007-12-07ibm_newemac: Cleanup/Fix RGMII MDIO support detectionBenjamin Herrenschmidt1-0/+1
2007-12-06Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds42-2446/+2648
2007-12-06[POWERPC] Fix swapper_pg_dir size when CONFIG_PTE_64BIT=y on FSL_BOOKEKumar Gala5-6/+5
2007-12-06[POWERPC] Update defconfigsPaul Mackerras39-2298/+2494
2007-12-06[POWERPC] PS3: Update ps3_defconfigGeoff Levand1-88/+89
2007-12-06[POWERPC] Update iseries_defconfigStephen Rothwell1-59/+64
2007-12-06[POWERPC] Fix hardware IRQ time accounting problem.Tony Breeds1-1/+1
2007-12-03Revert "[POWERPC] Fix RTAS os-term usage on kernel panic"Paul Mackerras2-8/+7
2007-11-29Fix boot problem with iSeries lacking hugepage supportMel Gorman1-0/+5
2007-11-20[POWERPC] 83xx: Update mpc8349emitx(gp) defconfig for USBGrant Likely2-2/+88
2007-11-20[POWERPC] 83xx: Update mpc832x_rdb_defconfig to enable MMC-over-SPIAnton Vorontsov1-5/+36
2007-11-20[POWERPC] 83xx: MPC832x RDB - remove spidev stub, use mmc_spiAnton Vorontsov1-5/+9
2007-11-20[POWERPC] 8xxx: MDS board RTC fixesKim Phillips10-76/+213
2007-11-20[POWERPC] Fix 8xx build breakage due to _tlbie changesBenjamin Herrenschmidt2-2/+2
2007-11-20Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into mergePaul Mackerras7-58/+251
2007-11-19[POWERPC] Fix device tree interrupt map for Freescale ULI1575 boardsKumar Gala3-43/+211
2007-11-20[POWERPC] Fix possible division by zero in scaled time accountingMichael Neuling1-2/+3
2007-11-20[POWERPC] spufs: Fix context destroy vs /spu readdir raceJeremy Kerr1-0/+1
2007-11-20[POWERPC] Fix RTAS os-term usage on kernel panicLinas Vepstas2-7/+8
2007-11-19[POWERPC] 83xx: Handle mpc8360 rev. 2.1 RGMII timing erratumKim Phillips1-3/+28
2007-11-19[POWERPC] 83xx: Fix 2nd UCC entry in mpc832x_mds.dtsKim Phillips1-5/+4
2007-11-19[POWERPC] 83xx: mpc832x mds: Fix board PHY reset codeKim Phillips1-3/+4
2007-11-19[POWERPC] Fix potential NULL dereferenceCyrill Gorcunov1-4/+4
2007-11-20[POWERPC] vdso: Fixes for cache block sizesOlof Johansson4-24/+73
2007-11-20Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/olof/pasemi into mergePaul Mackerras1-1/+1
2007-11-19[POWERPC] pasemi: Don't reset mpic at bootOlof Johansson1-1/+1
2007-11-20Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into mergePaul Mackerras5-5/+25
2007-11-20[POWERPC] Fix build failure on legacy iSeriesKamalesh Babulal1-0/+1
2007-11-19[POWERPC] 4xx: UIC add mask_ack callbackValentine Barshak1-1/+17
2007-11-19[POWERPC] 4xx: Replace #includes of asm/of_platform.h with linux/of_platform.h.Jon Loeliger4-4/+8
2007-11-19[POWERPC] prpmc2800: Enable L2 cacheMark A. Greer1-0/+1
2007-11-19[POWERPC] pSeries: make pseries_defconfig minus PCI build againStephen Rothwell1-1/+1
2007-11-19[POWERPC] Fix multiple bugs in rtas_ibm_suspend_me codeNathan Lynch1-41/+58
2007-11-13[POWERPC] Silence an annoying boot messageStephen Rothwell1-12/+4
2007-11-13[POWERPC] Fix early btext debug on PowerMacBenjamin Herrenschmidt1-1/+3
2007-11-13[POWERPC] Demote clockevent printk to KERN_DEBUGTony Breeds1-1/+1
2007-11-13[POWERPC] Fix CONFIG_SMP=n build error on ppc64Olof Johansson1-2/+0
2007-11-13[POWERPC] Avoid unpaired stwcx. on some processorsBecky Bruce1-0/+6
2007-11-13Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into mergePaul Mackerras2-3/+4
2007-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2-25/+2
2007-11-09sched: restore deterministic CPU accounting on powerpcPaul Mackerras2-25/+2