public inbox for linux-edac@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-12 07:22:54 to 2024-07-08 11:19:14 UTC [more...]

[PATCH 0/6] Fix issues with ARM Processor CPER records
 2024-07-08 11:18 UTC  (7+ messages)
` [PATCH 1/6] RAS: ACPI: APEI: add conditional compilation to ARM error report functions
` [PATCH 2/6] RAS: Report all ARM processor CPER information to userspace
` [PATCH 3/6] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH 4/6] efi/cper: Add a new helper function to print bitmasks
` [PATCH 5/6] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
` [PATCH 6/6] docs: efi: add CPER functions to driver-api

[PATCH] mm/memory-failure: remove obsolete MF_MSG_DIFFERENT_COMPOUND
 2024-07-08  3:05 UTC 

[PATCH v2 0/2] PRM handler direct call interface
 2024-07-03 22:46 UTC  (13+ messages)
` [PATCH v2 1/2] ACPI: PRM: Add PRM handler direct call support
` [PATCH v2 2/2] RAS/AMD/ATL: Translate normalized to system physical addresses using PRM

[PATCH v2 0/5] Rework mce_setup()
 2024-07-01 19:07 UTC  (17+ messages)
` [PATCH v2 1/5] x86/topology: Export helper to get CPU number from APIC ID
` [PATCH v2 2/5] x86/mce: Fixup APIC ID search for x86 CPER decoding
` [PATCH v2 3/5] x86/mce: Rename mce_setup() to mce_prep_record()
` [PATCH v2 4/5] x86/mce: Define mce_prep_record() helpers for common and per-CPU fields
` [PATCH v2 5/5] x86/mce: Use mce_prep_record() helpers for apei_smca_report_x86_error()

[PATCH v5 0/4] fix CPER issues related to UEFI 2.9A Errata
 2024-07-01 15:07 UTC  (8+ messages)
` [PATCH v5 1/4] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v5 2/4] efi/cper: Add a new helper function to print bitmasks
` [PATCH v5 3/4] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
` [PATCH v5 4/4] docs: efi: add CPER functions to driver-api

[PATCH v2 0/2] Add other fields to ARM trace event
 2024-07-01 14:53 UTC  (6+ messages)
` [PATCH v2 1/2] RAS: ACPI: APEI: add conditional compilation to ARM error report functions
` [PATCH v2 2/2] RAS: Report all ARM processor CPER information to userspace

[PATCH] RAS/AMD/ATL: Remove unneeded semicolon
 2024-07-01  7:21 UTC 

[PATCH v2] EDAC: add missing MODULE_DESCRIPTION() macros
 2024-06-29 14:57 UTC  (2+ messages)

[PATCH 0/2] Add other fields to ARM trace event
 2024-06-28  9:52 UTC  (9+ messages)
` [PATCH 1/2] RAS: ACPI: APEI: add conditional compilation to ARM error report functions
` [PATCH 2/2] RAS: Report all ARM processor CPER information to userspace

[RFC PATCH 0/3 qemu] arm/acpi: ACPI based FW First error injection
 2024-06-28  9:06 UTC  (4+ messages)
` [RFC PATCH 1/3 qemu] arm/virt: Wire up GPIO error source for ACPI / GHES
` [RFC PATCH 2/3 qemu] acpi/ghes: Support GPIO error source
` [RFC PATCH 3/3 qemu] acpi/ghes: Add a logic to handle block addresses and FW first ARM processor error injection

[PATCH RESEND v6 00/18] EDAC/mc/synopsys: Various fixes and cleanups
 2024-06-28  6:01 UTC  (20+ messages)
` [PATCH RESEND v6 01/18] EDAC/synopsys: Fix generic device type detection procedure
` [PATCH RESEND v6 02/18] EDAC/synopsys: Fix mci->scrub_cap field setting
` [PATCH RESEND v6 03/18] EDAC/synopsys: Drop erroneous ADDRMAP4.addrmap_col_b10 parse
` [PATCH RESEND v6 04/18] EDAC/synopsys: Fix reading errors count before ECC status
` [PATCH RESEND v6 05/18] EDAC/synopsys: Fix misleading IRQ self-cleared quirk flag
` [PATCH RESEND v6 06/18] EDAC/synopsys: Drop internal CE and UE counters
` [PATCH RESEND v6 07/18] EDAC/synopsys: Drop local to_mci() macro definition
` [PATCH RESEND v6 08/18] EDAC/synopsys: Drop struct ecc_error_info.blknr field
` [PATCH RESEND v6 09/18] EDAC/synopsys: Shorten out struct ecc_error_info.bankgrpnr field name
` [PATCH RESEND v6 10/18] EDAC/synopsys: Drop redundant info from the error messages
` [PATCH RESEND v6 11/18] EDAC/mc: Init DIMM labels in MC registration method
` [PATCH RESEND v6 12/18] EDAC/mc: Add generic unique MC index allocation procedure
` [PATCH RESEND v6 13/18] EDAC/mc: Re-use "
` [PATCH RESEND v6 14/18] EDAC/synopsys: Detach Zynq A05 DDRC support to separate driver
` [PATCH RESEND v6 15/18] EDAC/synopsys: Drop unused platform-specific setup API
` [PATCH RESEND v6 16/18] EDAC/synopsys: Unify CSRs macro declarations
` [PATCH RESEND v6 17/18] EDAC/synopsys: Unify struct/macro/function prefixes
` [PATCH RESEND v6 18/18] EDAC/synopsys: Convert to using BIT/GENMASK/FIELD_x macros

[PATCH v5 00/20] EDAC/mc/synopsys: Various fixes and cleanups
 2024-06-27 20:43 UTC  (7+ messages)
` [PATCH v5 02/20] EDAC/synopsys: Fix generic device type detection procedure

[PATCH v2 0/4] MCE wrapper and support for new SMCA syndrome MSRs
 2024-06-27 16:20 UTC  (17+ messages)
` [PATCH v2 1/4] x86/mce: Add wrapper for struct mce to export vendor specific info
` [PATCH v2 2/4] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers
` [PATCH v2 3/4] x86/mce/apei: Handle variable register array size
` [PATCH v2 4/4] EDAC/mce_amd: Add support for FRU Text in MCA

[RFC PATCH] cxl: avoid duplicating report from MCE & device
 2024-06-26 15:56 UTC  (8+ messages)

[RFC PATCH v8 00/10] ras: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-06-26 12:23 UTC  (6+ messages)
` [RFC PATCH v8 10/10] ras: scrub: ACPI RAS2: Add memory ACPI RAS2 driver

[GIT PULL for v6.10-rc6] edac fixes for kernel 6.11
 2024-06-26 10:02 UTC  (2+ messages)

[QEMU PATCH v2 1/1] hw/arm: FW first ARM processor error injection
 2024-06-24 15:41 UTC  (2+ messages)

[RFC PATCH 1/1] hw/arm: FW first ARM processor error injection
 2024-06-24 14:52 UTC  (5+ messages)

[PATCH] x86/mce: count the number of occurrences of each MCE severity
 2024-06-24  4:48 UTC  (5+ messages)
      ` [External] "

[Patch v1] EDAC/dmc520: Use devm_platform_ioremap_resource()
 2024-06-23  9:01 UTC  (2+ messages)

[PATCH 0/4] MCE wrapper and support for new SMCA syndrome MSRs
 2024-06-22  2:24 UTC  (4+ messages)

[PATCH v4 0/3] Fix CPER issues related to UEFI 2.9A Errata
 2024-06-21 15:26 UTC  (13+ messages)
` [PATCH v4 1/3] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v4 2/3] efi/cper: Add a new helper function to print bitmasks
` [PATCH v4 3/3] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs

[PATCH v3 0/3] Fix CPER issues related to UEFI 2.9A Errata
 2024-06-20  7:34 UTC  (4+ messages)
` [PATCH v3 1/3] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v3 2/3] efi/cper: Add a new helper function to print bitmasks
` [PATCH v3 3/3] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs

[PATCH v5 0/2] PCI/AER: Handle Advisory Non-Fatal error
 2024-06-20  2:58 UTC  (3+ messages)
` [PATCH v5 1/2] PCI/AER: Clear UNCOR_STATUS bits that might be ANFE
` [PATCH v5 2/2] PCI/AER: Print "

[PATCH v2] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
 2024-06-19 13:31 UTC  (2+ messages)

[RFC] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
 2024-06-19  8:45 UTC 

[PATCH 0/3] Rework mce_setup()
 2024-06-18 17:24 UTC  (9+ messages)
` [PATCH 3/3] x86/mce: Use mce_prep_record() helpers for apei_smca_report_x86_error()

[PATCH v2] EDAC/bluefield: Use Arm SMC for EMI access on BlueField-2
 2024-06-18 15:48 UTC 

[PATCH] EDAC: layerscape: add missing MODULE_DESCRIPTION() macro
 2024-06-17  7:43 UTC  (4+ messages)

[GIT PULL] EDAC urgent for v6.10-rc4
 2024-06-16 18:24 UTC  (2+ messages)

[PATCH 1/1] EDAC/igen6: Add Intel Arrow Lake-U/H SoCs support
 2024-06-14 15:13 UTC  (2+ messages)

[PATCH 0/3] PCI: Add support for logging Flit Mode TLPs (PCIe6)
 2024-06-14 15:09 UTC  (4+ messages)
` [PATCH 1/3] PCI: Refactor pcie_update_link_speed()
` [PATCH 2/3] PCI: Track Flit Mode Status & print it with link status
` [PATCH 3/3] PCI: Handle TLP Log in Flit mode

[PATCH v4 0/3] PCI/AER: Handle Advisory Non-Fatal error
 2024-06-14  3:32 UTC  (13+ messages)
` [PATCH v4 1/3] PCI/AER: Store UNCOR_STATUS bits that might be ANFE in aer_err_info
` [PATCH v4 2/3] PCI/AER: Print UNCOR_STATUS bits that might be ANFE
` [PATCH v4 3/3] PCI/AER: Clear "

[PATCH v1 0/2] Style fixes for EDAC/bluefield driver
 2024-06-13 15:11 UTC  (6+ messages)
` [PATCH v1 1/2] EDAC/bluefield: fix white space in bluefield_edac_mc_probe
` [PATCH v1 2/2] EDAC/bluefield: fix prefix for GET_DIMM_INFO defines

[PATCH v2 0/2] Style fixes for EDAC/bluefield driver
 2024-06-13  7:51 UTC  (4+ messages)
` [PATCH v2 1/2] EDAC/bluefield: fix white space in bluefield_edac_mc_probe
` [PATCH v2 2/2] EDAC/bluefield: fix prefix for GET_DIMM_INFO defines

[PATCH] EDAC/versal: Report the bit position of the error
 2024-06-12 16:32 UTC  (2+ messages)

[PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-06-12 15:55 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v3 00/13] Some cleanups for memory-failure
 2024-06-12  7:18 UTC  (8+ messages)
` [PATCH v3 07/13] mm/memory-failure: don't export hwpoison_filter() when !CONFIG_HWPOISON_INJECT
` [PATCH v3 08/13] mm/memory-failure: use helper macro task_pid_nr()
` [PATCH v3 09/13] mm/memory-failure: remove obsolete comment in unpoison_memory()
` [PATCH v3 10/13] mm/memory-failure: move some function declarations into internal.h
` [PATCH v3 11/13] mm/memory-failure: fix comment of get_hwpoison_page()
` [PATCH v3 12/13] mm/memory-failure: remove obsolete comment in kill_proc()
` [PATCH v3 13/13] mm/memory-failure: correct comment in me_swapcache_dirty


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox