summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2021-05-16Kernel: Avoid allocations when handling network packetsGunnar Beutner
2021-05-16Kernel: Fix incorrect argument when constructing DiskPartitionMetadataGunnar Beutner
2021-05-16AK: Turn ByteBuffer into a value typeGunnar Beutner
2021-05-16LibC+Kernel: Add sys/ttydefaults.hDaniel Bertalan
2021-05-16LibVT: Implement new ANSI escape sequence parserDaniel Bertalan
2021-05-16AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`Nicholas Baron
2021-05-15Kernel: Reorder VirtIODevice PCI initialization stepsSahan Fernando
2021-05-15Kernel: Rename VirtIODevice::clear_status_bit to mask_status_bitsSahan Fernando
2021-05-15Kernel: Unbreak profiling all processesAndreas Kling
2021-05-15Kernel/AHCI: Fix "received" => "recovered" typo in communication errorLuke
2021-05-15Kernel/AHCI: Get BOH and NVMP from extended capabilitiesLuke
2021-05-15AHCIController: Fix off-by-one mistake (#7144)Alexander Richards
2021-05-15Kernel: Fix return values of BXVGADevice::read/writeSahan Fernando
2021-05-15Kernel: Don't use the profile timer if we don't have a timer to assignLiav A
2021-05-15AK+LibC: Implement malloc_good_size() and use it for Vector/HashTableGunnar Beutner
2021-05-15Kernel: Make perf_event() work for global profilesGunnar Beutner
2021-05-15Kernel/AHCI: Don't check for PCC during initializationLuke
2021-05-15Kernel/AHCI: Don't enable interrupts in the AHCIPort constructorLuke
2021-05-15Kernel: Log unexpected TCP packet flags in NetworkTask handle_tcp()Brian Gianforcaro
2021-05-15Kernel: Fix UHCIController singleton startup null-deref race condition.Brian Gianforcaro
2021-05-15Kernel: Make AnonymousVMObject physical page APIs OOM safeBrian Gianforcaro
2021-05-15Kernel: Make AnonymousVMObject::clone/create APIs OOM safeBrian Gianforcaro
2021-05-15Kernel: Make Process creation APIs OOM safeBrian Gianforcaro
2021-05-15Kernel: Make PTYMultiplexer::open API OOM safeBrian Gianforcaro
2021-05-15Kernel: Fix lock state corruption in AHCIPORT::start_requestBrian Gianforcaro
2021-05-15Kernel: Halt CPU on deadly UBSAN instead of calling PANICBrian Gianforcaro
2021-05-15Kernel: Don't crash in page_fault_handler if current_thread is nullBrian Gianforcaro
2021-05-15LibELF: Remove sketchy use of "undefined" ELF::Image::SectionAndreas Kling
2021-05-14Kernel+LibC: Add fstatatMart G
2021-05-14Kernel: Merge do_retransmit_packets() into retransmit_packets()Gunnar Beutner
2021-05-14Kernel: Try to retransmit lost TCP packetsGunnar Beutner
2021-05-14Kernel: Wake up NetworkTask every 500 millisecondsGunnar Beutner
2021-05-14Kernel: Don't use delayed ACKs when establishing the connectionGunnar Beutner
2021-05-14Kernel: Add the ability to verify we don't kmalloc under spinlock.Brian Gianforcaro
2021-05-14Kernel: Avoid unnecessary time under lock in TCPSocket::createBrian Gianforcaro
2021-05-14Kernel: Remove dead TCPSocket::from_endpoints methodBrian Gianforcaro
2021-05-14Kernel: Correctly set the lost_samples field for the first sampleGunnar Beutner
2021-05-14Kernel+Profiler: Track lost time between profiler timer ticksGunnar Beutner
2021-05-14Kernel: Use a separate timer for profiling the systemGunnar Beutner
2021-05-13Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>Andreas Kling
2021-05-13IDEChannel: Fix wait_until_not_busy() (#7084)Alexander Richards
2021-05-13CMake: Fix message levels for error conditions during configurationBrian Gianforcaro
2021-05-13Kernel: Make InodeWatcher::crate API OOM safeBrian Gianforcaro
2021-05-13Kernel: Make KBuffer::try_create_with* APIs OOM safeBrian Gianforcaro
2021-05-13Kernel: Make UDPSocket::create() API OOM safeBrian Gianforcaro
2021-05-13Kernel: Make IPv4Socket::create API for SOCK_RAW OOM safeBrian Gianforcaro
2021-05-13Kernel: Make TCPSocket::create API OOM safeBrian Gianforcaro
2021-05-13Kernel: Make LocalSocket factory APIs OOM safeBrian Gianforcaro
2021-05-13Kernel: Replace make<T>() with adopt_own_if_nonnull() in sys$module_loadBrian Gianforcaro
2021-05-13Kernel: Replace make<T>() with adopt_own_if_nonnull() in KBufferBuilderBrian Gianforcaro