summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2012-12-18Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt6-39/+18
2012-12-07powerpc: mpc5200: Add a3m071 board supportStefan Roese1-0/+1
2012-12-04powerpc/512x: don't compile any platform DIU code if the DIU is not enabledTimur Tabi4-24/+16
2012-12-04powerpc/mpc52xx: use module_platform_driver macroSrinivas Kandagatla1-15/+1
2012-11-26Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt3-14/+39
2012-11-26Merge branch 'merge' into nextBenjamin Herrenschmidt3-6/+8
2012-11-26powerpc/eeh: Do not invalidate PE properlyGavin Shan1-1/+1
2012-11-25powerpc/mpc85xx: Change spin table to cached memoryYork Sun1-13/+36
2012-11-25powerpc/86xx: fsl_pcibios_fixup_bus requires CONFIG_PCITimur Tabi1-0/+2
2012-11-25powerpc/85xx: p1022ds: Use NULL instead of 0 for pointersTushar Behera1-1/+1
2012-11-23powerpc/pseries: Fix oops with MSIs when missing EEH PEsAlexey Kardashevskiy1-1/+2
2012-11-15powerpc: Disable relocation on exceptions when kexecingIan Munsie1-0/+33
2012-11-15powerpc: Enable relocation on during exceptions at bootIan Munsie1-0/+38
2012-11-15powerpc: Add wrappers to enable/disable relocation on exceptionsIan Munsie1-0/+25
2012-11-15powerpc: Add set_mode hcallIan Munsie2-0/+7
2012-11-15Merge branch 'dt' into nextBenjamin Herrenschmidt10-179/+75
2012-11-15powerpc: Change free_bootmem() to kfree()JoonSoo Kim1-5/+3
2012-11-15powerpc: Fix typos in Freescale copyright claimsYang Li6-6/+6
2012-11-15powerpc/powermac/cpufreq_32: Set non-infinite transition time for 7447A driverAndreas Schwab1-1/+4
2012-11-15powerpc/pnv: Avoid bogus outputGavin Shan1-14/+11
2012-11-15powerpc+of: Remove the pSeries_reconfig.h fileNathan Fontenot1-1/+0
2012-11-15powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot5-13/+13
2012-11-15powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot6-97/+65
2012-11-15powerpc+of: Add /proc device tree updating to of node add/removeNathan Fontenot2-71/+0
2012-10-26powerpc: 52xx: nop out unsupported critical IRQsWolfram Sang1-4/+5
2012-10-18cpuidle/powerpc: Fix snooze state problem in the cpuidle design on pseries.Deepthi Dharwar1-23/+13
2012-10-18cpuidle/powerpc: Fix smt_snooze_delay functionality.Deepthi Dharwar1-7/+17
2012-10-18cpuidle/powerpc: Fix target residency initialisation in pseries cpuidleDeepthi Dharwar1-4/+0
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+2
2012-10-12ppc: eeh_event should just use kthread_run()Al Viro1-3/+2
2012-10-11arch/powerpc/platforms/pseries/hotplug-memory.c: section removal cleanupsYasuaki Ishimatsu1-4/+5
2012-10-11arch/powerpc/platforms/pseries/hotplug-memory.c: fix section handling codeAndrew Morton1-1/+1
2012-10-09memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...Yasuaki Ishimatsu1-4/+9
2012-10-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds64-1845/+2184
2012-10-05sections: fix section conflicts in arch/powerpcAndi Kleen6-6/+6
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-32/+29
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-10-02Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+40
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-15/+1
2012-09-27powerpc/eeh: Don't release eeh_mutex in eeh_phb_pe_getAneesh Kumar K.V1-4/+1
2012-09-27Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt5-9/+40
2012-09-27switch simple cases of fget_light to fdgetAl Viro1-12/+9
2012-09-27switch spufs/coredump to iterate_fd()Al Viro1-20/+20
2012-09-18Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt34-474/+629
2012-09-18powerpc/eeh: Fix crash on converting OF node to edevGavin Shan1-1/+1
2012-09-18powerpc/eeh: Lock module while handling EEH eventGavin Shan1-21/+70
2012-09-18powerpc/eeh: Global mutex to protect PE treeGavin Shan1-7/+32
2012-09-18powerpc/eeh: Remove EEH PE for normal PCI hotplugGavin Shan4-26/+61
2012-09-18powerpc/eeh: Introduce EEH_PE_INVALID type PEGavin Shan1-11/+39