Show patches with: State = Action Required       |   3691 patches
« 1 2 ... 13 14 1536 37 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v9,36/36] x86/fred: Disable FRED by default in its early stage x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,35/36] x86/fred: FRED initialization code x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,34/36] x86/syscall: Split IDT syscall setup code into idt_syscall_init() x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,33/36] KVM: VMX: Add VMX_DO_FRED_EVENT_IRQOFF for IRQ/NMI handling x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,32/36] x86/fred: Export fred_entrypoint_kernel() for handling NMI in NMI induced VM exits x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,31/36] x86/traps: Export external_interrupt() for handling IRQ in IRQ induced VM exits x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,30/36] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,29/36] x86/fred: FRED entry/exit and dispatch code x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,28/36] x86/idtentry: Incorporate declaration/definition of the FRED exception handler type x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,27/36] x86/traps: Add external_interrupt() to dispatch external interrupts x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,26/36] x86/traps: Add sysvec_install() to install a system interrupt handler x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,25/36] x86/traps: Add a system interrupt handler table for system interrupt dispatch x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,24/36] x86/idtentry: Incorporate definitions/declarations of the FRED external interrupt handle… x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,23/36] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S x86: enable FRED for x86-64 - - - --- 2023-07-31 Li, Xin3 New
[v9,22/36] x86/fred: Add a double fault entry stub for FRED x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,21/36] x86/fred: Add a machine check entry stub for FRED x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,20/36] x86/fred: Add a NMI entry stub for FRED x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,19/36] x86/fred: Add a debug fault entry stub for FRED x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,18/36] x86/fred: Add a page fault entry stub for FRED x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,17/36] x86/fred: Define a common function type fred_handler x86: enable FRED for x86-64 - - - --- 2023-07-31 Li, Xin3 New
[v9,16/36] x86/fred: Allow single-step trap and NMI when starting a new task x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,15/36] x86/fred: No ESPFIX needed when FRED is enabled x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,14/36] x86/fred: Disallow the swapgs instruction when FRED is enabled x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,13/36] x86/fred: Let ret_from_fork_asm() jmp to fred_exit_user when FRED is enabled x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,12/36] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,11/36] x86/fred: Reserve space for the FRED stack frame x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,10/36] x86/fred: Add a new header file for FRED definitions x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,09/36] x86/fred: Make unions for the cs and ss fields in struct pt_regs x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,08/36] x86/cpu: Add MSR numbers for FRED configuration x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,07/36] x86/cpu: Add X86_CR4_FRED macro x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,06/36] x86/objtool: Teach objtool about ERETU and ERETS x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,05/36] x86/opcode: Add ERETU, ERETS instructions to x86-opcode-map x86: enable FRED for x86-64 - 1 1 --- 2023-07-31 Li, Xin3 New
[v9,04/36] x86/cpufeatures: Add the cpu feature bit for FRED x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,03/36] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,02/36] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED) x86: enable FRED for x86-64 - - 1 --- 2023-07-31 Li, Xin3 New
[v9,01/36] Documentation/x86/64: Add documentation for FRED x86: enable FRED for x86-64 - - - --- 2023-07-31 Li, Xin3 New
[v0,RESEND] EDAC/bluefield_edac: Add SMC support [v0,RESEND] EDAC/bluefield_edac: Add SMC support - - - --- 2023-07-28 Shravan Ramani New
[1/1] EDAC/igen6: Fix the issue of no error events [1/1] EDAC/igen6: Fix the issue of no error events - - 1 --- 2023-07-25 Zhuo, Qiuxu New
[7/7] EDAC/amd64: Add Error address conversion for UMC AMD Family 19h Models 90h-9fh EDAC Support - - - --- 2023-07-20 M K, Muralidhara New
[6/7] EDAC/amd64: Add error instance get_err_info() to pvt->ops AMD Family 19h Models 90h-9fh EDAC Support - - - --- 2023-07-20 M K, Muralidhara New
[5/7] EDAC/amd64: Add Fam19h Model 90h ~ 9fh enumeration support AMD Family 19h Models 90h-9fh EDAC Support - - - --- 2023-07-20 M K, Muralidhara New
[4/7] EDAC/mc: Add new HBM3 memory type AMD Family 19h Models 90h-9fh EDAC Support - - - --- 2023-07-20 M K, Muralidhara New
[3/7] x86/MCE/AMD: Add new MA_LLC, USR_DP, and USR_CP bank types AMD Family 19h Models 90h-9fh EDAC Support - - - --- 2023-07-20 M K, Muralidhara New
[2/7] EDAC/mce_amd: Remove SMCA Extended Error code descriptions AMD Family 19h Models 90h-9fh EDAC Support - 1 - --- 2023-07-20 M K, Muralidhara New
[1/7] x86/amd_nb: Add AMD Family 19h Models(80h-80fh) and (90h-9fh) PCI IDs AMD Family 19h Models 90h-9fh EDAC Support - - - --- 2023-07-20 M K, Muralidhara New
x86/mce: Prevent duplicate error records x86/mce: Prevent duplicate error records 1 - 1 --- 2023-07-20 Borislav Petkov New
[v2] x86/mce: Set PG_hwpoison page flag to avoid the capture kernel panic [v2] x86/mce: Set PG_hwpoison page flag to avoid the capture kernel panic - - - --- 2023-07-19 Luck, Tony New
[v7,3/3] x86/mce: Handle Intel threshold interrupt storms Handle corrected machine check interrupt storms - - - --- 2023-07-18 Luck, Tony New
[v7,2/3] x86/mce: Add per-bank CMCI storm mitigation Handle corrected machine check interrupt storms - - - --- 2023-07-18 Luck, Tony New
[v7,1/3] x86/mce: Remove old CMCI storm mitigation code Handle corrected machine check interrupt storms - 1 1 --- 2023-07-18 Luck, Tony New
drivers/edac: Fix comment typo drivers/edac: Fix comment typo - - - --- 2023-07-18 pangzizhen001@208suo.com New
[v4] mce: prevent concurrent polling of MCE events [v4] mce: prevent concurrent polling of MCE events - 1 1 --- 2023-07-17 Aristeu Rozanski New
EDAC: Explicitly include correct DT includes EDAC: Explicitly include correct DT includes - - - --- 2023-07-14 Rob Herring New
drivers/edac: Use unsigned int instead of unsigned drivers/edac: Use unsigned int instead of unsigned - - - --- 2023-07-14 hanyu001@208suo.com New
drivers: edac: add missing spaces after ',' drivers: edac: add missing spaces after ',' - - - --- 2023-07-14 hanyu001@208suo.com New
drivers: edac: add missing spaces after ',' drivers: edac: add missing spaces after ',' - - - --- 2023-07-14 hanyu001@208suo.com New
drivers: edac: add missing spaces after ',' drivers: edac: add missing spaces after ',' - - - --- 2023-07-14 hanyu001@208suo.com New
rivers: edac Change 'unsigned' to 'unsigned int' rivers: edac Change 'unsigned' to 'unsigned int' - - - --- 2023-07-14 hanyu001@208suo.com New
drivers: edac 'unsigned int' to bare use of 'unsigned' drivers: edac 'unsigned int' to bare use of 'unsigned' - - - --- 2023-07-14 hanyu001@208suo.com New
drivers: edac 'unsigned int' to bare use of 'unsigned' drivers: edac 'unsigned int' to bare use of 'unsigned' - - - --- 2023-07-14 hanyu001@208suo.com New
drivers/edac: amd64_edac: Add space after ',' drivers/edac: amd64_edac: Add space after ',' - - - --- 2023-07-14 hanyu001@208suo.com New
[v1] drivers: fix parameter check in create_debugfs_nodes() [v1] drivers: fix parameter check in create_debugfs_nodes() - - - --- 2023-07-12 Minjie Du New
drivers/edac: Fix comment typo drivers/edac: Fix comment typo - - - --- 2023-07-12 pangzizhen001@208suo.com New
[v2,1/1] EDAC/i10nm: Skip the absent memory controllers [v2,1/1] EDAC/i10nm: Skip the absent memory controllers - - 2 --- 2023-07-10 Zhuo, Qiuxu New
[v1,3/3] EDAC/amd64: Add support for AMD Family 1Ah Models 00h-1Fh and 40h-4Fh Updates for AMD Family 1Ah-based Models - - - --- 2023-07-06 Avadhut Naik New
[v1,2/3] hwmon: (k10temp) Add thermal support for AMD Family 1Ah-based models Updates for AMD Family 1Ah-based Models 1 - - --- 2023-07-06 Avadhut Naik New
[v1,1/3] x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based models Updates for AMD Family 1Ah-based Models - - - --- 2023-07-06 Avadhut Naik New
[1/1] EDAC/i10nm: Skip the absent memory controllers [1/1] EDAC/i10nm: Skip the absent memory controllers - - 1 --- 2023-07-06 Zhuo, Qiuxu New
[3/3] rasdaemon: Handle reassigned bit definitions for UMC bank Update rasdaemon decoding for AMD systems - - - --- 2023-07-04 M K, Muralidhara New
[2/3] rasdaemon: Add new MA_LLC, USR_DP, and USR_CP bank types. Update rasdaemon decoding for AMD systems - - - --- 2023-07-04 M K, Muralidhara New
[1/3] rasdaemon: Decode bank_type based on InstanceIdHi in MCA_IPID. Update rasdaemon decoding for AMD systems - - 1 --- 2023-07-04 M K, Muralidhara New
[5/5] EDAC/xgene: Convert to devm_platform_ioremap_resource() [1/5] EDAC, mellanox: Convert to devm_platform_ioremap_resource() - - - --- 2023-07-04 Yangtao Li New
[4/5] EDAC/ti: Convert to devm_platform_ioremap_resource() [1/5] EDAC, mellanox: Convert to devm_platform_ioremap_resource() - - - --- 2023-07-04 Yangtao Li New
[3/5] EDAC/synopsys: Convert to devm_platform_ioremap_resource() [1/5] EDAC, mellanox: Convert to devm_platform_ioremap_resource() - 1 - --- 2023-07-04 Yangtao Li New
[2/5] EDAC/dmc520: Convert to devm_platform_ioremap_resource() [1/5] EDAC, mellanox: Convert to devm_platform_ioremap_resource() - - - --- 2023-07-04 Yangtao Li New
[1/5] EDAC, mellanox: Convert to devm_platform_ioremap_resource() [1/5] EDAC, mellanox: Convert to devm_platform_ioremap_resource() - - - --- 2023-07-04 Yangtao Li New
[v3] EDAC/i10nm: Fix an inappropriate shift exponent [v3] EDAC/i10nm: Fix an inappropriate shift exponent - 1 - --- 2023-07-04 Koba Ko New
[V2] EDAC/i10nm: shift exponent is negative [V2] EDAC/i10nm: shift exponent is negative - - 1 --- 2023-07-03 Koba Ko New
[v2] EDAC/zynqmp: Fix an off-by-one buffer overrun in inject_ue_write [v2] EDAC/zynqmp: Fix an off-by-one buffer overrun in inject_ue_write - 1 - --- 2023-06-29 yguoaz New
Fix an off-by-one buffer overrun in inject_ue_write Fix an off-by-one buffer overrun in inject_ue_write - - - --- 2023-06-29 yguoaz New
[RFC] msr: judge the return val of function rdmsrl_on_cpu() by WARN_ON [RFC] msr: judge the return val of function rdmsrl_on_cpu() by WARN_ON - - - --- 2023-06-29 lizhe.67@bytedance.com New
EDAC/i10nm: shift exponent is negative EDAC/i10nm: shift exponent is negative - - - --- 2023-06-28 Koba Ko New
EDAC/npcm: Convert to platform remove callback returning void EDAC/npcm: Convert to platform remove callback returning void - - - --- 2023-06-28 Uwe Kleine-König New
[v4] mce: prevent concurrent polling of MCE events [v4] mce: prevent concurrent polling of MCE events - 1 - --- 2023-06-27 Aristeu Rozanski New
[v3] mce: prevent concurrent polling of MCE events [v3] mce: prevent concurrent polling of MCE events - 1 1 --- 2023-06-27 Aristeu Rozanski New
[v2] mce: prevent concurrent polling of MCE events [v2] mce: prevent concurrent polling of MCE events - - - --- 2023-06-26 Aristeu Rozanski New
[GIT,PULL] EDAC updates for 6.5 [GIT,PULL] EDAC updates for 6.5 - - - --- 2023-06-26 Borislav Petkov New
[2/2] x86/mce: Set correct PPIN for CPER decoding SMCA CPER Fixes - - - --- 2023-06-22 Yazen Ghannam New
[1/2] x86/mce: Disable preemption for CPER decoding SMCA CPER Fixes - - - --- 2023-06-22 Yazen Ghannam New
[v0,RESEND] EDAC/bluefield_edac: Add SMC support [v0,RESEND] EDAC/bluefield_edac: Add SMC support - - - --- 2023-06-22 Shravan Ramani New
[v6,4/4] x86/mce: Handle Intel threshold interrupt storms Handle corrected machine check interrupt storms - - - --- 2023-06-16 Luck, Tony New
[v6,3/4] x86/mce: Handle AMD threshold interrupt storms Handle corrected machine check interrupt storms - - - --- 2023-06-16 Luck, Tony New
[v6,2/4] x86/mce: Add per-bank CMCI storm mitigation Handle corrected machine check interrupt storms - - - --- 2023-06-16 Luck, Tony New
[v6,1/4] x86/mce: Remove old CMCI storm mitigation code Handle corrected machine check interrupt storms - 1 1 --- 2023-06-16 Luck, Tony New
[v2,6/6] hwmon: (k10temp) Reduce k10temp_get_ccd_support() parameters Enhance AMD SMN Error Checking 1 - - --- 2023-06-15 Yazen Ghannam New
[v2,5/6] hwmon: (k10temp) Define helper function to read CCD temp Enhance AMD SMN Error Checking 1 - - --- 2023-06-15 Yazen Ghannam New
[v2,4/6] x86/amd_nb: Enhance SMN access error checking Enhance AMD SMN Error Checking - - - --- 2023-06-15 Yazen Ghannam New
[v2,3/6] hwmon: (k10temp) Check return value of amd_smn_read() Enhance AMD SMN Error Checking 1 - - --- 2023-06-15 Yazen Ghannam New
[v2,2/6] EDAC/amd64: Check return value of amd_smn_read() Enhance AMD SMN Error Checking - - - --- 2023-06-15 Yazen Ghannam New
[v2,1/6] EDAC/amd64: Remove unused register accesses Enhance AMD SMN Error Checking - - - --- 2023-06-15 Yazen Ghannam New
« 1 2 ... 13 14 1536 37 »