Release 4.14 arch/x86/lib/msr-reg-export.c
// SPDX-License-Identifier: GPL-2.0
#include <linux/export.h>
#include <asm/msr.h>
EXPORT_SYMBOL(rdmsr_safe_regs);
EXPORT_SYMBOL(wrmsr_safe_regs);
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
H. Peter Anvin | 13 | 76.47% | 1 | 25.00% |
Andre Przywara | 2 | 11.76% | 1 | 25.00% |
Paul Gortmaker | 1 | 5.88% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 5.88% | 1 | 25.00% |
Total | 17 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.