index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Debug.h.in
Age
Commit message (
Expand
)
Author
2022-10-14
Kernel: Add support for the FAT32 filesystem
Undefine
2022-09-24
Kernel: By default, don't dump regions when a userspace crash happens
kleines Filmröllchen
2022-08-08
Kernel/FileSystem: Use a new debug flag for SysFS debug messages
Liav A
2022-07-21
Kernel+LibPartition: Move GUIDPartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move MBRPartitionTable into LibPartition
Samuel Bowman
2022-07-19
Kernel/Storage: Introduce basic abstraction layer for ATA components
Liav A
2022-04-01
Kernel: Stop debug spam when using mmap on /dev/mem device
Liav A
2022-02-09
AK+Kernel: Alphabetize debug macros
Lenny Maiorani
2022-01-29
Kernel: Stop using HashMap in Mutex
Idan Horowitz
2022-01-01
Kernel/NVMe: Add initial NVMe driver support
Pankaj Raghav
2021-11-28
Kernel: Add AC97_DEBUG macro
Jelle Raaijmakers
2021-09-14
Kernel: Disable lock rank enforcement by default for now
Brian Gianforcaro
2021-08-28
Kernel: Verify interrupts are disabled when interacting with Mutexes
Andrew Kaster
2021-08-07
Kernel: Implement a ISO 9660 filesystem reader :^)
sin-ack
2021-06-12
USB: Further Implement USB Structures
Jesse Buhagiar
2021-06-10
Kernel: Add driver for RTL8168 & RTL8111 NICs
Idan Horowitz
2021-06-09
Kernel/Net: Support Intel 82574 adapter
Liav A
2021-05-27
Kernel/Graphics: Remove unnecessary derived FramebufferDevice classes
Liav A
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-16
Kernel/Graphics: Add basic support for Intel native accelerator
Liav A
2021-05-14
Kernel: Add the ability to verify we don't kmalloc under spinlock.
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
Kernel: Add base support for VirtIO devices
Idan Horowitz
2021-04-03
Kernel: Introduce a new HID subsystem
Liav A
2021-03-13
Kernel: Implement triply indirect block support in Ext2FSInode
Jean-Baptiste Boric
2021-03-11
Kernel: Suppress logging during kmalloc heap expansion
Andreas Kling
2021-03-09
Kernel: Remove ancient FIFO_DEBUG code
Andreas Kling
2021-03-05
Kernel: Add basic AHCI functionality
Liav A
2021-03-04
Kernel: Remove unused KMALLOC_DEBUG_LARGE_ALLOCATIONS mode
Andreas Kling
2021-02-05
Kernel: Add NE2000 network card driver
Jean-Baptiste Boric
2021-02-04
Make it possible to overwrite debug macros locally.
asynts
2021-01-26
Meta: Split debug defines into multiple headers.
asynts