| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/mm: Replace nodes_weight() with nodes_empty() where appropriate | Yury Norov | 2022-04-10 | 1 | -2/+2 |
* | memblock: use memblock_free for freeing virtual pointers | Mike Rapoport | 2021-11-06 | 1 | -1/+1 |
* | memblock: introduce saner 'memblock_free_ptr()' interface | Linus Torvalds | 2021-09-14 | 1 | -2/+1 |
* | memblock: make memblock_find_in_range method private | Mike Rapoport | 2021-09-03 | 1 | -3/+2 |
* | x86/numa: cleanup configuration dependent command-line options | Dan Williams | 2020-10-13 | 1 | -1/+2 |
* | x86, fakenuma: Fix invalid starting node ID | Huang Ying | 2020-09-04 | 1 | -1/+1 |
* | x86/mm: Mark setup_emu2phys_nid() static | Benjamin Thiel | 2020-03-27 | 1 | -1/+1 |
* | x86: Use pr_warn instead of pr_warning | Kefeng Wang | 2019-10-18 | 1 | -2/+2 |
* | Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix | Ingo Molnar | 2018-11-03 | 1 | -1/+0 |
|\ |
|
| * | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 1 | -1/+0 |
* | | x86/numa_emulation: Fix uniform-split numa emulation | Dave Jiang | 2018-10-30 | 1 | -2/+10 |
|/ |
|
* | x86/numa_emulation: Introduce uniform split capability | Dan Williams | 2018-07-06 | 1 | -19/+86 |
* | x86/numa_emulation: Fix emulated-to-physical node mapping | Dan Williams | 2018-07-06 | 1 | -1/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | x86/numa_emulation: Recalculate numa_nodes_parsed from emulated nodes | Wei Yang | 2017-07-18 | 1 | -0/+7 |
* | x86/numa_emulation: Assign physnode_mask directly from numa_nodes_parsed | Wei Yang | 2017-07-18 | 1 | -10/+8 |
* | x86/numa_emulation: Refine the calculation of max_emu_nid and dfl_phys_nid | Wei Yang | 2017-07-18 | 1 | -13/+17 |
* | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 2013-07-14 | 1 | -6/+6 |
* | x86: print physical addresses consistently with other parts of kernel | Bjorn Helgaas | 2012-05-29 | 1 | -2/+2 |
* | x86/numa: Allow specifying node_distance() for numa=fake | Peter Zijlstra | 2012-05-09 | 1 | -2/+6 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-03-22 | 1 | -1/+1 |
|\ |
|
| * | x86, memblock: Move mem_hole_size() to .init | Jiri Kosina | 2012-03-03 | 1 | -1/+1 |
* | | numa_emulation: fix cpumask_of_node() | Andrea Arcangeli | 2012-03-21 | 1 | -1/+1 |
|/ |
|
* | memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones | Tejun Heo | 2011-07-14 | 1 | -2/+2 |
* | x86: Use absent_pages_in_range() instead of memblock_x86_hole_size() | Tejun Heo | 2011-07-14 | 1 | -12/+18 |
* | memblock: Kill MEMBLOCK_ERROR | Tejun Heo | 2011-07-13 | 1 | -1/+1 |
* | x86, NUMA: Enable emulation on 32bit too | Tejun Heo | 2011-05-02 | 1 | -5/+11 |
* | x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPS | David Rientjes | 2011-04-21 | 1 | -14/+6 |
* | x86-64, NUMA: Don't call numa_set_distanc() for all possible node combination... | Tejun Heo | 2011-03-12 | 1 | -11/+12 |
* | x86-64, NUMA: Don't assume phys node 0 is always online in numa_emulation() | Tejun Heo | 2011-03-04 | 1 | -1/+15 |
* | x86-64, NUMA: Fix numa_emulation code with node0 without RAM | Yinghai Lu | 2011-03-04 | 1 | -3/+1 |
* | x86-64, NUMA: Better explain numa_distance handling | Tejun Heo | 2011-03-02 | 1 | -1/+5 |
* | x86-64, NUMA: Fix distance table handling | Yinghai Lu | 2011-03-02 | 1 | -6/+8 |
* | x86-64, NUMA: Add proper function comments to global functions | Tejun Heo | 2011-02-22 | 1 | -3/+26 |
* | x86-64, NUMA: Move NUMA emulation into numa_emulation.c | Tejun Heo | 2011-02-22 | 1 | -0/+452 |