summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core/header-fixes' into x86/headersIngo Molnar2009-02-136-5/+7
|\
| * headers_check fix: powerpc, swab.hJaswinder Singh Rajput2009-02-011-1/+1
| * headers_check fix: powerpc, spu_info.hJaswinder Singh Rajput2009-02-011-1/+2
| * headers_check fix: powerpc, ps3fb.hJaswinder Singh Rajput2009-02-011-0/+1
| * headers_check fix: powerpc, kvm.hJaswinder Singh Rajput2009-02-011-1/+1
| * headers_check fix: powerpc, elf.hJaswinder Singh Rajput2009-02-011-1/+1
| * headers_check fix: powerpc, bootx.hJaswinder Singh Rajput2009-02-011-1/+1
* | Merge branch 'linus' into x86/apicIngo Molnar2009-02-1313-20/+35
|\ \
| * | powerpc/mm: Fix _PAGE_COHERENT support on classic ppc32 HWKumar Gala2009-02-111-1/+1
| * | powerpc: Add missing sparsemem.h includeMichael Neuling2009-02-101-0/+1
| * | powerpc/pci: mmap anonymous memory when legacy_mem doesn't existBenjamin Herrenschmidt2009-02-101-2/+15
| * | powerpc/cell: Add missing #include for oprofileMichael Neuling2009-02-101-0/+1
| * | powerpc/ftrace: Fix math to calculate offset in TOCSteven Rostedt2009-02-101-2/+3
| * | powerpc: Don't emulate mr. instructionsAnanth N Mavinakayanahalli2009-02-101-0/+2
| * | powerpc/fsl-booke: Fix mapping functions to use phys_addr_tKumar Gala2009-02-092-4/+4
| * | arch/powerpc: Eliminate double sizeofJulia Lawall2009-02-061-1/+1
| * | powerpc/cpm2: Fix set interrupt typepaulfax2009-02-061-1/+1
| * | powerpc/83xx: Fix TSEC0 workability on MPC8313E-RDB boardsAnton Vorontsov2009-02-062-8/+3
| * | powerpc/83xx: Fix missing #{address,size}-cells in mpc8313erdb.dtsAnton Vorontsov2009-02-061-0/+2
| * | powerpc/83xx: Build breakage for CONFIG_PM but no CONFIG_SUSPENDMichael Neuling2009-02-061-1/+1
* | | Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-058-160/+398
|\ \ \ | |/ /
| * | powerpc: Fix oops on some machines due to incorrect pr_debug()Benjamin Herrenschmidt2009-02-021-3/+2
| * | powerpc/5200: Bugfix for PCI mapping of memory and IMMRGrant Likely2009-01-291-14/+10
| * | powerpc/5200: update defconfigsGrant Likely2009-01-296-143/+386
| |/
* | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-01-284-4/+7
|\ \ | |/ |/|
| * Merge branch 'linus' into core/percpuIngo Molnar2009-01-2754-111/+111
| |\
| * \ Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-2161-241/+616
| |\ \
| * | | linker script: add missing .data.percpu.page_alignedTejun Heo2009-01-171-0/+1
| | | |
| | \ \
| *-. \ \ Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpuIngo Molnar2009-01-153-4/+6
| |\ \ \ \
| | * | | | irq: update all arches for new irq_descMike Travis2009-01-123-4/+6
| | |/ / /
* | | | | powerpc/mm: Fix handling of _PAGE_COHERENT in BAT setup codeGerhard Pircher2009-01-281-3/+3
* | | | | powerpc/pseries: Correct VIO bus accounting problem in CMO env.Robert Jennings2009-01-281-3/+4
* | | | | powerpc: Remove arch/ppc cruft from KconfigJosh Boyer2009-01-281-4/+0
* | | | | powerpc: Printing fix for l64 to ll64 conversion: phyp_dump.cStephen Rothwell2009-01-281-13/+13
* | | | | Merge commit 'jwb/jwb-merge' into mergeBenjamin Herrenschmidt2009-01-2827-592/+1203
|\ \ \ \ \
| * | | | | powerpc/4xx: Update multi-board PowerPC 4xx defconfigsJosh Boyer2009-01-232-37/+119
| * | | | | powerpc/44x: Update PowerPC 44x defconfigsJosh Boyer2009-01-2311-234/+641
| * | | | | powerpc/40x: Update PowerPC 40x defconfigsJosh Boyer2009-01-207-139/+391
| * | | | | powerpc/44x: Warp patches for the new NDFC driverSean MacLennan2009-01-204-180/+41
| * | | | | powerpc/4xx: DTS: Add Add'l SDRAM0 Compatible and Interrupt InfoGrant Erickson2009-01-203-3/+12
| | |_|/ / | |/| | |
* | | | | Merge commit 'kumar/kumar-merge' into mergeBenjamin Herrenschmidt2009-01-2853-1305/+3120
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | powerpc/embedded6xx: Update defconfigsKumar Gala2009-01-269-246/+549
| * | | | powerpc/8xx: Update defconfigsKumar Gala2009-01-265-109/+213
| * | | | powerpc/86xx: Update defconfigsKumar Gala2009-01-265-146/+429
| * | | | powerpc/83xx: Update defconfigsKumar Gala2009-01-2614-395/+895
| * | | | powerpc/85xx: Update defconfigsKumar Gala2009-01-2617-407/+1031
| * | | | powerpc/mpc8313erdb: fix kernel panic because mdio device is not probedLi Yang2009-01-262-1/+2
| * | | | powerpc/85xx: Fix typo in mpc8572ds dtsKumar Gala2009-01-201-1/+1
| |/ / /
* | | | eeprom: More consistent symbol namesJean Delvare2009-01-2654-111/+111
|/ / /
* | | powerpc: Get the number of SLBs from "slb-size" propertyMichael Neuling2009-01-161-0/+5
OpenPOWER on IntegriCloud