aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/msr.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-13x86: Add another set of MSR accessor functionsBorislav Petkov1-0/+2
2013-10-17x86 / msr: add 64bit _on_cpu access functionsJacob Pan1-0/+22
2013-04-02x86, msr: Unify variable namesBorislav Petkov1-7/+7
2012-12-14UAPI: (Scripted) Disintegrate arch/x86/include/asmDavid Howells1-10/+1
2012-07-05Merge branch 'x86/cpu' into perf/coreIngo Molnar1-41/+3
2012-06-07x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()H. Peter Anvin1-1/+1
2012-06-07x86, cpu, amd: Deprecate AMD-specific MSR variantsBorislav Petkov1-27/+0
2012-06-07x86, pvops: Remove hooks for {rd,wr}msr_safe_regsAndre Przywara1-39/+28
2012-06-06x86: Add rdpmcl()Andi Kleen1-0/+2
2012-04-19x86, doc: Revert "x86: Document rdmsr_safe restrictions"H. Peter Anvin1-8/+1
2011-12-05x86: Document rdmsr_safe restrictionsBorislav Petkov1-1/+8
2010-07-20x86, gcc-4.6: Avoid unused by set variables in rdmsrAndi Kleen1-2/+2
2009-12-16x86, msr: msrs_alloc/free for CONFIG_SMP=nBorislav Petkov1-0/+12
2009-12-16x86: Add IA32_TSC_AUX MSR and use itSheng Yang1-2/+2
2009-12-11x86, msr: Add support for non-contiguous cpumasksBorislav Petkov1-0/+3
2009-11-08x86, msr, cpumask: Use struct cpumask rather than the deprecated cpumask_tRusty Russell1-2/+2
2009-09-15x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpusBorislav Petkov1-2/+2
2009-08-31x86, msr: Export the register-setting MSR functions via /dev/*/msrH. Peter Anvin1-2/+8
2009-08-31x86, msr: Create _on_cpu helpers for {rw,wr}msr_safe_regs()H. Peter Anvin1-4/+14
2009-08-31x86, msr: Have the _safe MSR functions return -EIO, not -EFAULTH. Peter Anvin1-2/+2
2009-08-31x86, msr: Rewrite AMD rd/wrmsr variantsBorislav Petkov1-17/+21
2009-08-31x86, msr: Add rd/wrmsr interfaces with preset registersBorislav Petkov1-0/+13
2009-06-17x86: msr.h linux/types.h is only required for __KERNEL__Jaswinder Singh Rajput1-6/+1
2009-06-10x86: MSR: add methods for writing of an MSR on several CPUsBorislav Petkov1-0/+12
2009-06-10x86: MSR: add a struct representation of an MSRBorislav Petkov1-0/+11
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2008-12-25tracing/ftrace: don't trace on early stage of a secondary cpu boot, v3Frederic Weisbecker1-1/+2
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'...Ingo Molnar1-6/+6
2008-12-16Merge commit 'v2.6.28-rc8' into x86/docIngo Molnar1-2/+0
2008-12-16x86: convert rdtscll() to use __native_read_tscKen Chen1-2/+2
2008-11-08sched: improve sched_clock() performanceIngo Molnar1-2/+0
2008-10-28x86: clean up comments wrt. rd{msr|tsc|pmc}Jike Song1-4/+4
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+247