banan-os/kernel/kernel
Bananymous 8fe798de6d Kernel: Make PIT counter atomic with spinlock 2024-07-21 18:56:41 +03:00
..
ACPI Kernel: ACPI allow more calling or \_S5 2024-06-25 23:25:10 +03:00
Device Kernel: Implement WriteCombining memory 2024-07-15 22:09:09 +03:00
FS Kernel: Implement unified input files for device hot-plugging support 2024-07-15 22:11:15 +03:00
Input Kernel: Move keyboard kernel panic to the general input device 2024-07-21 17:33:38 +03:00
Memory Kernel: Cleanup VirtualRange code 2024-07-21 17:35:07 +03:00
Networking BAN: Add more APIs for Atomic and make compare_exchage take a reference 2024-06-28 21:47:47 +03:00
Storage Kernel: Make ATABus use BAN::Atomic<> instead of gcc builtin atomics 2024-07-21 17:39:26 +03:00
Terminal Kernel: Fix TTY scroll clearing first and/or last characters from line 2024-07-16 22:49:49 +03:00
Timer Kernel: Make PIT counter atomic with spinlock 2024-07-21 18:56:41 +03:00
USB Kernel: Fix multi-interface USB device initialization 2024-07-16 22:29:18 +03:00
APIC.cpp Kernel: Implement API for sending IPIs for only one processor 2024-07-21 17:30:59 +03:00
BootInfo.cpp Kernel: Parse RSDP from multiboot headers if exists 2024-01-26 00:49:42 +02:00
CPUID.cpp Kernel: Implement WriteCombining memory 2024-07-15 22:09:09 +03:00
Credentials.cpp All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00
Debug.cpp Kernel: Move font code to its own library LibFont 2024-05-31 10:47:05 +03:00
Errors.cpp BAN: Make String and StringView header only 2024-05-23 15:43:26 +03:00
GDT.cpp Kernel: Unify IDT and GDT code between x86_64 and x86_32 2024-03-26 16:42:02 +02:00
IDT.cpp Kernel: Fix sse state saving 2024-07-16 23:15:11 +03:00
InterruptController.cpp Kernel: Remove lai as a dependecy 2024-04-10 04:39:48 +03:00
Interruptable.cpp Kernel: Store current processor pointer in IA32_GS_BASE 2024-03-07 16:05:29 +02:00
OpenFileDescriptorSet.cpp Kernel: Rewrite Sockets to not be TmpInodes 2024-06-27 00:35:19 +03:00
PCI.cpp Kernel: Fix PCI typo serail -> serial 2024-07-21 17:36:29 +03: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: Fix process exiting infinite loop 2024-07-18 21:40:44 +03:00
Processor.cpp Kernel: Rewrite whole scheduler 2024-03-29 18:02:12 +02:00
Random.cpp Kernel: Replace i386 with i686 2024-03-26 02:48:26 +02:00
SSP.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00
Scheduler.cpp Kernel: Move Scheduler::yield() lock check after interrupts disabled 2024-05-31 02:56:39 +03:00
Semaphore.cpp Kernel: Semaphores and Threads can now be blocked with timeout 2024-02-09 15:28:15 +02:00
Syscall.cpp Kernel: Implement syscalls for i686 and cleanup x86_64 2024-04-03 02:23:23 +03:00
Thread.cpp Kernel: Fix sse state saving 2024-07-16 23:15:11 +03:00
kernel.cpp Kernel: Add command line option to boot without smp 2024-07-21 17:40:57 +03:00