Release 4.7 arch/x86/kernel/i386_ksyms_32.c
#include <linux/module.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
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| pre-git | pre-git | 23 | 19.17% | 6 | 27.27% |
| peter zijlstra | peter zijlstra | 14 | 11.67% | 1 | 4.55% |
| arjan van de ven | arjan van de ven | 13 | 10.83% | 1 | 4.55% |
| alexey dobriyan | alexey dobriyan | 13 | 10.83% | 1 | 4.55% |
| ingo molnar | ingo molnar | 12 | 10.00% | 1 | 4.55% |
| theodore tso | theodore tso | 7 | 5.83% | 1 | 4.55% |
| eric dumazet | eric dumazet | 5 | 4.17% | 1 | 4.55% |
| ville syrjala | ville syrjala | 5 | 4.17% | 1 | 4.55% |
| arnaldo carvalho de melo | arnaldo carvalho de melo | 5 | 4.17% | 1 | 4.55% |
| prasanna s panchamukhi | prasanna s panchamukhi | 4 | 3.33% | 1 | 4.55% |
| greg kroah-hartman | greg kroah-hartman | 4 | 3.33% | 1 | 4.55% |
| brian gerst | brian gerst | 4 | 3.33% | 1 | 4.55% |
| linus torvalds | linus torvalds | 4 | 3.33% | 1 | 4.55% |
| abhishek sagar | abhishek sagar | 3 | 2.50% | 1 | 4.55% |
| john levon | john levon | 2 | 1.67% | 1 | 4.55% |
| frederic weisbecker | frederic weisbecker | 1 | 0.83% | 1 | 4.55% |
| steven rostedt | steven rostedt | 1 | 0.83% | 1 | 4.55% |
| Total | 120 | 100.00% | 22 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.