aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-28tracing: fix for tracepoint API changeStephen Rothwell1-5/+5
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely14-149/+272
2010-05-21powerpc/pseries: Make request_ras_irqs() available to other pseries codeMark Nelson4-60/+90
2010-05-21powerpc: Use smt_snooze_delay=-1 to always busy loopAnton Blanchard1-5/+5
2010-05-21powerpc/kexec: Speedup kexec hash PTE tear downMichael Neuling1-13/+20
2010-05-21powerpc/pseries: Add hcall to read 4 ptes at a time in real modeMichael Neuling2-0/+56
2010-05-21powerpc/eeh: Fix oops when probing in early bootAnton Blanchard1-1/+1
2010-05-18of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely1-1/+1
2010-05-07Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-0/+7
2010-05-06powerpc/cpumask: Update some commentsAnton Blanchard1-2/+2
2010-05-06powerpc/cpumask: Convert hotplug-cpu code to new cpumask APIAnton Blanchard1-14/+19
2010-05-06powerpc/cpumask: Convert xics driver to new cpumask APIAnton Blanchard1-17/+21
2010-05-06powerpc/cpumask: Convert pseries SMP code to new cpumask APIAnton Blanchard1-7/+9
2010-05-06powerpc/pseries: Only call start-cpu when a CPU is stoppedMichael Neuling1-0/+6
2010-05-06powerpc/pseries: Make query_cpu_stopped callable outside hotplug cpuMichael Neuling3-26/+34
2010-04-28powerpc/pseries: Flush lazy kernel mappings after unplug operationsBenjamin Herrenschmidt1-0/+7
2010-04-07powerpc/pseries/dlpar: Use kasprintfJulia Lawall1-5/+2
2010-04-07powerpc/pseries/dlpar: Eliminate use after freeJulia Lawall1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo11-3/+8
2010-03-09powerpc: Reduce printk from pseries_mach_cpu_die()Vaidyanathan Srinivasan1-11/+0
2010-03-09powerpc: Move checks in pseries_mach_cpu_die()Vaidyanathan Srinivasan1-15/+15
2010-03-09powerpc: Reset kernel stack on cpu online from cede stateVaidyanathan Srinivasan2-5/+5
2010-03-09powerpc/pseries: Pass CPPR value to H_XIRR hcallMark Nelson2-5/+6
2010-03-09powerpc: Fix SMP build with disabled CPU hotplugging.Adam Lackorzynski1-1/+21
2010-02-19powerpc: Convert confirm_error_lock to raw_spinlockThomas Gleixner1-7/+7
2010-02-17powerpc: Remove whitespace in irq chip name fieldsAnton Blanchard1-2/+2
2010-02-17powerpc: Reduce footprint of xics_ipi_structAnton Blanchard1-15/+11
2010-02-17powerpc/eeh: Fix a bug when pci structure is nullBreno Leitao3-5/+5
2010-02-17Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-2/+12
2010-02-09powerpc: Remove trailing space in messagesFrans Pop4-8/+8
2010-02-09powerpc/pseries: Quieten cede latency printkAnton Blanchard1-17/+5
2010-02-09arch/powerpc: Fix continuation line formatsJoe Perches2-6/+6
2010-02-09powerpc/pseries: Hypervisor call tracepoints hcall_stats touchupWill Schmidt1-2/+2
2010-02-08powerpc/pseries: Fix kexec regression caused by CPPR trackingMark Nelson1-2/+12
2010-02-01powerpc/pseries: Fix xics build without CONFIG_SMPBenjamin Herrenschmidt1-5/+1
2010-01-15powerpc: Move cpu hotplug driver lock from pseries to powerpcNathan Fontenot1-14/+0
2010-01-15powerpc/pseries: Fix dlpar compile warning without CONFIG_PROC_DEVICETREEFUJITA Tomonori1-1/+3
2010-01-15powerpc/pseries: Fix xics interrupt affinityAnton Blanchard1-6/+6
2009-12-18powerpc/pseries: Make declarations of cpu_hotplug_driver_lock() ANSI compatible.Gautham R Shenoy1-2/+4
2009-12-18powerpc/pseries: Don't panic when H_PROD fails during cpu-online.Gautham R Shenoy1-2/+2
2009-12-18powerpc/pseries: Select XICS and PCI_MSI PSERIESMel Gorman1-0/+2
2009-12-18powerpc: Make the CMM memory hotplug awareRobert Jennings1-6/+248
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt3-53/+150
2009-12-09powerpc/pseries: Track previous CPPR values to correctly EOI interruptsMark Nelson1-5/+51
2009-12-09powerpc/pseries: Correct pseries/dlpar.c build break without CONFIG_SMPNathan Fontenot1-94/+94
2009-12-09powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze1-1/+1
2009-12-09powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallocateGautham R Shenoy1-10/+35
2009-12-09pseries/pseries: Add code to online/offline CPUs of a DLPAR nodeGautham R Shenoy1-0/+101