aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/lpar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-11powerpc: Fix RCU idle and hcall tracingAnton Blanchard1-4/+10
2012-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+2
2012-01-03powerpc: Fix unpaired probe_hcall_entry and probe_hcall_exitLi Zhong1-0/+2
2011-12-11powerpc: Tell RCU about idle after hcall tracingPaul E. McKenney1-0/+4
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-08-05powerpc/pseries: Cleanup VPA registration and deregistration errorsAnton Blanchard1-9/+8
2011-08-05powerpc: pseries: Fix kexec on machines with more than 4TB of RAMAnton Blanchard1-1/+1
2011-06-29powerpc/pseries: Re-implement HVSI as part of hvc_vioBenjamin Herrenschmidt1-189/+0
2011-06-29powerpc/udbg: Register udbg console genericallyBenjamin Herrenschmidt1-2/+0
2011-05-04powerpc/pseries: Add page coalescing supportBrian King1-0/+46
2011-04-27powerpc: Free up some CPU feature bits by moving out MMU-related featuresMatt Evans1-1/+1
2011-02-07powerpc: Fix hcall tracepoint recursionAnton Blanchard1-0/+37
2010-11-29powerpc/pseries: Add kernel parameter to disable batched hcallsWill Schmidt1-0/+12
2010-09-02powerpc: Account time using timebase rather than PURRPaul Mackerras1-0/+21
2010-09-02powerpc: Abstract indexing of lppaca structsPaul Mackerras1-2/+2
2010-05-21powerpc/kexec: Speedup kexec hash PTE tear downMichael Neuling1-13/+20
2009-10-28powerpc: tracing: Give hypervisor call tracepoints access to argumentsAnton Blanchard1-4/+5
2009-10-28powerpc: tracing: Add hypervisor call tracepointsAnton Blanchard1-0/+32
2009-07-08powerpc/pseries: Use pr_devel() in pseries LPAR HPTE routinesMichael Ellerman1-9/+9
2009-05-21powerpc/pseries: CMO unused page hintingRobert Jennings1-0/+52
2008-07-15powerpc: Remove unnecessary condition when sanity-checking WIMG bitsDave Kleikamp1-2/+1
2008-07-09powerpc/mm: Don't clear _PAGE_COHERENT when _PAGE_SAO is setDave Kleikamp1-1/+2
2008-05-14[POWERPC] Fix sparse warnings in arch/powerpc/platforms/pseriesMichael Ellerman1-1/+1
2008-04-24[POWERPC] Convert from DBG() to pr_debug() in platforms/pseries/Michael Ellerman1-19/+15
2008-04-24[POWERPC] Register udbg console early on pseries LPARMichael Ellerman1-0/+2
2008-04-17[POWERPC] Always add preferred consoles in platforms/pseries/lpar.cMichael Ellerman1-7/+2
2008-04-17[POWERPC] Move prototype for find_udbg_vterm() into a header fileMichael Ellerman1-0/+1
2008-02-26[POWERPC] Add code for removing HPTEs for parts of the linear mappingBadari Pulavarty1-0/+15
2008-01-15[POWERPC] Fix boot failure on POWER6Paul Mackerras1-1/+0
2008-01-11[POWERPC] Fix CPU hotplug when using the SLB shadow bufferMichael Neuling1-0/+1
2007-10-12[POWERPC] Use 1TB segmentsPaul Mackerras1-40/+49
2007-08-17[POWERPC] Clean out a bunch of duplicate includesJesper Juhl1-1/+0
2007-06-25[POWERPC] Fix Kexec/Kdump for power6Sachin P. Sant1-3/+14
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-2/+2
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-3/+3
2007-03-22[POWERPC] Avoid hypervisor statistics calculation in real modeMohan Kumar M1-1/+1
2007-02-08[POWERPC] Only use H_BULK_REMOVE if the firmware supports itPaul Mackerras1-8/+14
2007-02-07[POWERPC] Make pSeries use the H_BULK_REMOVE hypervisor callPaul Mackerras1-5/+46
2006-10-16[POWERPC] Make pSeries_lpar_hpte_insert staticGeoff Levand1-2/+2
2006-08-08[POWERPC] Implement SLB shadow bufferMichael Neuling1-4/+20
2006-08-01[POWERPC] clean up pseries hcall interfacesAnton Blanchard1-8/+4
2006-07-31[POWERPC] pseries: Constify & voidify get_property()Jeremy Kerr1-5/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-28[POWERPC] powerpc: Initialise ppc_md htab pointers earlierMichael Ellerman1-3/+1
2006-04-01[PATCH] powerpc: Extends HCALL interface for InfiniBand usageHeiko J Schick1-1/+2
2006-04-01[PATCH] powerpc/pseries: Change H_StudlyCaps to H_SHOUTING_CAPSSegher Boessenkool1-14/+14
2006-01-13[PATCH] powerpc: Remove lppaca structure from the PACADavid Gibson1-2/+2
2006-01-09[PATCH] powerpc: udbg updatesBenjamin Herrenschmidt1-2/+2
2006-01-09[PATCH] powerpc: Unify udbg (#2)Benjamin Herrenschmidt1-4/+4
2006-01-09[PATCH] powerpc: serial port discovery (#2)Benjamin Herrenschmidt1-38/+30