summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-103-20/+53
|\
| * Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-0116-131/+713
| |\
| | * x86/hyperv: Reenlightenment notifications supportVitaly Kuznetsov2018-01-301-0/+6
| * | Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini2018-01-162-20/+47
| |\ \
| | * | x86/CPU/AMD: Add the Secure Encrypted Virtualization CPU featureTom Lendacky2017-12-042-20/+47
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-043-56/+92
|\ \ \ \
| * | | | x86/pti: Mark constant arrays as __initconstArnd Bergmann2018-02-021-2/+2
| * | | | x86/spectre: Simplify spectre_v2 command line parsingKarimAllah Ahmed2018-02-021-30/+56
| * | | | x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse2018-01-302-19/+29
| * | | | x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"Colin Ian King2018-01-301-1/+1
| * | | | x86/spectre: Report get_user mitigation for spectre_v1Dan Williams2018-01-301-1/+1
| * | | | x86/spectre: Check CONFIG_RETPOLINE in command line parserDou Liyang2018-01-301-3/+3
| * | | | Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar2018-01-3016-91/+293
| |\ \ \ \
* | \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-2/+1
|\ \ \ \ \ \
| * | | | | | x86: do not use print_symbol()Sergey Senozhatsky2018-01-051-2/+1
* | | | | | | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-1/+1
|\ \ \ \ \ \ \
| * | | | | | | treewide: Use DEVICE_ATTR_WOJoe Perches2018-01-091-1/+1
* | | | | | | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: annotate ->poll() instancesAl Viro2017-11-271-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman2018-01-231-3/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-303-14/+58
|\ \ \ \ \ \ \
| * | | | | | | x86/MCE: Make correctable error detection look at the Deferred bitYazen Ghannam2017-12-181-1/+12
| * | | | | | | x86/MCE: Report only DRAM ECC as memory errors on AMD systemsYazen Ghannam2017-12-182-3/+12
| * | | | | | | x86/MCE/AMD: Define a function to get SMCA bank typeYazen Ghannam2017-12-181-0/+14
| * | | | | | | x86/mce/AMD: Don't set DEF_INT_TYPE in MSR_CU_DEF_ERR on SMCA systemsYazen Ghannam2017-12-041-1/+3
| * | | | | | | x86/MCE: Extend table to report action optional errors through CMCI tooXie XiuQi2017-12-041-9/+17
* | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-294-9/+159
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | x86/speculation: Simplify indirect_branch_prediction_barrier()Borislav Petkov2018-01-271-0/+6
| * | | | | | | x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse2018-01-272-14/+24
| * | | | | | | x86/cpu/bugs: Make retpoline module warning conditionalThomas Gleixner2018-01-271-3/+11
| * | | | | | | x86/bugs: Drop one "mitigation" from dmesgBorislav Petkov2018-01-261-1/+1
| * | | | | | | x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse2018-01-261-1/+9
| * | | | | | | x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodesDavid Woodhouse2018-01-261-0/+66
| * | | | | | | x86/pti: Do not enable PTI on CPUs which are not vulnerable to MeltdownDavid Woodhouse2018-01-261-5/+43
| * | | | | | | x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse2018-01-262-2/+1
| * | | | | | | module/retpoline: Warn about missing retpoline in moduleAndi Kleen2018-01-261-1/+16
* | | | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-291-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/centaur: Mark TSC invariantdavidwang2018-01-241-0/+4
* | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-291-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/jailhouse: Add infrastructure for running in non-root cellJan Kiszka2018-01-141-0/+4
| |/ / / / / / / /
* | | | | | | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-294-36/+155
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | x86/intel_rdt: Add command line parameter to control L2_CDPFenghua Yu2018-01-181-0/+2
| * | | | | | | | x86/intel_rdt: Enable L2 CDP in MSR IA32_L2_QOS_CFGFenghua Yu2018-01-182-26/+94
| * | | | | | | | x86/intel_rdt: Add two new resources for L2 Code and Data Prioritization (CDP)Fenghua Yu2018-01-182-10/+58
| * | | | | | | | x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) featureFenghua Yu2018-01-181-0/+1
* | | | | | | | | x86/microcode: Fix again accessing initrd after having been freedBorislav Petkov2018-01-241-1/+1
* | | | | | | | | x86/microcode/intel: Extend BDW late-loading further with LLC size checkJia Zhang2018-01-241-2/+18
* | | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-211-0/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | |