summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* atomic: use <linux/atomic.h>Arun Sharma2011-07-2619-19/+19
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-2530-370/+663
|\
| * powerpc/85xx: fix mpic configuration in CAMP modeFabio Baltieri2011-07-222-3/+5
| * powerpc/64: Make server perfmon only built on ppc64 server devicesKumar Gala2011-07-221-1/+1
| * powerpc/pseries/hvconsole: Fix dropped console outputAnton Blanchard2011-07-191-1/+1
| * powerpc/85xx: Remove stale BUG_ON in mpc85xx_smp_initLaurentiu TUDOR2011-07-081-4/+5
| * powerpc/85xx: Add p2040 RDB board supportMingkai Hu2011-07-083-0/+101
| * powerpc: Move free_initmem to common codeDave Carroll2011-06-301-3/+0
| * powerpc/pseries: Re-implement HVSI as part of hvc_vioBenjamin Herrenschmidt2011-06-293-192/+5
| * powerpc/udbg: Register udbg console genericallyBenjamin Herrenschmidt2011-06-291-2/+0
| * powerpc/maple: Register CPC925 EDAC device on all boards with CPC925Dmitry Eremin-Solenikov2011-06-291-22/+19
| * powerpc/pseries: Improve error code on reconfiguration notifier failureAkinobu Mita2011-06-293-21/+9
| * powerpc/pseries: Introduce pSeries_reconfig_notify()Akinobu Mita2011-06-292-18/+22
| * powerpc/85xx: disable timebase synchronization under the hypervisorTimur Tabi2011-06-273-0/+33
| * powerpc/85xx: Add P1010RDB board supportPrabhakar Kushwaha2011-06-273-0/+133
| * powerpc/86xx: improve calculation of DIU pixel clock on the MPC8610 HPCDTimur Tabi2011-06-271-59/+48
| * powerpc/85xx: clamp the P1022DS DIU pixel clock to allowed valuesTimur Tabi2011-06-271-1/+6
| * powerpc/e500mc: Add support for the wait instruction in e500_idleScott Wood2011-06-273-0/+7
| * powerpc/p1022ds: add missing iounmap calls to platform fileTimur Tabi2011-06-271-3/+8
| * powerpc/85xx: add board support for the Freescale hypervisorTimur Tabi2011-06-275-3/+55
| * powerpc: introduce the ePAPR embedded hypervisor vmpic driverAshish Kalra2011-06-271-0/+4
| * powerpc/qe: Limit QE support to ppc32Kumar Gala2011-06-221-1/+1
| * powerpc/85xx: Add PCI support in 64-bit mode on P5020DSKumar Gala2011-06-221-0/+5
| * powerpc/85xx: Add basic P1023RDS board supportRoy Zang2011-06-223-0/+169
| * powerpc/85xx: Set up doorbells even with no mpicScott Wood2011-06-221-9/+12
| * powerpc/85xx: Cleanup PCIe support on corenet_ds boardsKumar Gala2011-06-222-30/+17
| * powerpc: Avoid extra indirect function call in sending IPIsPaul Mackerras2011-06-205-5/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-2517-27/+24
|\ \
| * | treewide: remove duplicate includesVitaliy Ivanov2011-06-201-1/+0
| * | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-1016-26/+24
| |/
* | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-07-242-3/+3
|\ \
| * | powerpc, KVM: Rework KVM checks in first-level interrupt handlersPaul Mackerras2011-07-122-3/+3
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-224-34/+30
|\ \
| * | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-2/+9
| * | switch do_spufs_create() to user_path_create(), fix double-unlockAl Viro2011-07-203-32/+21
* | | Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2011-07-224-1/+4
|\ \ \
| * | | pcspkr: Cleanup Kconfig dependenciesRalf Baechle2011-06-094-1/+4
| | |/ | |/|
* | | Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds2011-07-221-1/+2
|\ \ \
| * | | pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt2011-06-081-1/+2
| |/ /
* | | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-223-389/+0
|\ \ \ | |_|/ |/| |
| * | gpio: Move mpc5200 gpio driver to drivers/gpioGrant Likely2011-07-063-389/+0
| |/
* | powerpc/mm: Fix memory_block_size_bytes() for non-pseriesBenjamin Herrenschmidt2011-07-121-11/+19
|/
* powerpc/pmac: Don't register pmac PIC syscore ops when HW not presentBenjamin Herrenschmidt2011-05-311-1/+2
* powerpc/4xx: Adding PCIe MSI supportRupjyoti Sarmah2011-05-262-0/+8
* powerpc/cell: Rename ipi functions to match current abstractionsMilton Miller2011-05-263-10/+10
* powerpc/cell: Use common smp ipi actionsMilton Miller2011-05-261-32/+13
* Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt2011-05-203-42/+30
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-192-41/+29
| |\
| | * PM / PowerPC: Use struct syscore_ops instead of sysdevs for PMRafael J. Wysocki2011-05-112-41/+29
* | | Merge remote branch 'kumar/next' into nextBenjamin Herrenschmidt2011-05-201-34/+65
|\ \ \
OpenPOWER on IntegriCloud