summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* timers, x86/mce: Initialize MCE restart timer as pinnedThomas Gleixner2016-07-071-2/+2
* x86/cpu/AMD: Extend X86_FEATURE_TOPOEXT workaround to newer modelsBorislav Petkov2016-06-081-2/+2
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-252-0/+44
|\
| * Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar2016-05-2016-140/+385
| |\
| * | x86/mm/mpx: Work around MPX erratum SKD046Dave Hansen2016-05-202-0/+40
| * | x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen2016-05-161-0/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Fix typos in printkMasanari Iida2016-04-181-1/+1
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-161-1/+1
|\ \ \
| * | | x86/cpu/intel: Remove not needed paravirt_enabled() use for F00F work aroundLuis R. Rodriguez2016-04-221-1/+1
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-1611-59/+109
|\ \ \
| * | | x86/segments/64: When loadsegment(fs, ...) fails, clear the baseAndy Lutomirski2016-04-291-1/+1
| * | | Merge branch 'x86/urgent' into x86/asm, to fix semantic conflictIngo Molnar2016-04-221-0/+12
| |\ \ \
| * \ \ \ Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-191-0/+3
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | x86/cpu: Simplify extended APIC ID detection on AMDBorislav Petkov2016-04-131-7/+10
| * | | | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-134-5/+5
| * | | | x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
| * | | | x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
| * | | | Merge branch 'x86/urgent' into x86/asm to pick up dependent fixesIngo Molnar2016-04-133-10/+8
| |\ \ \ \
| * \ \ \ \ Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar2016-04-133-11/+27
| |\ \ \ \ \
| | * | | | | x86/mtrr: Fix PAT init handling when MTRR is disabledToshi Kani2016-03-293-10/+18
| | * | | | | x86/mtrr: Fix Xorg crashes in Qemu sessionsToshi Kani2016-03-291-1/+9
| * | | | | | Merge branch 'x86/cpu' into x86/asm, to merge more patchesIngo Molnar2016-04-135-11/+11
| |\ \ \ \ \ \
| | * | | | | | x86/cpufeature: Remove cpu_has_pgeBorislav Petkov2016-03-313-7/+7
| | * | | | | | x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov2016-03-312-2/+2
| | * | | | | | x86/cpufeature: Remove cpu_has_clflushBorislav Petkov2016-03-311-1/+1
| | * | | | | | x86/cpufeature: Remove cpu_has_hypervisorBorislav Petkov2016-03-311-1/+1
| | |/ / / / /
| * | | | | | x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov2016-04-131-0/+1
| * | | | | | x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify()Andy Lutomirski2016-04-131-25/+25
| * | | | | | x86/cpu: Probe the behavior of nulling out a segment at boot timeAndy Lutomirski2016-04-131-0/+31
| * | | | | | x86/cpu: Do the feature test first in enable_sep_cpu()Borislav Petkov2016-03-291-4/+3
| |/ / / / /
* | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-166-80/+275
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | x86/mce: Update AMD mcheck init to use cpu_has() facilitiesYazen Ghannam2016-05-121-5/+3
| * | | | | x86/cpu: Add detection of AMD RAS CapabilitiesYazen Ghannam2016-05-121-3/+7
| * | | | | x86/mce/AMD: Save an indentation level in prepare_threshold_block()Borislav Petkov2016-05-121-40/+38
| * | | | | x86/mce/AMD: Disable LogDeferredInMcaStat for SMCA systemsYazen Ghannam2016-05-121-9/+29
| * | | | | x86/mce/AMD: Log Deferred Errors using SMCA MCA_DE{STAT,ADDR} registersYazen Ghannam2016-05-121-8/+24
| * | | | | x86/mce: Detect local MCEs properlyYazen Ghannam2016-05-031-13/+20
| * | | | | x86/mce: Look in genpool instead of mcelog for pending error recordsTony Luck2016-05-033-12/+70
| * | | | | x86/mce: Detect and use SMCA-specific msr_opsYazen Ghannam2016-05-032-19/+29
| * | | | | x86/mce: Define vendor-specific MSR accessorsYazen Ghannam2016-05-031-0/+47
| * | | | | x86/mce: Carve out writes to MCx_STATUS and MCx_CTLAravind Gopalakrishnan2016-05-031-1/+8
| * | | | | x86/mce: Grade uncorrected errors for SMCA-enabled systemsAravind Gopalakrishnan2016-05-031-0/+30
| * | | | | x86/mce: Log MCEs after a warm rest on AMD, Fam17h and laterAravind Gopalakrishnan2016-05-031-1/+1
| * | | | | Merge tag 'v4.6-rc6' into ras/core, to refresh the treeIngo Molnar2016-05-032-0/+15
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | x86/mce: Remove explicit smp_rmb() when starting CPUs syncDavidlohr Bueso2016-04-131-2/+2
| | |_|/ / | |/| | |
* | | | | x86/topology: Set x86_max_cores to 1 for CONFIG_SMP=nThomas Gleixner2016-05-101-1/+1
| |/ / / |/| | |
* | | | x86/hyperv: Avoid reporting bogus NMI status for Gen2 instancesVitaly Kuznetsov2016-04-161-0/+12
| |_|/ |/| |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-04-141-2/+2
|\ \ \ | |/ /
| * | x86/mce: Avoid using object after free in genpoolTony Luck2016-04-131-2/+2
OpenPOWER on IntegriCloud