- 23ac4ae x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NB by Andreas Herrmann · 14 years ago
- e534c7c numa: x86_64: use generic percpu var numa_node_id() implementation by Lee Schermerhorn · 14 years ago
- a626b46 Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- ca2107c x86, numa: Remove configurable node size support for numa emulation by David Rientjes · 15 years ago
- 8df5bb3 x86, numa: Add fixed node size option for numa emulation by David Rientjes · 15 years ago
- 68fd111 x86, numa: Fix numa emulation calculation of big nodes by David Rientjes · 15 years ago
- 0867721 x86: Make 64 bit use early_res instead of bootmem before slab by Yinghai Lu · 15 years ago
- cef625e x86: Make early_node_mem get mem > 4 GB if possible by Yinghai Lu · 15 years ago
- 1842f90 x86: Call early_res_to_bootmem one time by Yinghai Lu · 15 years ago
- d9c2d5a x86, numa: Use near(er) online node instead of roundrobin for NUMA by Yinghai Lu · 15 years ago
- 021428a x86, numa, bootmem: Only free bootmem on NUMA failure path by Yinghai Lu · 15 years ago
- adc1938 x86: Interleave emulated nodes over physical nodes by David Rientjes · 15 years ago
- 8716273 x86: Export srat physical topology by David Rientjes · 15 years ago
- 8ee2deb x86: Export k8 physical topology by David Rientjes · 15 years ago
- 7c43769 x86, mm: Fix node_possible_map logic by Yinghai Lu · 15 years ago
- 888a589 mm, x86: remove MEMORY_HOTPLUG_RESERVE related code by Yinghai Lu · 15 years ago
- 3551f88 x86: unify 64-bit UMA and NUMA paging_init() by Pekka Enberg · 16 years ago
- 4c31e92 x86: check boundary in setup_node_bootmem() by Yinghai Lu · 16 years ago
- 73e907d cpumask: remove x86 cpumask_t uses. by Rusty Russell · 16 years ago
- c032ef60 cpumask: convert node_to_cpumask_map[] to cpumask_var_t by Rusty Russell · 16 years ago
- 71ee73e x86: unify 32 and 64-bit node_to_cpumask_map by Rusty Russell · 16 years ago
- b9c4398 cpumask: remove x86's node_to_cpumask now everyone uses cpumask_of_node by Rusty Russell · 16 years ago
- fc6fc7f Merge branch 'linus' into x86/apic by Ingo Molnar · 16 years ago
- f2dbcfa mm: clean up for early_pfn_to_nid() by KAMEZAWA Hiroyuki · 16 years ago
- 44581a2 x86: fix abuse of per_cpu_offset by Brian Gerst · 16 years ago
- 6470aff x86: move 64-bit NUMA code by Brian Gerst · 16 years ago
- 168ef54 x86: prepare for cpumask iterators to only go to nr_cpu_ids by Mike Travis · 16 years ago
- be3e89e x86: convert numa_64.c from round_up to roundup by Joerg Roedel · 16 years ago
- b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 16 years ago
- cfc1b9a x86: convert Dprintk to pr_debug by Thomas Gleixner · 16 years ago
- c987d12 x86: remove end_pfn in 64bit by Yinghai Lu · 16 years ago
- 1f75d7e x86: introduce initmem_init for 64 bit by Yinghai Lu · 16 years ago
- 2b4fa85 Merge branch 'x86/numa' into x86/devel by Ingo Molnar · 16 years ago
- 886533a x86: numa_64.c fix shadowed variable by Thomas Gleixner · 17 years ago
- 864fc31 x86: numa_64.c make local variables static by Thomas Gleixner · 17 years ago
- 9f248bd x86: remove the static 256k node_to_cpumask_map by Mike Travis · 17 years ago
- 23ca4bb x86: cleanup early per cpu variables/accesses v4 by Mike Travis · 17 years ago
- e9197bf x86 boot: remove some unused extern function declarations by Paul Jackson · 17 years ago
- 1a27fc0 x86_64: fix setup_node_bootmem to support big mem excluding with memmap by Yinghai Lu · 17 years ago
- ec96535 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel by Linus Torvalds · 17 years ago
- f46bdf2 numa: move large array from stack to _initdata section by Mike Travis · 17 years ago
- 6ec6e0d srat, x86: add support for nodes spanning other nodes by Suresh Siddha · 17 years ago
- b447a46 x86: clean up non-smp usage of cpu maps by Mike Travis · 17 years ago
- 04adf11 x86: remove never used nodenumer in pda by Yinghai Lu · 17 years ago
- 37bff62 x86_64: free_bootmem should take phys by Yinghai Lu · 17 years ago
- 7c9e92b x86: not set node to cpu_to_node if the node is not online by Yinghai Lu · 17 years ago
- b7ad149 x86: reenable support for system without on node0 by Yinghai Lu · 17 years ago
- 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 17 years ago
- 6118f76 x86: print out node_data addr and bootmap_start addr by Yinghai Lu · 17 years ago
- 9347e0b x86: remove unneeded round_up by Yinghai Lu · 17 years ago
- 24a5da7 x86_64: make bootmap_start page align v6 by Yinghai Lu · 17 years ago
- 25eff8d x86_64: add debug name for early_res by Yinghai Lu · 17 years ago
- afadcd7 x86: fix nodemap_size according to nodeid bits by Yinghai Lu · 17 years ago
- 1ce3571 x86: early cpu_to_node fix in numa_64.c by travis@sgi.com · 17 years ago
- 4323838 x86: change size of node ids from u8 to s16 by travis@sgi.com · 17 years ago
- 625d6cf x86: fix early cpu_to_node panic from nr_free_zone_pages by Mike Travis · 17 years ago
- 9c5ba48 x86: clean up paging_init() by Ingo Molnar · 17 years ago
- fc7250a x86: only support sparsemem by Yinghai Lu · 17 years ago
- c49a495 x86: add debug of invalid per_cpu map accesses by travis@sgi.com · 17 years ago
- 7517527 x86: replace hard coded reservations in 64-bit early boot code with dynamic table by Andi Kleen · 17 years ago
- 316390b x86: fixup NR-CPUS patch for numa by travis@sgi.com · 17 years ago
- 118c890 arch/x86/mm/numa_64.c: section fix by Andrew Morton · 17 years ago
- 693e3c5 x86: reduce memory and intra-node effects by Mike Travis · 17 years ago
- df3825c x86: change NR_CPUS arrays in numa_64 by travis@sgi.com · 17 years ago
- 3cc87e3 x86: change size of node ids from u8 to u16 by travis@sgi.com · 17 years ago
- ef97001 x86: change size of APICIDs from u8 to u16 by travis@sgi.com · 17 years ago
- a261670 x86: cleanup setup_node_zones called by paging_init() by Yinghai Lu · 17 years ago
- 5548fec x86: clean up bitops-related warnings by Jeremy Fitzhardinge · 17 years ago
- b263295 x86: 64-bit, make sparsemem vmemmap the only memory model by Christoph Lameter · 17 years ago
- 7462894 x86: fixup numa 64 namespace by Thomas Gleixner · 17 years ago
- e3cfe52 x86: cleanup numa_64.c by Thomas Gleixner · 17 years ago
- 3abf024 x86: nuke a ton of unused exports by Thomas Gleixner · 17 years ago
- c9ff034 x86: move k8 related declarations by Thomas Gleixner · 17 years ago
- 71fff5e x86: convert cpu_to_apicid to be a per cpu variable by Mike Travis · 17 years ago
- 98c9e27 x86: fix cpu_to_node references by Mike Travis · 17 years ago
- 83e83d5 x86: 0 -> NULL, for arch/x86_64 by Yoann Padioleau · 17 years ago
- 95119fb x86_64: move mm by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/mm/numa_64.c]
- 4d381b5 x86_64: prepare shared mm/numa.c by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/mm/numa.c]
- 1c05f09 x86_64: disable srat when numa emulation succeeds by David Rientjes · 17 years ago
- a7e9662 x86_64: fix e820_hole_size based on address ranges by David Rientjes · 17 years ago
- 3484d79 x86_64: fake pxm-to-node mapping for fake numa by David Rientjes · 17 years ago
- e3f1cae [PATCH] x86-64: set node_possible_map at runtime - try 2 by Suresh Siddha · 18 years ago
- 382591d [PATCH] x86-64: fixed size remaining fake nodes by David Rientjes · 18 years ago
- 14694d7 [PATCH] x86-64: split remaining fake nodes equally by David Rientjes · 18 years ago
- 8b8ca80e [PATCH] x86-64: configurable fake numa node sizes by David Rientjes · 18 years ago
- f0a5a58 [PATCH] x86-64: clean up sparsemem memory_present call by Bob Picco · 18 years ago
- 53fee04 [PATCH] x86-64: Fix fake numa for x86_64 machines with big IO hole by Rohit Seth · 18 years ago
- 5441392 [PATCH] x86-64: x86_64-make-the-numa-hash-function-nodemap-allocation fix fix by Amul Shah · 18 years ago
- 076422d [PATCH] x86-64: Allocate the NUMA hash function nodemap dynamically by Amul Shah · 18 years ago
- 6391af1 [PATCH] mm: use symbolic names instead of indices for zone initialisation by Mel Gorman · 18 years ago
- 5cb248a [PATCH] Have x86_64 use add_active_range() and free_area_init_nodes by Mel Gorman · 18 years ago
- 1164c99 [PATCH] make numa_emulation() __init by Andrew Morton · 18 years ago
- 2c8c0e6 [PATCH] Convert x86-64 to early param by Andi Kleen · 18 years ago
- 3b5fd59 [PATCH] x86_64: sparsemem does not need node_mem_map by Andy Whitcroft · 19 years ago
- a806223 [PATCH] x86_64: Handle empty PXMs that only contain hotplug memory by Andi Kleen · 19 years ago
- 68a3a7f [PATCH] x86_64: Reserve SRAT hotadd memory on x86-64 by Andi Kleen · 19 years ago
- dc8ecb4 [PATCH] unify pfn_to_page: x86_64 pfn_to_page by KAMEZAWA Hiroyuki · 19 years ago
- dcf36bf [PATCH] x86_64: group memnodemap and memnodeshift in a memnode structure by Eric Dumazet · 19 years ago
- 267b480 [PATCH] x86_64: Try to allocate node memmap near the end of node by Andi Kleen · 19 years ago
- abe059e [PATCH] x86_64: Rename struct node in x86-64 NUMA code to struct bootnode by Andi Kleen · 19 years ago