summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/exceptions: Split debug IST stackThomas Gleixner2019-04-171-11/+0
* x86/exceptions: Disconnect IST index and stack orderThomas Gleixner2019-04-171-5/+5
* x86/cpu: Remove orig_ist arrayThomas Gleixner2019-04-171-6/+0
* x86/cpu: Prepare TSS.IST setup for guard pagesThomas Gleixner2019-04-171-28/+7
* x86/exceptions: Add structs for exception stacksThomas Gleixner2019-04-171-1/+1
* x86/exceptions: Make IST index zero basedThomas Gleixner2019-04-171-2/+2
* x86/resctrl: Fix typos in the mba_sc mount optionXiaochen Shen2019-04-011-3/+3
* x86/resctrl: Remove unused variablePeng Hao2019-03-241-3/+0
* x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processorsMatthew Whitehead2019-03-211-7/+7
* x86/microcode: Announce reload operation's completionBorislav Petkov2019-03-211-0/+2
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-122-69/+132
|\
| * kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2019-02-282-69/+132
* | Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-101-0/+12
|\ \
| * | x86/Hyper-V: Set x2apic destination mode to physical when x2apic is availableLan Tianyu2019-02-281-0/+12
* | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-084-39/+68
|\ \ \
| * | | x86/mce: Improve error message when kernel cannot recover, p2Tony Luck2019-02-251-0/+5
| * | | x86/MCE/AMD, EDAC/mce_amd: Add new error descriptions for some SMCA bank typesYazen Ghannam2019-02-031-4/+4
| * | | x86/MCE/AMD, EDAC/mce_amd: Add new McaTypes for CS, PSP, and SMU unitsYazen Ghannam2019-02-031-0/+6
| * | | x86/MCE/AMD, EDAC/mce_amd: Add new MP5, NBIO, and PCIE SMCA bank typesYazen Ghannam2019-02-031-0/+12
| * | | x86/MCE/AMD: Carve out the MC4_MISC thresholding quirkShirish S2019-01-162-29/+36
| * | | x86/MCE/AMD: Turn off MC4_MISC thresholding on all family 0x15 modelsShirish S2019-01-151-3/+2
| * | | x86/MCE: Switch to use the new generic UUID APIAndy Shevchenko2019-01-141-5/+5
| | |/ | |/|
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-083-9/+2
|\ \ \
| * | | x86/mtrr: Remove unused variableBo Yu2019-02-081-2/+1
| * | | x86/resctrl: Remove duplicate MSR_MISC_FEATURE_CONTROL definitionReinette Chatre2019-02-051-7/+0
| * | | x86/kernel: Mark expected switch-case fall-throughsGustavo A. R. Silva2019-01-261-0/+1
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-062-5/+34
|\ \ \ \
| * \ \ \ Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-281-0/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'x86/cpu' into perf/core, to pick up dependent commitIngo Molnar2019-02-112-5/+34
| |\ \ \ \
| | * | | | x86/cpufeature: Add facility to check for min microcode revisionsKan Liang2019-02-111-0/+31
| | * | | | x86/CPU/AMD: Set the CPB bit unconditionally on F17hJiaxun Yang2019-01-181-5/+3
| | | |_|/ | | |/| |
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-051-0/+12
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86/speculation: Add PR_SPEC_DISABLE_NOEXECWaiman Long2019-01-291-0/+12
| | |/ / | |/| |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-101-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()Tony Luck2019-02-031-0/+1
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-033-4/+4
|\| | |
| * | | x86/resctrl: Avoid confusion over the new X86_RESCTRL configJohannes Weiner2019-02-022-3/+3
| * | | x86/microcode/amd: Don't falsely trick the late loading mechanismThomas Lendacky2019-01-311-1/+1
| |/ /
* / / cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-01-301-1/+1
|/ /
* | x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2019-01-091-1/+1
* | x86/cache: Rename config option to CONFIG_X86_RESCTRLBorislav Petkov2019-01-092-3/+3
|/
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-2/+3
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-273-28/+1
|\
| * x86/umip: Make the UMIP activated message genericLendacky, Thomas2018-12-051-1/+1
| * x86/umip: Print UMIP line only onceBorislav Petkov2018-12-031-1/+1
| * x86/cpufeatures: Remove get_scattered_cpuid_leaf()Sean Christopherson2018-11-052-27/+0
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-2710-6/+17
|\ \
| * | x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-086-1/+9
| * | x86: Fix various typos in commentsIngo Molnar2018-12-031-1/+1