Toggle navigation
Patchwork
linux-acpi
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Xin Li (Intel)
| Archived =
No
| 62 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[v1A,2/3] x86/xen/msr: Fix uninitialized symbol 'err'
Untitled series #267767
-
-
-
2025-05-17
Xin Li (Intel)
Accepted
[v1,3/3] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
MSR fixes and cleanups after last round of MSR cleanups
-
-
-
2025-05-12
Xin Li (Intel)
New
[v1,2/3] x86/xen/msr: Fix uninitialized symbol 'err'
MSR fixes and cleanups after last round of MSR cleanups
-
-
-
2025-05-12
Xin Li (Intel)
New
[v1,1/3] x86/msr: Remove a superfluous inclusion of <asm/asm.h>
MSR fixes and cleanups after last round of MSR cleanups
-
-
-
2025-05-12
Xin Li (Intel)
Accepted
[v4A,01/15] x86/msr: Add missing includes of <asm/msr.h>
[v4A,01/15] x86/msr: Add missing includes of <asm/msr.h>
-
-
-
2025-05-01
Xin Li (Intel)
Accepted
[v4,15/15] x86/msr: Change the function type of native_read_msr_safe()
MSR code cleanup part one
-
-
-
2025-04-27
Xin Li (Intel)
Accepted
[v4,14/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
MSR code cleanup part one
-
-
-
2025-04-27
Xin Li (Intel)
Accepted
[v4,13/15] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
MSR code cleanup part one
-
-
-
2025-04-27
Xin Li (Intel)
New
[v4,12/15] x86/xen/msr: Remove the error pointer argument from set_seg()
MSR code cleanup part one
-
-
-
2025-04-27
Xin Li (Intel)
Accepted
[v4,11/15] x86/xen/msr: Remove pmu_msr_{read,write}()
MSR code cleanup part one
-
-
-
2025-04-27
Xin Li (Intel)
Accepted
[v4,10/15] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
MSR code cleanup part one
-
-
-
2025-04-27
Xin Li (Intel)
Accepted
[v4,09/15] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
MSR code cleanup part one
-
-
-
2025-04-27
Xin Li (Intel)
Accepted
[v4,08/15] x86/msr: Add the native_rdmsrq() helper
MSR code cleanup part one
-
-
-
2025-04-27
Xin Li (Intel)
Accepted
[v4,07/15] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
MSR code cleanup part one
-
-
-
2025-04-27
Xin Li (Intel)
New
[v4,06/15] x86/xen/msr: Return u64 consistently in Xen PMC read functions
MSR code cleanup part one
-
-
-
2025-04-27
Xin Li (Intel)
Accepted
[v4,05/15] x86/msr: Convert the rdpmc() macro into an always inline function
MSR code cleanup part one
-
-
-
2025-04-27
Xin Li (Intel)
Accepted
[v4,04/15] x86/msr: Rename rdpmcl() to rdpmc()
MSR code cleanup part one
-
-
-
2025-04-27
Xin Li (Intel)
Accepted
[v4,03/15] x86/msr: Remove rdpmc()
MSR code cleanup part one
-
-
-
2025-04-27
Xin Li (Intel)
New
[v4,02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
MSR code cleanup part one
-
-
-
2025-04-27
Xin Li (Intel)
New
[v4,01/15] x86/msr: Add missing includes of <asm/msr.h>
MSR code cleanup part one
-
-
-
2025-04-27
Xin Li (Intel)
New
[v3,14/14] x86/msr: Change the function type of native_read_msr_safe()
MSR code cleanup part one
-
-
-
2025-04-25
Xin Li (Intel)
Superseded
[v3,13/14] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
MSR code cleanup part one
-
-
-
2025-04-25
Xin Li (Intel)
Superseded
[v3,10/14] x86/xen/msr: Remove pmu_msr_{read,write}()
MSR code cleanup part one
-
-
-
2025-04-25
Xin Li (Intel)
Superseded
[v3,08/14] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
MSR code cleanup part one
-
-
-
2025-04-25
Xin Li (Intel)
Superseded
[v3,04/14] x86/msr: Convert the rdpmc() macro into an always inline function
MSR code cleanup part one
-
-
-
2025-04-25
Xin Li (Intel)
Superseded
[v3,03/14] x86/msr: Rename rdpmcl() to rdpmc()
MSR code cleanup part one
-
-
-
2025-04-25
Xin Li (Intel)
Superseded
[v3,02/14] x86/msr: Remove rdpmc()
MSR code cleanup part one
-
-
-
2025-04-25
Xin Li (Intel)
Superseded
[RFC,v2,34/34] x86/msr: Convert native_rdmsr_no_trace() uses to native_rdmsrq_no_trace() uses
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,33/34] x86/msr: Move the ARGS macros after the MSR read/write APIs
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,32/34] x86/msr: Rename native_read_msr_safe() to native_rdmsrq_safe()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,31/34] x86/msr: Rename native_read_msr() to native_rdmsrq()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,30/34] x86/msr: Rename native_rdmsr() to native_rdmsr_no_trace()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,29/34] x86/msr: Rename native_rdmsrq() to native_rdmsrq_no_trace()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,28/34] x86/msr: Rename native_write_msr_safe() to native_wrmsrq_safe()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,27/34] x86/msr: Rename native_write_msr() to native_wrmsrq()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,26/34] x86/msr: Rename native_wrmsr() to native_wrmsr_no_trace()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,25/34] x86/msr: Rename native_wrmsrq() to native_wrmsrq_no_trace()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,24/34] x86/mce: Use native MSR API __native_{wr,rd}msrq()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,23/34] x86/extable: Remove new dead code in ex_handler_msr()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,22/34] x86/msr: Utilize the alternatives mechanism to read MSR
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,21/34] x86/msr: Utilize the alternatives mechanism to write MSR
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,20/34] x86/extable: Implement EX_TYPE_FUNC_REWIND
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,19/34] x86/extable: Add support for immediate form MSR instructions
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,18/34] x86/opcode: Add immediate form MSR instructions
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,17/34] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,16/34] x86/msr: Change function type of native_read_msr_safe()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,15/34] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
Superseded
[RFC,v2,14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
Superseded
[RFC,v2,13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
Superseded
[RFC,v2,12/34] x86/msr: Remove pmu_msr_{read,write}()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
Superseded
[RFC,v2,10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,09/34] x86/msr: Add the native_rdmsrq() helper
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
Superseded
[RFC,v2,08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,07/34] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
Superseded
[RFC,v2,06/34] x86/msr: Use the alternatives mechanism to read PMC
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[RFC,v2,05/34] x86/msr: Return u64 consistently in Xen PMC read functions
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
Superseded
[RFC,v2,04/34] x86/msr: Convert rdpmcq() into a function
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
Superseded
[RFC,v2,03/34] x86/msr: Rename rdpmcl() to rdpmcq()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
Superseded
[RFC,v2,02/34] x86/msr: Remove rdpmc()
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
Superseded
[RFC,v2,01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
MSR refactor with new MSR instructions support
-
-
-
2025-04-22
Xin Li (Intel)
New
[v1,2/3] x86/cpufeatures: Shorten X86_FEATURE_CLEAR_BHB_LOOP_ON_VMEXIT to X86_FEATURE_CLEAR_BHB_LOV
x86/cpufeatures: Clean up formatting
-
-
-
2025-04-15
Xin Li (Intel)
Accepted