summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 83xx: add support for the kmeter1 board.Heiko Schocher2009-06-165-0/+1627
* powerpc/85xx: Add nor flash partitions for mpc8569mdsKevin Hao2009-06-161-1/+23
* powerpc/fsl: Increase the number of possible localbus banksmware@internode.on.net2009-06-161-2/+2
* powerpc/85xx: cuboot - Fix up ethernet3 MAC address on MPC85xxNate Case2009-06-161-0/+2
* powerpc: Enable additional BAT registers in setup_745x_specifics()Gerhard Pircher2009-06-161-0/+3
* powerpc/mpc83xx: Fix usb mux setup for mpc834xPeter Korsgaard2009-06-166-11/+11
* powerpc/83xx: Add MSI interrupts to DTS of MPC8315E-RDBleon.woestenberg@gmail.com2009-06-161-0/+15
* powerpc/86xx: Add I2C device mappings in DTS for SBC610Martyn Welch2009-06-161-0/+10
* powerpc/85xx: Add UCC6 and UCC8 nodes in SGMII mode for MPC8569MDSHaiying Wang2009-06-161-0/+63
* powerpc/83xx: Update sdhci nodes per new bindingsAnton Vorontsov2009-06-166-6/+6
* powerpc/fsl-booke: Enable L1 cache on e500v1/e500v2/e500mc CPUsNate Case2009-06-162-3/+48
* powerpc/mpc8272ads: fix device tree for 8 MB flash sizeWolfgang Denk2009-06-161-6/+13
* powerpc/85xx: Add SWIOTLB support to FSL boardsKumar Gala2009-06-164-0/+59
* powerpc: Add 86xx support for SWIOTLBBecky Bruce2009-06-162-0/+16
* ps3: Replace direct file operations by callbackGeert Uytterhoeven2009-06-152-63/+82
* ps3: Switch ps3_os_area_[gs]et_rtc_diff to EXPORT_SYMBOL_GPL()Geert Uytterhoeven2009-06-151-2/+2
* ps3: Correct debug message in dma_ioc0_map_pages()Geert Uytterhoeven2009-06-151-3/+2Star
* ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven2009-06-151-2/+2
* ps3: Use dev_[gs]et_drvdata() instead of direct access for system bus devicesGeert Uytterhoeven2009-06-151-2/+2
* powerpc: Use generic atomic64_t implementation on 32-bit processorsPaul Mackerras2009-06-152-0/+4
* powerpc: Add compiler memory barrier to mtmsr macroPaul Mackerras2009-06-152-5/+4Star
* powerpc/iseries: Mark signal_vsp_instruction() as maybe unusedMichael Ellerman2009-06-151-1/+2
* powerpc/iseries: Fix unused function warning in iSeries DT codeMichael Ellerman2009-06-151-1/+2
* powerpc: Only build prom_init.o when CONFIG_PPC_OF_BOOT_TRAMPOLINE=yMichael Ellerman2009-06-151-0/+2
* powerpc: Wire up sys_rt_tgsigqueueinfoStephen Rothwell2009-06-152-1/+3
* powerpc/cell: Use driver_data acessors, not platform_data in Axon MSIMichael Ellerman2009-06-151-2/+2
* powerpc: Fix warning in setup_64.c when CONFIG_RELOCATABLE=yMichael Ellerman2009-06-151-2/+2
* ps3fb: Tear down FB setup during cleanupGeert Uytterhoeven2009-06-151-0/+8
* ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>Geert Uytterhoeven2009-06-153-3/+79
* powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h>Geert Uytterhoeven2009-06-155-40/+39Star
* powerpc: Don't do generic calibrate_delay()Benjamin Herrenschmidt2009-06-152-4/+10
* powerpc/install: Bail with error code on error in install scriptGrant Likely2009-06-151-0/+3
* Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-1512-24/+36
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-06-141-1/+1
| |\
| | * trivial: spelling fix in ppc code commentsSankar P2009-06-121-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2009-06-138-15/+18
| |\ \
| | * | asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann2009-06-1224-10/+4700
| | |\|
| | * | asm-generic: rename page.h and uaccess.hArnd Bergmann2009-06-112-2/+2
| | * | asm-generic: rename atomic.h to atomic-long.hArnd Bergmann2009-06-111-1/+1
| | * | asm-generic: introduce asm/bitsperlong.hArnd Bergmann2009-06-112-9/+12
| | * | asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann2009-06-113-3/+3
| * | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-121-6/+6
| |\ \ \
| | * | | powerpc, perf_counter: Fix performance counter event typesJaswinder Singh Rajput2009-06-121-6/+6
| | | |/ | | |/|
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2009-06-121-0/+11
| |\ \ \
| | * \ \ Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-06-101-0/+11
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | ASoC: Add a few more mpc5200 PSC definesJon Smirl2009-05-241-0/+11
| * | | | module: cleanup FIXME comments about trimming exception table entries.Rusty Russell2009-06-121-2/+0Star
| | |_|/ | |/| |
* | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-1225-93/+4895
|\| | |
| * | | perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell2009-06-122-3/+1Star
| * | | Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-1119-2/+4684
| |\ \ \