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
/
include
/
asm
/
msr.h
Age
Commit message (
Expand
)
Author
2025-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-05-15
x86/msr: Add rdmsrl_on_cpu() compatibility wrapper
Ingo Molnar
2025-05-02
x86/msr: Change the function type of native_read_msr_safe()
Xin Li (Intel)
2025-05-02
x86/pvops/msr: Refactor pv_cpu_ops.write_msr{,_safe}()
Xin Li (Intel)
2025-05-02
x86/msr: Add the native_rdmsrq() helper
Xin Li (Intel)
2025-05-02
x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
Xin Li (Intel)
2025-05-02
x86/msr: Convert the rdpmc() macro to an __always_inline function
Xin Li (Intel)
2025-05-02
x86/msr: Rename rdpmcl() to rdpmc()
Xin Li (Intel)
2025-05-02
x86/msr: Remove the unused rdpmc() method
Xin Li (Intel)
2025-05-02
x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Xin Li (Intel)
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
2025-05-02
x86/msr: Move the EAX_EDX_*() methods from <asm/msr.h> to <asm/asm.h>
Ingo Molnar
2025-05-02
x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGS
Ingo Molnar
2025-05-02
x86/msr: Improve the comments of the DECLARE_ARGS()/EAX_EDX_VAL()/EAX_EDX_RET...
Ingo Molnar
2025-04-24
x86/msr: Rename the WRMSRNS opcode macro to ASM_WRMSRNS (for KVM)
Sean Christopherson
2025-04-13
x86/msr: Add compatibility wrappers for rdmsrl()/wrmsrl()
Ingo Molnar
2025-04-10
x86/msr: Rename 'native_wrmsrl()' to 'native_wrmsrq()'
Ingo Molnar
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
2025-04-10
x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Standardize on 'u32' MSR indices in <asm/msr.h>
Ingo Molnar
2025-04-10
x86/msr: Harmonize the prototype and definition of do_trace_rdpmc()
Ingo Molnar
2025-04-10
x86/msr: Standardize on u64 in <asm/msr.h>
Ingo Molnar
2025-03-19
x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headers
Thomas Huth
2024-08-25
x86/msr: Switch between WRMSRNS and WRMSR with the alternatives mechanism
Andrew Cooper
2024-03-11
Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-03-04
x86/msr: Add missing __percpu annotations
Thomas Gleixner
2024-01-25
x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction support
Xin Li
2022-04-06
x86/boot: Introduce helpers for MSR reads/writes
Michael Roth
2021-12-11
x86/msr: Remove .fixup usage
Peter Zijlstra
2021-09-13
x86/extable: Rework the exception table mechanics
Thomas Gleixner
2021-05-05
x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappers
Sean Christopherson
2021-01-12
x86: __always_inline __{rd,wr}msr()
Peter Zijlstra
2020-09-28
x86: Use tracepoint_enabled() for msr tracepoints instead of open coding it
Steven Rostedt (VMware)
2019-07-22
x86: Remove X86_FEATURE_MFENCE_RDTSC
Josh Poimboeuf
2019-01-16
x86/TSC: Use RDTSCP
Borislav Petkov
2018-09-03
x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella
Juergen Gross
2018-04-02
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-03-23
x86/tsc: Get rid of rdtscll()
Thomas Gleixner
2018-03-08
x86/MSR: Move native_* variants to msr.h
Borislav Petkov
2018-01-30
x86: Introduce barrier_nospec
Dan Williams
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-01-23
x86/MSR: Carve out bare minimum accessors
Borislav Petkov
2016-11-16
x86/msr: Cleanup/streamline MSR helpers
Borislav Petkov
2016-11-09
x86/msr: Add wrmsr_notrace()
Wanpeng Li
[next]