summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86/tsx: Disable TSX development mode at bootPawan Gupta2022-04-114-14/+51
* x86/tsx: Use MSR_TSX_CTRL to clear CPUID bitsPawan Gupta2022-04-112-7/+48
* Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-2/+2
|\
| * Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman2022-02-284-10/+5
| |\
| * | kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman2022-02-231-2/+2
* | | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-1/+58
|\ \ \
| * \ \ Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar2022-03-156-81/+90
| |\ \ \
| * | | | x86/ibt: Disable IBT around firmwarePeter Zijlstra2022-03-151-0/+28
| * | | | x86/ibt,kexec: Disable CET on kexecPeter Zijlstra2022-03-151-0/+6
| * | | | x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra2022-03-151-1/+24
* | | | | Merge tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-253-90/+139
|\ \ \ \ \
| * | | | | x86/mce: Remove the tolerance level controlBorislav Petkov2022-02-233-47/+30
| * | | | | x86/mce: Work around an erratum on fast string copy instructionsJue Wang2022-02-192-1/+68
| * | | | | x86/mce: Use arch atomic and bit helpersBorislav Petkov2022-02-133-42/+41
* | | | | | Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-03-241-4/+4
|\ \ \ \ \ \
| * | | | | | x86/hyperv: Output host build info as normal Windows version numberMichael Kelley2022-03-081-4/+4
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-3/+5
|\ \ \ \ \ \ \
| * | | | | | | mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei2022-03-221-3/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-221-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar2022-03-152-57/+204
| |\| | | | | |
| * | | | | | | Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar2022-02-214-10/+5
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-161-3/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'x86_cc_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-211-0/+6
|\ \ \ \ \ \ \
| * | | | | | | x86/coco: Explicitly declare type of confidential computing platformKirill A. Shutemov2022-02-231-0/+6
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'x86_cpu_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-216-81/+90
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | x86/cpu: Clear SME feature flag when not in useMario Limonciello2022-02-161-0/+5
| * | | | | x86/cpu: Read/save PPIN MSR during initializationTony Luck2022-02-012-6/+5
| * | | | | x86/cpu: X86_FEATURE_INTEL_PPIN finally has a CPUID bitTony Luck2022-02-012-0/+2
| * | | | | x86/cpu: Merge Intel and AMD ppin_init() functionsTony Luck2022-02-013-72/+74
| * | | | | x86/CPU/AMD: Use default_groups in kobj_typeGreg Kroah-Hartman2022-02-011-3/+4
| | |_|/ / | |/| | |
* | | | | Merge tag 'x86_urgent_for_v5.17_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-131-9/+48
|\ \ \ \ \
| * | | | | x86/sgx: Free backing memory after faulting the enclave pageJarkko Sakkinen2022-03-111-9/+48
| | |/ / / | |/| | |
* | | | | x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMTJosh Poimboeuf2022-03-051-2/+25
* | | | | x86/speculation: Warn about Spectre v2 LFENCE mitigationJosh Poimboeuf2022-03-051-0/+5
* | | | | x86/speculation: Use generic retpoline by default on AMDKim Phillips2022-02-281-9/+0
* | | | | x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf2022-02-211-6/+29
* | | | | x86/speculation: Add eIBRS + Retpoline optionsPeter Zijlstra2022-02-211-37/+96
* | | | | x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)2022-02-211-11/+18
|/ / / /
* | | / x86/sgx: Fix missing poison handling in reclaimerReinette Chatre2022-02-171-9/+1
| |_|/ |/| |
* | | x86/sgx: Silence softlockup detection when releasing large enclavesReinette Chatre2022-02-101-0/+2
|/ /
* | x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPINTony Luck2022-01-251-0/+1
* | x86/MCE/AMD: Allow thresholding interface updates after initYazen Ghannam2022-01-231-1/+1
|/
* Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-161-1/+14
|\
| * hyper-v: Enable swiotlb bounce buffer for Isolation VMTianyu Lan2021-12-201-1/+14
* | Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-121-31/+5
|\ \
| * | x86/sgx: Remove .fixup usagePeter Zijlstra2021-12-111-31/+5
| |/
* | Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-01-101-13/+32
|\ \
| * | x86: intel_epb: Allow model specific normal EPB valueSrinivas Pandruvada2022-01-041-13/+32
| |/
* | Merge branch 'random-5.17-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-101-1/+1
|\ \
| * | random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior2022-01-071-1/+1
| |/