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
Age
Commit message (
Expand
)
Author
2021-06-04
Kernel: Use IO ports instad of MMIO with Bochs graphics in VirtualBox
Liav A
2021-06-04
Kernel/Graphics: Add a proper method to check if Intel GPU is supported
Liav A
2021-06-04
LibC: Define `MSG_OOB`
Jelle Raaijmakers
2021-06-04
LibC: Add POSIX timer constants
Jelle Raaijmakers
2021-06-04
LibVT+Kernel: Create `Color` class
Daniel Bertalan
2021-06-03
Kernel: Make sure outgoing ICMP packets have the correct checksum
Gunnar Beutner
2021-06-03
Kernel: Support new lines when doing critical printing
Liav A
2021-06-03
Kernel/Graphics: Remove unused overloaded write methods of Console
Liav A
2021-06-03
Kernel: Fix "sv" being inside of "no-fbdev" instead of outside
Luke
2021-06-03
Kernel: Switch ProcessGroup to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-06-03
AK: Allow inlining ref-count functionality
Gunnar Beutner
2021-06-02
Kernel: Avoid allocations in the VMObject constructor
Gunnar Beutner
2021-06-02
Kernel: Add operator delete for KString
Gunnar Beutner
2021-06-02
Kernel: Make KString non-copyable and non-movable
Gunnar Beutner
2021-06-02
Kernel: Fix use-after-free in sys$mremap
Gunnar Beutner
2021-06-01
Kernel: Handle OOM of file system in sys$mount
Brian Gianforcaro
2021-06-01
Kernel: Move ProcFS API towards OOM safety
Brian Gianforcaro
2021-06-01
Kernel: Move TmpFS towards OOM safety
Brian Gianforcaro
2021-06-01
Kernel: Move DevFS APIs towards OOM safety
Brian Gianforcaro
2021-06-01
Kernel: Make AnonymousFile::create API OOM safe
Brian Gianforcaro
2021-06-01
Kernel: Dont try to register ephemeral TCP ports twice
stelar7
2021-05-31
Kernel/ACPI: Sprinkle links to the specification all over
Luke
2021-05-31
Kernel: Rename instances of IO port 0xe9 to BOCHS_DEBUG_PORT
Nick Miller
2021-05-31
Documentation: Add explanation about AHCI locking
Liav A
2021-05-31
Kernel: Fix crash when switching to console 5 & 6
Sebastian Zaha
2021-05-31
AK+Kernel: Disallow implicitly lifting pointers to OwnPtr's
Ali Mohammad Pur
2021-05-31
Kernel: Add KString::must_{..} factory methods
Brian Gianforcaro
2021-05-31
Kernel: Move CommandLine API to use AK::StringView instead of AK::String
Brian Gianforcaro
2021-05-30
Kernel: Unnamed regions still need a null-terminator in core dumps
Andreas Kling
2021-05-30
Kernel: Don't log profile data before/after the process/thread lifetime
Gunnar Beutner
2021-05-29
Everywhere: Sort out superfluous QuickSort.h imports
Ben Wiederhake
2021-05-29
Kernel: Ensure that an unveil node with no permission is never accepted
Ali Mohammad Pur
2021-05-29
Kernel: Convert Process::get_syscall_path_argument() to KString
Andreas Kling
2021-05-29
AK: Move RefCountedBase definitions out-of-line
Andreas Kling
2021-05-29
Kernel: Make sure we free the thread stack on thread exit
Gunnar Beutner
2021-05-29
Kernel: Move sys$munmap functionality into a helper method
Gunnar Beutner
2021-05-29
Kernel: Make sure we unmap the TLS region when a thread exits
Gunnar Beutner
2021-05-29
Kernel/Storage: Enable interrupts for AHCI ports if PHY is not enabled
Liav A
2021-05-29
Kernel/Storage: Remove the None option from AHCI reset policy
Liav A
2021-05-29
Kernel/Storage: Rename the method hba_region => default_hba_region
Liav A
2021-05-29
Kernel: Don't overrun the buffer in krealloc()
Gunnar Beutner
2021-05-29
Kernel: Make Region creation API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make PerformanceEventBuffer creation API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make Space::create API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make CoreDump::create API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Remove usage of adopt_own in MultiProcessorParser
Brian Gianforcaro
2021-05-29
Kernel: Remove usage of adopt_own in KString
Brian Gianforcaro
2021-05-29
Kernel: Make KBuffer APIs OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make ContiguousVMObject factory API OOM safe
Brian Gianforcaro
2021-05-29
Kernel: Make AnonymousVMObject::clone() API OOM safe
Brian Gianforcaro
[next]