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-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
2021-12-29
Kernel: Clarify why ftruncate() & pread() are passed `off_t const*`
Brian Gianforcaro
2021-12-29
Kernel: Make File::unref virtual
Idan Horowitz
2021-12-29
Kernel+LibC: Add ECANCELED errno value
Daniel Bertalan
2021-12-29
Kernel: Zero initialize `winsize` in TIOCGWINSZ
Brian Gianforcaro
2021-12-29
Kernel: Fix info leak from `sockaddr_un` in socket syscalls
Brian Gianforcaro
2021-12-29
Kernel: Fix info leak from padding in GenericFramebufferDevice::ioctl
Brian Gianforcaro
2021-12-29
Kernel: Return the actual number of CPU cores that we have
Daniel Bertalan
2021-12-29
Kernel: Port File to RefCounted
Idan Horowitz
2021-12-29
Kernel: Rename File::{before_removing => will_be_destroyed}
Idan Horowitz
2021-12-29
Kernel: Port Process to ListedRefCounted
Idan Horowitz
[next]