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-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
2022-07-19
Kernel/Storage: Merge IDE functionality from BusMasterChannel to Channel
Liav A
2022-07-19
Kernel/Storage: Move AHCI and IDE code into new subdirectories
Liav A
2022-07-19
Kernel/SysFS: Add exposing interface for DisplayConnectors
Liav A
2022-07-15
Kernel+LibC: Add posix_fallocate syscall
Hendiadyoin1
2022-07-15
Kernel/SysFS: Add /sys/devices/storage directory
Liav A
2022-07-15
Kernel/Storage: Add LUN address to each StorageDevice
Liav A
2022-07-15
Kernel/SysFS: Rename Devices code folder => DeviceIdentifiers
Liav A
2022-07-13
Kernel/Graphics: Rename TextModeConsole => VGATextModeConsole
Liav A
2022-07-13
Kernel/Graphics: Remove unnecessary VGAConsole class abstraction
Liav A
2022-07-12
Kernel/Graphics: Remove VGA folder and its content
Liav A
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
[next]