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-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
2022-11-08
Kernel: Split the TmpFS core files into smaller components
Liav A
2022-11-08
Kernel: Split the SysFS core files into smaller components
Liav A
2022-11-05
Kernel: Add support for jails
Liav A
2022-10-26
Kernel/aarch64: Unify building kernel source files in CMakeLists.txt
Timon Kruiper
2022-10-25
Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directory
Liav A
2022-10-25
Kernel/ProcFS: Remove all unnecessary components
Liav A
2022-10-25
Kernel: Introduce global variables and stats in /sys/kernel directory
Liav A
2022-10-22
Kernel: Remove the DevTmpFS class
Liav A
2022-10-20
Kernel/aarch64: Stub enough functions to build Random.cpp
Timon Kruiper
2022-10-20
Kernel/aarch64: Stub enough functions to build Process.cpp
Timon Kruiper
2022-10-20
Kernel/aarch64: Stub WaitQueueBlocker::unblock to build WaitQueue.cpp
Timon Kruiper
2022-10-20
Kernel/aarch64: Stub more functions to build Thread.cpp
Timon Kruiper
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
[prev]
[next]