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-05-16
Kernel: Avoid allocations when handling network packets
Gunnar Beutner
2021-05-16
Kernel: Fix incorrect argument when constructing DiskPartitionMetadata
Gunnar Beutner
2021-05-16
AK: Turn ByteBuffer into a value type
Gunnar Beutner
2021-05-16
LibC+Kernel: Add sys/ttydefaults.h
Daniel Bertalan
2021-05-16
LibVT: Implement new ANSI escape sequence parser
Daniel Bertalan
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-15
Kernel: Reorder VirtIODevice PCI initialization steps
Sahan Fernando
2021-05-15
Kernel: Rename VirtIODevice::clear_status_bit to mask_status_bits
Sahan Fernando
2021-05-15
Kernel: Unbreak profiling all processes
Andreas Kling
2021-05-15
Kernel/AHCI: Fix "received" => "recovered" typo in communication error
Luke
2021-05-15
Kernel/AHCI: Get BOH and NVMP from extended capabilities
Luke
2021-05-15
AHCIController: Fix off-by-one mistake (#7144)
Alexander Richards
2021-05-15
Kernel: Fix return values of BXVGADevice::read/write
Sahan Fernando
2021-05-15
Kernel: Don't use the profile timer if we don't have a timer to assign
Liav A
2021-05-15
AK+LibC: Implement malloc_good_size() and use it for Vector/HashTable
Gunnar Beutner
2021-05-15
Kernel: Make perf_event() work for global profiles
Gunnar Beutner
2021-05-15
Kernel/AHCI: Don't check for PCC during initialization
Luke
2021-05-15
Kernel/AHCI: Don't enable interrupts in the AHCIPort constructor
Luke
2021-05-15
Kernel: Log unexpected TCP packet flags in NetworkTask handle_tcp()
Brian Gianforcaro
2021-05-15
Kernel: Fix UHCIController singleton startup null-deref race condition.
Brian Gianforcaro
2021-05-15
Kernel: Make AnonymousVMObject physical page APIs OOM safe
Brian Gianforcaro
2021-05-15
Kernel: Make AnonymousVMObject::clone/create APIs OOM safe
Brian Gianforcaro
2021-05-15
Kernel: Make Process creation APIs OOM safe
Brian Gianforcaro
2021-05-15
Kernel: Make PTYMultiplexer::open API OOM safe
Brian Gianforcaro
2021-05-15
Kernel: Fix lock state corruption in AHCIPORT::start_request
Brian Gianforcaro
2021-05-15
Kernel: Halt CPU on deadly UBSAN instead of calling PANIC
Brian Gianforcaro
2021-05-15
Kernel: Don't crash in page_fault_handler if current_thread is null
Brian Gianforcaro
2021-05-15
LibELF: Remove sketchy use of "undefined" ELF::Image::Section
Andreas Kling
2021-05-14
Kernel+LibC: Add fstatat
Mart G
2021-05-14
Kernel: Merge do_retransmit_packets() into retransmit_packets()
Gunnar Beutner
2021-05-14
Kernel: Try to retransmit lost TCP packets
Gunnar Beutner
2021-05-14
Kernel: Wake up NetworkTask every 500 milliseconds
Gunnar Beutner
2021-05-14
Kernel: Don't use delayed ACKs when establishing the connection
Gunnar Beutner
2021-05-14
Kernel: Add the ability to verify we don't kmalloc under spinlock.
Brian Gianforcaro
2021-05-14
Kernel: Avoid unnecessary time under lock in TCPSocket::create
Brian Gianforcaro
2021-05-14
Kernel: Remove dead TCPSocket::from_endpoints method
Brian Gianforcaro
2021-05-14
Kernel: Correctly set the lost_samples field for the first sample
Gunnar Beutner
2021-05-14
Kernel+Profiler: Track lost time between profiler timer ticks
Gunnar Beutner
2021-05-14
Kernel: Use a separate timer for profiling the system
Gunnar Beutner
2021-05-13
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
Andreas Kling
2021-05-13
IDEChannel: Fix wait_until_not_busy() (#7084)
Alexander Richards
2021-05-13
CMake: Fix message levels for error conditions during configuration
Brian Gianforcaro
2021-05-13
Kernel: Make InodeWatcher::crate API OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make KBuffer::try_create_with* APIs OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make UDPSocket::create() API OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make IPv4Socket::create API for SOCK_RAW OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make TCPSocket::create API OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make LocalSocket factory APIs OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Replace make<T>() with adopt_own_if_nonnull() in sys$module_load
Brian Gianforcaro
2021-05-13
Kernel: Replace make<T>() with adopt_own_if_nonnull() in KBufferBuilder
Brian Gianforcaro
[next]