aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/numa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-20powerpc: Coding style cleanupsAnton Blanchard1-3/+4
2011-09-20powerpc: Use for_each_node_by_type instead of open coding itAnton Blanchard1-5/+5
2011-09-20powerpc/numa: Remove double of_node_put in hot_add_node_scn_to_nidAnton Blanchard1-1/+2
2011-05-04powerpc: Convert old cpumask API into new oneKOSAKI Motohiro1-1/+1
2011-04-27powerpc/numa: Look for ibm, associativity-reference-points at the rootMichael Ellerman1-8/+7
2011-03-31Fix common misspellingsLucas De Marchi1-5/+5
2011-03-10powerpc/pseries: Disable VPNH featureBenjamin Herrenschmidt1-1/+2
2011-02-07powerpc/numa: Fix bug in unmap_cpu_from_nodeAnton Blanchard1-1/+1
2011-02-07powerpc/numa: Disable VPHN on dedicated processor partitionsAnton Blanchard1-1/+2
2011-02-07powerpc/numa: Add length when creating OF properties via VPHNAnton Blanchard1-3/+9
2011-02-07powerpc/numa: Check for all VPHN changesAnton Blanchard1-1/+1
2011-02-07powerpc/numa: Only use active VPHN count fieldsAnton Blanchard1-4/+6
2011-02-07powerpc/pseries: Remove unnecessary variable initializations in numa.cJesse Larrew1-9/+8
2011-02-07powerpc/pseries: Fix brace placement in numa.cJesse Larrew1-6/+3
2011-02-07powerpc/pseries: Fix typo in VPHN commentsJesse Larrew1-1/+1
2011-01-12powerpc/pseries: Fix build of topology stuff without CONFIG_NUMABenjamin Herrenschmidt1-1/+0
2011-01-11powerpc/pseries: Fix VPHN build errors on non-SMP systemsJesse Larrew1-3/+6
2010-12-09powerpc/pseries: Poll VPA for topology changes and update NUMA mapsJesse Larrew1-10/+267
2010-11-29powerpc: Add memory_hotplug_max()Nishanth Aravamudan1-0/+26
2010-10-12memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu1-2/+2
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar1-33/+89
2010-08-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-33/+89
2010-08-04memblock/powerpc: Use new accessorsBenjamin Herrenschmidt1-8/+9
2010-08-04Merge commit 'gcl/next' into nextBenjamin Herrenschmidt1-42/+42
2010-07-23powerpc: Fix erroneous lmb->memblock conversionsBenjamin Herrenschmidt1-12/+12
2010-07-14lmb: rename to memblockYinghai Lu1-42/+42
2010-07-09powerpc/numa: Use form 1 affinity to setup node distanceAnton Blanchard1-33/+89
2010-05-21powerpc/numa: Use ibm,architecture-vec-5 to detect form 1 affinityAnton Blanchard1-8/+12
2010-05-07Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-2/+15
2010-05-06powerpc/cpumask: Convert NUMA code to new cpumask APIAnton Blanchard1-13/+45
2010-04-28powerpc/numa: Add form 1 NUMA affinityAnton Blanchard1-2/+15
2010-03-06nodemask.h: remove macro any_online_nodeH Hartley Sweeten1-3/+3
2009-06-09powerpc: Set init_bootmem_done on NUMA platforms as wellBenjamin Herrenschmidt1-0/+2
2009-02-23powerpc/numa: Cleanup hot_add_scn_to_nidNathan Fontenot1-66/+73
2009-02-18Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-2/+3
2009-02-13powerpc/mm: Fix numa reserve bootmem page selectionDave Hansen1-2/+3
2009-02-11powerpc/numa: Remove redundant find_cpu_node()Milton Miller1-31/+2
2009-02-11powerpc/numa: Avoid possible reference beyond prop. length in find_min_common_depth()Milton Miller1-1/+1
2009-01-08powerpc/mm: Cleanup careful_allocation(): consolidate memset()Dave Hansen1-6/+5
2009-01-08powerpc/mm: Make careful_allocation() return virtual addrsDave Hansen1-17/+20
2009-01-08powerpc/mm:: Cleanup careful_allocation(): bootmem already panicsDave Hansen1-5/+1
2009-01-08powerpc/mm: Add better comment on careful_allocation()Dave Hansen1-2/+10
2008-12-16powerpc: Fix bootmem reservation on uninitialized nodeDave Hansen1-5/+11
2008-12-01powerpc: Fix boot freeze on machine with empty memory nodeDave Hansen1-47/+75
2008-10-21powerpc: Always trim numa memory to lmb_end_of_DRAM()Milton Miller1-4/+2
2008-10-21powerpc/numa: Make memory reserve code more robustJon Tollefson1-5/+10
2008-10-10powerpc: Reserve in bootmem lmb reserved regions that cross NUMA nodesJon Tollefson1-28/+80
2008-09-15powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernelsChandru1-16/+61
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-2/+1
2008-07-03powerpc/pseries: Update numa association of hotplug memory add for drconf memoryNathan Fontenot1-18/+83