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