cregit-Linux how code gets into the kernel

Release 4.11 arch/x86/include/asm/bugs.h

#ifndef _ASM_X86_BUGS_H

#define _ASM_X86_BUGS_H

#include <asm/processor.h>

extern void check_bugs(void);

#if defined(CONFIG_CPU_SUP_INTEL)
void check_mpx_erratum(struct cpuinfo_x86 *c);
#else

static inline void check_mpx_erratum(struct cpuinfo_x86 *c) {}

Contributors

PersonTokensPropCommitsCommitProp
Dave Hansen11100.00%1100.00%
Total11100.00%1100.00%

#endif #if defined(CONFIG_CPU_SUP_INTEL) && defined(CONFIG_X86_32) int ppro_with_ram_bug(void); #else
static inline int ppro_with_ram_bug(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Thomas Petazzoni12100.00%1100.00%
Total12100.00%1100.00%

#endif #endif /* _ASM_X86_BUGS_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Dave Hansen3340.24%114.29%
Thomas Petazzoni1619.51%114.29%
Thomas Gleixner1214.63%228.57%
Yinghai Lu1113.41%114.29%
Ingo Molnar78.54%114.29%
H. Peter Anvin33.66%114.29%
Total82100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.