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
2021-08-15
Kernel+Userland: Remove chroot functionality
Andreas Kling
2021-08-15
Kernel: Move ProcFS related overrides in Process to ProcessProcFSTraits
sin-ack
2021-08-14
Kernel/USB: Split SysFS code into its own file
Luke
2021-08-14
Kernel/USB: Add Hubs and the UHCI Root Hub
Luke
2021-08-13
Meta: Tell user which Toolchain ARCH they need to build
Brian Gianforcaro
2021-08-13
Kernel: Move VirtIO code into the Bus source folder
Liav A
2021-08-10
AK+Kernel: Add StringBuilder::append overload for UTF-16 views
Timothy Flynn
2021-08-09
Kernel/USB: Create controller base class and introduce USBManagement
Luke
2021-08-08
DynamicLoader: Make sure we don't link against libgcc_s
Gunnar Beutner
2021-08-08
Kernel: Fix UB caused by taking a reference to a packed struct's member
Daniel Bertalan
2021-08-08
Meta: Add Clang support to the CMake build scripts
Daniel Bertalan
2021-08-07
Kernel: Implement a ISO 9660 filesystem reader :^)
sin-ack
2021-08-07
Kernel: Move Mutex into Locking/
Jean-Baptiste Boric
2021-08-06
Kernel: Rename Memory::Space => Memory::AddressSpace
Andreas Kling
2021-08-06
Kernel: Rename Range => VirtualRange
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-07-29
Kernel: Use our toolchain's c++filt tool for the kernel map
Gunnar Beutner
2021-07-27
Kernel: Support loading the kernel at almost arbitrary virtual addresses
Gunnar Beutner
2021-07-26
Kernel: Add option to build with coverage instrumentation and KCOV
Patrick Meyer
2021-07-26
Build: Only specify -fzero-call-used-regs with compiler >= GCC 11.1
Brian Gianforcaro
2021-07-25
Kernel: Remove ContiguousVMObject, let AnonymousVMObject do the job
Andreas Kling
2021-07-25
Kernel: Make purgeable memory a VMObject level concept (again)
Andreas Kling
2021-07-23
Kernel: Always build the kernel without default libs
Gunnar Beutner
2021-07-23
Kernel: Make -pie work for x86_64
Gunnar Beutner
2021-07-23
Kernel: Reduce useful ROP gadgets by zeroing used function registers
Brian Gianforcaro
2021-07-20
Kernel: Use the C preprocessor to avoid two copies of the linker script
Gunnar Beutner
2021-07-18
Kernel: Use a different kernel load address for x86_64
Liav A
2021-07-18
Kernel: Introduce basic pre-kernel environment
Gunnar Beutner
2021-07-18
Kernel: Split debug symbols into a separate file
Gunnar Beutner
2021-07-18
Kernel: Rename VirtIOGPU/VirtIOGPU.cpp to VirtIOGPU/GPU.cpp
Sahan Fernando
2021-07-18
Kernel: Put VirtIOGPU related types into a namespace
Sahan Fernando
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-16
Kernel: Tell the compiler about `operator new`'s alignment
Daniel Bertalan
2021-07-15
Kernel: Make new kernel build process work on macOS
Gunnar Beutner
2021-07-14
Kernel: Make kernel symbols available much earlier in the boot process
Gunnar Beutner
2021-07-13
Kernel: Implement zone-based buddy allocator for physical memory
Andreas Kling
2021-07-12
Kernel/Graphics: Move Bochs graphics related code into a separate folder
Liav A
2021-07-11
Kernel/Graphics: Move Intel graphics related code to a separate folder
Liav A
2021-07-11
Kernel: Move SystemExposed.* => FileSystem/SysFSComponent.*
Andreas Kling
2021-07-11
Kernel: Make VirtualFileSystem::Mount a top-level class
Andreas Kling
2021-07-09
Kernel: Support multiport for VirtIOConsole
x-yl
2021-07-09
Kernel: Add support for reading from VirtIOConsole
x-yl
2021-07-07
Kernel: Replace usage of LexicalPath with KLexicalPath
Max Wipfli
2021-07-07
Kernel: Add KLexicalPath
Max Wipfli
2021-07-07
Kernel: Stop building ctype.cpp into the Kernel
Max Wipfli
2021-07-07
Kernel+KeyboardSettings: Remove numlock syscall and implement ioctl
Edwin Hoksberg
2021-07-06
Kernel+Toolchain: Remove the kernel-specific toolchain
Gunnar Beutner
2021-07-06
Kernel+LibELF: Don't demangle symbols in the kernel
Gunnar Beutner
2021-07-05
Kernel: Merge the x86 and x86_64 boot code into a single file
Gunnar Beutner
2021-07-05
KeyboardSettings+Kernel: Setting to enable Num Lock on login
ForLoveOfCats
[next]