This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mach".
The branch, master has been updated via f19dd2c6953fa2a59ab53936fc2734eb53fc8c1e (commit) via 3f0bf8a31af1deca435888ad9edcd0fdab3b4e3d (commit) from 608c720a8ef9ed80d650dc4a38582267e2a6c258 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f19dd2c6953fa2a59ab53936fc2734eb53fc8c1e Author: Damien Zammit via Bug reports for the GNU Hurd <bug-h...@gnu.org> Date: Sun Dec 22 01:43:44 2024 +0000 apic: Add extended feature registers for local apic unit Add workaround for broken systems that advertise 8 bit APIC ids but only match IPIs on 4 bits of the APIC id. Message-ID: <20241222014306.430098-4-dam...@zamaudio.com> commit 3f0bf8a31af1deca435888ad9edcd0fdab3b4e3d Author: Damien Zammit via Bug reports for the GNU Hurd <bug-h...@gnu.org> Date: Sun Dec 22 01:43:36 2024 +0000 smp: Use deassert for startup IPI not assert Fixes ESR==0x8 error on AMD fam15h. Fixed timings. Cannot locate documentation on correct mode for STARTUP IPI, but this patch works on AMD hw and qemu. Message-ID: <20241222014306.430098-3-dam...@zamaudio.com> ----------------------------------------------------------------------- Summary of changes: i386/i386/apic.c | 28 ++++++++++++++++++- i386/i386/apic.h | 15 ++++++++++- i386/i386/cpu_number.h | 3 +++ i386/i386/cpuboot.S | 1 + i386/i386/smp.c | 62 ++++++++++++++++++++++++++++--------------- i386/i386at/acpi_parse_apic.c | 5 +++- i386/i386at/ioapic.c | 8 ++++-- 7 files changed, 95 insertions(+), 27 deletions(-) hooks/post-receive -- GNU Mach