messages from 2025-04-23 15:07:02 to 2025-05-08 15:53:16 UTC [more...]
[PATCH v3 00/17] AMD MCA interrupts rework
2025-05-08 15:53 UTC (16+ messages)
` [PATCH v3 07/17] x86/mce: Define BSP-only init
` [PATCH v3 08/17] x86/mce: Define BSP-only SMCA init
` [PATCH v3 10/17] x86/mce: Separate global and per-CPU quirks
` [PATCH v3 13/17] x86/mce: Unify AMD DFR handler with MCA Polling
` [PATCH v3 14/17] x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systems
[PATCH v5 0/9] x86: Add support for NMI-source reporting with FRED
2025-05-08 12:15 UTC (20+ messages)
` [PATCH v5 1/9] x86/fred, KVM: VMX: Pass event data to the FRED entry point from KVM
` [PATCH v5 2/9] x86/cpufeatures: Add the CPUID feature bit for NMI-source reporting
` [PATCH v5 3/9] x86/nmi: Extend the registration interface to include the NMI-source vector
` [PATCH v5 4/9] x86/nmi: Assign and register NMI-source vectors
` [PATCH v5 5/9] x86/nmi: Add support to handle NMIs with source information
` [PATCH v5 6/9] x86/nmi: Prepare for the new NMI-source vector encoding
` [PATCH v5 7/9] x86/nmi: Enable NMI-source for IPIs delivered as NMIs
` [PATCH v5 8/9] perf/x86: Enable NMI-source reporting for perfmon
` [PATCH v5 9/9] x86/nmi: Include NMI-source information in tracepoint and debug prints
[PATCH v4 0/8] cxl: support CXL memory RAS features
2025-05-08 9:52 UTC (12+ messages)
` [PATCH v4 1/8] EDAC: Update documentation for the CXL memory patrol scrub control feature
` [PATCH v4 2/8] cxl: Update prototype of function get_support_feature_info()
` [PATCH v4 3/8] cxl/edac: Add CXL memory device patrol scrub control feature
` [PATCH v4 4/8] cxl/edac: Add CXL memory device ECS "
` [PATCH v4 5/8] cxl/edac: Add support for PERFORM_MAINTENANCE command
` [PATCH v4 6/8] cxl/edac: Support for finding memory operation attributes from the current boot
` [PATCH v4 7/8] cxl/edac: Add CXL memory device memory sparing control feature
` [PATCH v4 8/8] cxl/edac: Add CXL memory device soft PPR "
[v8 PATCH 0/2] Add L1 and L2 error detection for A53, A57 and A72
2025-05-08 4:14 UTC (5+ messages)
` [PATCH 1/2] drivers/edac: "
` [PATCH 2/2] dt-bindings: arm: cpus: Add edac-enabled property
[PATCH v7] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
2025-05-08 1:24 UTC (5+ messages)
[PATCH v5 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-05-07 21:43 UTC (3+ messages)
` [PATCH v5 1/2] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v5 2/2] ras: mem: Add memory "
[PATCH v4 0/3] ACPI: Add support for ACPI RAS2 feature table
2025-05-07 10:00 UTC (5+ 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 v2 00/57] irqdomain: Cleanups and Documentation
2025-05-06 13:41 UTC (2+ messages)
[PATCH AUTOSEL 5.4 52/79] EDAC/ie31200: work around false positive build warning
2025-05-05 23:21 UTC
[PATCH AUTOSEL 5.10 076/114] EDAC/ie31200: work around false positive build warning
2025-05-05 23:17 UTC
[PATCH AUTOSEL 5.15 103/153] EDAC/ie31200: work around false positive build warning
2025-05-05 23:12 UTC
[PATCH AUTOSEL 6.1 141/212] EDAC/ie31200: work around false positive build warning
2025-05-05 23:05 UTC
[PATCH AUTOSEL 6.6 182/294] EDAC/ie31200: work around false positive build warning
2025-05-05 22:54 UTC
[PATCH AUTOSEL 6.12 293/486] EDAC/ie31200: work around false positive build warning
2025-05-05 22:36 UTC
[PATCH AUTOSEL 6.14 374/642] EDAC/ie31200: work around false positive build warning
2025-05-05 22:09 UTC
[GIT PULL] EDAC/urgent for v6.15-rc5
2025-05-04 15:23 UTC (2+ messages)
[PATCH v4 00/15] MSR code cleanup part one
2025-05-02 18:09 UTC (34+ messages)
` [PATCH v4 01/15] x86/msr: Add missing includes of <asm/msr.h>
` [PATCH v4A "
` [PATCH v4 02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v4 03/15] x86/msr: Remove rdpmc()
` [PATCH v4 04/15] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v4 05/15] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v4 06/15] x86/xen/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v4 07/15] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v4 08/15] x86/msr: Add the native_rdmsrq() helper
` [PATCH v4 09/15] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v4 10/15] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v4 11/15] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v4 12/15] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v4 13/15] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v4 14/15] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v4 15/15] x86/msr: Change the function type of native_read_msr_safe()
[PATCH 1/1] ie31200/EDAC: Add Intel Bartlett Lake-S SoCs support
2025-05-02 1:39 UTC
[PATCH v3 0/8] cxl: support CXL memory RAS features
2025-05-01 9:22 UTC (12+ messages)
` [PATCH v3 1/8] EDAC: Update documentation for the CXL memory patrol scrub control feature
` [PATCH v3 2/8] cxl: Update prototype of function get_support_feature_info()
` [PATCH v3 4/8] cxl/edac: Add CXL memory device ECS control feature
` [PATCH v3 6/8] cxl/edac: Support for finding memory operation attributes from the current boot
` [PATCH v3 7/8] cxl/edac: Add CXL memory device memory sparing control feature
[PATCH 0/4 v2] Make ELOG log and trace consistently with GHES
2025-04-29 18:20 UTC (7+ messages)
` [PATCH 1/4 v2] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/4 v2] PCI/AER: Modify pci_print_aer() to take log level
` [PATCH 3/4 v2] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 4/4 v2] ACPI: extlog: Trace CPER CXL Protocol Errors
[RESEND PATCH v18 0/2] ACPI: APEI: handle synchronous errors in task work
2025-04-28 15:23 UTC (9+ messages)
` [RESEND PATCH v18 1/2] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
[PATCH v3 0/2] EDAC/altera: two bug fixes
2025-04-28 10:41 UTC (6+ messages)
` [PATCH v3 1/2] EDAC/altera: fix cut and paste error
` [PATCH v3 2/2] EDAC/altera: Set DDR and SDMMC interrupt mask before registration
[PATCH v3 00/14] MSR code cleanup part one
2025-04-27 9:26 UTC (24+ messages)
` [PATCH v3 01/14] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [PATCH v3 02/14] x86/msr: Remove rdpmc()
` [PATCH v3 03/14] x86/msr: Rename rdpmcl() to rdpmc()
` [PATCH v3 04/14] x86/msr: Convert the rdpmc() macro into an always inline function
` [PATCH v3 05/14] x86/msr: Return u64 consistently in Xen PMC read functions
` [PATCH v3 06/14] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses
` [PATCH v3 07/14] x86/msr: Add the native_rdmsrq() helper
` [PATCH v3 08/14] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses
` [PATCH v3 09/14] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}()
` [PATCH v3 10/14] x86/xen/msr: Remove pmu_msr_{read,write}()
` [PATCH v3 11/14] x86/xen/msr: Remove the error pointer argument from set_seg()
` [PATCH v3 12/14] x86/pvops/msr: refactor pv_cpu_ops.write_msr{,_safe}()
` [PATCH v3 13/14] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
` [PATCH v3 14/14] x86/msr: Change the function type of native_read_msr_safe()
[RFC PATCH v2 00/34] MSR refactor with new MSR instructions support
2025-04-25 20:12 UTC (49+ messages)
` [RFC PATCH v2 01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>
` [RFC PATCH v2 03/34] x86/msr: Rename rdpmcl() to rdpmcq()
` [RFC PATCH v2 08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
` [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 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
[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
[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)
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