Linux-EDAC Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-04 15:56:03 to 2024-01-25 06:29:12 UTC [more...]

[PATCH v2 0/4] PCI/AER: Handle Advisory Non-Fatal properly
 2024-01-25  6:28 UTC  (3+ messages)
` [PATCH v2 1/4] PCI/AER: Store more information in aer_err_info
` [PATCH v2 2/4] PCI/AER: Handle Advisory Non-Fatal properly

[PATCH] tracing: Include PPIN in mce_record tracepoint
 2024-01-24 14:09 UTC  (6+ messages)

[PATCH v3 0/4] Few cleanups and AMD Family 19h Models 90h-9fh EDAC Support
 2024-01-24 12:40 UTC  (8+ messages)
` [PATCH v3 1/4] EDAC/mce_amd: Remove SMCA Extended Error code descriptions
  ` [PATCH] Documentation: Begin a RAS section

[PATCH v5 0/3] AMD Address Translation Library
 2024-01-24 11:59 UTC  (5+ messages)
` [PATCH v5 1/3] RAS: Introduce "
` [PATCH v5 2/3] EDAC/amd64: Use new "
` [PATCH v5 3/3] Documentation: RAS: Add index and address translation section

[PATCH] rasdaemon: Add error decoding for MCA_CTL_SMU extended bits
 2024-01-24  6:28 UTC 

[PATCH 1/5] EDAC, mellanox: Convert to devm_platform_ioremap_resource()
 2024-01-23 13:57 UTC  (4+ messages)
` [PATCH 3/5] EDAC/synopsys: "

[PATCH v2] EDAC/versal: Make the bits in error injection configurable
 2024-01-22 18:39 UTC  (2+ messages)

[PATCH v13 00/35] x86: enable FRED for x86-64
 2024-01-22 13:19 UTC  (54+ messages)
` [PATCH v13 01/35] x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction support
` [PATCH v13 02/35] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
` [PATCH v13 03/35] x86/trapnr: Add event type macros to <asm/trapnr.h>
` [PATCH v13 04/35] Documentation/x86/64: Add a documentation for FRED
` [PATCH v13 05/35] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
` [PATCH v13 06/35] x86/cpufeatures: Add the CPU feature bit for FRED
` [PATCH v13 07/35] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
` [PATCH v13 08/35] x86/fred: Disable FRED by default in its early stage
` [PATCH v13 09/35] x86/opcode: Add ERET[US] instructions to the x86 opcode map
` [PATCH v13 10/35] x86/objtool: Teach objtool about ERET[US]
` [PATCH v13 11/35] x86/cpu: Add X86_CR4_FRED macro
` [PATCH v13 12/35] x86/cpu: Add MSR numbers for FRED configuration
` [PATCH v13 13/35] x86/ptrace: Cleanup the definition of the pt_regs structure
` [PATCH v13 14/35] x86/ptrace: Add FRED additional information to "
` [PATCH v13 15/35] x86/fred: Add a new header file for FRED definitions
` [PATCH v13 16/35] x86/fred: Reserve space for the FRED stack frame
` [PATCH v13 17/35] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
` [PATCH v13 18/35] x86/fred: Disallow the swapgs instruction when FRED is enabled
` [PATCH v13 19/35] x86/fred: No ESPFIX needed "
` [PATCH v13 20/35] x86/fred: Allow single-step trap and NMI when starting a new task
` [PATCH v13 21/35] x86/fred: Make exc_page_fault() work for FRED
` [PATCH v13 22/35] x86/idtentry: Incorporate definitions/declarations of the FRED entries
` [PATCH v13 23/35] x86/fred: Add a debug fault entry stub for FRED
` [PATCH v13 24/35] x86/fred: Add a NMI "
      ` [PATCH v13A "
` [PATCH v13 25/35] x86/fred: Add a machine check "
` [PATCH v13 26/35] x86/fred: FRED entry/exit and dispatch code
            ` [PATCH v13A "
` [PATCH v13 27/35] x86/traps: Add sysvec_install() to install a system interrupt handler
` [PATCH v13 28/35] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
` [PATCH v13 29/35] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
` [PATCH v13 30/35] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
` [PATCH v13 31/35] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
` [PATCH v13 32/35] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
` [PATCH v13 33/35] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
` [PATCH v13 34/35] x86/fred: Add FRED initialization functions
` [PATCH v13 35/35] x86/fred: Invoke FRED initialization code to enable FRED

[PATCH v2 1/2] EDAC/device_sysfs: Fix calling kobject_put() with ->state_initialized unset
 2024-01-22  6:56 UTC  (2+ messages)

[PATCH -next v4 0/3] minor improvements for x86 mce processing
 2024-01-16 10:30 UTC  (8+ messages)
` [PATCH -next v4 1/3] x86/mce: remove redundant fixup type EX_TYPE_COPY
` [PATCH -next v4 2/3] x86/mce: rename MCE_IN_KERNEL_COPYIN to MCE_IN_KERNEL_COPY_MC
` [PATCH -next v4 3/3] x86/mce: set MCE_IN_KERNEL_COPY_MC for DEFAULT_MCE_SAFE exception

Meeting with the Development Team
 2024-01-16  8:50 UTC 

[PATCH 00/42] Fix coccicheck warnings
 2024-01-16  4:51 UTC  (2+ messages)
  ` [PATCH 07/42] drivers/edac: Convert snprintf to sysfs_emit

[PATCH AUTOSEL 5.4 7/7] x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel
 2024-01-15 23:28 UTC 

[PATCH AUTOSEL 5.10 10/10] x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel
 2024-01-15 23:27 UTC 

[PATCH AUTOSEL 5.15 12/12] x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel
 2024-01-15 23:26 UTC 

[PATCH AUTOSEL 6.1 14/14] x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel
 2024-01-15 23:25 UTC 

[PATCH AUTOSEL 6.6 14/14] x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel
 2024-01-15 23:24 UTC 

[PATCH AUTOSEL 6.7 14/14] x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel
 2024-01-15 23:23 UTC 

[RFC PATCH v5 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2024-01-11 13:17 UTC  (13+ messages)
` [RFC PATCH v5 01/12] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
` [RFC PATCH v5 02/12] cxl/mbox: Add GET_FEATURE "
` [RFC PATCH v5 03/12] cxl/mbox: Add SET_FEATURE "
` [RFC PATCH v5 04/12] cxl/memscrub: Add CXL device patrol scrub control feature
` [RFC PATCH v5 05/12] cxl/memscrub: Add CXL device ECS "
` [RFC PATCH v5 06/12] memory: scrub: Add scrub subsystem driver supports configuring memory scrubs in the system
` [RFC PATCH v5 07/12] cxl/memscrub: Register CXL device patrol scrub with scrub configure driver
` [RFC PATCH v5 08/12] cxl/memscrub: Register CXL device ECS "
` [RFC PATCH v5 09/12] ACPI:RASF: Add common library for RASF and RAS2 PCC interfaces
` [RFC PATCH v5 10/12] ACPICA: ACPI 6.5: Add support for RAS2 table
` [RFC PATCH v5 11/12] ACPI:RAS2: Add driver for ACPI RAS2 feature table (RAS2)
` [RFC PATCH v5 12/12] memory: RAS2: Add memory RAS2 driver

[GIT PULL] EDAC updates for v6.8
 2024-01-09  0:47 UTC  (2+ messages)

patch "EDAC: constantify the struct bus_type usage" added to driver-core-next
 2024-01-05  9:17 UTC 

patch "EDAC: constantify the struct bus_type usage" added to driver-core-testing
 2024-01-04 13:34 UTC 

[PATCH v4 0/3] AMD Address Translation Library
 2024-01-03 10:59 UTC  (14+ messages)
` [PATCH v4 1/3] RAS: Introduce "
` [PATCH v4 2/3] EDAC/amd64: Use new "
` [PATCH v4 3/3] Documentation: RAS: Add index and address translation section

[PATCH 1/1] EDAC/skx_common: Filter out the invalid address
 2024-01-02 18:08 UTC  (3+ messages)

[PATCH] EDAC: constantify the struct bus_type usage
 2023-12-29  9:29 UTC  (4+ messages)

[PATCH 0/7] EDAC/amd64: Adjustments for two function implementations
 2023-12-25 17:46 UTC  (8+ messages)
` [PATCH 1/7] EDAC/amd64: Improve error handling in amd64_edac_init()
` [PATCH 2/7] EDAC/amd64: Delete an unnecessary variable initialisation "
` [PATCH 3/7] EDAC/amd64: Merge two if statements into one "
` [PATCH 4/7] EDAC/amd64: Adjust error handling in probe_one_instance()
` [PATCH 5/7] EDAC/amd64: Improve two size determinations "
` [PATCH 6/7] EDAC/amd64: Delete an unnecessary variable initialisation "
` [PATCH 7/7] EDAC/amd64: Move an assignment for the variable “F3” "

[PATCH v10 0/4] ACPI: APEI: handle synchronous errors in task work with proper si_code
 2023-12-22  1:07 UTC  (11+ messages)
` [PATCH v10 1/4] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
` [PATCH v10 2/4] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered
` [PATCH v10 3/4] mm: memory-failure: move memory_failure() return value documentation to function declaration
` [PATCH v10 4/4] ACPI: APEI: handle synchronous exceptions in task work

[PATCH -next v3 0/3] minor improvements for x86 mce processing
 2023-12-18  8:24 UTC  (4+ messages)
` [PATCH -next v3 1/3] x86/mce: remove redundant fixup type EX_TYPE_COPY
` [PATCH -next v3 2/3] x86/mce: rename MCE_IN_KERNEL_COPYIN to MCE_IN_KERNEL_COPY_MC
` [PATCH -next v3 3/3] x86/mce: set MCE_IN_KERNEL_COPY_MC for DEFAULT_MCE_SAFE exception

[GIT PULL] EDAC/urgent for v6.7-rc6
 2023-12-17 17:38 UTC  (2+ messages)

[PATCH] x86/mce: Update references to the Intel SDM
 2023-12-15 23:11 UTC  (6+ messages)
` x86/mce: Is mce_is_memory_error() incorrect for Intel?

[PATCH v3] EDAC/versal: Fix the read of the num_csrows and num_chans
 2023-12-15 12:06 UTC  (2+ messages)

[PATCH] EDAC/versal: Fix the read of the num_csrows and num_chans
 2023-12-15  5:17 UTC 

[PATCH RESEND v3 0/1] RAS: Report ARM processor information to userspace
 2023-12-14 23:38 UTC  (4+ messages)
` [PATCH RESEND v3 1/1] "

[PATCH v9 0/3] Handle corrected machine check interrupt storms
 2023-12-14 18:03 UTC  (12+ messages)
` [PATCH v9 2/3] x86/mce: Add per-bank CMCI storm mitigation

[PATCH v3 0/3] AMD Address Translation Library
 2023-12-14 14:30 UTC  (18+ messages)
` [PATCH v3 1/3] RAS: Introduce "
` [PATCH v3 2/3] EDAC/amd64: Use new "
` [PATCH v3 3/3] Documentation: RAS: Add index and address translation section

[PATCH 0/1] Tool for parsing the ACPI PHAT Table
 2023-12-13  0:48 UTC  (4+ messages)
` [PATCH 1/1] parse_phat: Add support for ACPI PHAT Table parsing

[PATCH] x86/MCE: Get microcode revision from cpu_data instead of boot_cpu_data
 2023-12-07  9:34 UTC  (3+ messages)

[PATCH 0/5] EDAC/igen6: Add EDAC support for several Intel SoCs with IBECC
 2023-12-05 23:25 UTC  (2+ messages)

[PATCH v2 1/4] EDAC, pnd2: Replace custom definition by one from sizes.h
 2023-12-05 23:25 UTC  (2+ messages)

[PATCH v2 0/4] mm: Implement ECC handling for pfn with no struct page
 2023-12-04 15:55 UTC  (7+ messages)
` [PATCH v2 3/4] mm: Change ghes code to allow poison of non-struct pfn


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 read-only IMAP folder(s) and NNTP newsgroup(s).