summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)Author
2017-06-07x86/MCE: Export memory_error()Borislav Petkov
2017-04-27x86/mce: Make the MCE notifier a blocking oneVishal Verma
2017-04-27x86/mce/AMD: Give a name to MCA bank 3 when accessed with legacy MSRsYazen Ghannam
2017-03-22x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicVitaly Kuznetsov
2017-02-14x86/CPU/AMD: Fix Zen SMT topologyYazen Ghannam
2017-02-14x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov
2017-01-19x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' c...Lukasz Odzioba
2017-01-19x86/CPU/AMD: Fix Bulldozer topologyBorislav Petkov
2017-01-19x86/bugs: Separate AMD E400 erratum and C1E bugThomas Gleixner
2017-01-19x86/cpu/AMD: Clean up cpu_llc_id assignment per topology featureYazen Ghannam
2017-01-12x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski
2017-01-09x86/smpboot: Make logical package management more robustThomas Gleixner
2016-11-09x86/cpu: Deal with broken firmware (VMWare/XEN)Thomas Gleixner
2016-11-09x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systemsYazen Ghannam
2016-10-28x86/microcode/AMD: Fix more fallout from CONFIG_RANDOMIZE_MEMORY=yBorislav Petkov
2016-10-19x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS featuresPiotr Luc
2016-10-19x86/vmware: Skip timer_irq_works() check on VMwareRenat Valiullin
2016-10-05x86/vmware: Skip lapic calibration on VMwareRenat Valiullin
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-03Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-09-30x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUIDAndy Lutomirski
2016-09-26Merge tag 'v4.8-rc8' into ras/core, to pick up fixesIngo Molnar
2016-09-19x86/microcode: Convert to hotplug state machineSebastian Andrzej Siewior
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar
2016-09-13x86/mce/AMD: Extract the error address on SMCA systemsYazen Ghannam
2016-09-13x86/mce, EDAC/mce_amd: Print MCA_SYND and MCA_IPID during MCE on SMCA systemsYazen Ghannam
2016-09-13x86/mce/AMD: Save MCA_IPID in MCE struct on SMCA systemsYazen Ghannam
2016-09-13x86/mce/AMD: Ensure the deferred error interrupt is of type APIC on SMCA systemsYazen Ghannam
2016-09-13x86/mce/AMD: Update sysfs bank names for SMCA systemsYazen Ghannam
2016-09-13x86/mce/AMD, EDAC/mce_amd: Define and use tables for known SMCA IP typesYazen Ghannam
2016-09-13x86/mce/AMD: Read MSRs on the CPU allocating the threshold blocksYazen Ghannam
2016-09-13x86/mce: Add support for new MCA_SYND registerYazen Ghannam
2016-09-13x86/mce/AMD: Use msr_ops.misc() in allocate_threshold_blocks()Yazen Ghannam
2016-09-08Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar
2016-09-05virt, sched: Add generic vCPU pinning supportJuergen Gross
2016-09-05x86/mce: Drop X86_FEATURE_MCE_RECOVERY and the related model string testTony Luck
2016-09-05x86/mce: Add PCI quirks to identify Xeons with machine check recoveryTony Luck
2016-09-05x86/microcode/AMD: Fix load of builtin microcode with randomized memoryBorislav Petkov
2016-09-02x86/AMD: Apply erratum 665 on machines without a BIOS fixEmanuel Czirai
2016-08-24x86/entry: Remove outdated comment about SYSCALL targetsBorislav Petkov
2016-08-18x86/dumpstack: Remove 64-byte gap at end of irq stackJosh Poimboeuf
2016-08-18x86/microcode/AMD: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=yBorislav Petkov
2016-08-10x86: Apply more __ro_after_init and constKees Cook
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-30Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-07-30Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-07-27x86/asm, x86/microcode: Add __PAGE_OFFSET_BASE define on 32-bitBorislav Petkov
2016-07-27Merge branch 'linus' into x86/microcode, to pick up merge window changesIngo Molnar