index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
mce
Age
Commit message (
Expand
)
Author
Lines
2022-02-23
x86/mce: Remove the tolerance level control
Borislav Petkov
-47
/
+30
2022-02-19
x86/mce: Work around an erratum on fast string copy instructions
Jue Wang
-1
/
+68
2022-02-13
x86/mce: Use arch atomic and bit helpers
Borislav Petkov
-42
/
+41
2022-02-01
x86/cpu: Read/save PPIN MSR during initialization
Tony Luck
-6
/
+1
2022-02-01
x86/cpu: Merge Intel and AMD ppin_init() functions
Tony Luck
-42
/
+0
2022-02-01
x86/CPU/AMD: Use default_groups in kobj_type
Greg Kroah-Hartman
-3
/
+4
2022-01-25
x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPIN
Tony Luck
-0
/
+1
2022-01-23
x86/MCE/AMD: Allow thresholding interface updates after init
Yazen Ghannam
-1
/
+1
2021-12-28
x86/mce/inject: Avoid out-of-bounds write when setting flags
Zhang Zixun
-1
/
+1
2021-12-22
x86/MCE/AMD, EDAC/mce_amd: Support non-uniform MCA bank type enumeration
Yazen Ghannam
-24
/
+35
2021-12-22
x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank types
Yazen Ghannam
-5
/
+16
2021-12-20
x86/mce: Check regs before accessing it
Borislav Petkov
-1
/
+4
2021-12-13
x86/mce: Mark mce_start() noinstr
Borislav Petkov
-6
/
+14
2021-12-13
x86/mce: Mark mce_timed_out() noinstr
Borislav Petkov
-3
/
+13
2021-12-13
x86/mce: Move the tainting outside of the noinstr region
Borislav Petkov
-15
/
+26
2021-12-13
x86/mce: Mark mce_read_aux() noinstr
Borislav Petkov
-1
/
+1
2021-12-13
x86/mce: Mark mce_end() noinstr
Borislav Petkov
-3
/
+11
2021-12-13
x86/mce: Mark mce_panic() noinstr
Borislav Petkov
-3
/
+12
2021-12-13
x86/mce: Prevent severity computation from being instrumented
Borislav Petkov
-9
/
+21
2021-12-13
x86/mce: Allow instrumentation during task work queueing
Borislav Petkov
-0
/
+11
2021-12-13
x86/mce: Remove noinstr annotation from mce_setup()
Borislav Petkov
-6
/
+20
2021-12-13
x86/mce: Use mce_rdmsrl() in severity checking code
Borislav Petkov
-6
/
+6
2021-12-13
x86/mce: Remove function-local cpus variables
Borislav Petkov
-6
/
+2
2021-12-13
x86/mce: Do not use memset to clear the banks bitmaps
Borislav Petkov
-3
/
+2
2021-12-08
x86/mce/inject: Set the valid bit in MCA_STATUS before error injection
Smita Koralahalli
-0
/
+2
2021-12-08
x86/mce/inject: Check if a bank is populated before injecting
Smita Koralahalli
-1
/
+41
2021-11-17
x86/mce: Get rid of cpu_missing
Zhaolong Zhang
-5
/
+0
2021-11-15
x86/MCE/AMD, EDAC/amd64: Move address translation to AMD64 EDAC
Yazen Ghannam
-200
/
+0
2021-11-14
Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+3
2021-11-12
x86/mce: Add errata workaround for Skylake SKX37
Dave Jones
-2
/
+3
2021-11-02
Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-1
/
+2
2021-11-01
Merge tag 'ras_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-183
/
+161
2021-10-16
Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict
Ingo Molnar
-11
/
+32
2021-10-06
x86/MCE/AMD: Export smca_get_bank_type symbol
Mukul Joshi
-1
/
+2
2021-09-23
x86/mce: Sort mca_config members to get rid of unnecessary padding
Borislav Petkov
-6
/
+6
2021-09-23
x86/mce: Get rid of the ->quirk_no_way_out() indirect call
Borislav Petkov
-34
/
+35
2021-09-23
x86/mce: Get rid of msr_ops
Borislav Petkov
-75
/
+42
2021-09-23
x86/mce: Get rid of machine_check_vector
Borislav Petkov
-45
/
+53
2021-09-23
x86/mce: Get rid of the mce_severity function pointer
Borislav Petkov
-9
/
+6
2021-09-20
x86/mce: Change to not send SIGBUS error during copy from user
Tony Luck
-15
/
+20
2021-09-14
x86/mce: Avoid infinite loop for copy from user recovery
Tony Luck
-11
/
+32
2021-09-13
x86/extable: Remove EX_TYPE_FAULT from MCE safe fixups
Thomas Gleixner
-1
/
+0
2021-09-13
x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE
Thomas Gleixner
-0
/
+2
2021-09-13
x86/extable: Rework the exception table mechanics
Thomas Gleixner
-42
/
+13
2021-09-13
x86/mce: Get rid of stray semicolons
Thomas Gleixner
-2
/
+2
2021-09-13
x86/mce: Deduplicate exception handling
Thomas Gleixner
-17
/
+17
2021-08-30
Merge tag 'x86_cleanups_for_v5.15' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-4
/
+4
2021-08-24
x86/mce: Defer processing of early errors
Borislav Petkov
-3
/
+8
2021-08-10
x86/mce/inject: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
-4
/
+4
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-2
/
+11
[prev]
[next]