linux-edac.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-12 04:33:57 to 2025-04-25 07:03:42 UTC [more...]

[PATCH v6 0/6] EDAC/Versal NET: Add support for error notification
 2025-04-25  7:03 UTC  (10+ messages)
` [PATCH v6 1/6] cdx: add the cdx headers to include/linux
` [PATCH v6 2/6] cdx: Add DDRMC Commands for DDR Configuration Retrieval
` [PATCH v6 3/6] cdx: Export Symbols for MCDI RPC and Initialization
` [PATCH v6 4/6] ras: Export log_non_standard_event for External Usage
` [PATCH v6 5/6] dt-bindings: memory-controllers: Add support for Versal NET EDAC
` [PATCH v6 6/6] EDAC/VersalNET: Add support for error notification

[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
 2025-04-25  7:01 UTC  (88+ messages)
` [RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [RFC PATCH v2 02/34] x86/msr: Remove rdpmc()
` [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
` [RFC PATCH v2 04/34] x86/msr: Convert rdpmcq() into a function
` [RFC PATCH v2 05/34] x86/msr: Return u64 consistently in Xen PMC read functions
` [RFC PATCH v2 06/34] x86/msr: Use the alternatives mechanism to read PMC
` [RFC PATCH v2 07/34] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
` [RFC PATCH v2 09/34] x86/msr: Add the native_rdmsrq() helper
` [RFC PATCH v2 10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [RFC PATCH v2 11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [RFC PATCH v2 12/34] x86/msr: Remove pmu_msr_{read,write}()
` [RFC PATCH v2 13/34] x86/xen/msr: Remove the error pointer argument from set_reg()
` [RFC PATCH v2 14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}()
` [RFC PATCH v2 15/34] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [RFC PATCH v2 16/34] x86/msr: Change function type of native_read_msr_safe()
` [RFC PATCH v2 17/34] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions
` [RFC PATCH v2 18/34] x86/opcode: Add immediate form MSR instructions
` [RFC PATCH v2 19/34] x86/extable: Add support for "
` [RFC PATCH v2 20/34] x86/extable: Implement EX_TYPE_FUNC_REWIND
` [RFC PATCH v2 21/34] x86/msr: Utilize the alternatives mechanism to write MSR
` [RFC PATCH v2 22/34] x86/msr: Utilize the alternatives mechanism to read MSR
` [RFC PATCH v2 23/34] x86/extable: Remove new dead code in ex_handler_msr()
` [RFC PATCH v2 24/34] x86/mce: Use native MSR API __native_{wr,rd}msrq()
` [RFC PATCH v2 25/34] x86/msr: Rename native_wrmsrq() to native_wrmsrq_no_trace()
` [RFC PATCH v2 26/34] x86/msr: Rename native_wrmsr() to native_wrmsr_no_trace()
` [RFC PATCH v2 27/34] x86/msr: Rename native_write_msr() to native_wrmsrq()
` [RFC PATCH v2 28/34] x86/msr: Rename native_write_msr_safe() to native_wrmsrq_safe()
` [RFC PATCH v2 29/34] x86/msr: Rename native_rdmsrq() to native_rdmsrq_no_trace()
` [RFC PATCH v2 30/34] x86/msr: Rename native_rdmsr() to native_rdmsr_no_trace()
` [RFC PATCH v2 31/34] x86/msr: Rename native_read_msr() to native_rdmsrq()
` [RFC PATCH v2 32/34] x86/msr: Rename native_read_msr_safe() to native_rdmsrq_safe()
` [RFC PATCH v2 33/34] x86/msr: Move the ARGS macros after the MSR read/write APIs
` [RFC PATCH v2 34/34] x86/msr: Convert native_rdmsr_no_trace() uses to native_rdmsrq_no_trace() uses

[RESEND PATCH v18 0/2] ACPI: APEI: handle synchronous errors in task work
 2025-04-25  1:10 UTC  (11+ messages)
` [RESEND PATCH v18 1/2] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [RESEND PATCH v18 2/2] ACPI: APEI: handle synchronous exceptions in task work

[PATCH v2 0/2] EDAC/altera: two bug fixes
 2025-04-25  0:40 UTC  (7+ messages)
` [PATCH v2 1/2] EDAC/altera: fix cut and paste error
` [PATCH v2 2/2] EDAC/altera: Set DDR and SDMMC interrupt mask before registration

[PATCH 1/1] EDAC/i10nm: Fix the bitwise operation between variables of different sizes
 2025-04-24 15:46 UTC  (2+ messages)

[bug report] EDAC/{skx_common,i10nm}: Refactor show_retry_rd_err_log()
 2025-04-23 16:49 UTC  (4+ messages)

[PATCH v4 0/3] ACPI: Add support for ACPI RAS2 feature table
 2025-04-23 16:35 UTC  (4+ messages)
` [PATCH v4 1/3] ACPI: ACPI 6.5: RAS2: Rename RAS2 table structure and field names
` [PATCH v4 2/3] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v4 3/3] ras: mem: Add memory "

[PATCH 0/6] Add support for Versal Xilsem edac
 2025-04-23 12:46 UTC  (11+ messages)
` [PATCH 1/6] dt-bindings: edac: Add bindings for Xilinx Versal EDAC for XilSem
` [PATCH 2/6] Documentation: ABI: Add ABI doc for xilsem edac sysfs
` [PATCH 3/6] include: linux: firmware: Add XilSem error events
` [PATCH 4/6] firmware: xilinx: Add support for Xilsem scan operations
` [PATCH 5/6] edac: xilinx: Add EDAC support for Xilinx XilSem
` [PATCH 6/6] MAINTAINERS: Add maintainers fragment for XILSEM

[PATCH 1/1] EDAC/ie31200: Add two Intel SoCs for EDAC support
 2025-04-22 15:45 UTC  (2+ messages)

[PATCH 0/2] EDAC/altera: two bug fixes
 2025-04-20 16:43 UTC  (6+ messages)
` [PATCH 1/2] EDAC/altera: fix cut and paste error
` [PATCH 2/2] EDAC/altera: Set DDR and SDMMC interrupt mask before registration

[PATCH 0/7] EDAC/i10nm: Add RRL support for Intel Granite Rapids server
 2025-04-19  2:32 UTC  (13+ messages)
` [PATCH 1/7] EDAC/skx_common: Fix general protection fault
` [PATCH 2/7] EDAC/{skx_common,i10nm}: Fix the loss of saved RRL for HBM pseudo channel 0
` [PATCH 3/7] EDAC/i10nm: Explicitly set the modes of the RRL register sets
` [PATCH 4/7] EDAC/{skx_common,i10nm}: Structure the per-channel RRL registers
` [PATCH 5/7] EDAC/{skx_common,i10nm}: Refactor enable_retry_rd_err_log()
` [PATCH 6/7] EDAC/{skx_common,i10nm}: Refactor show_retry_rd_err_log()
` [PATCH 7/7] EDAC/{skx_common,i10nm}: Add RRL support for Intel Granite Rapids server

[PATCH 0/3] EDAC/igen6: Add EDAC support for two Intel SoCs
 2025-04-18 17:23 UTC  (2+ messages)

[PATCH v3 00/17] AMD MCA interrupts rework
 2025-04-17 12:16 UTC  (21+ messages)
` [PATCH v3 01/17] x86/mce: Don't remove sysfs if thresholding sysfs init fails
` [PATCH v3 02/17] x86/mce/amd: Remove return value for mce_threshold_{create,remove}_device()
` [PATCH v3 03/17] x86/mce/amd: Remove smca_banks_map
` [PATCH v3 04/17] x86/mce/amd: Put list_head in threshold_bank
` [PATCH v3 05/17] x86/mce: Cleanup bank processing on init
` [PATCH v3 06/17] x86/mce: Remove __mcheck_cpu_init_early()
` [PATCH v3 07/17] x86/mce: Define BSP-only init
` [PATCH v3 08/17] x86/mce: Define BSP-only SMCA init
` [PATCH v3 09/17] x86/mce: Do 'UNKNOWN' vendor check early
` [PATCH v3 10/17] x86/mce: Separate global and per-CPU quirks
` [PATCH v3 11/17] x86/mce: Move machine_check_poll() status checks to helper functions
` [PATCH v3 12/17] x86/mce: Unify AMD THR handler with MCA Polling
` [PATCH v3 13/17] x86/mce: Unify AMD DFR "
` [PATCH v3 14/17] x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systems
` [PATCH v3 15/17] x86/mce/amd: Support SMCA Corrected Error Interrupt
` [PATCH v3 16/17] x86/mce: Handle AMD threshold interrupt storms
` [PATCH v3 17/17] x86/mce: Restore poll settings after storm subsides

[RFC PATCH v1 13/15] x86/msr: Use the alternatives mechanism to read MSR
 2025-04-17 11:10 UTC  (3+ messages)

[PATCH v3] EDAC/amd64: Fix size calculation for Non-Power-of-Two DIMMs
 2025-04-16 22:23 UTC 

[PATCH v2] EDAC/amd64: Fix size calculation for Non-Power-of-Two DIMMs
 2025-04-16 17:26 UTC  (3+ messages)

[v7 PATCH 0/2] Add L1 and L2 error detection for A53, A57 and A72
 2025-04-16  0:05 UTC  (3+ messages)

[PATCH v3 0/3] ACPI: Add support for ACPI RAS2 feature table
 2025-04-15 21:05 UTC  (3+ messages)
` [PATCH v3 2/3] ACPI:RAS2: Add ACPI RAS2 driver

[RFC PATCH v1 00/15] MSR refactor with new MSR instructions support
 2025-04-15 17:07 UTC  (10+ messages)
` [RFC PATCH v1 10/15] KVM: VMX: Use WRMSRNS or its immediate form when available

[GIT PULL] EDAC urgent for v6.15-rc3
 2025-04-15 16:03 UTC  (2+ messages)

[PATCH v2] trace, RAS: Use __print_symbolic helper for entry severity for aer_events
 2025-04-14 18:35 UTC  (3+ messages)

[PATCH] EDAC/amd64: Fix size calculation for Non-Power-of-Two DIMMs
 2025-04-14 16:36 UTC  (5+ messages)

[PATCH v6 0/2] Add L1 and L2 error detection for A53, A57 and A72
 2025-04-13 10:38 UTC  (8+ messages)
` [PATCH 2/2] dt-bindings: arm: cpus: Add edac-enabled property


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).