aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/numa_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27numa: x86_64: use generic percpu var numa_node_id() implementationLee Schermerhorn1-6/+3
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-48/+49
2010-02-15x86, numa: Remove configurable node size support for numa emulationDavid Rientjes1-147/+13
2010-02-15x86, numa: Add fixed node size option for numa emulationDavid Rientjes1-8/+109
2010-02-15x86, numa: Fix numa emulation calculation of big nodesDavid Rientjes1-1/+1
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu1-5/+15
2010-02-10x86: Make early_node_mem get mem > 4 GB if possibleYinghai Lu1-4/+17
2010-02-10x86: Call early_res_to_bootmem one timeYinghai Lu1-42/+20
2009-11-23x86, numa: Use near(er) online node instead of roundrobin for NUMAYinghai Lu1-1/+20
2009-11-23x86, numa, bootmem: Only free bootmem on NUMA failure pathYinghai Lu1-2/+8
2009-10-12x86: Interleave emulated nodes over physical nodesDavid Rientjes1-27/+184
2009-10-12x86: Export srat physical topologyDavid Rientjes1-2/+2
2009-10-12x86: Export k8 physical topologyDavid Rientjes1-3/+3
2009-05-18x86, mm: Fix node_possible_map logicYinghai Lu1-3/+10
2009-05-18mm, x86: remove MEMORY_HOTPLUG_RESERVE related codeYinghai Lu1-5/+0
2009-05-11x86: unify 64-bit UMA and NUMA paging_init()Pekka Enberg1-15/+0
2009-04-23x86: check boundary in setup_node_bootmem()Yinghai Lu1-0/+3
2009-03-13cpumask: remove x86 cpumask_t uses.Rusty Russell1-1/+1
2009-03-13cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell1-7/+7
2009-03-13x86: unify 32 and 64-bit node_to_cpumask_mapRusty Russell1-69/+0
2009-03-13cpumask: remove x86's node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell1-26/+0
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar1-1/+1
2009-02-18mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki1-1/+1
2009-02-09x86: fix abuse of per_cpu_offsetBrian Gerst1-2/+2
2009-01-27x86: move 64-bit NUMA codeBrian Gerst1-0/+217
2008-12-16x86: prepare for cpumask iterators to only go to nr_cpu_idsMike Travis1-2/+2
2008-07-26x86: convert numa_64.c from round_up to roundupJoerg Roedel1-5/+5
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-3/+1
2008-07-21x86: convert Dprintk to pr_debugThomas Gleixner1-4/+0
2008-07-08x86: remove end_pfn in 64bitYinghai Lu1-2/+2
2008-07-08x86: introduce initmem_init for 64 bitYinghai Lu1-1/+1
2008-07-08Merge branch 'x86/numa' into x86/develIngo Molnar1-57/+30
2008-07-08x86: numa_64.c fix shadowed variableThomas Gleixner1-15/+15
2008-07-08x86: numa_64.c make local variables staticThomas Gleixner1-4/+4
2008-07-08x86: remove the static 256k node_to_cpumask_mapMike Travis1-6/+0
2008-07-08x86: cleanup early per cpu variables/accesses v4Mike Travis1-32/+11
2008-05-25x86 boot: remove some unused extern function declarationsPaul Jackson1-1/+1
2008-04-26x86_64: fix setup_node_bootmem to support big mem excluding with memmapYinghai Lu1-6/+36
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-develLinus Torvalds1-1/+2
2008-04-19numa: move large array from stack to _initdata sectionMike Travis1-1/+2
2008-04-19srat, x86: add support for nodes spanning other nodesSuresh Siddha1-5/+11
2008-04-17x86: clean up non-smp usage of cpu mapsMike Travis1-1/+3
2008-04-17x86: remove never used nodenumer in pdaYinghai Lu1-2/+0
2008-03-21x86_64: free_bootmem should take physYinghai Lu1-2/+1
2008-03-04x86: not set node to cpu_to_node if the node is not onlineYinghai Lu1-2/+6
2008-02-18x86: reenable support for system without on node0Yinghai Lu1-1/+4
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-2/+3
2008-02-04x86: print out node_data addr and bootmap_start addrYinghai Lu1-1/+6
2008-02-01x86: remove unneeded round_upYinghai Lu1-3/+2
2008-02-01x86_64: make bootmap_start page align v6Yinghai Lu1-15/+20