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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2022-07-08
Kernel/Storage: Rename AHCIPortHandler => AHCIInterruptHandler
Liav A
2022-06-25
Kernel/Graphics: Move GenericDisplayConnector code to a new sub-folder
Liav A
2022-06-24
Kernel: Enable -ftrivial-auto-var-init as a security mitigation
Brian Gianforcaro
2022-06-17
Kernel/SysFS: Remove derived BIOSSysFSComponent classes
Liav A
2022-06-17
Kernel/SysFS: Migrate components code from SysFS.cpp to the SysFS folder
Liav A
2022-06-17
Kernel/SysFS: Split the bulky BIOS.h file into multiple files
Liav A
2022-06-17
Kerenl/Firmware: Add map_ebda and map_bios methods in the original place
Liav A
2022-06-17
Kernel/SysFS: Split bulky SysFSPCI file into separate files
Liav A
2022-06-17
Kernel/SysFS: Split bulky SysFSUSB file into two separate class files
Liav A
2022-06-17
Kernel/SysFS: Stop cluttering the codebase with pieces of SysFS parts
Liav A
2022-06-06
Kernel/Memory: Introduce the SharedFramebufferVMObject class
Liav A
2022-06-02
Kernel: Add simple implementation for InterruptManagement on aarch64
Timon Kruiper
2022-06-02
Kernel: Add driver for interrupt controller on the Raspberry Pi
Timon Kruiper
2022-06-02
Kernel: Move IRQController and InterruptManagement to Arch directory
Timon Kruiper
2022-06-02
Kernel: Do not specify new alignment for aarch64
Timon Kruiper
2022-06-02
Kernel: Add UnhandledInterruptHandler and SharedIRQHandler to aarch64
Timon Kruiper
2022-06-02
Kernel: Add Interrupts/IRQHandler.cpp to the aarch64 build
Timon Kruiper
2022-06-02
Kernel: Add GenericInterruptHandler.cpp to aarch64 build
Timon Kruiper
2022-05-21
Kernel: Fix capitalization of MiniStdLib.cpp in CMakeLists.txt
Timon Kruiper
2022-05-21
Kernel: Add -mgeneral-regs-only flag to aarch64 Kernel build
Timon Kruiper
2022-05-21
Meta: Add option to disable Kernel Address Sanitizer
Timon Kruiper
2022-05-21
Kernel+LibC+VFS: Implement utimensat(3)
Ariel Don
2022-05-12
Kernel: Remove PREKERNEL_SOURCES from aarch64 CMakeLists.txt
Timon Kruiper
2022-05-12
Kernel: Use the Kernel UBSanitizer implementation in the aarch64 Kernel
Timon Kruiper
2022-05-12
Kernel: Move the aarch64 boot.S out of the Prekernel directory
Timon Kruiper
2022-05-12
Kernel: Move Prekernel{CPU, Exceptions}.cpp out of Prekernel directory
Timon Kruiper
2022-05-12
Kernel: Move Prekernel assembly utils to aarch64/ASM_wrapper.h
Timon Kruiper
2022-05-12
Kernel: Replace Prekernel::halt with Processor::halt in aarch64 build
Timon Kruiper
2022-05-12
LibC+Kernel: Prevent string functions from calling themselves
Daniel Bertalan
2022-05-09
Kernel: Sort aarch64 CMake sources alphabetically
Timon Kruiper
2022-05-09
Kernel: Add initial implementation of Processor in aarch64
Timon Kruiper
2022-05-09
Kernel: Separate kmalloc.cpp into a separate library similar to x86_64
Timon Kruiper
2022-05-06
Kernel/Graphics: Implement basic support for VMWare SVGA adapter
Liav A
2022-05-05
Everywhere: Purge all support and usage of framebuffer devices
Liav A
2022-05-05
Kernel/Graphics: Use DisplayConnector design with generic framebuffers
Liav A
2022-05-05
Kernel/Graphics: Apply DisplayConnector design on the VirtIO driver
Liav A
2022-05-05
Kernel/Graphics: Migrate Intel driver to use the DisplayConnector design
Liav A
2022-05-05
Kernel/Graphics: Use DisplayConnector design for the Bochs driver
Liav A
2022-05-05
Kernel/Graphics: Introduce the DisplayConnector class
Liav A
2022-05-03
Kernel: Implement __panic() for the aarch64 Kernel
Timon Kruiper
2022-05-03
Kernel: Move Arch/x86/Spinlock.h and add stubs for aarch64
Timon Kruiper
2022-05-03
Kernel: Implement safe_memcpy for the aarch64 build
Timon Kruiper
2022-05-03
Kernel: Add KSyms.cpp to the aarch64 build
Timon Kruiper
2022-05-03
Kernel: Remove aarch64/Utils.{cpp, h} since they are not used anymore
Timon Kruiper
2022-05-03
Kernel: Add aarch64 version of kprintf.cpp
Timon Kruiper
2022-05-03
Kernel: Fix aarch64 build by adding -Wno-nonnull flag
Timon Kruiper
2022-05-02
Kernel: Don't check pledges or veil against code coverage data files
Andrew Kaster
2022-04-22
Kernel/USB: Get all interface descriptors on enumeration
Jesse Buhagiar
2022-04-20
Kernel: Move VMWareBackdoor to new directory in the Firmware directory
Liav A
2022-04-08
Kernel: Adjust includes after file reorganization
Tiaan Louw
[next]