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
2023-10-30
Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-4
/
+4
2023-10-16
x86/mce: Cleanup mce_usable_address()
Yazen Ghannam
-23
/
+32
2023-10-16
x86/mce: Define amd_mce_usable_address()
Yazen Ghannam
-0
/
+43
2023-10-16
x86/MCE/AMD: Split amd_mce_is_memory_error()
Yazen Ghannam
-6
/
+26
2023-10-10
x86/cpu: Move phys_proc_id into topology info
Thomas Gleixner
-2
/
+2
2023-10-10
x86/cpu: Encapsulate topology information in cpuinfo_x86
Thomas Gleixner
-2
/
+2
2023-08-30
Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-4
/
+3
2023-08-28
Merge tag 'ras_core_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-3
/
+57
2023-08-18
x86/MCE: Always save CS register on AMD Zen IF Poison errors
Yazen Ghannam
-1
/
+30
2023-08-09
x86/apic: Wrap IPI calls into helper functions
Dave Hansen
-2
/
+1
2023-08-09
x86/apic: Nuke ack_APIC_irq()
Dave Hansen
-2
/
+2
2023-07-22
x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocks
Yazen Ghannam
-2
/
+2
2023-07-21
x86/mce: Prevent duplicate error records
Borislav Petkov (AMD)
-2
/
+27
2023-06-27
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-8
/
+8
2023-06-05
x86/MCE/AMD, EDAC/mce_amd: Decode UMC_V2 ECC errors
Yazen Ghannam
-2
/
+4
2023-06-05
locking/atomic: treewide: use raw_atomic*_<op>()
Mark Rutland
-8
/
+8
2023-05-16
x86/MCE: Check a hw error's address to determine proper recovery action
Yazen Ghannam
-1
/
+1
2023-04-25
Merge tag 'ras_core_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-13
/
+13
2023-03-19
x86/MCE/AMD: Use an u64 for bank_map
Muralidhara M K
-7
/
+7
2023-03-12
x86/mce: Make sure logged MCEs are processed after sysfs update
Yazen Ghannam
-0
/
+1
2023-03-08
x86/mce: Always inline old MCA stubs
Borislav Petkov (AMD)
-5
/
+5
2023-03-06
x86/MCE/AMD: Make kobj_type structure constant
Thomas Weißschuh
-1
/
+1
2023-02-21
Merge tag 'ras_core_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-30
/
+58
2023-01-10
x86/mce: Mask out non-address bits from machine check bank
Tony Luck
-5
/
+9
2023-01-07
x86/mce/dev-mcelog: use strscpy() to instead of strncpy()
Xu Panda
-2
/
+1
2022-12-28
x86/mce: Add support for Extended Physical Address MCA changes
Smita Koralahalli
-8
/
+33
2022-12-28
x86/mce: Define a function to extract ErrorAddr from MCA_ADDR
Smita Koralahalli
-18
/
+17
2022-10-31
x86/mce: Use severity table to handle uncorrected errors in kernel
Tony Luck
-3
/
+5
2022-10-27
x86/MCE/AMD: Clear DFR errors found in THR handler
Yazen Ghannam
-13
/
+20
2022-08-29
x86/mce: Retrieve poison range from hardware
Jane Chu
-1
/
+12
2022-06-28
x86/mce: Check whether writes to MCA_STATUS are getting ignored
Smita Koralahalli
-1
/
+48
2022-05-27
Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-3
/
+3
2022-05-24
Merge tag 'acpi-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
-5
/
+3
2022-05-16
mce: fix set_mce_nospec to always unmap the whole page
Jane Chu
-3
/
+3
2022-04-25
x86/mce: Add messages for panic errors in AMD's MCE grading
Carlos Bilbao
-1
/
+10
2022-04-25
x86/mce: Simplify AMD severity grading logic
Carlos Bilbao
-65
/
+36
2022-04-13
ACPI: APEI: Fix missing ERST record id
Liu Xinpeng
-5
/
+3
2022-04-05
x86/MCE/AMD: Fix memory leak when threshold_create_bank() fails
Ammar Faizi
-13
/
+19
2022-04-05
x86/mce: Avoid unnecessary padding in struct mce_bank
Smita Koralahalli
-1
/
+3
2022-03-25
Merge tag 'ras_core_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-90
/
+139
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-3
/
+5
2022-03-22
mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler
luofei
-3
/
+5
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
[prev]
[next]