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-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
2021-05-19
Kernel: Generate page fault events from the kernel profiler
Brian Gianforcaro
2021-05-19
Kernel: Avoid an allocation in sys$poll
Gunnar Beutner
2021-05-19
Kernel: Add support for profiling kmalloc()/kfree()
Gunnar Beutner
2021-05-19
Kernel+LibC: Add support for filtering profiling events
Gunnar Beutner
2021-05-19
Kernel: Track performance events for context switches
Gunnar Beutner
2021-05-19
Kernel: static vs non-static constexpr variables
Lenny Maiorani
2021-05-19
Kernel: Use plain Function objects for the WorkQueue
Gunnar Beutner
2021-05-19
Kernel: Add statvfs & fstatvfs Syscalls
Justin
2021-05-19
Kernel: Expose FileSystem's fragment size
Justin
2021-05-19
Kernel: Ignore null parent custody without error in VFS::open
Max Wipfli
2021-05-18
Kernel: Implement mprotect for multiple Regions
Hendiadyoin1
2021-05-18
Kernel: Don't update write_pos in DoubleBuffer if userspace copy fails
Sahan Fernando
2021-05-18
Kernel: Acknowledge partial writes from TTYs
Sahan Fernando
2021-05-18
Kernel: Fix subtle race condition in sys$write implementation
Sahan Fernando
2021-05-18
Kernel: Add support for multiple serial ports per device
Idan Horowitz
2021-05-18
Kernel: Avoid allocations when receiving network packets
Gunnar Beutner
[next]