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
2022-02-12
Kernel: Increase attempts count when waiting before doing i8042 IO
Liav A
2022-02-12
Kernel: Increase delay and attempts count when checking i8042 existence
Liav A
2022-02-11
Meta: Enable RELR relocations
Daniel Bertalan
2022-02-11
Kernel: Stop trying to write unmapped Process regions into CoreDumps
Idan Horowitz
2022-02-11
Kernel: Set up Regions before adding them to a Process's AddressSpace
Idan Horowitz
2022-02-11
Kernel: Make SharedInodeVMObject pages Bitmap allocation OOM-fallible
Idan Horowitz
2022-02-11
Kernel: Make AnonymousVMObject COW-Bitmap allocation OOM-fallible
Idan Horowitz
2022-02-11
AK: Make Bitmap construction OOM-fallible
Idan Horowitz
2022-02-11
Kernel/Net: Don't update TCP socket "last sent ACK" field too early
Andreas Kling
2022-02-11
Kernel/E1000: Bump RX/TX buffer count to 256/256
Andreas Kling
2022-02-11
Kernel: Make contiguous VM objects use "user physical pages" by default
Andreas Kling
2022-02-11
Kernel: Workaround QEMU hypervisor.framework CPUID max leaf bug
Idan Horowitz
2022-02-10
Kernel: Convert i8042 code to use the ErrorOr pattern more broadly
Liav A
2022-02-10
Kernel: Check i8042 existence before trying to use it
Liav A
2022-02-09
Kernel: Instantiate a TextModeConsole early on if there's no framebuffer
Liav A
2022-02-09
Kernel/Graphics: Don't assert when disabling TextModeConsole
Liav A
2022-02-09
Kernel/Graphics: Untie Text mode console from VGACompatibleAdapter class
Liav A
2022-02-09
Kernel: Change static constexpr variables to constexpr where possible
Lenny Maiorani
2022-02-09
AK+Kernel: Alphabetize debug macros
Lenny Maiorani
2022-02-09
LibC+Kernel: Remove global variable use from snprintf and fprintf
Andrew Kaster
2022-02-07
Kernel: Fix bug in TCP state handling in SynSent
Jamie Mansfield
2022-02-07
Kernel: Robustify and rename Inode bound socket API
Andreas Kling
2022-02-07
Kernel: Ensure socket is suitable for writing in sys$sendmsg
sin-ack
2022-02-06
Kernel: Fix bugs in TCP state handling in FinWait1 & FinWait2
Andreas Kling
2022-02-06
Kernel: Send only FIN when shutting down TCP socket from ESTABLISHED
Andreas Kling
2022-02-06
AK: Move integral log2 and exp to IntegerMath.h
Hendiadyoin1
2022-02-06
Kernel: Propagate sys$profiling_enable() buffer allocation failure
Andreas Kling
2022-02-05
Kernel: Put kmalloc heap expansion debug spam behind KMALLOC_DEBUG
Andreas Kling
2022-02-05
Kernel/Interrupts: Remove stale MSIHandler class
Liav A
2022-02-04
Kernel: Disable BootFramebufferConsole when drivers create a new one
Tom
2022-02-04
Kernel: Set up an initial boot framebuffer console
Tom
2022-02-04
Kernel: Separate GenericFramebufferConsole implementation
Tom
2022-02-03
Kernel: Remove the infallible make_ref_counted<T> factory function
Idan Horowitz
2022-02-03
Kernel: Convert try_make_ref_counted to use ErrorOr
Idan Horowitz
2022-02-03
Kernel: Stop using the make<T> factory method in the Kernel
Idan Horowitz
2022-02-03
Kernel: Ignore allocation failures when trying to retransmit packets
Idan Horowitz
2022-02-03
Kernel: Stop allocating VirtIO configuration structs on the heap
Idan Horowitz
2022-02-03
Revert "Kernel: Protect InodeWatcher internals with spinlock instead of mutex"
Andreas Kling
2022-02-03
Kernel: Protect Inode flock list with spinlock instead of mutex
Andreas Kling
2022-02-03
Kernel: Remove unnecessary mutex for ubsan-is-deadly ProcFS node
Andreas Kling
2022-02-03
AK+Kernel+LibSanitizer: Store "ubsan-is-deadly" flag as Atomic<bool>
Andreas Kling
2022-02-03
Kernel: Protect InodeWatcher internals with spinlock instead of mutex
Andreas Kling
2022-02-03
Kernel: Protect PCI access with spinlock instead of mutex
Andreas Kling
2022-02-03
Kernel: Turn VirtIOGPU operation lock from mutex into spinlock
Andreas Kling
2022-02-03
Kernel: Protect FramebufferDevice with spinlock instead of mutex
Andreas Kling
2022-02-03
Kernel: Protect global device map with spinlock instead of mutx
Andreas Kling
2022-02-03
Kernel: Protect Inode's list of watchers with spinlock instead of mutex
Andreas Kling
2022-02-03
Kernel: Protect mounted filesystem list with spinlock instead of mutex
Andreas Kling
2022-02-03
Kernel: Protect network adapter list with spinlock instead of mutex
Andreas Kling
2022-02-03
Kernel: Protect PTYMultiplexer freelist with spinlock instead of mutex
Andreas Kling
[next]