banan-os/kernel/kernel
Bananymous 090c3c9930 Kernel: NVMe queues now supports upto 64 simultaneous operations 2024-03-15 13:46:35 +02:00
..
Device Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00
FS BAN/Kernel: Rework assertion/panic system 2024-03-04 11:41:54 +02:00
Input BAN: Remove unnecessary include from Array.h 2024-03-06 00:01:06 +02:00
Memory BAN/Kernel: Rework assertion/panic system 2024-03-04 11:41:54 +02:00
Networking BAN/Kernel: Rework assertion/panic system 2024-03-04 11:41:54 +02:00
Storage Kernel: NVMe queues now supports upto 64 simultaneous operations 2024-03-15 13:46:35 +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: Implement IPI broadcasting 2024-03-09 23:53:38 +02:00
BootInfo.cpp Kernel: Parse RSDP from multiboot headers if exists 2024-01-26 00:49:42 +02:00
CPUID.cpp Kernel: Move current page table to Processor 2024-03-06 02:19:59 +02:00
Credentials.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00
Debug.cpp Kernel: Debug lock is locked while dumping stack trace 2024-03-09 23:52:06 +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: Move Interruptable from InterruptController.h to its own file 2024-03-06 00:47:02 +02:00
Interruptable.cpp Kernel: Store current processor pointer in IA32_GS_BASE 2024-03-07 16:05:29 +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 BAN/Kernel: Rework assertion/panic system 2024-03-04 11:41:54 +02:00
Process.cpp Kernel: Rewrite scheduler thread lists 2024-03-08 22:13:45 +02:00
Processor.cpp Kernel: Map interrupt handlers for all processors 2024-03-09 23:50:57 +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: Now all active processors are used in scheduling 2024-03-09 23:53:50 +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 BAN/Kernel: Rework assertion/panic system 2024-03-04 11:41:54 +02:00
kernel.cpp Kernel: Implement IPI broadcasting 2024-03-09 23:53:38 +02:00
lai_host.cpp Kernel: Allow getting ACPI headers with same signature 2023-10-13 11:24:21 +03:00