cregit-Linux how code gets into the kernel

Release 4.7 arch/s390/kernel/s390_ksyms.c

Directory: arch/s390/kernel
#include <linux/module.h>
#include <linux/kvm_host.h>
#include <asm/fpu/api.h>
#include <asm/ftrace.h>

#ifdef CONFIG_FUNCTION_TRACER

EXPORT_SYMBOL(_mcount);
#endif
#if IS_ENABLED(CONFIG_KVM)

EXPORT_SYMBOL(sie64a);

EXPORT_SYMBOL(sie_exit);

EXPORT_SYMBOL(save_fpu_regs);
#endif

EXPORT_SYMBOL(memcpy);

EXPORT_SYMBOL(memset);

Overall Contributors

PersonTokensPropCommitsCommitProp
heiko carstensheiko carstens2036.36%330.00%
martin schwidefskymartin schwidefsky1730.91%220.00%
hendrik bruecknerhendrik brueckner814.55%220.00%
heinz graalfsheinz graalfs59.09%110.00%
pre-gitpre-git35.45%110.00%
steven colesteven cole23.64%110.00%
Total55100.00%10100.00%
Directory: arch/s390/kernel
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}