summaryrefslogtreecommitdiff
path: root/arch/x86/mm/numa_64.c
AgeCommit message (Expand)AuthorFilesLines
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-27x86_64: fix setup_node_bootmem to support big mem excluding with memmapYinghai Lu1-6/+36
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus 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
2008-02-01x86_64: add debug name for early_resYinghai Lu1-1/+1
2008-01-30x86: fix nodemap_size according to nodeid bitsYinghai Lu1-1/+1
2008-01-30x86: early cpu_to_node fix in numa_64.ctravis@sgi.com1-2/+3
2008-01-30x86: change size of node ids from u8 to s16travis@sgi.com1-6/+6
2008-01-30x86: fix early cpu_to_node panic from nr_free_zone_pagesMike Travis1-2/+0
2008-01-30x86: clean up paging_init()Ingo Molnar1-1/+0
2008-01-30x86: only support sparsememYinghai Lu1-32/+0
2008-01-30x86: add debug of invalid per_cpu map accessestravis@sgi.com1-0/+3
2008-01-30x86: replace hard coded reservations in 64-bit early boot code with dynamic t...Andi Kleen1-0/+1
2008-01-30x86: fixup NR-CPUS patch for numatravis@sgi.com1-3/+1
2008-01-30arch/x86/mm/numa_64.c: section fixAndrew Morton1-1/+1
2008-01-30x86: reduce memory and intra-node effectsMike Travis1-1/+1
2008-01-30x86: change NR_CPUS arrays in numa_64travis@sgi.com1-4/+16
2008-01-30x86: change size of node ids from u8 to u16travis@sgi.com1-3/+6
2008-01-30x86: change size of APICIDs from u8 to u16travis@sgi.com1-1/+1
2008-01-30x86: cleanup setup_node_zones called by paging_init()Yinghai Lu1-4/+7
2008-01-30x86: clean up bitops-related warningsJeremy Fitzhardinge1-1/+1
2008-01-30x86: 64-bit, make sparsemem vmemmap the only memory modelChristoph Lameter1-21/+0
2008-01-30x86: fixup numa 64 namespaceThomas Gleixner1-7/+7
2008-01-30x86: cleanup numa_64.cThomas Gleixner1-102/+111
2008-01-30x86: nuke a ton of unused exportsThomas Gleixner1-1/+0
2008-01-30x86: move k8 related declarationsThomas Gleixner1-0/+1
2007-10-19x86: convert cpu_to_apicid to be a per cpu variableMike Travis1-1/+1
2007-10-17x86: fix cpu_to_node referencesMike Travis1-2/+2
2007-10-17x86: 0 -> NULL, for arch/x86_64Yoann Padioleau1-1/+1
2007-10-11x86_64: move mmThomas Gleixner1-0/+648