Age | Commit message (Expand) | Author | Files | Lines |
2012-05-30 | x86: print physical addresses consistently with other parts of kernel | Bjorn Helgaas | 1 | -16/+16 |
2012-01-13 | cpumask: update setup_node_to_cpumask_map() comments | Wanlong Gao | 1 | -1/+1 |
2012-01-12 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+6 |
2011-12-09 | x86/numa: Add constraints check for nid parameters | Petr Holasek | 1 | -4/+6 |
2011-07-14 | memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones | Tejun Heo | 1 | -3/+2 |
2011-07-14 | x86: Use absent_pages_in_range() instead of memblock_x86_hole_size() | Tejun Heo | 1 | -2/+2 |
2011-07-14 | x86: Use HAVE_MEMBLOCK_NODE_MAP | Tejun Heo | 1 | -8/+7 |
2011-07-14 | memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc... | Tejun Heo | 1 | -8/+1 |
2011-07-14 | memblock: Kill MEMBLOCK_ERROR | Tejun Heo | 1 | -3/+3 |
2011-07-13 | x86, numa: Implement pfn -> nid mapping granularity check | Tejun Heo | 1 | -0/+15 |
2011-05-02 | x86, NUMA: Trim numa meminfo with max_pfn in a separate loop | Yinghai Lu | 1 | -5/+10 |
2011-05-02 | x86, NUMA: Rename setup_node_bootmem() to setup_node_data() | Yinghai Lu | 1 | -3/+3 |
2011-05-02 | x86, NUMA: Make numa_init_array() static | Tejun Heo | 1 | -1/+1 |
2011-05-02 | x86, NUMA: Make 32bit use common NUMA init path | Tejun Heo | 1 | -5/+5 |
2011-05-02 | x86, NUMA: Initialize and use remap allocator from setup_node_bootmem() | Tejun Heo | 1 | -14/+27 |
2011-05-02 | x86, NUMA: Remove long 64bit assumption from numa.c | Tejun Heo | 1 | -23/+22 |
2011-05-02 | x86, NUMA: Enable build of generic NUMA init code on 32bit | Tejun Heo | 1 | -6/+4 |
2011-05-02 | x86, NUMA: Move NUMA init logic from numa_64.c to numa.c | Tejun Heo | 1 | -3/+520 |
2011-05-02 | x86, NUMA: Move numa_nodes_parsed to numa.[hc] | Tejun Heo | 1 | -0/+1 |
2011-05-02 | x86, NUMA: Unify 32/64bit numa_cpu_node() implementation | Tejun Heo | 1 | -0/+9 |
2011-04-21 | x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPS | David Rientjes | 1 | -18/+13 |
2011-02-14 | x86, numa: Add error handling for bad cpu-to-node mappings | David Rientjes | 1 | -0/+4 |
2011-01-28 | x86: Unify NUMA initialization between 32 and 64bit | Tejun Heo | 1 | -4/+72 |
2011-01-28 | x86: Unify node_to_cpumask_map handling between 32 and 64bit | Tejun Heo | 1 | -2/+62 |
2011-01-28 | x86: Unify CPU -> NUMA node mapping between 32 and 64bit | Tejun Heo | 1 | -1/+71 |
2011-01-28 | x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit | Tejun Heo | 1 | -1/+5 |
2011-01-19 | x86: Unify "numa=" command line option handling | Jan Beulich | 1 | -0/+22 |
2010-05-31 | x86/mm: Remove unused DBG() macro | Akinobu Mita | 1 | -6/+0 |
2010-05-30 | Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" | Linus Torvalds | 1 | -17/+0 |
2010-05-27 | cpusets: randomize node rotor used in cpuset_mem_spread_node() | Jack Steiner | 1 | -0/+17 |
2009-03-13 | cpumask: convert node_to_cpumask_map[] to cpumask_var_t | Rusty Russell | 1 | -1/+1 |
2009-03-13 | cpumask: remove x86 cpumask_t uses. | Rusty Russell | 1 | -1/+1 |
2009-03-13 | cpumask: convert node_to_cpumask_map[] to cpumask_var_t | Rusty Russell | 1 | -16/+12 |
2009-03-13 | x86: unify 32 and 64-bit node_to_cpumask_map | Rusty Russell | 1 | -0/+71 |