summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-10-251-2/+209
|\
| * Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-10-251-2/+209
| |\
| | * powerpc/85xx: add DIU support to the Freecale P1022DS reference boardTimur Tabi2010-10-141-2/+210
* | | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-241-0/+10
|\ \ \
| * | | KVM: PPC: Generic KVM PV guest supportAlexander Graf2010-10-241-0/+10
| |/ /
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-223-1/+4
|\ \ \
| * | | llseek: automatically add .llseek fopArnd Bergmann2010-10-153-1/+4
| * | | spufs: use llseek in all file operationsArnd Bergmann2010-09-161-0/+18
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-10-2128-101/+921
|\ \ \ \
| * \ \ \ Merge remote branch 'jwb/next' into nextBenjamin Herrenschmidt2010-10-152-0/+17
| |\ \ \ \
| | * | | | powerpc/44x: Add support for the AMCC APM821xx SoCTirumala Marri2010-10-132-0/+17
| * | | | | powerpc/fsl-booke: Add p5020 DS board supportKumar Gala2010-10-143-0/+82
| * | | | | powerpc/fsl-booke: Add support for FSL 64-bit e5500 coreKumar Gala2010-10-142-2/+11
| * | | | | powerpc/fsl-booke: Add p3041 DS board supportKumar Gala2010-10-143-0/+76
| * | | | | powerpc/p1022: Add probing for individual DMA channelsTimur Tabi2010-10-141-0/+2
| * | | | | powerpc/mpc83xx: Support for MPC8308 P1M boardIlya Yanok2010-10-142-3/+4
| * | | | | powerpc/85xx: flush dcache before resetting coresMatthew McClintock2010-10-141-0/+50
| * | | | | powerpc/85xx: Minor fixups for kexec on 85xxMatthew McClintock2010-10-141-13/+11
| * | | | | powerpc/85xx: Remove call to mpic_teardown_this_cpu in kexecMatthew McClintock2010-10-141-2/+0
| |/ / / /
| * | | | 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
| | | |/ / | | |/| |
| * | | | 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
| | |/ / | |/| |
* | | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-211-1/+1
|\ \ \ \
| * \ \ \ Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar2010-10-087-24/+51
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | powerpc, memblock: Fix memblock API change falloutYinghai Lu2010-09-111-1/+1
| * | | | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-3163-304/+1682
| |\ \ \ \
| * | | | | memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt2010-08-041-1/+1
* | | | | | Merge branch 'linus' into irq/coreIngo Molnar2010-10-203-6/+13
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | 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
| | | |/ / | | |/| |
* | | | | pci: Convert msi to new irq_chip functionsThomas Gleixner2010-10-122-4/+4
|/ / / /
* | | | 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
OpenPOWER on IntegriCloud