messages from 2024-06-06 17:16:07 to 2024-06-28 06:01:37 UTC [more...]
[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 0/2] Add other fields to ARM trace event
2024-06-28 5:41 UTC (7+ 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
[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
[PATCH v2 0/2] Add other fields to ARM trace event
2024-06-27 13:28 UTC (4+ 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 v5 0/4] fix CPER issues related to UEFI 2.9A Errata
2024-06-27 8:59 UTC (6+ 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] PRM handler direct call interface
2024-06-27 8:08 UTC (4+ messages)
` [PATCH v2 1/2] ACPI: PRM: Add PRM handler direct call support
[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)
[PATCH v2 0/5] Rework mce_setup()
2024-06-26 1:45 UTC (12+ 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()
[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 v2] EDAC: add missing MODULE_DESCRIPTION() macros
2024-06-17 19:53 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 (14+ messages)
` [PATCH v3 01/13] mm/memory-failure: simplify put_ref_page()
` [PATCH v3 02/13] mm/memory-failure: remove MF_MSG_SLAB
` [PATCH v3 03/13] mm/memory-failure: add macro GET_PAGE_MAX_RETRY_NUM
` [PATCH v3 04/13] mm/memory-failure: save some page_folio() calls
` [PATCH v3 05/13] mm/memory-failure: remove unneeded empty string
` [PATCH v3 06/13] mm/memory-failure: remove confusing initialization to count
` [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
[PATCH v1] EDAC/bluefield - fix potential integer overflow
2024-06-11 22:30 UTC
[PATCH v5 0/6] RAS: ATL: DF 4.5 NP2 Denormalization
2024-06-10 6:23 UTC (8+ messages)
` [PATCH v5 1/6] RAS/AMD/ATL: Add amd_atl pr_fmt prefix
` [PATCH v5 2/6] RAS/AMD/ATL: Read DRAM hole base early
` [PATCH v5 3/6] RAS/AMD/ATL: Expand helpers for adding and removing base and hole
` [PATCH v5 4/6] RAS/AMD/ATL: Validate address map when information is gathered
` [PATCH v5 5/6] RAS/AMD/ATL: Implement DF 4.5 NP2 denormalization
` [PATCH v5 6/6] RAS/AMD/FMPM: Use atl internal.h for INVALID_SPA
[PATCH 0/2] MI300 DRAM address translation fixes
2024-06-10 6:19 UTC (4+ messages)
` [PATCH 1/2] RAS/AMD/ATL: Fix MI300 bank hash
` [PATCH 2/2] RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized address translation
Inquiry
2024-06-07 22:05 UTC
[syzbot] [edac?] [usb?] INFO: rcu detected stall in mce_timer_fn (2)
2024-06-07 19:25 UTC
[PATCH v2 00/13] Some cleanups for memory-failure
2024-06-07 7:00 UTC (8+ messages)
` [PATCH v2 01/13] mm/memory-failure: simplify put_ref_page()
` [PATCH v2 10/13] mm/memory-failure: move some function declarations into internal.h
[PATCH v2 07/13] mm/memory-failure: simplify unneeded hwpoison_filter() variant
2024-06-07 3:30 UTC (3+ messages)
SV:Policy Claim Notification:
2024-06-07 2:43 UTC
[PATCH v2] EDAC/synopsys: Fix the injection of the errors
2024-06-06 22:09 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox