aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm/numa_emulation.c
AgeCommit message (Expand)Author
2022-04-10x86/mm: Replace nodes_weight() with nodes_empty() where appropriateYury Norov
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport
2020-10-13x86/numa: cleanup configuration dependent command-line optionsDan Williams
2020-09-04x86, fakenuma: Fix invalid starting node IDHuang Ying
2020-03-27x86/mm: Mark setup_emu2phys_nid() staticBenjamin Thiel
2019-10-18x86: Use pr_warn instead of pr_warningKefeng Wang
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-30x86/numa_emulation: Fix uniform-split numa emulationDave Jiang
2018-07-06x86/numa_emulation: Introduce uniform split capabilityDan Williams
2018-07-06x86/numa_emulation: Fix emulated-to-physical node mappingDan Williams
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-18x86/numa_emulation: Recalculate numa_nodes_parsed from emulated nodesWei Yang
2017-07-18x86/numa_emulation: Assign physnode_mask directly from numa_nodes_parsedWei Yang
2017-07-18x86/numa_emulation: Refine the calculation of max_emu_nid and dfl_phys_nidWei Yang
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker
2012-05-29x86: print physical addresses consistently with other parts of kernelBjorn Helgaas
2012-05-09x86/numa: Allow specifying node_distance() for numa=fakePeter Zijlstra
2012-03-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-21numa_emulation: fix cpumask_of_node()Andrea Arcangeli
2012-03-03x86, memblock: Move mem_hole_size() to .initJiri Kosina
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo
2011-07-14x86: Use absent_pages_in_range() instead of memblock_x86_hole_size()Tejun Heo
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo
2011-05-02x86, NUMA: Enable emulation on 32bit tooTejun Heo
2011-04-21x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPSDavid Rientjes
2011-03-12x86-64, NUMA: Don't call numa_set_distanc() for all possible node combination...Tejun Heo
2011-03-04x86-64, NUMA: Don't assume phys node 0 is always online in numa_emulation()Tejun Heo
2011-03-04x86-64, NUMA: Fix numa_emulation code with node0 without RAMYinghai Lu
2011-03-02x86-64, NUMA: Better explain numa_distance handlingTejun Heo
2011-03-02x86-64, NUMA: Fix distance table handlingYinghai Lu
2011-02-22x86-64, NUMA: Add proper function comments to global functionsTejun Heo
2011-02-22x86-64, NUMA: Move NUMA emulation into numa_emulation.cTejun Heo