summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/mce
AgeCommit message (Expand)Author
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar
2025-05-02x86/msr: Convert __rdmsr() uses to native_rdmsrq() usesXin Li (Intel)
2025-05-02x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() usesXin Li (Intel)
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-05-02x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGSIngo Molnar
2025-04-14x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h>Ingo Molnar
2025-04-10x86/msr: Rename 'mce_wrmsrl()' to 'mce_wrmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'mce_rdmsrl()' to 'mce_rdmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()'Ingo Molnar
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-17x86/mce: use is_copy_from_user() to determine copy-from-user contextShuai Xue
2025-02-26x86/mce/inject: Remove call to mce_notify_irq()Nikolay Borisov
2025-01-03x86/mce/amd: Remove shared threshold bank plumbingYazen Ghannam
2024-12-31x86/mce: Remove the redundant mce_hygon_feature_init()Qiuxu Zhuo
2024-12-31x86/mce: Convert family/model mixed checks to VFM-based checksQiuxu Zhuo
2024-12-31x86/mce: Break up __mcheck_cpu_apply_quirks()Tony Luck
2024-12-30x86/mce: Make four functions return boolQiuxu Zhuo
2024-12-30x86/mce/threshold: Remove the redundant this_cpu_dec_return()Qiuxu Zhuo
2024-12-30x86/mce: Make several functions return boolQiuxu Zhuo
2024-10-31x86/mce/apei: Handle variable SMCA BERT record sizeYazen Ghannam
2024-10-31x86/MCE/AMD: Add support for new MCA_SYND{1,2} registersAvadhut Naik
2024-10-30x86/mce: Add wrapper for struct mce to export vendor specific infoAvadhut Naik
2024-10-28x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xffQiuxu Zhuo
2024-10-28x86/mce/mcelog: Use xchg() to get and clear the flagsQiuxu Zhuo
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen
2024-08-01x86/mce: Use mce_prep_record() helpers for apei_smca_report_x86_error()Yazen Ghannam
2024-08-01x86/mce: Define mce_prep_record() helpers for common and per-CPU fieldsYazen Ghannam
2024-08-01x86/mce: Rename mce_setup() to mce_prep_record()Yazen Ghannam
2024-07-15Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-06-02x86/mce/inject: Add missing MODULE_DESCRIPTION() lineJeff Johnson
2024-05-27x86/mce: Remove unused variable and return value in machine_check_poll()Yazen Ghannam
2024-05-27x86/mce/inject: Only write MCA_MISC when a value has been suppliedYazen Ghannam
2024-05-14Merge tag 'ras_core_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-05-13Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-13Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-04-29x86/mce: Switch to new Intel CPU model definesTony Luck
2024-04-09x86/mce: Implement recovery for errors in TDX/SEAM non-root modeTony Luck
2024-04-04x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)
2024-04-04x86/extable: Remove unused fixup type EX_TYPE_COPYTong Tiangen
2024-03-26x86/mce: Dynamically size space for machine check recordsTony Luck
2024-03-11Merge tag 'ras_core_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-02-16x86/cpu/topology: Get rid of cpuinfo::x86_max_coresThomas Gleixner