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-08-06
Kernel: Make AsyncDeviceRequest::name() return StringView
Andreas Kling
2021-08-06
Kernel: Remove unused PCI::Access::access_type()
Andreas Kling
2021-08-06
Kernel: Make IRQController::model() return StringView
Andreas Kling
2021-08-06
Kernel: Make HardwareTimer::model() return StringView
Andreas Kling
2021-08-06
Kernel: Make Thread::state_string() return StringView
Andreas Kling
2021-08-06
Kernel: Make a bunch of "char const* to_string()" return StringView
Andreas Kling
2021-08-06
Kernel: Simplify PageDirectory allocation failure
Andreas Kling
2021-08-06
Kernel: Fix logic typo in AnonymousVMObject::handle_cow_fault()
Andreas Kling
2021-08-05
Kernel: Remove double-counting of allocated pages in AnonymousVMObject
Idan Horowitz
2021-08-05
Kernel: Uncommit a shared COW page when discovering it was unshared
Andreas Kling
2021-08-05
Kernel: Detach AnonymousVMObject from shared COW pages set once emptied
Andreas Kling
2021-08-05
Kernel: Handle AnonymousVMObject allocation failure when forking
Andreas Kling
2021-08-05
Kernel: Simplify AnonymousVMObject copy constructor
Andreas Kling
2021-08-05
Kernel: Use RAII to manage committed physical pages
Andreas Kling
2021-08-05
Kernel: Add MemoryManager to Forward.h
Andreas Kling
2021-08-04
Kernel: Remove the always 1-sized super physical regions Vector
Idan Horowitz
2021-08-04
Kernel: Print panic backtrace to both the screen and serial
Luke
2021-08-04
Kernel: Ensure we read valid values from the RTC CMOS registers
Liav A
2021-08-04
Kernel: Ensure we don't get in an endless loop while querying the CMOS
Liav A
2021-08-04
AK+Kernel: Print TODO when a TODO() is executed
sin-ack
2021-08-03
Kernel: Remove OOM unsafe API KBuffer::create_with_size
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM when allocating Packet KBuffers
Brian Gianforcaro
2021-08-03
Kernel: Use normal initialization for TCPPacket instead of memset
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM when allocating IPv4Socket optional scratch buffer
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM in DiskCache when mounting Ext2 filesystems
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from KBuffer creation in sys$module()
Brian Gianforcaro
2021-08-03
Kernel: Remove OOM unsafe DoubleBuffer constructor
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from DoubleBuffer usage in IPv4Socket
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from DoubleBuffer usage in Net/LocalSocket
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from DoubleBuffer creation in FIFO creation
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from KBuffer usage in Ext2FS::get_bitmap_block()
Brian Gianforcaro
2021-08-03
Kernel: Convert MasterPTY creation to use DoubleBuffer factory
Brian Gianforcaro
2021-08-03
Kernel: Add DoubleBuffer::try_create() factory method for OOM hardening
Brian Gianforcaro
2021-08-03
Kernel: Do not cancel stale timers when servicing sys$alarm
Brian Gianforcaro
2021-08-03
Everywhere: Make use of container version of all_of
Lenny Maiorani
2021-08-03
Kernel: Make NullDevice (/dev/null) seekable
Andreas Kling
2021-08-03
Kernel: Remap regions after changing purgeable VM object volatile flag
Andreas Kling
2021-08-03
Kernel: Set initial link up status for RTL8139
Thomas Wagenveld
2021-08-03
Kernel: Expose link speed and duplex through /proc/net/adapters
Thomas Wagenveld
2021-08-03
Kernel: Add interface to read link speed and duplex for NetworkAdapter
Thomas Wagenveld
2021-08-02
Kernel: Send RST/ACK if no socket is available
brapru
2021-08-02
Kernel: Do not send delayed ack in response to RST/ACK
brapru
2021-08-02
VirtualFileSystem: Don't let rename() overwrite non-empty directory
LuK1337
2021-08-02
Kernel: Convert NetworkTask to east-const style
brapru
2021-08-01
Kernel: Remove ThreadTracer.h include from Process.h / Thread.h
Brian Gianforcaro
2021-08-01
Kernel: Only include AK/SourceLocation.h if LOCK_DEBUG is enabled
Brian Gianforcaro
2021-08-01
Kernel: Only include KCOVDevice.h if ENABLE_KERNEL_COVERAGE_COLLECTION
Brian Gianforcaro
2021-08-01
Kernel: Remove unused header includes
Brian Gianforcaro
2021-07-31
Kernel: Copy the "purgeable" flag when cloning AnonymousVMObject
Andreas Kling
2021-07-30
Prekernel: Disable KASAN, so it has no effect when enabled
Brian Gianforcaro
[prev]
[next]