index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
2022-06-28
x86/mce: Check whether writes to MCA_STATUS are getting ignored
Smita Koralahalli
2
-1
/
+48
2022-05-28
Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+3
2022-05-25
Merge tag 'acpi-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-5
/
+3
2022-05-16
mce: fix set_mce_nospec to always unmap the whole page
Jane Chu
1
-3
/
+3
2022-04-25
x86/mce: Add messages for panic errors in AMD's MCE grading
Carlos Bilbao
1
-1
/
+10
2022-04-25
x86/mce: Simplify AMD severity grading logic
Carlos Bilbao
1
-65
/
+36
2022-04-13
ACPI: APEI: Fix missing ERST record id
Liu Xinpeng
1
-5
/
+3
2022-04-05
x86/MCE/AMD: Fix memory leak when threshold_create_bank() fails
Ammar Faizi
1
-13
/
+19
2022-04-05
x86/mce: Avoid unnecessary padding in struct mce_bank
Smita Koralahalli
1
-1
/
+3
2022-03-25
Merge tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-90
/
+139
2022-03-23
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+5
2022-03-23
mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler
luofei
1
-3
/
+5
2022-02-23
x86/mce: Remove the tolerance level control
Borislav Petkov
3
-47
/
+30
2022-02-19
x86/mce: Work around an erratum on fast string copy instructions
Jue Wang
2
-1
/
+68
2022-02-14
x86/mce: Use arch atomic and bit helpers
Borislav Petkov
3
-42
/
+41
2022-02-01
x86/cpu: Read/save PPIN MSR during initialization
Tony Luck
1
-6
/
+1
2022-02-01
x86/cpu: Merge Intel and AMD ppin_init() functions
Tony Luck
1
-42
/
+0
2022-02-01
x86/CPU/AMD: Use default_groups in kobj_type
Greg Kroah-Hartman
1
-3
/
+4
2022-01-25
x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPIN
Tony Luck
1
-0
/
+1
2022-01-23
x86/MCE/AMD: Allow thresholding interface updates after init
Yazen Ghannam
1
-1
/
+1
2021-12-28
x86/mce/inject: Avoid out-of-bounds write when setting flags
Zhang Zixun
1
-1
/
+1
2021-12-22
x86/MCE/AMD, EDAC/mce_amd: Support non-uniform MCA bank type enumeration
Yazen Ghannam
1
-24
/
+35
2021-12-22
x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank types
Yazen Ghannam
1
-5
/
+16
2021-12-20
x86/mce: Check regs before accessing it
Borislav Petkov
1
-1
/
+4
2021-12-13
x86/mce: Mark mce_start() noinstr
Borislav Petkov
1
-6
/
+14
2021-12-13
x86/mce: Mark mce_timed_out() noinstr
Borislav Petkov
1
-3
/
+13
2021-12-13
x86/mce: Move the tainting outside of the noinstr region
Borislav Petkov
1
-15
/
+26
2021-12-13
x86/mce: Mark mce_read_aux() noinstr
Borislav Petkov
1
-1
/
+1
2021-12-13
x86/mce: Mark mce_end() noinstr
Borislav Petkov
1
-3
/
+11
2021-12-13
x86/mce: Mark mce_panic() noinstr
Borislav Petkov
1
-3
/
+12
2021-12-13
x86/mce: Prevent severity computation from being instrumented
Borislav Petkov
1
-9
/
+21
2021-12-13
x86/mce: Allow instrumentation during task work queueing
Borislav Petkov
1
-0
/
+11
2021-12-13
x86/mce: Remove noinstr annotation from mce_setup()
Borislav Petkov
1
-6
/
+20
2021-12-13
x86/mce: Use mce_rdmsrl() in severity checking code
Borislav Petkov
3
-6
/
+6
2021-12-13
x86/mce: Remove function-local cpus variables
Borislav Petkov
1
-6
/
+2
2021-12-13
x86/mce: Do not use memset to clear the banks bitmaps
Borislav Petkov
1
-3
/
+2
2021-12-08
x86/mce/inject: Set the valid bit in MCA_STATUS before error injection
Smita Koralahalli
1
-0
/
+2
2021-12-08
x86/mce/inject: Check if a bank is populated before injecting
Smita Koralahalli
1
-1
/
+41
2021-11-17
x86/mce: Get rid of cpu_missing
Zhaolong Zhang
1
-5
/
+0
2021-11-15
x86/MCE/AMD, EDAC/amd64: Move address translation to AMD64 EDAC
Yazen Ghannam
1
-200
/
+0
2021-11-14
Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+3
2021-11-12
x86/mce: Add errata workaround for Skylake SKX37
Dave Jones
1
-2
/
+3
2021-11-03
Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+2
2021-11-02
Merge tag 'ras_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
6
-183
/
+161
2021-10-16
Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict
Ingo Molnar
1
-11
/
+32
2021-10-06
x86/MCE/AMD: Export smca_get_bank_type symbol
Mukul Joshi
1
-1
/
+2
2021-09-23
x86/mce: Sort mca_config members to get rid of unnecessary padding
Borislav Petkov
1
-6
/
+6
2021-09-23
x86/mce: Get rid of the ->quirk_no_way_out() indirect call
Borislav Petkov
2
-34
/
+35
2021-09-23
x86/mce: Get rid of msr_ops
Borislav Petkov
3
-75
/
+42
2021-09-23
x86/mce: Get rid of machine_check_vector
Borislav Petkov
4
-45
/
+53
[next]