Age | Commit message (Expand) | Author |
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 |
2016-06-06 | x86/msr: Use the proper trace point conditional for writes | Dr. David Alan Gilbert |
2016-04-13 | x86/msr: Set the return value to zero when native_rdmsr_safe() fails | Andy Lutomirski |
2016-04-13 | x86/paravirt: Add paravirt_{read,write}_msr() | Andy Lutomirski |
2016-04-13 | x86/msr: Carry on after a non-"safe" MSR access fails | Andy Lutomirski |
2016-03-23 | x86/msr: Remove unused native_read_tscp() | Prarit Bhargava |
2016-01-11 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2016-01-11 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-12-06 | x86, tracing, perf: Add trace point for MSR accesses | Andi Kleen |
2015-11-26 | x86/pm: Introduce quirk framework to save/restore extra MSR registers around ... | Chen Yu |
2015-11-24 | x86/MSR: Chop off lower 32-bit value | Borislav Petkov |
2015-08-23 | x86/asm/msr: Make wrmsrl() a function | Andy Lutomirski |
2015-08-21 | x86/asm/tsc: Add rdtscll() merge helper | Ingo Molnar |
2015-07-06 | x86/asm/tsc: Save an instruction in DECLARE_ARGS users | George Spelvin |
2015-07-06 | x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites | Andy Lutomirski |
2015-07-06 | x86/asm/tsc: Rename native_read_tsc() to rdtsc() | Andy Lutomirski |
2015-07-06 | x86/asm/tsc: Remove rdtscl() | Andy Lutomirski |
2015-07-06 | x86/asm/tsc: Remove the rdtscp() and rdtscpll() macros | Andy Lutomirski |
2015-07-06 | x86/asm/tsc: Replace rdtscll() with native_read_tsc() | Andy Lutomirski |
2015-07-06 | x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooks | Andy Lutomirski |
2015-07-06 | x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc() | Andy Lutomirski |
2015-06-08 | Merge branch 'x86/asm' into x86/core, to prepare for new patch | Ingo Molnar |
2015-06-07 | x86/uapi: Do not export <asm/msr-index.h> as part of the user API headers | Borislav Petkov |
2015-06-05 | x86/asm/msr: Make wrmsrl_safe() a function | Andy Lutomirski |
2014-03-13 | x86: Add another set of MSR accessor functions | Borislav Petkov |
2013-10-17 | x86 / msr: add 64bit _on_cpu access functions | Jacob Pan |
2013-04-02 | x86, msr: Unify variable names | Borislav Petkov |
2012-12-14 | UAPI: (Scripted) Disintegrate arch/x86/include/asm | David Howells |
2012-07-05 | Merge branch 'x86/cpu' into perf/core | Ingo Molnar |
2012-06-07 | x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe() | H. Peter Anvin |
2012-06-07 | x86, cpu, amd: Deprecate AMD-specific MSR variants | Borislav Petkov |
2012-06-07 | x86, pvops: Remove hooks for {rd,wr}msr_safe_regs | Andre Przywara |
2012-06-06 | x86: Add rdpmcl() | Andi Kleen |
2012-04-19 | x86, doc: Revert "x86: Document rdmsr_safe restrictions" | H. Peter Anvin |
2011-12-05 | x86: Document rdmsr_safe restrictions | Borislav Petkov |
2010-07-20 | x86, gcc-4.6: Avoid unused by set variables in rdmsr | Andi Kleen |
2009-12-16 | x86, msr: msrs_alloc/free for CONFIG_SMP=n | Borislav Petkov |
2009-12-16 | x86: Add IA32_TSC_AUX MSR and use it | Sheng Yang |
2009-12-11 | x86, msr: Add support for non-contiguous cpumasks | Borislav Petkov |
2009-11-08 | x86, msr, cpumask: Use struct cpumask rather than the deprecated cpumask_t | Rusty Russell |
2009-09-15 | x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus | Borislav Petkov |