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-12-11
Kernel: Move architecture dependent includes to the top in Processor.h
Hendiadyoin1
2021-12-11
Kernel: Extract ProcessorSpecificDataID from from Arch/Processor.h
Hendiadyoin1
2021-12-11
Kernel: Extract DeferredCallEntry from Arch/Processor.h
Hendiadyoin1
2021-12-11
Kernel: Remove unused String.h includes
Hendiadyoin1
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-11
Kernel: Fix overly loose MemoryManager::kernel_region_from_vaddr()
Andreas Kling
2021-12-11
Kernel: Make PhysicalRegion::return_page() do arithmetic instead of loop
Andreas Kling
2021-12-11
Kernel: Simplify 64-bit HPET reads on x86_64
Andreas Kling
2021-12-11
Kernel: Store kernel memory regions in a RedBlackTree
Andreas Kling
2021-12-09
Kernel: Some clang-tidy fixes in Bus/VirtIO
Hendiadyoin1
2021-12-09
Kernel: Some clang-tidy fixes in Bus/USB
Hendiadyoin1
2021-12-09
Kernel: Mark USBTransfer's constructor as private
Hendiadyoin1
2021-12-09
Kernel: Mark ACPI::Parser's empty destructor as default
Hendiadyoin1
2021-12-09
Kernel: Fix some clang-tidy warnings in PCI::Access
Hendiadyoin1
2021-12-09
Kernel: Use AK:any_of in PCI::Device capability checks
Hendiadyoin1
2021-12-09
Kernel: Construct PCIDeviceAttributeSysFSComponent with StringViews
Hendiadyoin1
2021-12-09
Kernel: Pass capabilities as const reference in PCI::Address
Hendiadyoin1
2021-12-09
Kernel: Mark PCI::Address as trivially copyable
Hendiadyoin1
2021-12-09
Kernel: Add missing include to SlabAllocator
Hendiadyoin1
2021-12-06
Kernel: Don't try to dispatch urgent signals for kernel crashes
Idan Horowitz
2021-12-06
Kernel: Terminate current thread immediately on unhandled urgent signal
Idan Horowitz
2021-12-06
Kernel: Remove unused Inode::preopen_fd()
Andreas Kling
2021-12-05
Kernel: Make ptrace return an error on error
Ben Wiederhake
2021-12-05
Kernel: Implement new ptrace function PT_PEEKBUF
Ben Wiederhake
2021-12-05
Kernel+strace: Remove unnecessary indirection for PEEK
Ben Wiederhake
2021-12-05
Kernel: Mark kernel smart-pointer classes as [[nodiscard]]
Sam Atkins
2021-12-05
Kernel: Cast unused smart-pointer return value to void
Sam Atkins
2021-12-05
Kernel: Define PT_WRITE_I and PT_WRITE_D
Idan Horowitz
2021-12-05
Kernel: Add support for the POLLWRBAND poll event
Idan Horowitz
2021-12-05
Kernel: Define the POLLRDNORM alias for POLLIN
Idan Horowitz
2021-12-05
Kernel: Define the POLLWRNORM alias for POLLOUT
Idan Horowitz
2021-12-05
Kernel: Add the IPPROTO_{IGMP, IPIP, RAW} protocol macros
Idan Horowitz
2021-12-05
Kernel: Add the IP_{BLOCK_SOURCE, UNBLOCK_SOURCE, OPTIONS} macros
Idan Horowitz
2021-12-05
Kernel: Add the SO_OOBINLINE SOL_SOCKET-level option macro
Idan Horowitz
2021-12-05
Kernel: Implement the SO_DONTROUTE SOL_SOCKET-level option
Idan Horowitz
2021-12-05
Kernel: Implement the SO_ACCEPTCONN SOL_SOCKET-level option
Idan Horowitz
2021-12-05
Kernel: Stub out the SO_DEBUG SOL_SOCKET-level option
Idan Horowitz
2021-12-05
Kernel: Add support for the MSG_WAITALL sys$recvmsg flag
Idan Horowitz
2021-12-05
Kernel: Add support for the MSG_DONTROUTE sys$sendmsg flag
Idan Horowitz
2021-12-05
Kernel: Return EINVAL on unsupported LocalSocket ioctl
Idan Horowitz
2021-12-04
Kernel: Wrap x86 assembly behind `ARCH(...)` in Syscall.h
Daniel Bertalan
2021-12-04
Kernel: Do not do integer to pointer conversion in constexpr functions
Daniel Bertalan
2021-12-04
Kernel: Do not return a null ref in `Processor::current` on aarch64
Daniel Bertalan
2021-12-01
Kernel: Handle invalid stack pointer during signal dispatch
Idan Horowitz
2021-12-01
Kernel: Dispatch handle-able signals instead of crashing if possible
Idan Horowitz
2021-12-01
Kernel+LibC: Implement sigaltstack()
Idan Horowitz
2021-12-01
Kernel: Clear up some comments in the sys$mprotect implementation
Idan Horowitz
2021-12-01
Kernel: Move incorrect early return in sys$mprotect
Idan Horowitz
2021-12-01
Kernel: Replace usages of SIGSTKFLT with SIGSEGV
Idan Horowitz
2021-12-01
Kernel: Move the expand_range_to_page_boundaries helper to MemoryManager
Idan Horowitz
[next]