cregit-Linux how code gets into the kernel

Release 4.16 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
Linus Torvalds (pre-git)932.14%333.33%
Al Viro828.57%111.11%
David Mosberger-Tang621.43%222.22%
Greg Banks27.14%111.11%
David Shaohua Li27.14%111.11%
Greg Kroah-Hartman13.57%111.11%
Total28100.00%9100.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.