summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)Author
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-25Merge tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-03-24Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-21Merge tag 'x86_cc_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-21Merge tag 'x86_cpu_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-15Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar
2022-03-15x86/ibt: Disable IBT around firmwarePeter Zijlstra
2022-03-15x86/ibt,kexec: Disable CET on kexecPeter Zijlstra
2022-03-15x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar
2022-03-13Merge tag 'x86_urgent_for_v5.17_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-03-11x86/sgx: Free backing memory after faulting the enclave pageJarkko Sakkinen
2022-03-08x86/hyperv: Output host build info as normal Windows version numberMichael Kelley
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-28Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman
2022-02-23x86/coco: Explicitly declare type of confidential computing platformKirill A. Shutemov
2022-02-23kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman
2022-02-23x86/mce: Remove the tolerance level controlBorislav Petkov
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar
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-19x86/mce: Work around an erratum on fast string copy instructionsJue Wang
2022-02-17x86/sgx: Fix missing poison handling in reclaimerReinette Chatre
2022-02-16x86/cpu: Clear SME feature flag when not in useMario Limonciello
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2022-02-13x86/mce: Use arch atomic and bit helpersBorislav Petkov
2022-02-10x86/sgx: Silence softlockup detection when releasing large enclavesReinette Chatre
2022-02-01x86/cpu: Read/save PPIN MSR during initializationTony Luck
2022-02-01x86/cpu: X86_FEATURE_INTEL_PPIN finally has a CPUID bitTony Luck
2022-02-01x86/cpu: Merge Intel and AMD ppin_init() functionsTony Luck
2022-02-01x86/CPU/AMD: Use default_groups in kobj_typeGreg Kroah-Hartman
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