Release 4.14 arch/x86/boot/compressed/cpuflags.c
// SPDX-License-Identifier: GPL-2.0
#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 | 93.33% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 3.33% | 1 | 33.33% |
H. Peter Anvin | 1 | 3.33% | 1 | 33.33% |
Total | 30 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.