summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2021-08-06Kernel: Make AsyncDeviceRequest::name() return StringViewAndreas Kling
2021-08-06Kernel: Remove unused PCI::Access::access_type()Andreas Kling
2021-08-06Kernel: Make IRQController::model() return StringViewAndreas Kling
2021-08-06Kernel: Make HardwareTimer::model() return StringViewAndreas Kling
2021-08-06Kernel: Make Thread::state_string() return StringViewAndreas Kling
2021-08-06Kernel: Make a bunch of "char const* to_string()" return StringViewAndreas Kling
2021-08-06Kernel: Simplify PageDirectory allocation failureAndreas Kling
2021-08-06Kernel: Fix logic typo in AnonymousVMObject::handle_cow_fault()Andreas Kling
2021-08-05Kernel: Remove double-counting of allocated pages in AnonymousVMObjectIdan Horowitz
2021-08-05Kernel: Uncommit a shared COW page when discovering it was unsharedAndreas Kling
2021-08-05Kernel: Detach AnonymousVMObject from shared COW pages set once emptiedAndreas Kling
2021-08-05Kernel: Handle AnonymousVMObject allocation failure when forkingAndreas Kling
2021-08-05Kernel: Simplify AnonymousVMObject copy constructorAndreas Kling
2021-08-05Kernel: Use RAII to manage committed physical pagesAndreas Kling
2021-08-05Kernel: Add MemoryManager to Forward.hAndreas Kling
2021-08-04Kernel: Remove the always 1-sized super physical regions VectorIdan Horowitz
2021-08-04Kernel: Print panic backtrace to both the screen and serialLuke
2021-08-04Kernel: Ensure we read valid values from the RTC CMOS registersLiav A
2021-08-04Kernel: Ensure we don't get in an endless loop while querying the CMOSLiav A
2021-08-04AK+Kernel: Print TODO when a TODO() is executedsin-ack
2021-08-03Kernel: Remove OOM unsafe API KBuffer::create_with_sizeBrian Gianforcaro
2021-08-03Kernel: Handle OOM when allocating Packet KBuffersBrian Gianforcaro
2021-08-03Kernel: Use normal initialization for TCPPacket instead of memsetBrian Gianforcaro
2021-08-03Kernel: Handle OOM when allocating IPv4Socket optional scratch bufferBrian Gianforcaro
2021-08-03Kernel: Handle OOM in DiskCache when mounting Ext2 filesystemsBrian Gianforcaro
2021-08-03Kernel: Handle OOM from KBuffer creation in sys$module()Brian Gianforcaro
2021-08-03Kernel: Remove OOM unsafe DoubleBuffer constructorBrian Gianforcaro
2021-08-03Kernel: Handle OOM from DoubleBuffer usage in IPv4SocketBrian Gianforcaro
2021-08-03Kernel: Handle OOM from DoubleBuffer usage in Net/LocalSocketBrian Gianforcaro
2021-08-03Kernel: Handle OOM from DoubleBuffer creation in FIFO creationBrian Gianforcaro
2021-08-03Kernel: Handle OOM from KBuffer usage in Ext2FS::get_bitmap_block()Brian Gianforcaro
2021-08-03Kernel: Convert MasterPTY creation to use DoubleBuffer factoryBrian Gianforcaro
2021-08-03Kernel: Add DoubleBuffer::try_create() factory method for OOM hardeningBrian Gianforcaro
2021-08-03Kernel: Do not cancel stale timers when servicing sys$alarmBrian Gianforcaro
2021-08-03Everywhere: Make use of container version of all_ofLenny Maiorani
2021-08-03Kernel: Make NullDevice (/dev/null) seekableAndreas Kling
2021-08-03Kernel: Remap regions after changing purgeable VM object volatile flagAndreas Kling
2021-08-03Kernel: Set initial link up status for RTL8139Thomas Wagenveld
2021-08-03Kernel: Expose link speed and duplex through /proc/net/adaptersThomas Wagenveld
2021-08-03Kernel: Add interface to read link speed and duplex for NetworkAdapterThomas Wagenveld
2021-08-02Kernel: Send RST/ACK if no socket is availablebrapru
2021-08-02Kernel: Do not send delayed ack in response to RST/ACKbrapru
2021-08-02VirtualFileSystem: Don't let rename() overwrite non-empty directoryLuK1337
2021-08-02Kernel: Convert NetworkTask to east-const stylebrapru
2021-08-01Kernel: Remove ThreadTracer.h include from Process.h / Thread.hBrian Gianforcaro
2021-08-01Kernel: Only include AK/SourceLocation.h if LOCK_DEBUG is enabledBrian Gianforcaro
2021-08-01Kernel: Only include KCOVDevice.h if ENABLE_KERNEL_COVERAGE_COLLECTIONBrian Gianforcaro
2021-08-01Kernel: Remove unused header includesBrian Gianforcaro
2021-07-31Kernel: Copy the "purgeable" flag when cloning AnonymousVMObjectAndreas Kling
2021-07-30Prekernel: Disable KASAN, so it has no effect when enabledBrian Gianforcaro