aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/srat_64.c
Commit message (Expand)AuthorAgeFilesLines
* x86, NUMA: rename srat_64.c to srat.cTejun Heo2011-05-021-184/+0
* x86-64, NUMA: Simplify hotadd memory handlingTejun Heo2011-05-021-77/+1
* x86-64, NUMA: Unify emulated distance mappingTejun Heo2011-02-161-65/+0
* x86-64, NUMA: Unify emulated apicid -> node mapping transformationTejun Heo2011-02-161-23/+1
* x86-64, NUMA: Implement generic node distance handlingTejun Heo2011-02-161-16/+11
* x86-64, NUMA: Kill mem_nodes_parsedTejun Heo2011-02-161-5/+2
* x86-64, NUMA: Rename cpu_nodes_parsed to numa_nodes_parsedTejun Heo2011-02-161-3/+3
* x86-64, NUMA: Kill numa_nodes[]Tejun Heo2011-02-161-18/+4
* x86-64, NUMA: Add common find_node_by_addr()Tejun Heo2011-02-161-18/+0
* x86-64, NUMA: Kill {acpi|amd|dummy}_scan_nodes()Tejun Heo2011-02-161-8/+0
* x86-64, NUMA: Unify the rest of memblk registrationTejun Heo2011-02-161-61/+0
* x86-64, NUMA: Unify use of memblk in all init methodsTejun Heo2011-02-161-5/+0
* x86-64, NUMA: Factor out memblk handling into numa_{add|register}_memblk()Tejun Heo2011-02-161-93/+3
* x86-64, NUMA: Kill {acpi|amd}_get_nodes()Tejun Heo2011-02-161-13/+0
* x86-64, NUMA: Use common numa_nodes[]Tejun Heo2011-02-161-32/+11
* x86-64, NUMA: Use common {cpu|mem}_nodes_parsedTejun Heo2011-02-161-11/+6
* x86-64, NUMA: Restructure initmem_init()Tejun Heo2011-02-161-3/+1
* x86-64, NUMA: Wrap acpi_numa_init() so that failure can be indicated by retur...Tejun Heo2011-02-161-0/+10
* x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return ...Tejun Heo2011-02-161-2/+2
* x86-64, NUMA: Simplify hotplug node handling in acpi_numa_memory_affinity_init()Tejun Heo2011-02-161-18/+13
* Merge branch 'x86/numa' into x86/mmIngo Molnar2011-02-161-6/+6
|\
| * x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo2011-01-281-6/+6
* | Merge branch 'linus' into x86/bootmemIngo Molnar2011-02-141-8/+28
|\ \ | |/
| * Merge branch 'x86/numa' into x86/urgentIngo Molnar2011-01-101-8/+18
| |\
| | * x86, numa: Fix cpu to node mapping for sparse node idsDavid Rientjes2010-12-231-6/+16
| | * x86, numa: Fake apicid and pxm mappings for NUMA emulationDavid Rientjes2010-12-231-2/+0
| | * x86, numa: Avoid compiling NUMA emulation functions without CONFIG_NUMA_EMUDavid Rientjes2010-12-231-0/+2
| * | x86, acpi: Parse all SRAT cpu entries even above the cpu number limitationYinghai Lu2010-12-231-0/+10
| |/
* | x86-64, numa: Put pgtable to local node memoryYinghai Lu2010-12-291-0/+2
|/
* Merge branch 'x86/urgent' into core/memblockH. Peter Anvin2010-10-111-3/+5
|\
| * x86, numa: For each node, register the memory blocks actually usedYinghai Lu2010-10-111-3/+5
* | x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu2010-08-271-5/+6
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-05-181-0/+48
|\
| * x86-64: Combine SRAT regions when possibleJan Beulich2010-04-281-0/+48
* | x86: Fix fake apicid to node mapping for numa emulationDavid Rientjes2010-05-061-1/+2
|/
* x86: Set hotpluggable nodes in nodes_possible_mapDavid Rientjes2010-01-231-1/+3
* x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu2009-12-161-1/+3
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-081-8/+21
|\
| * x86: Interleave emulated nodes over physical nodesDavid Rientjes2009-10-121-1/+0
| * x86: Export srat physical topologyDavid Rientjes2009-10-121-7/+21
* | x86: apic: Print out SRAT table APIC id in hexYinghai Lu2009-11-231-2/+2
|/
* x86-64: Fix bad_srat() to clear all stateAndi Kleen2009-07-211-2/+4
* x86, mm: Fix node_possible_map logicYinghai Lu2009-05-181-27/+2
* mm, x86: remove MEMORY_HOTPLUG_RESERVE related codeYinghai Lu2009-05-181-51/+12
* x86: Allow 1MB of slack between the e820 map and SRAT, not 4GBYinghai Lu2009-05-111-2/+2
* x86: Sanity check the e820 against the SRAT table using e820 map onlyYinghai Lu2009-05-111-1/+1
* x86, srat: do not register nodes beyond e820 mapDavid Rientjes2009-05-061-0/+1
* x86/uv: fix init of memory-less nodesJack Steiner2009-04-171-1/+5
* Merge branch 'linus' into releaseLen Brown2009-04-051-1/+2
|\
| * x86, apic: remove genapic.hIngo Molnar2009-02-171-1/+1