Release 4.14 arch/x86/mm/numa_64.c
// SPDX-License-Identifier: GPL-2.0
/*
* Generic VM initialization for x86-64 NUMA setups.
* Copyright 2002,2003 Andi Kleen, SuSE Labs.
*/
#include <linux/bootmem.h>
#include "numa_internal.h"
void __init initmem_init(void)
{
x86_numa_init();
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
David Rientjes | 7 | 63.64% | 1 | 25.00% |
Tejun Heo | 3 | 27.27% | 2 | 50.00% |
Andi Kleen | 1 | 9.09% | 1 | 25.00% |
Total | 11 | 100.00% | 4 | 100.00% |
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
David Rientjes | 7 | 36.84% | 1 | 14.29% |
Tejun Heo | 7 | 36.84% | 2 | 28.57% |
Andi Kleen | 3 | 15.79% | 2 | 28.57% |
Greg Kroah-Hartman | 1 | 5.26% | 1 | 14.29% |
Thomas Gleixner | 1 | 5.26% | 1 | 14.29% |
Total | 19 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.