aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/lparcfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-28powerpc/pseries: Move lparcfg.c to platforms/pseriesBenjamin Herrenschmidt1-710/+0
2013-08-28Merge branch 'merge' into nextBenjamin Herrenschmidt1-13/+9
2013-08-27powerpc: Don't Oops when accessing /proc/powerpc/lparcfg without hypervisorBenjamin Herrenschmidt1-13/+9
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard1-4/+5
2013-08-14powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard1-2/+3
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+1
2013-04-23powerpc/pseries/lparcfg: Fix possible overflow are more than 1026Chen Gang1-0/+1
2013-04-09lparcfg: don't bother saving pointer to proc_dir_entryAl Viro1-9/+2
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2012-03-21powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell1-101/+7
2012-01-03switch procfs to umode_t useAl Viro1-1/+1
2011-05-04powerpc/pseries: Add page coalescing supportBrian King1-28/+25
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-02powerpc: Abstract indexing of lppaca structsPaul Mackerras1-7/+7
2010-04-07powerpc/pseries: Export data from new hcall H_EM_GET_PARMSVaidyanathan Srinivasan1-1/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-09powerpc: Remove trailing space in messagesFrans Pop1-5/+5
2009-10-30powerpc: Move /proc/ppc64 to /proc/powerpc and add symlinkBenjamin Herrenschmidt1-2/+2
2009-09-02powerpc/pseries: Fix to handle slb resize across migrationBrian King1-0/+3
2009-06-02powerpc: Display processor virtualization resource allocs in lparcfgNathan Fontenot1-2/+38
2009-04-07powerpc/pseries: Add dispatch dispersion statisticsAnton Blanchard1-0/+16
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar1-5/+5
2008-08-20powerpc: Replace __FUNCTION__ with __func__Harvey Harrison1-4/+4
2008-08-18powerpc: Add CMO enabled flag and paging space data to lparcfgRobert Jennings1-0/+5
2008-07-30powerpc: Allow non-hcall return values for lparcfg writesNathan Fontenot1-4/+0
2008-07-25powerpc/pseries: Remove kmalloc call in handling writes to lparcfgNathan Fontenot1-16/+12
2008-07-25powerpc/pseries: Verify CMO memory entitlement updates with virtual I/ONathan Fontenot1-0/+10
2008-07-25powerpc/pseries: Add CMO paging statisticsBrian King1-0/+20
2008-07-25powerpc/pseries: Split retrieval of processor entitlement data into a helper routineRobert Jennings1-35/+46
2008-07-25powerpc/pseries: Add memory entitlement capabilities to /proc/ppc64/lparcfgNathan Fontenot1-1/+120
2008-07-25powerpc/pseries: Split processor entitlement retrieval and gathering to helper routinesNathan Fotenot1-78/+88
2008-07-25powerpc/pseries: Remove extraneous error reporting for hcall failures in lparcfgNathan Fontenot1-32/+0
2008-05-14[POWERPC] Fix sparse warnings in arch/powerpc/kernelMichael Ellerman1-3/+3
2008-04-29powerpc: use non-racy method for proc entries creationDenis V. Lunev1-4/+2
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison1-6/+6
2007-12-11[POWERPC] lparcfg: Remove useless buffer allocationNathan Lynch1-11/+1
2007-10-03[POWERPC] ppc64: support CONFIG_DEBUG_PREEMPTHugh Dickins1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-04-27[POWERPC] Replace if-then-else with a switch statementWill Schmidt1-21/+22
2007-04-24[POWERPC] Remove old interface find_path_deviceStephen Rothwell1-2/+4
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-4/+5
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-1/+1
2007-02-08[POWERPC] Fix ppc64's writing to struct file_operationsStephen Rothwell1-4/+7
2006-08-01[POWERPC] clean up pseries hcall interfacesAnton Blanchard1-4/+14
2006-07-31[POWERPC] Constify & voidify get_property()Jeremy Kerr1-6/+5
2006-07-13[POWERPC] iseries: Make ItExtVpdPanel private to iSeriesMichael Ellerman1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[POWERPC] Make lparcfg.c work when both iseries and pseries are selectedStephen Rothwell1-71/+76