index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lib
/
msr-smp.c
Age
Commit message (
Expand
)
Author
2025-04-10
x86/msr: Rename 'wrmsrl_on_cpu()' to 'wrmsrq_on_cpu()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl_safe_on_cpu()' to 'wrmsrq_safe_on_cpu()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl_safe_on_cpu()' to 'rdmsrq_safe_on_cpu()'
Ingo Molnar
2024-03-04
x86/msr: Add missing __percpu annotations
Thomas Gleixner
2021-03-22
x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
Arnd Bergmann
2020-11-24
smp: Cleanup smp_call_function*()
Peter Zijlstra
2018-03-28
x86/msr: Make rdmsrl_safe_on_cpu() scheduling safe as well
Eric Dumazet
2018-03-27
x86/msr: Allow rdmsr_safe_on_cpu() to schedule
Eric Dumazet
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-07-14
x86/lib: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2013-10-17
x86 / msr: add 64bit _on_cpu access functions
Jacob Pan
2009-12-16
x86, msr: msrs_alloc/free for CONFIG_SMP=n
Borislav Petkov