summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)Author
2022-03-05x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMTJosh Poimboeuf
2022-03-05x86/speculation: Warn about Spectre v2 LFENCE mitigationJosh Poimboeuf
2022-02-28x86/speculation: Use generic retpoline by default on AMDKim Phillips
2022-02-21x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf
2022-02-21x86/speculation: Add eIBRS + Retpoline optionsPeter Zijlstra
2022-02-21x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)
2022-02-17x86/sgx: Fix missing poison handling in reclaimerReinette Chatre
2022-02-10x86/sgx: Silence softlockup detection when releasing large enclavesReinette Chatre
2022-01-25x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPINTony Luck
2022-01-23x86/MCE/AMD: Allow thresholding interface updates after initYazen Ghannam
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-10Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2022-01-10Merge branch 'random-5.17-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-10Merge tag 'ras_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-10Merge tag 'x86_cpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-01-10Merge tag 'x86_mm_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-01-10Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-01-07x86/sgx: Fix NULL pointer dereference on non-SGX systemsDave Hansen
2022-01-07random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior
2022-01-04x86: intel_epb: Allow model specific normal EPB valueSrinivas Pandruvada
2021-12-28x86/mce/inject: Avoid out-of-bounds write when setting flagsZhang Zixun
2021-12-22x86/MCE/AMD, EDAC/mce_amd: Support non-uniform MCA bank type enumerationYazen Ghannam
2021-12-22x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank typesYazen Ghannam
2021-12-22x86/mm: Prevent early boot triple-faults with instrumentationBorislav Petkov
2021-12-20hyper-v: Enable swiotlb bounce buffer for Isolation VMTianyu Lan
2021-12-20x86/mce: Check regs before accessing itBorislav Petkov
2021-12-13x86/mce: Mark mce_start() noinstrBorislav Petkov
2021-12-13x86/mce: Mark mce_timed_out() noinstrBorislav Petkov
2021-12-13x86/mce: Move the tainting outside of the noinstr regionBorislav Petkov
2021-12-13x86/mce: Mark mce_read_aux() noinstrBorislav Petkov
2021-12-13x86/mce: Mark mce_end() noinstrBorislav Petkov
2021-12-13x86/mce: Mark mce_panic() noinstrBorislav Petkov
2021-12-13x86/mce: Prevent severity computation from being instrumentedBorislav Petkov
2021-12-13x86/mce: Allow instrumentation during task work queueingBorislav Petkov
2021-12-13x86/mce: Remove noinstr annotation from mce_setup()Borislav Petkov
2021-12-13x86/mce: Use mce_rdmsrl() in severity checking codeBorislav Petkov
2021-12-13x86/mce: Remove function-local cpus variablesBorislav Petkov
2021-12-13x86/mce: Do not use memset to clear the banks bitmapsBorislav Petkov
2021-12-11x86/sgx: Remove .fixup usagePeter Zijlstra
2021-12-09x86/resctrl: Remove redundant assignment to variable chunksColin Ian King
2021-12-09x86/sgx: Add an attribute for the amount of SGX memory in a NUMA nodeJarkko Sakkinen
2021-12-08x86/mce/inject: Set the valid bit in MCA_STATUS before error injectionSmita Koralahalli
2021-12-08x86/mce/inject: Check if a bank is populated before injectingSmita Koralahalli
2021-11-25x86/cpu: Don't write CSTAR MSR on Intel CPUsAndi Kleen
2021-11-21Merge tag 'x86-urgent-2021-11-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-19Merge branch 'x86/urgent' into x86/sgx, to resolve conflictIngo Molnar
2021-11-17x86/mce: Get rid of cpu_missingZhaolong Zhang
2021-11-16x86/sgx: Fix free page accountingReinette Chatre
2021-11-15x86/sgx: Add SGX infrastructure to recover from poisonTony Luck