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-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
2021-05-18
BitmapView: Disable mutations of the underlying Bitmap
Lenny Maiorani
2021-05-17
Kernel: Disable profile timer when the process exits
Gunnar Beutner
2021-05-17
Kernel: Fix return value for {enable,disable}_profile_timer()
Gunnar Beutner
2021-05-17
Kernel: Stop overriding built-in serial port with PCI serial port
Idan Horowitz
2021-05-17
Kernel: Add support for QEMU's emulated pci serial (-pci-serial option)
Idan Horowitz
2021-05-17
Build: Stop using precompiled headers (PCH)
Andreas Kling
2021-05-17
Kernel: Fix spelling mistake in HPETComparator::try_to_set_frequency
Idan Horowitz
2021-05-17
Kernel: Set InterruptEnable on HPET Comparators when frequency is set
Idan Horowitz
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
2021-05-17
Revert "BitmapView: Disable mutations of the underlying Bitmap"
Andreas Kling
2021-05-17
LibVT: Fix newline handling
Daniel Bertalan
2021-05-17
BitmapView: Disable mutations of the underlying Bitmap
Lenny Maiorani
2021-05-17
Kernel: Implement a PCI Serial Device driver
Idan Horowitz
2021-05-17
Kernel: Use IOAddress instead of direct IO calls in SerialDevice
Idan Horowitz
2021-05-17
Kernel: Add a put_char(char) method to SerialDevice
Idan Horowitz
2021-05-17
Kernel: Bit mask line control options in SerialDevice::set_line_control
Idan Horowitz
2021-05-17
Kernel: Swap baud rate divisor registers in SerialDevice::set_baud
Idan Horowitz
2021-05-17
Kernel: Use unsigned instead of signed types in SerialDevice
Idan Horowitz
2021-05-17
Kernel: Initialize the PCI Bus earlier in the boot sequence
Idan Horowitz
[next]