| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: introduce numa_emulation | Mike Rapoport (Microsoft) | 2024-09-04 | 1 | -12/+0 |
* | mm: move numa_distance and related code from x86 to numa_memblks | Mike Rapoport (Microsoft) | 2024-09-04 | 1 | -2/+0 |
* | mm: introduce numa_memblks | Mike Rapoport (Microsoft) | 2024-09-04 | 1 | -3/+0 |
* | x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned | Mike Rapoport (Microsoft) | 2024-09-04 | 1 | -5/+5 |
* | x86/numa_emu: use a helper function to get MAX_DMA32_PFN | Mike Rapoport (Microsoft) | 2024-09-04 | 1 | -0/+1 |
* | x86/numa_emu: split __apicid_to_node update to a helper function | Mike Rapoport (Microsoft) | 2024-09-04 | 1 | -0/+2 |
* | x86/numa: move FAKE_NODE_* defines to numa_emu | Mike Rapoport (Microsoft) | 2024-09-04 | 1 | -2/+0 |
* | x86/mm: Drop the 4 MB restriction on minimal NUMA node memory size | Mike Rapoport (IBM) | 2023-10-20 | 1 | -7/+0 |
* | Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2020-10-14 | 1 | -0/+2 |
|\ |
|
| * | x86: Support Generic Initiator only proximity domains | Jonathan Cameron | 2020-10-02 | 1 | -0/+2 |
* | | x86/numa: cleanup configuration dependent command-line options | Dan Williams | 2020-10-14 | 1 | -1/+7 |
|/ |
|
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data() | Luiz Capitulino | 2014-09-16 | 1 | -1/+0 |
* | x86: delete __cpuinit usage from all x86 files | Paul Gortmaker | 2013-07-15 | 1 | -3/+3 |
* | cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the node | Wen Congyang | 2013-02-24 | 1 | -2/+2 |
* | x86, mm: kill numa_64.h | Yinghai Lu | 2012-11-17 | 1 | -2/+0 |
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst... | David Howells | 2012-10-02 | 1 | -2/+2 |
* | x86, NUMA: Make numa_init_array() static | Tejun Heo | 2011-05-02 | 1 | -2/+0 |
* | x86, NUMA: Move NUMA init logic from numa_64.c to numa.c | Tejun Heo | 2011-05-02 | 1 | -0/+16 |
* | x86-32, NUMA: implement temporary NUMA init shims | Tejun Heo | 2011-05-02 | 1 | -0/+3 |
* | x86, NUMA: Move numa_nodes_parsed to numa.[hc] | Tejun Heo | 2011-05-02 | 1 | -0/+1 |
* | x86, NUMA: Unify 32/64bit numa_cpu_node() implementation | Tejun Heo | 2011-05-02 | 1 | -0/+10 |
* | x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPS | David Rientjes | 2011-04-21 | 1 | -1/+1 |
* | x86-64, NUMA: Factor out memblk handling into numa_{add|register}_memblk() | Tejun Heo | 2011-02-16 | 1 | -0/+3 |
* | x86: Unify NUMA initialization between 32 and 64bit | Tejun Heo | 2011-01-28 | 1 | -0/+4 |
* | x86: Unify node_to_cpumask_map handling between 32 and 64bit | Tejun Heo | 2011-01-28 | 1 | -0/+9 |
* | x86: Unify CPU -> NUMA node mapping between 32 and 64bit | Tejun Heo | 2011-01-28 | 1 | -0/+8 |
* | x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit | Tejun Heo | 2011-01-28 | 1 | -0/+28 |
* | x86, um: ... and asm-x86 move | Al Viro | 2008-10-23 | 1 | -0/+5 |