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
2023-03-25
Kernel: Add support for Intel HDA
Jelle Raaijmakers
2023-03-25
Revert "Revert "Kernel/Storage: Remove the ramdisk implementation""
Marco Cutecchia
2023-03-25
Revert "Kernel/aarch64: Embed disk image into kernel binary"
Marco Cutecchia
2023-03-25
Kernel: Add an SD card driver for the aarch64 port
Marco Cutecchia
2023-03-25
Kernel: Remove 2 duplicated listings of cpp files in CMakeLists.txt file
Liav A
2023-03-12
Kernel: Make the Jails' internal design a lot more sane
Liav A
2023-02-24
Kernel/FileSystem: Simplify the ProcFS significantly
Liav A
2023-02-19
Kernel/IntelGraphics: Move PLL handling code to a different file
Liav A
2023-02-19
Kernel/Graphics: Introduce the IntelDisplayConnectorGroup class
Liav A
2023-02-19
Kernel+Userland: Add constants subdirectory at /sys/kernel directory
Liav A
2023-02-17
Revert "Kernel: Remove old ‘main id register accessorʼ for Aarch64"
Andrew Kaster
2023-02-12
AK: Add conversion functions for packed DOS time format
Ollrogge
2023-02-10
Kernel: Remove old ‘main id register accessorʼ for Aarch64
konrad
2023-02-10
AK: Add a new method to propagate errno while printing errors in Kernel
Liav A
2023-02-08
Kernel: Use `AK::Stream` to write packed binary data
Tim Schumacher
2023-02-08
Kernel/aarch64: Embed disk image into kernel binary
Timon Kruiper
2023-02-08
Kernel: Share CrashHandler.cpp between aarch64 and x86_64
Timon Kruiper
2023-02-08
Revert "Kernel/Storage: Remove the ramdisk implementation"
Timon Kruiper
2023-02-04
Kernel+SystemServer+Base: Introduce the RAMFS filesystem
Liav A
2023-02-02
Kernel: Split I2C functionality from IntelNativeDisplayConnector code
Liav A
2023-01-29
Kernel/FileSystem: Simplify the ProcFS inode code
Liav A
2023-01-27
Kernel: Add Syscall.cpp to aarch64 build
Timon Kruiper
2023-01-27
Kernel: Add Syscalls/execve.cpp to aarch64 build
Timon Kruiper
2023-01-27
Kernel: Add Syscalls/fork.cpp to aarch64 build
Timon Kruiper
2023-01-27
Kernel: Add Syscalls/sigaction.cpp to aarch64 build
Timon Kruiper
2023-01-27
Kernel: Add Syscalls/mmap.cpp to aarch64 build
Timon Kruiper
2023-01-27
Kernel: Make Syscalls/ptrace.cpp buildable for aarch64
Timon Kruiper
2023-01-27
Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory
Timon Kruiper
2023-01-27
Kernel/aarch64: Implement initial page fault handling
Timon Kruiper
2023-01-26
Kernel/PCI: Expose PCI option ROM data from the sysfs interface
Liav A
2023-01-26
Kernel/PCI: Hold a reference to DeviceIdentifier in the Device class
Liav A
2023-01-24
Kernel/aarch64: Disable stack protector + sanitizers for MMU-less files
Timon Kruiper
2023-01-24
Kernel/aarch64: Add pre_init function for that sets up the CPU and MMU
Timon Kruiper
2023-01-18
Kernel: Add CPUFeature enumeration for Aarch64 CPUs
konrad
2023-01-08
Kernel: Remove the NE2000 PCI network adapter driver
Liav A
2023-01-07
Kernel: Remove the RTL8139 PCI network adapter driver
Liav A
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2022-12-29
Kernel: Move ScopedCritical.cpp to Kernel base directory
Timon Kruiper
2022-12-28
Kernel: Add missing x86_64 files to CMakeLists.txt
Andreas Kling
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-21
Kernel/aarch64: Add -mstrict-align flag to Kernel build
Timon Kruiper
2022-12-11
Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`
sin-ack
2022-12-03
Kernel+SystemServer: Don't hardcode coredump directory path
Liav A
2022-11-08
Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller components
Liav A
2022-11-08
Kernel: Split the ISO9660FileSystem.{cpp,h} files to smaller components
Liav A
2022-11-08
Kernel: Split the DevPtsFS files into smaller components
Liav A
2022-11-08
Kernel: Split the Plan9FileSystem.{cpp,h} file into smaller components
Liav A
2022-11-08
Kernel: Split the ProcFS core file into smaller components
Liav A
2022-11-08
Kernel: Split the FATFileSystem.{cpp,h} files into smaller components
Liav A
[next]