aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-09[POWERPC] cpm: Fix a couple minor issues in cpm_common.c.Scott Wood1-3/+1
2007-11-09[POWERPC] Add -mno-spe for ARCH=powerpc buildsKumar Gala1-0/+3
2007-11-08Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into mergePaul Mackerras10-45/+118
2007-11-08[POWERPC] EEH: Make sure warning message is printedLinas Vepstas1-1/+1
2007-11-08[POWERPC] Make altivec code in swsusp_32.S depend on CONFIG_ALTIVECJohannes Berg1-0/+2
2007-11-08[POWERPC] Fix si_addr value on low level hash failuresBenjamin Herrenschmidt1-1/+1
2007-11-08[POWERPC] Refresh ppc64_defconfig and enable pasemi-related optionsOlof Johansson1-66/+181
2007-11-08[POWERPC] pasemi: Update defconfigOlof Johansson1-120/+188
2007-11-08[POWERPC] iSeries: Fix ref counting in vio setupStephen Rothwell1-4/+6
2007-11-08[POWERPC] ] Fix memset size errorLi Zefan1-1/+1
2007-11-08[POWERPC] Fix link errors for allyesconfigStephen Rothwell1-2/+1
2007-11-08[POWERPC] iSeries_init_IRQ non-PCI tidyStephen Rothwell2-4/+4
2007-11-08[POWERPC] EEH: Avoid crash on null deviceLinas Vepstas1-3/+8
2007-11-08[POWERPC] EEH: Drivers that need reset trump othersLinas Vepstas1-4/+6
2007-11-08[POWERPC] EEH: Clean up commentsLinas Vepstas1-5/+3
2007-11-08[POWERPC] Fix off-by-one error in setting decrementer on Book E/4xx (v2)Paul Mackerras1-7/+3
2007-11-08[POWERPC] Fix switch_slb handling of 1T ESID valueswill schmidt1-3/+31