aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/intel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey1-8/+10
2017-03-20x86/cpufeature: Detect CPUID faulting supportKyle Huey1-1/+23
2017-03-20x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLESKyle Huey1-4/+4
2017-03-07Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2017-03-02sched/clock, x86/tsc: Rework the x86 'unstable' sched_clock() interfacePeter Zijlstra1-4/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-02-20Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+44
2017-02-05x86/cpufeature: Enable RING3MWAIT for Knights MillPiotr Luc1-1/+8
2017-02-04x86/cpufeature: Enable RING3MWAIT for Knights LandingGrzegorz Andrejczuk1-0/+37
2017-02-01Merge branch 'linus' into sched/core, to pick up fixes and refresh the branchIngo Molnar1-8/+3
2017-01-20sched/clock: Fix hotplug crashPeter Zijlstra1-2/+4
2017-01-09x86/microcode/intel: Add a helper which gives the microcode revisionBorislav Petkov1-8/+3
2017-01-09x86/microcode: Use native CPUID to tickle out microcode revisionBorislav Petkov1-1/+1
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-07-20x86/cpu: Add workaround for MONITOR instruction erratum on Goldmont based CPUsPeter Zijlstra1-0/+5
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-06-08Merge branch 'x86/urgent' into x86/cpu, to pick up dependencyIngo Molnar1-3/+40
2016-05-20Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar1-7/+7
2016-05-20x86/mm/mpx: Work around MPX erratum SKD046Dave Hansen1-0/+37
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+6
2016-05-10x86/cpu: Correct comments and messages in P4 erratum 037 handling codeBorislav Petkov1-4/+3
2016-05-10x86/topology: Set x86_max_cores to 1 for CONFIG_SMP=nThomas Gleixner1-1/+1
2016-04-22x86/cpu/intel: Remove not needed paravirt_enabled() use for F00F work aroundLuis R. Rodriguez1-1/+1
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov1-1/+1
2016-03-31x86/cpufeature: Remove cpu_has_pgeBorislav Petkov1-3/+3
2016-03-31x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov1-1/+1
2016-03-31x86/cpufeature: Remove cpu_has_clflushBorislav Petkov1-1/+1
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-02-29x86/topology: Create logical package idThomas Gleixner1-0/+13
2016-02-03x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong1-5/+5
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-1/+1
2015-12-19x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-1/+2
2015-11-07x86/cpu/intel: Enable X86_FEATURE_NONSTOP_TSC_S3 for MerrifieldAndy Shevchenko1-0/+1
2015-07-21x86/cpu: Restore MSR_IA32_ENERGY_PERF_BIAS after resumeLaura Abbott1-15/+32
2015-02-22x86/cpu/intel: Fix trivial typo in intel_tlb_table[]Yannick Guerrini1-2/+2
2015-01-11x86, CPU: Fix trivial printk formatting issues with dmesgSteven Honeyman1-4/+2
2014-10-29x86: Don't enable F00F workaround on Intel Quark processorsDave Jones1-2/+3
2014-10-08x86: Add cpu_detect_cache_sizes to init_intel() add Quark legacy_cache()Bryan O'Donoghue1-1/+16
2014-09-24x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 insteadBryan O'Donoghue1-0/+15
2014-08-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-26/+0
2014-08-04Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2014-07-31x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen1-26/+0
2014-07-23x86, cpu: Fix cache topology for early P4-SMTPeter Zijlstra1-11/+11
2014-06-18x86, cpufeature: Convert more "features" to bugsBorislav Petkov1-2/+2
2014-04-02Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2014-03-20x86, cpu: Add forcepae parameter for booting PAE kernels on PAE-disabled Pentium MChris Bainbridge1-0/+19
2014-03-13x86, intel: Make MSR_IA32_MISC_ENABLE bit constants systematicH. Peter Anvin1-3/+7
2014-03-13x86, Intel: Convert to the new bit access MSR accessorsBorislav Petkov1-23/+7
2014-02-27x86, platforms: Remove NUMAQH. Peter Anvin1-4/+0