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-10-18
Kernel/aarch64: Stub more functions to be able to build Scheduler.cpp
Timon Kruiper
2022-10-18
Kernel: Reintroduce `ScopedAddressSpaceSwitcher` to aarch64 build
Jesse Buhagiar
2022-10-18
Kernel: Reintroduce `Mutex.cpp` to aarch64 build
Jesse Buhagiar
2022-10-18
Kernel: Reintroduce `Credentials.cpp` to aarch64 build
Jesse Buhagiar
2022-10-18
Kernel: Include `KBufferBuilder.cpp` in aarch64 build
Jesse Buhagiar
2022-10-18
Kernel: Add even more AARCH64 stubs
Gunnar Beutner
2022-10-17
Kernel: Implement TimeManagement for aarch64
Timon Kruiper
2022-10-17
Kernel: Mark Version.h as a dependency of Kernel rather than ALL
Andrew Kaster
2022-10-14
Kernel: Add support for the FAT32 filesystem
Undefine
2022-10-14
Kernel: Abstract platform-specific current time methods from Scheduler
Liav A
2022-10-14
Kernel: Bake version information into the Kernel
kleines Filmröllchen
2022-10-14
Kernel: Remove -nodefaultlibs compiler options
Gunnar Beutner
2022-10-13
Kernel: Add StdLib.cpp and UserOrKernelBuffer.cpp to aarch64 build
Timon Kruiper
2022-10-03
Kernel/Storage: Remove the ramdisk implementation
Liav A
2022-09-23
Kernel: Introduce the IOWindow class
Liav A
2022-09-23
Kernel: Move x86-specific timer code handling to Arch/x86/Time directory
Liav A
2022-09-23
Kernel/Graphics: Move x86-specific support for VGA to Arch/x86 directory
Liav A
2022-09-20
Kernel: Move x86-specific init sequence code to the x86/Arch directory
Liav A
2022-09-20
Kernel: Move x86-specific IRQ controller code to Arch/x86 directory
Liav A
2022-09-20
Kernel: Move PCI IDE driver code to the Arch/x86 directory
Liav A
2022-09-20
Kernel: Move x86 Bochs VBE code to the Arch/x86 directory
Liav A
2022-09-20
Kernel: Move x86-specific HID code to the Arch/x86 directory
Liav A
2022-09-20
Kernel: Don't compile ISA IDE controller code in non-x86 builds
Liav A
2022-09-20
Kernel: Move VMWare backdoor communication code to the x86 directory
Liav A
2022-09-20
Kernel: Move PCI initialization x86-specific code to the arch directory
Liav A
2022-09-20
Kernel: Move PCSpeaker code to the x86-specific architecture directory
Liav A
2022-09-20
Kernel/PCI: Move IO based HostBridge code to x86 arch-specific directory
Liav A
2022-09-20
Kernel: Abstract platform-specific serial port access from kprintf
Liav A
2022-09-20
Kernel/x86: Move RTC and CMOS code to x86 arch-specific subdirectory
Liav A
2022-09-20
Kernel: Move IO delay code to x86 architecture subdirectory
Liav A
2022-09-20
Kernel: Abstracts x86 reboot and shutdown specific methods
Liav A
2022-09-20
Kernel: Move QEMU shutdown code to the x86 subdirectory
Liav A
2022-09-12
Kernel: Include `CommandLine` as a part of aarch64
Filiph Sandström
2022-09-12
Kernel: Include `DeviceManagement` as a part of aarch64
Filiph Sandström
2022-09-02
CMake: Quote all CMAKE_COMMAND occurences
demostanis
2022-08-30
Kernel/Storage: Introduce new boot device addressing modes
Liav A
2022-08-26
Kernel: Move Spinlock functions back to arch independent Locking folder
Timon Kruiper
2022-08-26
Kernel: Add enum InterruptsState and helper functions
Timon Kruiper
2022-08-20
Kernel: Add Credentials to hold a set of user and group IDs
Andreas Kling
2022-08-20
Kernel: Move InodeMetadata methods out of line
Andreas Kling
2022-08-19
Kernel: Add 8-byte atomics for i686 GCC
Idan Horowitz
2022-08-14
Kernel: Move TrapFrame into its own header on aarch64
Filiph Sandström
2022-08-14
Kernel/Storage: Remove the stale ATAPIDiscDevice class
Liav A
2022-07-21
Kernel: Move DiskPartition up into Kernel/Storage
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move GUIDPartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move EBRPartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move MBRPartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move PartitionTable into LibPartition
Samuel Bowman
2022-07-21
Kernel+LibPartition: Move DiskPartitionMetadata into LibPartition
Samuel Bowman
2022-07-19
Kernel/Storage: Introduce basic abstraction layer for ATA components
Liav A
[next]