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-10-28
LibC: Include sys/uio.h in sys/socket.h for struct iovec
Idan Horowitz
2021-10-28
Kernel: Add the IFF_* SIOCGIFFLAGS flag macros
Idan Horowitz
2021-10-28
Kernel+LibC: Add support for the IPv4 TOS field via the IP_TOS sockopt
Idan Horowitz
2021-10-28
Kernel: Fix accidental memory over-read in getsockopt(IP_TTL)
Idan Horowitz
2021-10-28
LibC: Add IPPROTO_ICMPV6 macro
Idan Horowitz
2021-10-27
Everywhere: Rename back-click to backward-click
Filiph Sandström
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-27
Kernel/Graphics: Rename GraphicsDevice => GenericGraphicsAdapter
Liav A
2021-10-27
Kernel/Graphics: Re-order parameters in VirtIO GraphicsAdapter methods
Liav A
2021-10-27
Kernel/Graphics: Merge VirtIO GraphicsAdapter and VirtIO GPU code
Liav A
2021-10-27
Kernel/Graphics: Convert type method => bool vga compatible method
Liav A
2021-10-27
Kernel/Graphics: Force VirtIO Framebuffer to inherit FramebufferDevice
Liav A
2021-10-27
Kernel/Graphics: Rename VirtIO FrameBufferDevice => FramebufferDevice
Liav A
2021-10-26
Kernel: Make WorkQueue::WorkItem slab allocated
Andreas Kling
2021-10-26
Kernel: Use SpinlockProtected<T> in WorkQueue
Andreas Kling
2021-10-26
Kernel: Use a larger kmalloc chunk size on 64-bit platforms
Andreas Kling
2021-10-26
Kernel: Take VMObject lock once in Region::remap_vmobject_page()
Andreas Kling
2021-10-26
Kernel: Add TimeManagement::is_initialized()
Andreas Kling
2021-10-25
Kernel: Avoid allocation when checking for vmmouse
Ben Wiederhake
2021-10-25
Kernel+SystemServer: Change bootmode to system_mode
Ben Wiederhake
2021-10-25
Kernel: Separate panic behavior from bootmode
Ben Wiederhake
2021-10-25
Kernel: Separate framebuffers from bootmode
Ben Wiederhake
2021-10-25
Kernel+LibC: Default to 8-bit characters in TTY
Daniel Bertalan
2021-10-24
Kernel: Prevent VMWareMouseDevice from handling invalid mouse packets
Jelle Raaijmakers
2021-10-24
Kernel: Do not detect mouse or keyboard when handling IRQ for I8042
Jelle Raaijmakers
2021-10-24
Kernel: Enumify all magic constants for I8042 devices
Jelle Raaijmakers
2021-10-24
Kernel: Properly align stack for signal handlers
Daniel Bertalan
2021-10-23
Kernel/PCI: Remove InterruptDisabler usage
Liav A
2021-10-23
Kernel/PCI: Ensure m_domains is not empty if scanning with memory access
Liav A
2021-10-23
Kernel/PCI: Split Access::rescan_hardware method
Liav A
2021-10-23
Kernel/PCI: Rename Access::scan_pci_domains method
Liav A
2021-10-23
Kernel/PCI: Simplify detect_optimal_access_type function
Liav A
2021-10-22
Kernel: Fix restrictions in is_allowed_to_mmap_to_userspace function
Liav A
2021-10-22
Kernel: Make FrameBufferDevice::try_to_set_resolution() return KResult
Andreas Kling
2021-10-22
Kernel: Remove unused InodeIdentifier::to_string()
Andreas Kling
2021-10-21
Kernel: Make Ext2FS::free_inode() return KResult, and use TRY() more
Andreas Kling
2021-10-21
Kernel: Make Ext2FS::write_ext2_inode() return KResult
Andreas Kling
2021-10-21
Kernel: Make Inode::flush_metadata() return a KResult
Andreas Kling
2021-10-21
Kernel: Call try_set_coredump_property with StringView arguments
Daniel Bertalan
2021-10-21
Kernel: Convert Formatter<Process> to use Formatter<FormatString>
Daniel Bertalan
2021-10-21
AK+Kernel: Format DistinctNumeric using the underlying type's formatter
Daniel Bertalan
2021-10-18
Kernel/Net: Generate interface name near construction point
Liav A
2021-10-17
Kernel: Enable LTO for kernel_heap if `ENABLE_KERNEL_LTO` is set
Daniel Bertalan
2021-10-17
Toolchain+Meta: Update LLVM version to 13.0.0
Daniel Bertalan
2021-10-17
Kernel: Support split data sections
Daniel Bertalan
2021-10-17
Everywhere: Make some symbols `__attribute__((used))` for LTO
Daniel Bertalan
2021-10-17
Kernel: Introduce workaround to make LTO builds work with Clang
Daniel Bertalan
2021-10-17
Prekernel: Force enable PAE on Intel Pentium M CPUs
Tim Schumacher
2021-10-17
Prekernel: Split early boot printing into two subroutines
Tim Schumacher
2021-10-17
Kernel/ProcFS: Provide a way to write to ProcFS inodes
SeekingBlues
[next]