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-03-02
Kernel/Graphics: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
2022-02-28
Kernel: Add getrusage() syscall
Lucas CHOLLET
2022-02-24
Kernel/Audio: Remove the SB16 driver
Liav A
2022-02-16
Kernel: Stop compiling AK::String and friends into the Kernel
Idan Horowitz
2022-02-14
Kernel/Audio: Introduce a new design architecture for the subsystem
Liav A
2022-02-11
Meta: Enable RELR relocations
Daniel Bertalan
2022-02-04
Kernel: Set up an initial boot framebuffer console
Tom
2022-02-03
Kernel: Move Spinlock lock/unlock functions out of line
Andreas Kling
2022-02-02
Kernel: Add polling support to NVMe
Pankaj Raghav
2022-01-23
Kernel: Add ioctl to get the EDID from a framebuffer
Tom
2022-01-23
Kernel/Devices: Introduce the Device Control Device
Liav A
2022-01-23
Kernel/PCI: Add basic support for the VMD PCI bridge device
Liav A
2022-01-21
Kernel: Stop using LibKeyboard's CharacterMap in HIDManagement
Idan Horowitz
2022-01-10
Kernel: Fix indentation in CMakeLists.txt
Linus Groh
2022-01-08
Kernel/PCI: Split host bridge code from the Access singleton
Liav A
2022-01-01
Kernel/NVMe: Add initial NVMe driver support
Pankaj Raghav
2021-12-30
Kernel: Use the toolchain's `nm` in mkmap.sh
Daniel Bertalan
2021-12-28
Kernel: Implement and use the syscall/sysret instruction pair on x86_64
Owen Smith
2021-12-28
Kernel/Net: Move Realtek network adapters code to a separate directory
Liav A
2021-12-28
Kernel/Net: Move NE2000 network adapter code to a separate directory
Liav A
2021-12-28
Kernel/Net: Move Intel network adapters code to a separate directory
Liav A
2021-12-26
Kernel: Remove old SlabAllocator :^)
Andreas Kling
2021-12-23
Kernel: Move Multi Processor Parser code to a separate directory
Liav A
2021-12-16
Kernel: Build with -O2 by default
Andreas Kling
2021-12-12
Kernel: Remove sys$select() syscall
Jean-Baptiste Boric
2021-12-12
Kernel: Split off sys$poll() into Syscalls/poll.cpp
Jean-Baptiste Boric
2021-11-23
Kernel: Implement AC97 audio device driver
Jelle Raaijmakers
2021-11-23
Kernel: Move SB16 to Audio subdirectory
Jelle Raaijmakers
2021-11-13
Kernel/Storage: Move all ATA related code to a new subdirectory
Liav A
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-27
Kernel/Graphics: Merge VirtIO GraphicsAdapter and VirtIO GPU code
Liav A
2021-10-27
Kernel/Graphics: Rename VirtIO FrameBufferDevice => FramebufferDevice
Liav A
2021-10-17
Kernel: Enable LTO for kernel_heap if `ENABLE_KERNEL_LTO` is set
Daniel Bertalan
2021-10-17
Toolchain+Meta: Update LLVM version to 13.0.0
Daniel Bertalan
2021-10-17
Kernel: Introduce workaround to make LTO builds work with Clang
Daniel Bertalan
2021-10-16
Kernel: Move ScopedCritical + SmapDisabler CPP files into x86 common
James Mintram
2021-10-16
Kernel: Add MiniStdLib to the Aarch64 kernel
James Mintram
2021-10-15
Kernel: Add StdLib.cpp to aarch64 build and update stubs in dummy.cpp
James Mintram
2021-10-15
Kernel: Split SmapDisabler so header is platform independent
James Mintram
2021-10-15
Kernel: Split ScopedCritical so header is platform independent
James Mintram
2021-10-15
Kernel: List AK_SOURCES only once
Nico Weber
2021-10-14
Kernel: Add UBSanitizer.cpp to the Aarch64 kernel build
James Mintram
2021-10-14
Kernel: Fix all linker errors for Aarch64 build
James Mintram
2021-10-14
Kernel: Add the AK sources to the Aarch64 kernel build
James Mintram
2021-10-14
Kernel: Add -fsigned-char to ensure consistency across platforms
James Mintram
2021-10-09
Kernel/Storage: Unify all ATA devices
Liav A
2021-09-17
Kernel/Devices: Move ConsoleDevice into the Devices source directory
Liav A
2021-09-17
Kernel: Introduce the DeviceManagement singleton
Liav A
2021-09-15
Meta+Toolchain: Rename CMAKE_CXXFILT to SERENITY_CXXFILT
Andrew Kaster
2021-09-15
Meta: Switch to a SuperBuild that splits host and target builds
Andrew Kaster
[prev]
[next]