Release 4.10 arch/x86/mm/numa_64.c
/*
* 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 | david rientjes | 7 | 63.64% | 1 | 25.00% |
tejun heo | tejun heo | 3 | 27.27% | 2 | 50.00% |
andi kleen | andi kleen | 1 | 9.09% | 1 | 25.00% |
| Total | 11 | 100.00% | 4 | 100.00% |
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
david rientjes | david rientjes | 7 | 38.89% | 1 | 16.67% |
tejun heo | tejun heo | 7 | 38.89% | 2 | 33.33% |
andi kleen | andi kleen | 3 | 16.67% | 2 | 33.33% |
thomas gleixner | thomas gleixner | 1 | 5.56% | 1 | 16.67% |
| Total | 18 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.