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-01-06
Kernel: Remove redundant socket_by_tuple removal in ~TCPSocket()
Andreas Kling
2022-01-06
Kernel: Only use multiboot framebuffer details if present
Tom
2022-01-06
Kernel: Add option to force using only the bootloader framebuffer
Tom
2022-01-06
Kernel: Lock TCPSocket lookup table across destruction
Andreas Kling
2022-01-05
Kernel/Ext2FS: Use HashMap::remove_all_matching() in Ext2FS
Andreas Kling
2022-01-05
Kernel: Remove temporary Vector from Ext2FS::flush_writes()
Brian Gianforcaro
2022-01-05
Kernel: Use unchecked_append in PerformanceEventBuffer `raw_backtrace()`
Brian Gianforcaro
2022-01-05
Kernel: Use MUST + Vector::try_empend instead of Vector::empend
Brian Gianforcaro
2022-01-05
Kernel: Use MUST + Vector::try_append instead of Vector::append
Brian Gianforcaro
2022-01-05
Kernel: Use MUST+ Vector::try_prepend instead of Vector::prepend
Brian Gianforcaro
2022-01-04
Kernel: Update key_code_count
Aatos Majava
2022-01-04
Kernel: Scan ACPI memory ranges for the RSDP table
Tom
2022-01-04
Kernel: Fix possible buffer overrun when scanning a MappedROM
Tom
2022-01-04
Kernel: Fix determining EBDA size
Tom
2022-01-04
Kernel: Include correct header for DistinctNumeric in DeviceFileTypes.h
Daniel Bertalan
2022-01-04
Kernel: Align GDT to the size of a Descriptor
Idan Horowitz
2022-01-04
Kernel: Replace incorrect loop condition in write_raw_gdt_entry
Idan Horowitz
2022-01-04
Kernel: Use enum instead of magic numbers for GDT descriptor types
Idan Horowitz
2022-01-04
Kernel: Make Thread::m_kernel_stack_region a NonnullOwnPtr
Idan Horowitz
2022-01-04
Kernel: Replace divide_rounded_up uses with ceil_div in Ext2FileSystem
Owen Smith
2022-01-03
Kernel: Allow backspace '\b' to be remapped
Corey Williamson
2022-01-03
Kernel: Enumerate PCI devices a single time in StorageManagement
Brian Gianforcaro
2022-01-03
Kernel: Use `try_create` not `must_create` in SysFSUSB::create
Jesse Buhagiar
2022-01-02
Kernel: Allow specifying partition index with NVMe devices
Tom
2022-01-02
Kernel: Delay Process data unprotection in sys$pledge()
Andreas Kling
2022-01-02
Kernel: Always pass InodeIdentifier by value
Andreas Kling
2022-01-02
Kernel/TmpFS: Prevent TmpFS::add_child() from adding duplicate children
Andreas Kling
2022-01-01
Kernel: Fix NVMe register access
Tom
2022-01-01
Kernel+LibC+LibCore: Add lchown and fchownat functions
circl
2022-01-01
Kernel/NVMe: Add initial NVMe driver support
Pankaj Raghav
2022-01-01
Kernel: Add DMA allocate functions that are TRY-able
Pankaj Raghav
2021-12-31
Kernel: Update E1000 link state using interrupt
drblah
2021-12-30
Kernel: Use the toolchain's `nm` in mkmap.sh
Daniel Bertalan
2021-12-30
Kernel: Simplify some if statements
Hendiadyoin1
2021-12-30
Kernel: Add some implied auto qualifiers
Hendiadyoin1
2021-12-30
Kernel: Remove else-after-return statements in CommandLine.cpp
Hendiadyoin1
2021-12-30
Kernel: Remove superfluous moves in CommandLine.cpp
Hendiadyoin1
2021-12-30
Kernel: Add missing includes in ThreadTracer and WorkQueue
Hendiadyoin1
2021-12-30
Kernel: Tighten String-related includes
Daniel Bertalan
2021-12-30
Kernel: Remove redundant (K)String::characters() calls
Daniel Bertalan
2021-12-30
Kernel+AK: Eliminate a couple of temporary String allocations
Daniel Bertalan
2021-12-30
Kernel: Propagate allocation failure in resolve_path_without_veil
Daniel Bertalan
2021-12-30
Kernel: Fix incorrect SFMASK MSR value clobbering reserved bits
Owen Smith
2021-12-29
Kernel: Add verification promise violations are propagated properly
Brian Gianforcaro
2021-12-29
Kernel: Handle promise violations in the syscall handler
Brian Gianforcaro
2021-12-29
Kernel: Add EPROMISEVIOLATION as a kernel ErrnoCode
Brian Gianforcaro
2021-12-29
Kernel: Remove now unused REQUIRE_PROMISE and REQUIRE_NO_PROMISES macros
Brian Gianforcaro
2021-12-29
Kernel: Use Process::require_no_promises instead of REQUIRE_NO_PROMISES
Brian Gianforcaro
2021-12-29
Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()
Brian Gianforcaro
2021-12-29
Kernel: Print KUBSAN backtrace to screen if KUBSAN is deadly
Luke Wilde
[next]