Messages by Thread
-
[PATCH v4 00/15] MSR code cleanup part one
Xin Li (Intel)
-
[PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Xin Li (Intel)
-
Re: [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Ingo Molnar
-
Re: [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Xin Li
-
Re: [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Ingo Molnar
-
Re: [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Xin Li
-
Re: [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Ingo Molnar
-
Re: [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Xin Li
-
[PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
Xin Li (Intel)
-
Re: [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
Ilpo Järvinen
-
Re: [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
Xin Li
-
RE: [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
Michael Kelley
-
Re: [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
Xin Li
-
Re: [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
Xin Li
-
Re: [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
Ilpo Järvinen
-
Re: [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
Xin Li
-
[PATCH v4A 01/15] x86/msr: Add missing includes of <asm/msr.h>
Xin Li (Intel)
-
Re: [PATCH v4A 01/15] x86/msr: Add missing includes of <asm/msr.h>
Ilpo Järvinen
-
Re: [PATCH v4A 01/15] x86/msr: Add missing includes of <asm/msr.h>
Xin Li
-
[PATCH v4 05/15] x86/msr: Convert the rdpmc() macro into an always inline function
Xin Li (Intel)
-
[PATCH v4 04/15] x86/msr: Rename rdpmcl() to rdpmc()
Xin Li (Intel)
-
[PATCH v4 08/15] x86/msr: Add the native_rdmsrq() helper
Xin Li (Intel)
-
[PATCH v4 06/15] x86/xen/msr: Return u64 consistently in Xen PMC read functions
Xin Li (Intel)
-
[PATCH v4 11/15] x86/xen/msr: Remove pmu_msr_{read,write}()
Xin Li (Intel)
-
[PATCH v4 07/15] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
Xin Li (Intel)
-
[PATCH v4 09/15] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Xin Li (Intel)
-
[PATCH v4 15/15] x86/msr: Change the function type of native_read_msr_safe()
Xin Li (Intel)
-
[PATCH v4 12/15] x86/xen/msr: Remove the error pointer argument from set_seg()
Xin Li (Intel)
-
[PATCH v4 10/15] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
Xin Li (Intel)
-
Re: [PATCH v4 10/15] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
Ingo Molnar
-
[PATCH v4 03/15] x86/msr: Remove rdpmc()
Xin Li (Intel)
-
[PATCH v4 13/15] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
Xin Li (Intel)
-
[PATCH v4 14/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
Xin Li (Intel)
-
RE: [PATCH v4 00/15] MSR code cleanup part one
Michael Kelley
-
[PATCH v3 00/14] MSR code cleanup part one
Xin Li (Intel)
-
[PATCH v3 04/14] x86/msr: Convert the rdpmc() macro into an always inline function
Xin Li (Intel)
-
[PATCH v3 02/14] x86/msr: Remove rdpmc()
Xin Li (Intel)
-
[PATCH v3 03/14] x86/msr: Rename rdpmcl() to rdpmc()
Xin Li (Intel)
-
[PATCH v3 13/14] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
Xin Li (Intel)
-
[PATCH v3 06/14] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
Xin Li (Intel)
-
[PATCH v3 08/14] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Xin Li (Intel)
-
[PATCH v3 09/14] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
Xin Li (Intel)
-
Re: [PATCH v3 09/14] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
Jürgen Groß
-
Re: [PATCH v3 09/14] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
Mi, Dapeng
-
Re: [PATCH v3 09/14] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
Xin Li
-
[PATCH v3 12/14] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
Xin Li (Intel)
-
[PATCH v3 05/14] x86/msr: Return u64 consistently in Xen PMC read functions
Xin Li (Intel)
-
[PATCH v3 11/14] x86/xen/msr: Remove the error pointer argument from set_seg()
Xin Li (Intel)
-
[PATCH v3 14/14] x86/msr: Change the function type of native_read_msr_safe()
Xin Li (Intel)
-
[PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Xin Li (Intel)
-
Re: [PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Ilpo Järvinen
-
Re: [PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Xin Li
-
Re: [PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Ilpo Järvinen
-
[PATCH v3 07/14] x86/msr: Add the native_rdmsrq() helper
Xin Li (Intel)
-
[PATCH v3 10/14] x86/xen/msr: Remove pmu_msr_{read,write}()
Xin Li (Intel)
-
Re: [PATCH v3 10/14] x86/xen/msr: Remove pmu_msr_{read,write}()
Jürgen Groß
-
Re: [PATCH v3 10/14] x86/xen/msr: Remove pmu_msr_{read,write}()
Xin Li
-
Re: [PATCH v3 00/14] MSR code cleanup part one
Peter Zijlstra
-
[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
Xin Li (Intel)
-
[RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
Xin Li (Intel)
-
Re: [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
Jürgen Groß
-
Re: [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
Xin Li
-
Re: [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
Juergen Gross
-
Re: [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
Xin Li
-
[RFC PATCH v2 17/34] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
Xin Li (Intel)
-
[RFC PATCH v2 04/34] x86/msr: Convert rdpmcq() into a function
Xin Li (Intel)
-
Re: [RFC PATCH v2 04/34] x86/msr: Convert rdpmcq() into a function
Dave Hansen
-
[RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Xin Li (Intel)
-
Re: [RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Dave Hansen
-
Re: [RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
Xin Li
-
[RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Xin Li (Intel)
-
Re: [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Sean Christopherson
-
Re: [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Xin Li
-
Re: [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Sean Christopherson
-
Re: [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Dave Hansen
-
[RFC PATCH v2 02/34] x86/msr: Remove rdpmc()
Xin Li (Intel)
-
Re: [RFC PATCH v2 02/34] x86/msr: Remove rdpmc()
Dave Hansen
-
[RFC PATCH v2 05/34] x86/msr: Return u64 consistently in Xen PMC read functions
Xin Li (Intel)
-
Re: [RFC PATCH v2 05/34] x86/msr: Return u64 consistently in Xen PMC read functions
Jürgen Groß
-
[RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
Xin Li (Intel)
-
Re: [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
Dave Hansen
-
Re: [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
Sean Christopherson
-
Re: [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
Dave Hansen
-
Re: [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
Xin Li
-
[RFC PATCH v2 15/34] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
Xin Li (Intel)
-
[RFC PATCH v2 14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}()
Xin Li (Intel)
-
Re: [RFC PATCH v2 14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}()
Jürgen Groß
-
[RFC PATCH v2 19/34] x86/extable: Add support for immediate form MSR instructions
Xin Li (Intel)
-
[RFC PATCH v2 18/34] x86/opcode: Add immediate form MSR instructions
Xin Li (Intel)
-
[RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
Xin Li (Intel)
-
Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
Mi, Dapeng
-
Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
Xin Li
-
Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
Mi, Dapeng
-
Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
Xin Li
-
Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
Jürgen Groß
-
Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
Xin Li
-
Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
H. Peter Anvin
-
Re: [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
Xin Li
-
[RFC PATCH v2 20/34] x86/extable: Implement EX_TYPE_FUNC_REWIND
Xin Li (Intel)
-
[RFC PATCH v2 09/34] x86/msr: Add the native_rdmsrq() helper
Xin Li (Intel)
-
[RFC PATCH v2 13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
Xin Li (Intel)
-
Re: [RFC PATCH v2 13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
Jürgen Groß
-
Re: [RFC PATCH v2 13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
Xin Li
-
[RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
Xin Li (Intel)
-
Re: [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
Dave Hansen
-
Re: [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
Xin Li
-
Re: [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
Xin Li
-
[RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
Xin Li (Intel)
-
Re: [RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
Mi, Dapeng
-
Re: [RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
Xin Li
-
[RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
Xin Li (Intel)
-
Re: [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
Jürgen Groß
-
Re: [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
Xin Li
-
Re: [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
Jürgen Groß
-
Re: [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
Jürgen Groß
-
Re: [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
Xin Li
-
Re: [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
Jürgen Groß
-
[RFC PATCH v2 16/34] x86/msr: Change function type of native_read_msr_safe()
Xin Li (Intel)
-
[RFC PATCH v2 26/34] x86/msr: Rename native_wrmsr() to native_wrmsr_no_trace()
Xin Li (Intel)
-
[RFC PATCH v2 07/34] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
Xin Li (Intel)
-
[RFC PATCH v2 25/34] x86/msr: Rename native_wrmsrq() to native_wrmsrq_no_trace()
Xin Li (Intel)
-
[RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Xin Li (Intel)
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Jürgen Groß
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Xin Li
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Jürgen Groß
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Xin Li
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Jürgen Groß
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
H. Peter Anvin
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
H. Peter Anvin
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Jürgen Groß
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
H. Peter Anvin
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Jürgen Groß
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Peter Zijlstra
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Jürgen Groß
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
H. Peter Anvin
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
H. Peter Anvin
-
Re: [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
Peter Zijlstra
-
[RFC PATCH v2 27/34] x86/msr: Rename native_write_msr() to native_wrmsrq()
Xin Li (Intel)
-
[RFC PATCH v2 23/34] x86/extable: Remove new dead code in ex_handler_msr()
Xin Li (Intel)
-
[RFC PATCH v2 28/34] x86/msr: Rename native_write_msr_safe() to native_wrmsrq_safe()
Xin Li (Intel)
-
[RFC PATCH v2 24/34] x86/mce: Use native MSR API __native_{wr,rd}msrq()
Xin Li (Intel)
-
[RFC PATCH v2 29/34] x86/msr: Rename native_rdmsrq() to native_rdmsrq_no_trace()
Xin Li (Intel)
-
[RFC PATCH v2 31/34] x86/msr: Rename native_read_msr() to native_rdmsrq()
Xin Li (Intel)
-
[RFC PATCH v2 30/34] x86/msr: Rename native_rdmsr() to native_rdmsr_no_trace()
Xin Li (Intel)
-
[RFC PATCH v2 32/34] x86/msr: Rename native_read_msr_safe() to native_rdmsrq_safe()
Xin Li (Intel)
-
[RFC PATCH v2 34/34] x86/msr: Convert native_rdmsr_no_trace() uses to native_rdmsrq_no_trace() uses
Xin Li (Intel)
-
[RFC PATCH v2 33/34] x86/msr: Move the ARGS macros after the MSR read/write APIs
Xin Li (Intel)
-
Re: [RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
Sean Christopherson
-
Re: [RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
Xin Li
-
RE: [RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
Luck, Tony
-
Re: [RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
Ingo Molnar
-
Re: [RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
Sean Christopherson
-
[PATCH] hwmon: pmbus: refactor deprecated strncpy
Justin Stitt
-
[PATCH] hwmon: (ibmpowernv) refactor deprecated strncpy
Justin Stitt
-
[PATCH] hwmon: (asus_wmi_sensors) refactor deprecated strncpy
Justin Stitt
-
[PATCH] hwmon: refactor deprecated strncpy
Justin Stitt
-
[PATCH v4 01/35] acpi: Adjust functions installing bus event handlers
Michal Wilczynski
-
[PATCH v4 35/35] acpi/bus: Remove notify callback and flags
Michal Wilczynski
-
[PATCH v4 34/35] acpi/bus: Remove redundant functions
Michal Wilczynski
-
[PATCH v4 33/35] acpi/bus: Remove installing/removing notify handlers from probe/remove
Michal Wilczynski
-
[PATCH v4 00/35] Remove .notify callback in acpi_device_ops
Michal Wilczynski
-
Mrs. Lisa Charity Donation
Mrs. Lisa
-
[PATCH] hwmon: (ina3221) Fix read timeout issue
Nicolin Chen
-
[PATCH 0/8] Add support for Azoteq IQS620A/621/622/624/625
Jeff LaBundy