cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#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 Hansen3339.76%112.50%
Thomas Petazzoni1619.28%112.50%
Thomas Gleixner1214.46%225.00%
Yinghai Lu1113.25%112.50%
Ingo Molnar78.43%112.50%
H. Peter Anvin33.61%112.50%
Greg Kroah-Hartman11.20%112.50%
Total83100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.