Release 4.8 arch/x86/kernel/i386_ksyms_32.c
#include <linux/export.h>
#include <linux/spinlock_types.h>
#include <asm/checksum.h>
#include <asm/pgtable.h>
#include <asm/desc.h>
#include <asm/ftrace.h>
#ifdef CONFIG_FUNCTION_TRACER
/* mcount is defined in assembly */
EXPORT_SYMBOL(mcount);
#endif
/*
* Note, this is a prototype to get at the symbol for
* the export, but dont use it from C code, it is used
* by assembly code and is not using C calling convention!
*/
#ifndef CONFIG_X86_CMPXCHG64
extern void cmpxchg8b_emu(void);
EXPORT_SYMBOL(cmpxchg8b_emu);
#endif
/* Networking helper routines. */
EXPORT_SYMBOL(csum_partial_copy_generic);
EXPORT_SYMBOL(__get_user_1);
EXPORT_SYMBOL(__get_user_2);
EXPORT_SYMBOL(__get_user_4);
EXPORT_SYMBOL(__get_user_8);
EXPORT_SYMBOL(__put_user_1);
EXPORT_SYMBOL(__put_user_2);
EXPORT_SYMBOL(__put_user_4);
EXPORT_SYMBOL(__put_user_8);
EXPORT_SYMBOL(strstr);
EXPORT_SYMBOL(csum_partial);
EXPORT_SYMBOL(empty_zero_page);
#ifdef CONFIG_PREEMPT
EXPORT_SYMBOL(___preempt_schedule);
EXPORT_SYMBOL(___preempt_schedule_notrace);
#endif
EXPORT_SYMBOL(__sw_hweight32);
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| pre-git | pre-git | 22 | 17.19% | 6 | 25.00% |
| peter zijlstra | peter zijlstra | 14 | 10.94% | 1 | 4.17% |
| arjan van de ven | arjan van de ven | 13 | 10.16% | 1 | 4.17% |
| alexey dobriyan | alexey dobriyan | 13 | 10.16% | 1 | 4.17% |
| ingo molnar | ingo molnar | 12 | 9.38% | 1 | 4.17% |
| theodore tso | theodore tso | 7 | 5.47% | 1 | 4.17% |
| ville syrjala | ville syrjala | 5 | 3.91% | 1 | 4.17% |
| arnaldo carvalho de melo | arnaldo carvalho de melo | 5 | 3.91% | 1 | 4.17% |
| eric dumazet | eric dumazet | 5 | 3.91% | 1 | 4.17% |
| borislav petkov | borislav petkov | 5 | 3.91% | 1 | 4.17% |
| brian gerst | brian gerst | 4 | 3.12% | 1 | 4.17% |
| prasanna s panchamukhi | prasanna s panchamukhi | 4 | 3.12% | 1 | 4.17% |
| paul gortmaker | paul gortmaker | 4 | 3.12% | 1 | 4.17% |
| greg kroah-hartman | greg kroah-hartman | 4 | 3.12% | 1 | 4.17% |
| linus torvalds | linus torvalds | 4 | 3.12% | 1 | 4.17% |
| abhishek sagar | abhishek sagar | 3 | 2.34% | 1 | 4.17% |
| john levon | john levon | 2 | 1.56% | 1 | 4.17% |
| steven rostedt | steven rostedt | 1 | 0.78% | 1 | 4.17% |
| frederic weisbecker | frederic weisbecker | 1 | 0.78% | 1 | 4.17% |
| Total | 128 | 100.00% | 24 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.