cregit-Linux how code gets into the kernel

Release 4.14 arch/ia64/kernel/ia64_ksyms.c

Directory: arch/ia64/kernel
// SPDX-License-Identifier: GPL-2.0
/*
 * Architecture-specific kernel symbols
 */

#ifdef CONFIG_VIRTUAL_MEM_MAP
#include <linux/compiler.h>
#include <linux/export.h>
#include <linux/bootmem.h>

EXPORT_SYMBOL(min_low_pfn);	
/* defined by bootmem.c, but not exported by generic code */

EXPORT_SYMBOL(max_low_pfn);	
/* defined by bootmem.c, but not exported by generic code */
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
David Mosberger-Tang1139.29%228.57%
Dean Roe621.43%114.29%
Al Viro621.43%114.29%
Linus Torvalds (pre-git)27.14%114.29%
Xiantao Zhang27.14%114.29%
Greg Kroah-Hartman13.57%114.29%
Total28100.00%7100.00%
Directory: arch/ia64/kernel
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.