summaryrefslogtreecommitdiff
path: root/arch/x86/mm/srat_64.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-02x86, NUMA: rename srat_64.c to srat.cTejun Heo1-184/+0
2011-05-02x86-64, NUMA: Simplify hotadd memory handlingTejun Heo1-77/+1
2011-02-16x86-64, NUMA: Unify emulated distance mappingTejun Heo1-65/+0
2011-02-16x86-64, NUMA: Unify emulated apicid -> node mapping transformationTejun Heo1-23/+1
2011-02-16x86-64, NUMA: Implement generic node distance handlingTejun Heo1-16/+11
2011-02-16x86-64, NUMA: Kill mem_nodes_parsedTejun Heo1-5/+2
2011-02-16x86-64, NUMA: Rename cpu_nodes_parsed to numa_nodes_parsedTejun Heo1-3/+3
2011-02-16x86-64, NUMA: Kill numa_nodes[]Tejun Heo1-18/+4
2011-02-16x86-64, NUMA: Add common find_node_by_addr()Tejun Heo1-18/+0
2011-02-16x86-64, NUMA: Kill {acpi|amd|dummy}_scan_nodes()Tejun Heo1-8/+0
2011-02-16x86-64, NUMA: Unify the rest of memblk registrationTejun Heo1-61/+0
2011-02-16x86-64, NUMA: Unify use of memblk in all init methodsTejun Heo1-5/+0
2011-02-16x86-64, NUMA: Factor out memblk handling into numa_{add|register}_memblk()Tejun Heo1-93/+3
2011-02-16x86-64, NUMA: Kill {acpi|amd}_get_nodes()Tejun Heo1-13/+0
2011-02-16x86-64, NUMA: Use common numa_nodes[]Tejun Heo1-32/+11
2011-02-16x86-64, NUMA: Use common {cpu|mem}_nodes_parsedTejun Heo1-11/+6
2011-02-16x86-64, NUMA: Restructure initmem_init()Tejun Heo1-3/+1
2011-02-16x86-64, NUMA: Wrap acpi_numa_init() so that failure can be indicated by retur...Tejun Heo1-0/+10
2011-02-16x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return ...Tejun Heo1-2/+2
2011-02-16x86-64, NUMA: Simplify hotplug node handling in acpi_numa_memory_affinity_init()Tejun Heo1-18/+13
2011-02-16Merge branch 'x86/numa' into x86/mmIngo Molnar1-6/+6
2011-02-14Merge branch 'linus' into x86/bootmemIngo Molnar1-8/+28
2011-01-28x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo1-6/+6
2011-01-10Merge branch 'x86/numa' into x86/urgentIngo Molnar1-8/+18
2010-12-29x86-64, numa: Put pgtable to local node memoryYinghai Lu1-0/+2
2010-12-23x86, numa: Fix cpu to node mapping for sparse node idsDavid Rientjes1-6/+16
2010-12-23x86, numa: Fake apicid and pxm mappings for NUMA emulationDavid Rientjes1-2/+0
2010-12-23x86, numa: Avoid compiling NUMA emulation functions without CONFIG_NUMA_EMUDavid Rientjes1-0/+2
2010-12-23x86, acpi: Parse all SRAT cpu entries even above the cpu number limitationYinghai Lu1-0/+10
2010-10-11Merge branch 'x86/urgent' into core/memblockH. Peter Anvin1-3/+5
2010-10-11x86, numa: For each node, register the memory blocks actually usedYinghai Lu1-3/+5
2010-08-27x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu1-5/+6
2010-05-18Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+48
2010-05-06x86: Fix fake apicid to node mapping for numa emulationDavid Rientjes1-1/+2
2010-04-28x86-64: Combine SRAT regions when possibleJan Beulich1-0/+48
2010-01-23x86: Set hotpluggable nodes in nodes_possible_mapDavid Rientjes1-1/+3
2009-12-16x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu1-1/+3
2009-12-08Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+21
2009-11-23x86: apic: Print out SRAT table APIC id in hexYinghai Lu1-2/+2
2009-10-12x86: Interleave emulated nodes over physical nodesDavid Rientjes1-1/+0
2009-10-12x86: Export srat physical topologyDavid Rientjes1-7/+21
2009-07-21x86-64: Fix bad_srat() to clear all stateAndi Kleen1-2/+4
2009-05-18x86, mm: Fix node_possible_map logicYinghai Lu1-27/+2
2009-05-18mm, x86: remove MEMORY_HOTPLUG_RESERVE related codeYinghai Lu1-51/+12
2009-05-11x86: Allow 1MB of slack between the e820 map and SRAT, not 4GBYinghai Lu1-2/+2
2009-05-11x86: Sanity check the e820 against the SRAT table using e820 map onlyYinghai Lu1-1/+1
2009-05-06x86, srat: do not register nodes beyond e820 mapDavid Rientjes1-0/+1
2009-04-17x86/uv: fix init of memory-less nodesJack Steiner1-1/+5
2009-04-05Merge branch 'linus' into releaseLen Brown1-1/+2
2009-04-03x86, ACPI: add support for x2apic ACPI extensionsSuresh Siddha1-0/+30