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-27
Kernel+AK: Move UBSanitizer to AK, and to AK namespace
Andrew Kaster
2021-05-27
Kernel: Add ENABLE_EXTRA_KERNEL_DEBUG_SYMBOLS option to set Og and ggdb3
Andrew Kaster
2021-05-27
Kernel: Explicitly initialize bools in IOAPIC mapping
Andrew Kaster
2021-05-27
Kernel: Pass trampolines instead of lambdas to create_kernel_process
Andrew Kaster
2021-05-27
Kernel: Let the user read/write more than one page from/to dev files
Gunnar Beutner
2021-05-26
Kernel: Block when writing to TCP sockets when the send window is full
Gunnar Beutner
2021-05-26
Kernel: Avoid allocations when sending IP packets
Gunnar Beutner
2021-05-26
Kernel: Move packet allocation into helper methods
Gunnar Beutner
2021-05-26
Kernel: Switch VMObject to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-26
Kernel: Switch Region to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-26
Kernel: Switch LocalSocket to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-26
Kernel: Switch Inode to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-25
Kernel: Don't try to send TCP packets larger than the MSS
Gunnar Beutner
2021-05-25
Kernel: Validate we don't hold s_mm_lock during context switch
Brian Gianforcaro
2021-05-25
Kernel: Release the paging lock while reading from the disk
Tom
2021-05-25
Kernel: Add ScopedLockRelease to temporarily release a Lock
Tom
2021-05-24
LibVT: Add Alternate Screen Buffer support
Daniel Bertalan
2021-05-24
LibVT+Kernel: Add support for setting cursor styles
Daniel Bertalan
2021-05-24
Kernel: Disable profiling if setting up the buffer or timer failed
Gunnar Beutner
2021-05-24
Kernel: Signal EOF/EOL characters properly in `TTY`
Daniel Bertalan
2021-05-23
Kernel: Make sure we only log profiling events when m_profiling is true
Gunnar Beutner
2021-05-22
Kernel: Print a message to debug log after writing a perfcore file
Andreas Kling
2021-05-22
Kernel/Net: Make interfaces to have persistent names
Liav A
2021-05-22
Kernel: Remove an allocation from VFS::resolve_path_without_veil (#7287)
Mart G
2021-05-21
Kernel/Commandline: Allow the user to specify an embedded string
Liav A
2021-05-21
Kernel/CPU: Fix awkward printing early on boot
Liav A
2021-05-21
Kernel: Print commandline after initializing it
Liav A
2021-05-21
Kernel/VirtualConsole: Fix grammar error in comment
Liav A
2021-05-21
Kernel: Ignore interfaces without an IP address when routing packages
Gunnar Beutner
2021-05-21
Kernel: Make sure network adapters have unique names
Gunnar Beutner
2021-05-21
Kernel/PCI: Fix support of multiple PCI host controllers enumeration
Liav A
2021-05-21
Kernel/Graphics: Indicate initialization failed if no device was found
Liav A
2021-05-21
Revert "Kernel: Avoid allocating under spinlock in ProcessGroup::find_or_create"
Brian Gianforcaro
2021-05-21
Revert "Kernel: Fix regression, removing a ProcessGroup that not in the list"
Brian Gianforcaro
2021-05-21
Kernel: Fix type, dectivate_writes => deactivate_writes
Liav A
2021-05-21
Kernel/Graphics: Choose VMObject considering enabled state when mmaping
Liav A
2021-05-21
Kernel: Fix framebuffer resolution modesetting after boot
Liav A
2021-05-21
Kernel/TTY: Don't flush dirty lines if VirtualConsole is not active
Liav A
2021-05-21
Kernel: Process request to change virtual console from the IO Work queue
Liav A
2021-05-20
Kernel: Close a Thread tid lookup race
Tom
2021-05-20
Kernel: Stop allocating the PS2KeyboardDevice in the eternal heap
Idan Horowitz
2021-05-20
Meta: Make generate_state_machine() generate a proper target
Ali Mohammad Pur
2021-05-20
Kernel: Fix regression, removing a ProcessGroup that not in the list
Brian Gianforcaro
2021-05-20
Kernel: Use the Function class for smp_broadcast()/smp_unicast()
Gunnar Beutner
2021-05-20
Kernel: Use the Function class for deferred_call_queue()
Gunnar Beutner
2021-05-20
Kernel: Remove an allocation when blocking a thread
Gunnar Beutner
2021-05-20
Kernel: Avoid allocating under spinlock in ProcessGroup::find_or_create
Brian Gianforcaro
2021-05-20
Kernel: Make ProcessGroup::find_or_create API OOM safe
Brian Gianforcaro
2021-05-20
Kernel: Remove s_processor_lock by making s_processors statically sized
Brian Gianforcaro
2021-05-20
Kernel: Do not allocate AnonymousVMObject's under spin lock
Brian Gianforcaro
[next]