Release 4.7 arch/s390/kernel/s390_ksyms.c
#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
| Person | Tokens | Prop | Commits | CommitProp |
| heiko carstens | heiko carstens | 20 | 36.36% | 3 | 30.00% |
| martin schwidefsky | martin schwidefsky | 17 | 30.91% | 2 | 20.00% |
| hendrik brueckner | hendrik brueckner | 8 | 14.55% | 2 | 20.00% |
| heinz graalfs | heinz graalfs | 5 | 9.09% | 1 | 10.00% |
| pre-git | pre-git | 3 | 5.45% | 1 | 10.00% |
| steven cole | steven cole | 2 | 3.64% | 1 | 10.00% |
| Total | 55 | 100.00% | 10 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.