Release 4.11 arch/x86/boot/compressed/cpuflags.c
#ifdef CONFIG_RANDOMIZE_BASE
#include "../cpuflags.c"
bool has_cpuflag(int flag)
{
get_cpuflags();
return test_bit(flag, cpu.flags);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Kees Cook | 20 | 95.24% | 1 | 50.00% |
H. Peter Anvin | 1 | 4.76% | 1 | 50.00% |
Total | 21 | 100.00% | 2 | 100.00% |
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Kees Cook | 28 | 96.55% | 1 | 50.00% |
H. Peter Anvin | 1 | 3.45% | 1 | 50.00% |
Total | 29 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.