index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
mce
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-21
x86/mce: Handle AMD threshold interrupt storms
Smita Koralahalli
3
-0
/
+10
2025-11-21
x86/mce: Do not clear bank's poll bit in mce_poll_banks on AMD SMCA systems
Avadhut Naik
1
-1
/
+2
2025-11-21
x86/mce: Add support for physical address valid bit
Avadhut Naik
1
-3
/
+13
2025-11-21
x86/mce: Save and use APEI corrected threshold limit
Yazen Ghannam
3
-2
/
+31
2025-11-05
x86/mce/amd: Define threshold restart function for banks
Yazen Ghannam
1
-18
/
+19
2025-11-05
x86/mce/amd: Remove redundant reset_block()
Yazen Ghannam
1
-21
/
+7
2025-11-05
x86/mce/amd: Support SMCA Corrected Error Interrupt
Yazen Ghannam
1
-0
/
+17
2025-11-05
x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systems
Yazen Ghannam
1
-68
/
+53
2025-11-05
x86/mce: Unify AMD DFR handler with MCA Polling
Yazen Ghannam
2
-99
/
+43
2025-11-05
x86/mce: Unify AMD THR handler with MCA Polling
Yazen Ghannam
1
-28
/
+23
2025-09-11
x86/mce: Add a clear_bank() helper
Yazen Ghannam
3
-5
/
+18
2025-09-11
x86/mce: Move machine_check_poll() status checks to helper functions
Yazen Ghannam
1
-40
/
+48
2025-09-11
x86/mce: Separate global and per-CPU quirks
Yazen Ghannam
3
-62
/
+65
2025-09-11
x86/mce: Do 'UNKNOWN' vendor check early
Yazen Ghannam
1
-10
/
+8
2025-09-11
x86/mce: Define BSP-only SMCA init
Yazen Ghannam
3
-0
/
+11
2025-09-11
x86/mce: Define BSP-only init
Yazen Ghannam
2
-10
/
+21
2025-09-11
x86/mce: Set CR4.MCE last during init
Yazen Ghannam
1
-2
/
+3
2025-09-05
x86/mce: Remove __mcheck_cpu_init_early()
Yazen Ghannam
2
-14
/
+4
2025-09-05
x86/mce: Cleanup bank processing on init
Borislav Petkov
1
-45
/
+18
2025-09-05
x86/mce/amd: Put list_head in threshold_bank
Yazen Ghannam
1
-31
/
+12
2025-09-05
x86/mce/amd: Remove smca_banks_map
Yazen Ghannam
1
-41
/
+9
2025-09-05
x86/mce/amd: Remove return value for mce_threshold_{create,remove}_device()
Yazen Ghannam
2
-12
/
+14
2025-09-05
x86/mce/amd: Rename threshold restart function
Yazen Ghannam
1
-6
/
+6
2025-06-28
x86/mce: Make sure CMCI banks are cleared during shutdown on Intel
JP Kobryn
1
-0
/
+1
2025-06-27
x86/mce/amd: Fix threshold limit reset
Yazen Ghannam
1
-8
/
+7
2025-06-27
x86/mce/amd: Add default names for MCA banks and blocks
Yazen Ghannam
1
-3
/
+10
2025-06-27
x86/mce: Ensure user polling settings are honored when restarting timer
Yazen Ghannam
1
-6
/
+10
2025-06-26
x86/mce: Don't remove sysfs if thresholding sysfs init fails
Yazen Ghannam
1
-7
/
+1
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/kernel/git/akpm/mm
Linus Torvalds
1
-6
/
+5
2025-03-17
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-30
x86/mce: Make four functions return bool
Qiuxu Zhuo
3
-23
/
+22
[next]