summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* powerpc/Makefiles: Change to new flag variablesmatt mooney2010-10-132-9/+4
* powerpc/spufs: Use llseek in all file operationsArnd Bergmann2010-10-131-0/+18
* powerpc/pseries/xics: Use cpu_possible_mask rather than cpu_all_maskNishanth Aravamudan2010-10-131-1/+1
* powerpc/pseries: Use kmemdupNishanth Aravamudan2010-10-131-2/+1
* powerpc/pseries: Partition migration in the kernelNathan Fontenot2010-10-132-1/+363
* powerpc/pseries: Export device tree updating routinesNathan Fontenot2010-10-132-2/+11
* Merge remote branch 'kumar/merge' into nextBenjamin Herrenschmidt2010-10-134-6/+20
|\
| * powerpc/ppc64e: Fix link problem when building ppc64e_defconfigKumar Gala2010-10-081-0/+7
| * Merge branch 'merge-powerpc' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-043-6/+13
| |\
| | * powerpc/5200: tighten up ac97 reset timingEric Millbrandt2010-09-081-2/+6
| | * powerpc/5200: efika.c: Add of_node_put to avoid memory leakJulia Lawall2010-09-081-3/+6
| | * powerpc/512x: fix clk_get() return valueAkinobu Mita2010-09-011-1/+1
* | | powerpc/chrp/nvram.c: Add of_node_put to avoid memory leakJulia Lawall2010-09-021-1/+3
* | | powerpc/cell: Add of_node_put to avoid memory leakJulia Lawall2010-09-022-2/+6
* | | powerpc/powermac/pfunc_core.c: Add of_node_put to avoid memory leakJulia Lawall2010-09-021-3/+6
* | | powerpc/maple: Add of_node_put to avoid memory leakJulia Lawall2010-09-021-0/+1
* | | powerpc/pseries: Re-enable dispatch trace log userspace interfacePaul Mackerras2010-09-021-40/+166
* | | powerpc: Account time using timebase rather than PURRPaul Mackerras2010-09-023-18/+79
* | | powerpc: Abstract indexing of lppaca structsPaul Mackerras2010-09-024-9/+9
|/ /
* | 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
| |\ \ \ \