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-06-19
Kernel: Make sure the kernel's ELF PHDRs don't use rwx
Gunnar Beutner
2021-06-17
Kernel: Make sure the kernel is re-linked when the linker script changes
Gunnar Beutner
2021-06-12
USB: Further Implement USB Structures
Jesse Buhagiar
2021-06-10
Kernel: Add driver for RTL8168 & RTL8111 NICs
Idan Horowitz
2021-06-09
Kernel/Net: Support Intel 82574 adapter
Liav A
2021-06-09
Kernel: Introduce the NetworkingManagement singleton
Liav A
2021-06-03
AK: Allow inlining ref-count functionality
Gunnar Beutner
2021-05-29
AK: Move RefCountedBase definitions out-of-line
Andreas Kling
2021-05-28
Kernel: Add KString, a single-owner string with OOM failure exposion
Andreas Kling
2021-05-27
Kernel/Graphics: Remove unnecessary derived FramebufferDevice classes
Liav A
2021-05-27
Kernel: Add ENABLE_EXTRA_KERNEL_DEBUG_SYMBOLS option to set Og and ggdb3
Andrew Kaster
2021-05-20
Meta: Make generate_state_machine() generate a proper target
Ali Mohammad Pur
2021-05-19
Kernel: Add statvfs & fstatvfs Syscalls
Justin
2021-05-17
Build: Stop using precompiled headers (PCH)
Andreas Kling
2021-05-17
Kernel: Implement a PCI Serial Device driver
Idan Horowitz
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-16
Kernel: Rename Console => ConsoleDevice
Liav A
2021-05-16
Kernel/Graphics: Add basic support for Intel native accelerator
Liav A
2021-05-16
Kernel: Introduce a new graphics subsystem
Liav A
2021-05-16
AK: Turn ByteBuffer into a value type
Gunnar Beutner
2021-05-16
LibVT: Implement new ANSI escape sequence parser
Daniel Bertalan
2021-05-13
CMake: Fix message levels for error conditions during configuration
Brian Gianforcaro
2021-05-13
Kernel: Create VM::RingBuffer class
Sahan Fernando
2021-05-12
Kernel: Implement multi-watch InodeWatcher :^)
sin-ack
2021-04-29
Kernel: Add a CMake flag to enable LTO for the kernel
Gunnar Beutner
2021-04-27
Build: Provide the user with a nice message after Toolchain upgrade
Brian Gianforcaro
2021-04-27
Build: Use variables when concatenating Toolchain paths.
Brian Gianforcaro
2021-04-21
Meta: Add an option to precompile some very common AK headers
Ali Mohammad Pur
2021-04-18
Kernel+LibC: Clean up how assertions work in the kernel and LibC
Gunnar Beutner
2021-04-18
Toolchain: Enable -fexceptions and build a separate libstdc++ for the kernel
Gunnar Beutner
2021-04-17
Kernel: Add base support for VirtRNG (VirtIO based Hardware RNG)
Idan Horowitz
2021-04-17
Kernel: Implement a simple Scatter/Gather List
Idan Horowitz
2021-04-17
Kernel: Implement a naive version of virtconsole by memcpying to physical page
Idan Horowitz
2021-04-17
Kernel: Add base support for VirtConsole (VirtIO based consoles)
Idan Horowitz
2021-04-17
Kernel: Add base support for VirtIO devices
Idan Horowitz
2021-04-17
Kernel: Add `-Wnull-dereference` flag
Nicholas-Baron
2021-04-14
Build: Update toolchain include path to gcc 10.3.0
Brian Gianforcaro
2021-04-03
Kernel/PCI: Introduce a new ECAM access mechanism
Liav A
2021-04-03
Kernel: Introduce a new HID subsystem
Liav A
2021-03-27
Kernel/Storage: Move IDE bus master handling code into a separate class
Liav A
2021-03-21
Kernel: Add simplistic work queues
Tom
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-10
Kernel: Build with -Wvla
Andreas Kling
2021-03-09
Kernel+UserspaceEmulator: Add sys$emuctl() system call
Andreas Kling
2021-03-05
Kernel: Add basic AHCI functionality
Liav A
2021-03-04
Kernel: Make the kernel compile & link for x86_64
Andreas Kling
2021-02-25
Kernel: Move SMAP disabler RAII helper to its own file
Andreas Kling
2021-02-25
Kernel: Move the VM Range class to its own files
Andreas Kling
2021-02-24
Kernel: Build with -fsanitize=undefined for all compilers
Andreas Kling
[next]