index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
mce
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-13
Merge branch 'x86/msr' into x86/core, to resolve conflicts
Ingo Molnar
5
-77
/
+78
2025-05-02
x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
Xin Li (Intel)
1
-2
/
+2
2025-05-02
x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
Xin Li (Intel)
1
-1
/
+1
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
1
-0
/
+1
2025-05-02
x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGS
Ingo Molnar
1
-1
/
+1
2025-04-14
x86/platform/amd: Move the <asm/amd_nb.h> header to <asm/amd/nb.h>
Ingo Molnar
1
-1
/
+1
2025-04-10
x86/msr: Rename 'mce_wrmsrl()' to 'mce_wrmsrq()'
Ingo Molnar
1
-6
/
+6
2025-04-10
x86/msr: Rename 'mce_rdmsrl()' to 'mce_rdmsrq()'
Ingo Molnar
2
-17
/
+17
2025-04-10
x86/msr: Rename 'rdmsrl_on_cpu()' to 'rdmsrq_on_cpu()'
Ingo Molnar
1
-2
/
+2
2025-04-10
x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'
Ingo Molnar
2
-3
/
+3
2025-04-10
x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'
Ingo Molnar
2
-2
/
+2
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
4
-23
/
+23
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
4
-20
/
+20
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-3
/
+3
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+5
2025-03-18
x86/mce: use is_copy_from_user() to determine copy-from-user context
Shuai Xue
1
-6
/
+5
2025-02-26
x86/mce/inject: Remove call to mce_notify_irq()
Nikolay Borisov
2
-23
/
+22
2025-01-03
x86/mce/amd: Remove shared threshold bank plumbing
Yazen Ghannam
1
-101
/
+26
2024-12-31
x86/mce: Remove the redundant mce_hygon_feature_init()
Qiuxu Zhuo
1
-6
/
+2
2024-12-31
x86/mce: Convert family/model mixed checks to VFM-based checks
Qiuxu Zhuo
1
-5
/
+8
2024-12-31
x86/mce: Break up __mcheck_cpu_apply_quirks()
Tony Luck
1
-76
/
+92
2024-12-31
x86/mce: Make four functions return bool
Qiuxu Zhuo
3
-23
/
+22
2024-12-30
x86/mce/threshold: Remove the redundant this_cpu_dec_return()
Qiuxu Zhuo
1
-1
/
+1
2024-12-30
x86/mce: Make several functions return bool
Qiuxu Zhuo
3
-20
/
+21
2024-10-31
x86/mce/apei: Handle variable SMCA BERT record size
Yazen Ghannam
1
-14
/
+58
2024-10-31
x86/MCE/AMD: Add support for new MCA_SYND{1,2} registers
Avadhut Naik
2
-2
/
+12
2024-10-30
x86/mce: Add wrapper for struct mce to export vendor specific info
Avadhut Naik
6
-138
/
+169
2024-10-28
x86/mce/intel: Use MCG_BANKCNT_MASK instead of 0xff
Qiuxu Zhuo
1
-1
/
+1
2024-10-28
x86/mce/mcelog: Use xchg() to get and clear the flags
Qiuxu Zhuo
1
-9
/
+2
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-1
/
+0
2024-09-17
Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
1
-1
/
+1
2024-08-01
x86/mce: Use mce_prep_record() helpers for apei_smca_report_x86_error()
Yazen Ghannam
1
-8
/
+8
2024-08-01
x86/mce: Define mce_prep_record() helpers for common and per-CPU fields
Yazen Ghannam
2
-11
/
+25
2024-08-01
x86/mce: Rename mce_setup() to mce_prep_record()
Yazen Ghannam
3
-6
/
+6
2024-07-16
Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2024-06-02
x86/mce/inject: Add missing MODULE_DESCRIPTION() line
Jeff Johnson
1
-0
/
+1
2024-05-27
x86/mce: Remove unused variable and return value in machine_check_poll()
Yazen Ghannam
1
-6
/
+1
2024-05-27
x86/mce/inject: Only write MCA_MISC when a value has been supplied
Yazen Ghannam
1
-2
/
+6
2024-05-14
Merge tag 'ras_core_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-15
/
+25
2024-05-14
Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-21
/
+50
2024-05-14
Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+0
2024-04-29
x86/mce: Switch to new Intel CPU model defines
Tony Luck
3
-19
/
+18
2024-04-09
x86/mce: Implement recovery for errors in TDX/SEAM non-root mode
Tony Luck
2
-2
/
+32
2024-04-04
x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()
Borislav Petkov (AMD)
1
-1
/
+3
2024-04-04
x86/extable: Remove unused fixup type EX_TYPE_COPY
Tong Tiangen
1
-1
/
+0
2024-03-26
x86/mce: Dynamically size space for machine check records
Tony Luck
1
-15
/
+25
2024-03-12
Merge tag 'ras_core_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2024-03-12
Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+26
2024-02-16
x86/cpu/topology: Get rid of cpuinfo::x86_max_cores
Thomas Gleixner
1
-2
/
+1
[next]