summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pseries: Correct rtas_data_buf locking in dlpar codeNathan Fontenot2010-09-021-13/+29
* arch/powerpc/platforms/83xx/mpc837x_mds.c: Add missing iounmapJulia Lawall2010-08-311-3/+6
* powerpc/85xx: Fix compile issue with p1022_ds due to lmb rename to memblockKumar Gala2010-08-311-2/+2
* powerpc/85xx: Fix compilation of mpc85xx_mds.cAlexander Graf2010-08-311-0/+1
* powerpc: Fix config dependency problem with MPIC_U3_HT_IRQSAndreas Schwab2010-08-241-2/+1
* powerpc: Fix bogus it_blocksize in VIO iommu codeAnton Blanchard2010-08-243-6/+6
* powerpc: Correct smt_enabled=X boot option for > 2 threads per coreNathan Fontenot2010-08-241-4/+7
* powerpc: Silence xics_migrate_irqs_away() during cpu offlineSigned-off-by: Darren Hart2010-08-241-2/+4
* powerpc/powermac: Drop unnecessary null testJulia Lawall2010-08-241-1/+1
* powerpc/powermac: Drop unnecessary of_node_putJulia Lawall2010-08-242-3/+0
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-122-2/+2
|\
| * of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-062-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-6/+6
|\ \
| * | spufs conversion to ->evict_inode()Al Viro2010-08-091-5/+3
| * | remove inode_setattrChristoph Hellwig2010-08-091-1/+3
* | | powerpc/5200: add mpc5200_psc_ac97_gpio_resetEric Millbrandt2010-08-061-0/+106
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-061-2/+3
|\ \ \ | |_|/ |/| |
| * | powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interruptsIan Campbell2010-07-291-2/+3
| |/
* | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-0519-101/+169
|\ \
| * | of/address: Clean up function declarationsGrant Likely2010-08-014-1/+6
| * | of: remove of_default_bus_idsJonas Bonn2010-07-242-2/+26
| * | powerpc: remove references to of_device and to_of_deviceGrant Likely2010-07-248-18/+18
| * | of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-242-2/+2
| * | Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely2010-07-2417-55/+59
| |\ \
| * | | of: refactor of_modalias_node() and remove explicit match table.Grant Likely2010-07-051-0/+6
| * | | of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov2010-07-053-7/+0
| * | | of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely2010-07-052-20/+4
| * | | of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov2010-07-054-52/+48
| * | | of/powerpc: Move Powermac irq quirk code into powermac pic driver codeGrant Likely2010-07-051-6/+66
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-08-0535-174/+1376
|\ \ \ \
| * \ \ \ Merge commit 'kumar/next' into nextBenjamin Herrenschmidt2010-08-0512-117/+669
| |\ \ \ \
| | * | | | powerpc/8xx: Add support for the MPC8xx based boards from TQCHeiko Schocher2010-08-043-0/+163
| | * | | | powerpc/85xx: Introduce support for the Freescale P1022DS reference boardTimur Tabi2010-08-043-0/+157
| | * | | | powerpc/tqm85xx: add a quirk for ti1520 PCMCIA bridgeDmitry Eremin-Solenikov2010-08-041-0/+21
| | * | | | powerpc/mpc8308rdb: support for MPC8308RDB board from FreescaleIlya Yanok2010-08-043-0/+103
| | * | | | powerpc/85xx: Cleanup QE initialization for MPC85xxMDS boardsAnton Vorontsov2010-08-041-129/+143
| | * | | | powerpc/85xx: Fix booting for P1021MDS boardsAnton Vorontsov2010-08-041-6/+37
| | * | | | powerpc/85xx: Fix SWIOTLB initalization for MPC85xxMDS boardsAnton Vorontsov2010-08-041-8/+8
| | * | | | powerpc/85xx: kexec for SMP 85xx BookE systemsMatthew McClintock2010-08-021-0/+63
| * | | | | Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2010-08-0424-63/+503
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | powerpc/5121: shared DIU framebuffer supportAnatolij Gustschin2010-08-014-0/+290
| | * | | | powerpc/512x: add clock structure for Video-IN (VIU) unitAnatolij Gustschin2010-08-011-0/+18
| | * | | | powerpc/5121: add initial support for PDM360NG boardAnatolij Gustschin2010-08-013-0/+137
| | * | | | powerpc/512x: Group mpc512x board's selection menuAnatolij Gustschin2010-08-011-9/+4
| | | |/ / | | |/| |
| * | | | powerpc: ONLINE to OFFLINE CPU state transition during removalRobert Jennings2010-07-311-0/+1
| * | | | powerpc/powermac: Add PowerMac10,2 machine descriptorBenjamin Herrenschmidt2010-07-311-1/+5
| * | | | powerpc/pseries: Increase cpu die timeoutBenjamin Herrenschmidt2010-07-311-2/+2
| * | | | powerpc: Remove redundant xics badness warningBrian King2010-07-311-2/+0
| * | | | Merge commit 'jwb/next' into nextBenjamin Herrenschmidt2010-07-301-16/+0
| |\ \ \ \
| | * | | | Remove REDWOOD_[456] config options and conditional codeChristian Dietrich2010-07-261-16/+0
OpenPOWER on IntegriCloud