aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix IDE legacy vs. native fixupsBenjamin Herrenschmidt2007-12-102-8/+24
* ibm_newemac: Cleanup/fix support for STACR register variantsBenjamin Herrenschmidt2007-12-071-0/+4
* ibm_newemac: Cleanup/Fix RGMII MDIO support detectionBenjamin Herrenschmidt2007-12-071-0/+1
* Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/paulus/po...Linus Torvalds2007-12-0642-2446/+2648
|\
| * [POWERPC] Update defconfigsPaul Mackerras2007-12-0639-2298/+2494
| * [POWERPC] PS3: Update ps3_defconfigGeoff Levand2007-12-061-88/+89
| * [POWERPC] Update iseries_defconfigStephen Rothwell2007-12-061-59/+64
| * [POWERPC] Fix hardware IRQ time accounting problem.Tony Breeds2007-12-061-1/+1
* | [POWERPC] Fix swapper_pg_dir size when CONFIG_PTE_64BIT=y on FSL_BOOKEKumar Gala2007-12-065-6/+5
|/
* Revert "[POWERPC] Fix RTAS os-term usage on kernel panic"Paul Mackerras2007-12-032-8/+7
* Fix boot problem with iSeries lacking hugepage supportMel Gorman2007-11-291-0/+5
* [POWERPC] 83xx: Update mpc8349emitx(gp) defconfig for USBGrant Likely2007-11-202-2/+88
* [POWERPC] 83xx: Update mpc832x_rdb_defconfig to enable MMC-over-SPIAnton Vorontsov2007-11-201-5/+36
* [POWERPC] 83xx: MPC832x RDB - remove spidev stub, use mmc_spiAnton Vorontsov2007-11-201-5/+9
* [POWERPC] 8xxx: MDS board RTC fixesKim Phillips2007-11-2010-76/+213
* [POWERPC] Fix 8xx build breakage due to _tlbie changesBenjamin Herrenschmidt2007-11-202-2/+2
* Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2007-11-207-58/+251
|\
| * [POWERPC] Fix device tree interrupt map for Freescale ULI1575 boardsKumar Gala2007-11-193-43/+211
| * [POWERPC] 83xx: Handle mpc8360 rev. 2.1 RGMII timing erratumKim Phillips2007-11-191-3/+28
| * [POWERPC] 83xx: Fix 2nd UCC entry in mpc832x_mds.dtsKim Phillips2007-11-191-5/+4
| * [POWERPC] 83xx: mpc832x mds: Fix board PHY reset codeKim Phillips2007-11-191-3/+4
| * [POWERPC] Fix potential NULL dereferenceCyrill Gorcunov2007-11-191-4/+4
* | [POWERPC] Fix possible division by zero in scaled time accountingMichael Neuling2007-11-201-2/+3
* | [POWERPC] spufs: Fix context destroy vs /spu readdir raceJeremy Kerr2007-11-201-0/+1
* | [POWERPC] Fix RTAS os-term usage on kernel panicLinas Vepstas2007-11-202-7/+8
* | [POWERPC] vdso: Fixes for cache block sizesOlof Johansson2007-11-204-24/+73
* | Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/olof...Paul Mackerras2007-11-201-1/+1
|\ \
| * | [POWERPC] pasemi: Don't reset mpic at bootOlof Johansson2007-11-191-1/+1
| |/
* | Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2007-11-205-5/+25
|\ \
| * | [POWERPC] 4xx: UIC add mask_ack callbackValentine Barshak2007-11-191-1/+17
| * | [POWERPC] 4xx: Replace #includes of asm/of_platform.h with linux/of_platform.h.Jon Loeliger2007-11-194-4/+8
* | | [POWERPC] Fix build failure on legacy iSeriesKamalesh Babulal2007-11-201-0/+1
* | | [POWERPC] prpmc2800: Enable L2 cacheMark A. Greer2007-11-191-0/+1
* | | [POWERPC] pSeries: make pseries_defconfig minus PCI build againStephen Rothwell2007-11-191-1/+1
* | | [POWERPC] Fix multiple bugs in rtas_ibm_suspend_me codeNathan Lynch2007-11-191-41/+58
| |/ |/|
* | [POWERPC] Silence an annoying boot messageStephen Rothwell2007-11-131-12/+4
* | [POWERPC] Fix early btext debug on PowerMacBenjamin Herrenschmidt2007-11-131-1/+3
* | [POWERPC] Demote clockevent printk to KERN_DEBUGTony Breeds2007-11-131-1/+1
* | [POWERPC] Fix CONFIG_SMP=n build error on ppc64Olof Johansson2007-11-131-2/+0
* | [POWERPC] Avoid unpaired stwcx. on some processorsBecky Bruce2007-11-131-0/+6
* | Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2007-11-132-3/+4
|\ \ | |/ |/|
| * [POWERPC] cpm: Fix a couple minor issues in cpm_common.c.Scott Wood2007-11-091-3/+1
| * [POWERPC] Add -mno-spe for ARCH=powerpc buildsKumar Gala2007-11-091-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-11-092-25/+2
|\ \ | |/ |/|
| * sched: restore deterministic CPU accounting on powerpcPaul Mackerras2007-11-092-25/+2
* | Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/jwbo...Paul Mackerras2007-11-0810-45/+118
|\ \
| * | [POWERPC] 4xx: Fix Walnut DTS interrupt propertySteven A. Falco2007-11-011-1/+3
| * | [POWERPC] ppc405 Fix arithmatic rollover bug when memory size under 16MGrant Likely2007-11-011-9/+8
| * | [POWERPC] 4xx: Deal with 44x virtually tagged icacheBenjamin Herrenschmidt2007-11-013-0/+33
| * | [POWERPC] 4xx: Fix 4xx flush_tlb_page()Benjamin Herrenschmidt2007-11-013-10/+19