# # ChangeLog for trunk/hal/x86_64/core/hal_context.c # # Generated by Trac 1.2.3 # Apr 20, 2024, 4:58:11 PM Thu, 10 Aug 2017 09:26:58 GMT max@… [360] * trunk/hal/x86_64/core/hal_context.c (modified) Add a panic, for now we are only switching between kernel threads. Thu, 10 Aug 2017 09:21:32 GMT max@… [359] * trunk/hal/x86_64/core/hal_context.c (modified) * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_kentry.h (modified) * trunk/hal/x86_64/core/hal_segmentation.h (modified) Synchronize tls_intr between context switches. Tue, 08 Aug 2017 09:17:28 GMT max@… [342] * trunk/hal/x86_64/core/hal_context.c (modified) Initialize tf_ss, and don't forget to update tls_thr. Mon, 07 Aug 2017 13:11:45 GMT max@… [339] * trunk/hal/x86_64/core/hal_context.c (modified) * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_internal.h (modified) * trunk/hal/x86_64/core/hal_kentry.h (modified) * trunk/hal/x86_64/core/hal_segmentation.h (modified) Add support for context switch - not tested yet, due to some other ... Mon, 07 Aug 2017 09:19:27 GMT max@… [335] * trunk/hal/x86_64/core/hal_context.c (modified) * trunk/hal/x86_64/core/hal_exception.c (modified) * trunk/hal/x86_64/core/hal_interrupt.c (modified) * trunk/hal/x86_64/core/hal_kentry.h (modified) * trunk/hal/x86_64/drivers/ioc_ata.c (modified) Separate the CPU context from the trap frame. Wed, 02 Aug 2017 12:17:00 GMT max@… [311] * trunk/hal/generic/hal_context.h (modified) * trunk/hal/tsar_mips32/core/hal_context.c (modified) * trunk/hal/x86_64/core/hal_context.c (modified) * trunk/kernel/kern/scheduler.c (modified) Introduce hal_cpu_context_switch. Mon, 31 Jul 2017 12:10:39 GMT max@… [298] * trunk/hal/x86_64/core/hal_context.c (modified) * trunk/hal/x86_64/core/hal_init.c (modified) Sync with TSAR. Tue, 18 Jul 2017 13:33:07 GMT max@… [234] * trunk/hal/x86_64/core/hal_acpi.c (modified) * trunk/hal/x86_64/core/hal_acpi.h (modified) * trunk/hal/x86_64/core/hal_apic.c (modified) * trunk/hal/x86_64/core/hal_apic.h (modified) * trunk/hal/x86_64/core/hal_atomic.c (modified) * trunk/hal/x86_64/core/hal_boot.S (modified) * trunk/hal/x86_64/core/hal_boot.h (modified) * trunk/hal/x86_64/core/hal_context.c (modified) * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_drivers.c (modified) * trunk/hal/x86_64/core/hal_exception.c (modified) * trunk/hal/x86_64/core/hal_gpt.c (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_interrupt.c (modified) * trunk/hal/x86_64/core/hal_irqmask.c (modified) * trunk/hal/x86_64/core/hal_kentry.S (modified) * trunk/hal/x86_64/core/hal_kentry.h (modified) * trunk/hal/x86_64/core/hal_multiboot.h (modified) * trunk/hal/x86_64/core/hal_ppm.c (modified) * trunk/hal/x86_64/core/hal_register.h (modified) * trunk/hal/x86_64/core/hal_remote.c (modified) * trunk/hal/x86_64/core/hal_segmentation.h (modified) * trunk/hal/x86_64/core/hal_special.c (modified) * trunk/hal/x86_64/core/x86_printf.c (modified) style Thu, 13 Jul 2017 10:28:37 GMT max@… [195] * trunk/hal/x86_64/core/hal_context.c (modified) * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_internal.h (modified) add IOC (ATA) Thu, 13 Jul 2017 07:28:06 GMT max@… [193] * trunk/hal/x86_64/core/hal_boot.S (modified) * trunk/hal/x86_64/core/hal_boot.h (modified) * trunk/hal/x86_64/core/hal_context.c (modified) * trunk/hal/x86_64/core/hal_interrupt.c (modified) * trunk/hal/x86_64/core/hal_kentry.h (modified) build the context Mon, 26 Jun 2017 13:24:20 GMT max@… [51] * trunk/Makefile.x86 (modified) * trunk/hal/x86_64/core (added) * trunk/hal/x86_64/core/hal_acpi.c (moved) * trunk/hal/x86_64/core/hal_acpi.h (moved) * trunk/hal/x86_64/core/hal_arch.c (moved) * trunk/hal/x86_64/core/hal_arch.h (moved) * trunk/hal/x86_64/core/hal_atomic.c (moved) * trunk/hal/x86_64/core/hal_boot.S (moved) * trunk/hal/x86_64/core/hal_boot.h (moved) * trunk/hal/x86_64/core/hal_context.c (moved) * trunk/hal/x86_64/core/hal_cpu.S (moved) * trunk/hal/x86_64/core/hal_do_exceptions.c (moved) * trunk/hal/x86_64/core/hal_do_interrupt.c (moved) * trunk/hal/x86_64/core/hal_do_syscall.c (moved) * trunk/hal/x86_64/core/hal_exception.c (moved) * trunk/hal/x86_64/core/hal_gpt.c (moved) * trunk/hal/x86_64/core/hal_init.c (moved) * trunk/hal/x86_64/core/hal_internal.h (moved) * trunk/hal/x86_64/core/hal_interrupt.c (moved) * trunk/hal/x86_64/core/hal_irqmask.c (moved) * trunk/hal/x86_64/core/hal_kentry.S (moved) * trunk/hal/x86_64/core/hal_kentry.h (moved) * trunk/hal/x86_64/core/hal_lapic.c (moved) * trunk/hal/x86_64/core/hal_lapic.h (moved) * trunk/hal/x86_64/core/hal_multiboot.h (moved) * trunk/hal/x86_64/core/hal_register.h (moved) * trunk/hal/x86_64/core/hal_remote.c (moved) * trunk/hal/x86_64/core/hal_segmentation.h (moved) * trunk/hal/x86_64/core/hal_special.c (moved) * trunk/hal/x86_64/core/hal_syscall.c (moved) * trunk/hal/x86_64/core/hal_trap.c (moved) * trunk/hal/x86_64/core/hal_types.h (moved) * trunk/hal/x86_64/core/hal_uspace.c (moved) * trunk/hal/x86_64/core/x86_printf.c (moved) Create the core/ sub-directory for x86_64. Mon, 26 Jun 2017 10:08:02 GMT max@… [48] * trunk/hal/x86_64/hal_arch.c (modified) * trunk/hal/x86_64/hal_arch.h (modified) * trunk/hal/x86_64/hal_atomic.c (modified) * trunk/hal/x86_64/hal_context.c (modified) * trunk/hal/x86_64/hal_do_exceptions.c (modified) * trunk/hal/x86_64/hal_do_interrupt.c (modified) * trunk/hal/x86_64/hal_do_syscall.c (modified) * trunk/hal/x86_64/hal_exception.c (modified) * trunk/hal/x86_64/hal_gpt.c (modified) * trunk/hal/x86_64/hal_interrupt.c (modified) * trunk/hal/x86_64/hal_irqmask.c (modified) * trunk/hal/x86_64/hal_remote.c (modified) * trunk/hal/x86_64/hal_syscall.c (modified) * trunk/hal/x86_64/hal_uspace.c (modified) Put panics everywhere