summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds29-258/+259
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+1
2012-12-18Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt6-39/+18
2012-12-14Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-6/+6
2012-12-12Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds1-2/+2
2012-12-12bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim1-2/+2
2012-12-12Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-3/+2
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-30Merge branch 'pm-cpuidle'Rafael J. Wysocki1-2/+2
2012-11-27cpuidle: Measure idle state durations with monotonic clockJulius Werner1-2/+2
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-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman1-1/+1
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder4-6/+6
2012-11-17drivers/of: Constify device_node->name and ->path_component_nameGrant Likely2-3/+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-30Merge remote-tracking branch 'master' into queueMarcelo Tosatti71-1890/+2230
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-11Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queueMarcelo Tosatti1-0/+1
2012-10-09memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...Yasuaki Ishimatsu1-4/+9
2012-10-06PPC: select EPAPR_PARAVIRT for all users of epapr hcallsStuart Yoder1-0/+1
2012-10-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds64-1845/+2184