index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
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]