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-05-03
Kernel: Add aarch64 version of kprintf.cpp
Timon Kruiper
2022-05-03
Kernel: Fix aarch64 build by adding -Wno-nonnull flag
Timon Kruiper
2022-05-02
Kernel: Don't check pledges or veil against code coverage data files
Andrew Kaster
2022-04-22
Kernel/USB: Get all interface descriptors on enumeration
Jesse Buhagiar
2022-04-20
Kernel: Move VMWareBackdoor to new directory in the Firmware directory
Liav A
2022-04-08
Kernel: Adjust includes after file reorganization
Tiaan Louw
2022-04-06
Kernel: Improve the aarch64 kernel source files disk layout
James Mintram
2022-04-03
Kernel: Fix aarch64 kernel build on case sensitive file systems
Brian Gianforcaro
2022-04-04
Kernel: Add RegionTree and remove VirtualRangeAllocator from aarch64
James Mintram
2022-04-03
Kernel: Add kmalloc.cpp to aarch64
James Mintram
2022-04-03
Kernel: Use intrusive RegionTree solution for kernel regions as well
Andreas Kling
2022-04-03
Kernel: Add Memory::RegionTree to share code between AddressSpace and MM
Andreas Kling
2022-04-02
Kernel: Add all memory files to aarch64 and fix resulting linker errors
James Mintram
2022-04-02
Kernel: Re-add AK files to aarch64
James Mintram
2022-04-02
Kernel: Make MemoryManager compile on aarch64
James Mintram
2022-04-02
Kernel: Make handle_crash available to aarch64
James Mintram
2022-04-02
Kernel: Re-add dummy.cpp and remove duplicate definitions
James Mintram
2022-03-27
Kernel: Support all Intel-defined CPUID feature flags for EAX=1
Linus Groh
2022-03-22
Kernel: Don't assume paths of TTYs and pseudo terminals anymore
Liav A
2022-03-22
Kernel: Create SelfTTYDevice class to help replace /dev/tty symlink
Liav A
2022-03-19
Kernel/Storage: Move Ramdisk code into a separate subdirectory
Liav A
2022-03-12
Kernel: Move aarch64 Prekernel into Kernel
Jakub V. Flasar
2022-03-09
Kernel: Implement basic VirGL device
Sahan Fernando
2022-03-02
Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
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
[next]