summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | x86/mce: Pass MCE message to mce_panic() on failed kernel recoveryJan H. Schönherr2019-12-171-1/+1
| * | | | x86/mce/therm_throt: Mark throttle_active_work() as __maybe_unusedArnd Bergmann2019-12-171-1/+1
| | |/ / | |/| |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-183-6/+6
|\ \ \ \
| * | | | x86/CPU/AMD: Ensure clearing of SME/SEV features is maintainedTom Lendacky2020-01-161-2/+2
| * | | | x86/resctrl: Fix potential memory leakShakeel Butt2020-01-021-3/+3
| * | | | x86/resctrl: Fix an imbalance in domain_remove_cpu()Qian Cai2019-12-301-1/+1
| | |/ / | |/| |
* / | | x86/mce/therm_throt: Do not access uninitialized therm_workChuansheng Liu2020-01-151-4/+5
|/ / /
* | | x86/mce: Fix possibly incorrect severity calculation on AMDJan H. Schönherr2019-12-171-1/+1
* | | x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[]Yazen Ghannam2019-12-171-1/+1
* | | x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()Konstantin Khlebnikov2019-12-171-1/+1
|/ /
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-011-10/+2
|\ \
| * | x86/doublefault/32: Move #DF stack and TSS to cpu_entry_areaAndy Lutomirski2019-11-261-10/+2
* | | x86/mce/therm_throt: Mask out read-only and reserved MSR bitsSrinivas Pandruvada2019-11-291-5/+12
|/ /
* | Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-108/+80
|\ \
| * | x86/ioperm: Extend IOPL config to control ioperm() as wellThomas Gleixner2019-11-161-9/+17
| * | x86/iopl: Restrict iopl() permission scopeThomas Gleixner2019-11-161-0/+5
| * | x86/ioperm: Add bitmap sequence numberThomas Gleixner2019-11-161-0/+1
| * | x86/tss: Move I/O bitmap data into a seperate structThomas Gleixner2019-11-161-2/+2
| * | x86/io: Speedup schedule out of I/O bitmap userThomas Gleixner2019-11-161-1/+2
| * | x86/cpu: Unify cpu_init()Thomas Gleixner2019-11-161-108/+65
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-2/+28
|\ \ \
| * | | x86/speculation: Fix redundant MDS mitigation messageWaiman Long2019-11-161-0/+13
| * | | x86/speculation: Fix incorrect MDS/TAA mitigation statusWaiman Long2019-11-161-2/+15
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-261-4/+4
|\ \ \ \
| * \ \ \ Merge tag 'v5.4-rc8' into WIP.x86/mm, to pick up fixesIngo Molnar2019-11-1916-173/+585
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | x86/cpu: Clean up intel_tlb_table[]Sylvain 'ythier' Hitier2019-09-161-4/+4
* | | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-261-1/+6
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into x86/hypervThomas Gleixner2019-11-1516-179/+798
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | x86/hyperv: Allow guests to enable InvariantTSCAndrea Parri2019-11-121-1/+6
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge branches 'x86-cpu-for-linus' and 'x86-fpu-for-linus' of git://git.kerne...Linus Torvalds2019-11-262-3/+24
|\ \ \ \ \ \ \
| * | | | | | | x86/cpu: Align cpu_caps_cleared and cpu_caps_set to unsigned longFenghua Yu2019-11-151-2/+3
| * | | | | | | x86/rdrand: Sanity-check RDRAND outputBorislav Petkov2019-10-011-1/+21
* | | | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-255-44/+319
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/mce/therm_throt: Optimize notifications of thermal throttleSrinivas Pandruvada2019-11-121-24/+227
| * | | | | | | | x86/mce: Add Xeon Icelake to list of CPUs that support PPINTony Luck2019-11-011-0/+1
| * | | | | | | | x86/mce: Lower throttling MCE messages' priority to warningBenjamin Berg2019-10-171-1/+1
| * | | | | | | | x86/mce: Add Zhaoxin LMCE supportTony W Wang-oc2019-10-013-4/+26
| * | | | | | | | x86/mce: Add Zhaoxin CMCI supportTony W Wang-oc2019-10-013-2/+33
| * | | | | | | | x86/mce: Add Zhaoxin MCE supportTony W Wang-oc2019-10-011-13/+31
| * | | | | | | | x86/mce/amd: Make disable_err_thresholding() staticBorislav Petkov2019-10-011-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-11-253-19/+26
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | x86/microcode/intel: Issue the revision updated message only on the BSPBorislav Petkov2019-10-011-2/+3
| * | | | | | | x86/microcode: Update late microcode in parallelAshok Raj2019-10-011-15/+21
| * | | | | | | x86/microcode/amd: Fix two -Wunused-but-set-variable warningsBorislav Petkov2019-10-011-2/+2
| |/ / / / / /
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-161-4/+0
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | x86/resctrl: Fix potential lockdep warningXiaochen Shen2019-11-131-4/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-126-39/+384
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf2019-11-071-4/+0
| * | | | | kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini2019-11-041-1/+12
| * | | | | x86/cpu: Add Tremont to the cpu vulnerability whitelistPawan Gupta2019-11-041-0/+2
OpenPOWER on IntegriCloud