aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/numa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-29x86: print physical addresses consistently with other parts of kernelBjorn Helgaas1-16/+16
2012-01-12cpumask: update setup_node_to_cpumask_map() commentsWanlong Gao1-1/+1
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+6
2011-12-09x86/numa: Add constraints check for nid parametersPetr Holasek1-4/+6
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo1-3/+2
2011-07-14x86: Use absent_pages_in_range() instead of memblock_x86_hole_size()Tejun Heo1-2/+2
2011-07-14x86: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo1-8/+7
2011-07-14memblock, x86: Replace memblock_x86_find_in_range_node() with generic memblock callsTejun Heo1-8/+1
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo1-3/+3
2011-07-12x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo1-0/+15
2011-05-02x86, NUMA: Trim numa meminfo with max_pfn in a separate loopYinghai Lu1-5/+10
2011-05-02x86, NUMA: Rename setup_node_bootmem() to setup_node_data()Yinghai Lu1-3/+3
2011-05-02x86, NUMA: Make numa_init_array() staticTejun Heo1-1/+1
2011-05-02x86, NUMA: Make 32bit use common NUMA init pathTejun Heo1-5/+5
2011-05-02x86, NUMA: Initialize and use remap allocator from setup_node_bootmem()Tejun Heo1-14/+27
2011-05-02x86, NUMA: Remove long 64bit assumption from numa.cTejun Heo1-23/+22
2011-05-02x86, NUMA: Enable build of generic NUMA init code on 32bitTejun Heo1-6/+4
2011-05-02x86, NUMA: Move NUMA init logic from numa_64.c to numa.cTejun Heo1-3/+520
2011-05-02x86, NUMA: Move numa_nodes_parsed to numa.[hc]Tejun Heo1-0/+1
2011-05-02x86, NUMA: Unify 32/64bit numa_cpu_node() implementationTejun Heo1-0/+9
2011-04-21x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPSDavid Rientjes1-18/+13
2011-02-14x86, numa: Add error handling for bad cpu-to-node mappingsDavid Rientjes1-0/+4
2011-01-28x86: Unify NUMA initialization between 32 and 64bitTejun Heo1-4/+72
2011-01-28x86: Unify node_to_cpumask_map handling between 32 and 64bitTejun Heo1-2/+62
2011-01-28x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo1-1/+71
2011-01-28x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo1-1/+5
2011-01-19x86: Unify "numa=" command line option handlingJan Beulich1-0/+22
2010-05-31x86/mm: Remove unused DBG() macroAkinobu Mita1-6/+0
2010-05-30Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds1-17/+0
2010-05-27cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner1-0/+17
2009-03-13cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell1-1/+1
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-16/+12
2009-03-13x86: unify 32 and 64-bit node_to_cpumask_mapRusty Russell1-0/+71