summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2013-04-26powerpc/powernv: Build DMA space for PE on PHB3Gavin Shan1-6/+93
2013-04-26powerpc/powernv: TCE invalidation for PHB3Gavin Shan3-49/+90
2013-04-26powerpc/powernv: Patch MSI EOI handler on P8Gavin Shan5-7/+46
2013-04-26powerpc/powernv: Add option CONFIG_POWERNV_MSIGavin Shan1-0/+5
2013-04-26powerpc/powernv: Supports PHB3Gavin Shan3-34/+42
2013-04-26powerpc/pseries: Update CPU maps when device tree is updatedJesse Larrew1-0/+1
2013-04-26powerpc/pseries: Update firmware_has_feature() to check architecture vector 5...Nathan Fontenot3-24/+70
2013-04-26powerpc/pseries: Use ARRAY_SIZE to iterate over firmware_features_table arrayNathan Fontenot1-5/+3
2013-04-26powerpc/pseries: Correct buffer parsing in update_dt_node()Nathan Fontenot1-4/+16
2013-04-26powerpc/pseries: Expose pseries devicetree_update()Nathan Fontenot1-9/+12
2013-04-24powerpc/spufs: Initialise inode->i_ino in spufs_new_inode()Michael Ellerman1-0/+1
2013-04-24powerpc/cell: Only iterate over online nodes in cbe_init_pm_irq()Michael Ellerman1-1/+1
2013-04-23cpuidle: remove en_core_tk_irqen flagDaniel Lezcano1-1/+0
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2013-04-18powerpc/pseries: close DDW race between functions of adapterNishanth Aravamudan1-0/+26
2013-04-18powerpc/powernv: Use MSI bitmap to manage IRQsGavin Shan4-61/+25
2013-04-18powerpc: drop even more unused Kconfig symbolsPaul Bolle1-4/+0
2013-04-18powerpc: remove CONFIG_MPC10X_OPENPICPaul Bolle1-5/+0
2013-04-18powerpc: remove unused CONFIG_405EPPaul Bolle1-4/+0
2013-04-18powerpc: remove PReP platformPaul Bolle2-25/+1
2013-04-18powerpc/40x: remove unused "config 405GPR"Paul Bolle1-3/+0
2013-04-18powerpc/wsp: drop "select PPC_WSP_COPRO"Paul Bolle1-1/+0
2013-04-18powerpc: Use PTR_RET instead of IS_ERR/PTR_ERRAdrian-Leonard Radu1-3/+1
2013-04-18powerpc: Use VPA subfunction macros instead of numbers for vpa callsLi Zhong1-8/+7
2013-04-10powerpc/512x: add ifm ac14xx boardAnatolij Gustschin1-0/+1
2013-04-10powerpc/mpc512x: add platform code for MPC5125.Matteo Facchinetti4-2/+29
2013-04-10powerpc/fsl-booke: Add B4_QDS board supportShaveta Leekha3-0/+120
2013-04-10powerpc: remove "config MPC10X_OPENPIC"Paul Bolle1-5/+0
2013-04-10cpufreq: powerpc/platforms/cell: move cpufreq driver to drivers/cpufreqViresh Kumar6-531/+1
2013-04-09USB: remove USB_EHCI_BIG_ENDIAN_{DESC,MMIO} depends on architecture symbolFlorian Fainelli2-0/+4
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-6/+3
2013-04-09spufs: don't bother with fops->ownerAl Viro1-2/+0
2013-04-08POWERPC: pseries: cpuidle: use time keeping flagDaniel Lezcano1-20/+15
2013-04-08powerpc: pSeries_lpar_hpte_remove fails from Adjunct partition being performe...Michael Wolf1-1/+7
2013-04-03powerpc/85xx: fix a bug with the parameter of mpic_reset_core()Chen-Hui Zhao1-1/+1
2013-04-03powerpc/85xx: sgy-cts1000 - Remove __dev* attributesBen Collins1-3/+3
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar4-16/+13
2013-04-01powerpc/512x: move mpc5121_generic platform to mpc512x_generic.Matteo Facchinetti3-10/+10
2013-04-01powerpc/mpc512x: create SoC devices for more nodesAnatolij Gustschin1-8/+5
2013-03-22mv643xx_eth: convert to use the Marvell Orion MDIO driverFlorian Fainelli1-0/+20
2013-03-20powerpc: remove redundant GENERIC_GPIO selectionAlexandre Courbot6-11/+0
2013-03-18sgy-cts1000: Remove __dev* attributesBen Collins1-3/+3
2013-03-13powerpc: Remove last traces of POWER4_ONLYPaul Bolle1-4/+2
2013-03-12powerpc/fsl: remove the PPC_CLOCK dependencyTang Yuantian1-1/+0
2013-03-12powerpc/fsl-booke: Add initial T4240QDS board supportKumar Gala4-1/+120
2013-03-12powerpc/85xx: Add AltiVec support for e6500Kumar Gala1-1/+1
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+1
2013-03-05powerpc/pseries/hvcserver: Fix strncpy buffer limit in location codeChen Gang1-2/+3
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-57/+31