banan-os/kernel/kernel
Bananymous 8141b9977d Kernel: Per processor information is now stored in class Processor
This allows us to allocate processor stacks, and other per processor
structures dynamically in runtime. Giving processor stack to
ap_trampoline feels super hacky, but it works for now.
2024-03-03 22:30:06 +02:00
..
Device Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00
FS Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00
Input Kernel: Replace CriticalScopes with SpinLock in PS/2 and input code 2024-02-29 19:17:28 +02:00
Lock Kernel: Per processor information is now stored in class Processor 2024-03-03 22:30:06 +02:00
Memory Kernel: Per processor information is now stored in class Processor 2024-03-03 22:30:06 +02:00
Networking Kernel: Replace CriticalScopes with SpinLocks in networking code 2024-02-29 19:17:28 +02:00
Storage Kernel: Remove now obsolete CriticalScope 2024-03-01 15:51:02 +02:00
Terminal Kernel: Replace CriticalScope with SpinLock in SerialTTY 2024-02-29 19:17:28 +02:00
Timer Kernel: Replace HPET CriticalScope with SpinLock 2024-02-29 19:15:33 +02:00
ACPI.cpp Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00
APIC.cpp Kernel: Per processor information is now stored in class Processor 2024-03-03 22:30:06 +02:00
BootInfo.cpp Kernel: Parse RSDP from multiboot headers if exists 2024-01-26 00:49:42 +02:00
CPUID.cpp Kernel: CPUID can detect wether cpu supports nxe bit 2023-07-13 14:24:58 +03:00
Credentials.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00
Debug.cpp Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00
Errors.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00
Font.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00
InterruptController.cpp Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00
OpenFileDescriptorSet.cpp Kernel/LibC: Implement super basic select 2024-02-12 17:26:33 +02:00
PCI.cpp Kernel: Cleanup PCI code 2024-02-02 03:16:37 +02:00
PIC.cpp Kernel: Start all processors on kernel boot 2024-03-03 02:19:43 +02:00
Panic.cpp Kernel: Panic wont print stacktrace if it has already paniced 2023-04-18 10:18:15 +03:00
Process.cpp Kernel: Per processor information is now stored in class Processor 2024-03-03 22:30:06 +02:00
Processor.cpp Kernel: Per processor information is now stored in class Processor 2024-03-03 22:30:06 +02:00
Random.cpp Kernel: Seed RNG by real time if no RDRAND available 2024-02-20 13:00:26 +02:00
SSP.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00
Scheduler.cpp Kernel: Per processor information is now stored in class Processor 2024-03-03 22:30:06 +02:00
Semaphore.cpp Kernel: Semaphores and Threads can now be blocked with timeout 2024-02-09 15:28:15 +02:00
Syscall.S Kernel: Add bareboness fork() function 2023-05-28 18:08:49 +03:00
Syscall.cpp Kernel: Improve syscall handling 2024-02-12 21:51:11 +02:00
Thread.cpp Kernel: Replace last CriticalScopes in kernel with SpinLocks 2024-03-01 15:49:39 +02:00
kernel.cpp Kernel: Per processor information is now stored in class Processor 2024-03-03 22:30:06 +02:00
lai_host.cpp Kernel: Allow getting ACPI headers with same signature 2023-10-13 11:24:21 +03:00