serenity/Kernel
Idan Horowitz 519be6e626 Kernel: Use correctly-sized read when checking PCI host bridge function
We were accidentally doing a 16-bit read instead of an 8-bit read,
meaning we would also read the 'CACHE_LINE_SIZE' field immediately
following it, and never actually continue.
2024-04-26 09:52:56 +02:00
..
API Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
Arch Everywhere: Remove 'clang-format off' comments that are no longer needed 2024-04-24 16:50:01 -04:00
Boot Kernel: Enable i8042 first port translation by default 2024-01-12 16:02:13 -07:00
Bus Kernel: Use correctly-sized read when checking PCI host bridge function 2024-04-26 09:52:56 +02:00
Devices Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
FileSystem Kernel/FATFS: Only read the requested blocks in read_bytes_locked() 2024-04-21 15:34:33 +02:00
Firmware/ACPI
Heap Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Interrupts
Library Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Locking
Memory Kernel/riscv64: Don't hard-code the page fault reason on RISC-V 2024-03-25 14:18:38 -06:00
Net Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
Prekernel Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Security Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Syscalls Kernel+LibC+LibELF: Move TLS handling to userspace 2024-04-19 16:46:47 -06:00
Tasks Kernel+LibC+LibELF: Move TLS handling to userspace 2024-04-19 16:46:47 -06:00
Time Kernel/riscv64: Add RISC-V support to TimeManagement 2024-01-02 06:50:59 -07:00
CMakeLists.txt Kernel+LibC: Introduce new archctl syscall 2024-04-19 16:46:47 -06:00
Debug.h.in
embedmap.sh
Forward.h Kernel/Devices: Introduce the LoopDevice device 2024-03-13 15:33:47 -06:00
generate-version-file.sh
kprintf.cpp Kernel: Only write text to serial console if no ConsoleDevice attached 2024-01-02 06:16:53 -07:00
kstdio.h
KSyms.cpp Kernel/riscv64: Fix backtrace generation on RISC-V 2023-12-30 23:24:18 +01:00
KSyms.h
mkmap.sh
SanCov.cpp Kernel: Add KCOV recursion debugging 2024-04-15 21:16:22 -06:00
Sections.h
UnixTypes.h