aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/numa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-03powerpc/pseries: Split code into helper routines for drconf memoryNathan Fontenot1-39/+170
2008-04-24[POWERPC] Add include of linux/of.h to numa.cMichael Ellerman1-0/+1
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller1-1/+2
2008-02-07Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-3/+63
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-1/+1
2008-02-07[POWERPC] Fake NUMA emulation for PowerPCBalbir Singh1-3/+63
2007-08-03[POWERPC] Fix parse_drconf_memory() for 64-bit start addressesMichael Ellerman1-2/+2
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+3
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-10/+10
2007-04-13[POWERPC] Rename prom_n_size_cells to of_n_size_cellsStephen Rothwell1-1/+1
2007-04-13[POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell1-1/+1
2007-02-17Fix typos concerning hierarchyUwe Kleine-König1-1/+1
2006-12-11[POWERPC] Support ibm,dynamic-reconfiguration-memory nodesPaul Mackerras1-0/+65
2006-10-11[PATCH] mm: use symbolic names instead of indices for zone initialisationMel Gorman1-3/+3
2006-09-27[PATCH] Have Power use add_active_range() and free_area_init_nodes()Mel Gorman1-143/+16
2006-07-31[POWERPC] Constify & voidify get_property()Jeremy Kerr1-17/+14
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman1-5/+6
2006-05-05Merge ../linux-2.6Paul Mackerras1-5/+27
2006-05-01[PATCH] powerpc: Allow devices to register with numa topologyJeremy Kerr1-5/+27
2006-04-22[PATCH] powerpc: Less verbose mem configuration outputOlof Johansson1-4/+4
2006-03-27[PATCH] powerpc: hot_add_scn_to_nid() build fixAndrew Morton1-0/+2
2006-03-22[PATCH] powerpc numa: Consolidate assignment of cpus to nodesNathan Lynch1-7/+3
2006-03-22[PATCH] powerpc numa: Support sparse online node mapNathan Lynch1-52/+43
2006-03-22[PATCH] powerpc numa: Consolidate handling of Power4 special caseNathan Lynch1-12/+11
2006-03-22[PATCH] powerpc numa: Get rid of "numa domain" terminologyNathan Lynch1-39/+39
2006-03-22[PATCH] powerpc numa: Minor cpu hotplug-related cleanupsNathan Lynch1-3/+3
2006-03-22[PATCH] powerpc numa: Minor debugging code changesNathan Lynch1-3/+5
2006-03-22[PATCH] powerpc numa: fix boot_cpuid always assigned to node 0Nathan Lynch1-3/+3
2006-02-07[PATCH] powerpc: Always panic if lmb_alloc() failsMichael Ellerman1-2/+2
2006-01-09[PATCH] powerpc: don't add memory to empty node/zoneMike Kravetz1-5/+14
2006-01-09[PATCH] powerpc: Remove device_node addrs/n_addrBenjamin Herrenschmidt1-2/+4
2006-01-09[PATCH] ppc64: Add NUMA cpu summary at bootAnton Blanchard1-3/+36