cregit-Linux how code gets into the kernel

Release 4.18 arch/riscv/kernel/riscv_ksyms.c

/*
 * Copyright (C) 2017 Zihao Yu
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#include <linux/export.h>
#include <linux/uaccess.h>

/*
 * Assembly functions that may be used (directly or indirectly) by modules
 */
EXPORT_SYMBOL(__clear_user);
EXPORT_SYMBOL(__asm_copy_to_user);
EXPORT_SYMBOL(__asm_copy_from_user);
EXPORT_SYMBOL(memset);
EXPORT_SYMBOL(memcpy);

Overall Contributors

PersonTokensPropCommitsCommitProp
Olof Johansson1545.45%133.33%
Palmer Dabbelt1236.36%133.33%
Luc Van Oostenryck618.18%133.33%
Total33100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.