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-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
2022-04-06
Kernel: Improve the aarch64 kernel source files disk layout
James Mintram
2022-04-03
Kernel: Fix aarch64 kernel build on case sensitive file systems
Brian Gianforcaro
2022-04-04
Kernel: Add RegionTree and remove VirtualRangeAllocator from aarch64
James Mintram
2022-04-03
Kernel: Add kmalloc.cpp to aarch64
James Mintram
2022-04-03
Kernel: Use intrusive RegionTree solution for kernel regions as well
Andreas Kling
2022-04-03
Kernel: Add Memory::RegionTree to share code between AddressSpace and MM
Andreas Kling
2022-04-02
Kernel: Add all memory files to aarch64 and fix resulting linker errors
James Mintram
2022-04-02
Kernel: Re-add AK files to aarch64
James Mintram
2022-04-02
Kernel: Make MemoryManager compile on aarch64
James Mintram
2022-04-02
Kernel: Make handle_crash available to aarch64
James Mintram
2022-04-02
Kernel: Re-add dummy.cpp and remove duplicate definitions
James Mintram
2022-03-27
Kernel: Support all Intel-defined CPUID feature flags for EAX=1
Linus Groh
2022-03-22
Kernel: Don't assume paths of TTYs and pseudo terminals anymore
Liav A
2022-03-22
Kernel: Create SelfTTYDevice class to help replace /dev/tty symlink
Liav A
2022-03-19
Kernel/Storage: Move Ramdisk code into a separate subdirectory
Liav A
2022-03-12
Kernel: Move aarch64 Prekernel into Kernel
Jakub V. Flasar
2022-03-09
Kernel: Implement basic VirGL device
Sahan Fernando
2022-03-02
Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
[next]