summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2021-12-18Kernel: Remove a redundant check in Process::remap_range_as_stackHendiadyoin1
2021-12-18Kernel: Collapse a redundant boolean conditional return statement in …Hendiadyoin1
2021-12-18Kernel: Access OpenFileDescriptions::max_open() statically in SyscallsHendiadyoin1
2021-12-18Kernel: Add implicit auto qualifiers in SyscallsHendiadyoin1
2021-12-18Kernel: Remove else after return in Process::do_writeHendiadyoin1
2021-12-18Kernel: Fix 4-byte uninitialized memory leak in sys$sigaltstack()Andreas Kling
2021-12-18Kernel: Enable SMAP protection earlier during syscall entryAndreas Kling
2021-12-18Kernel: Make File::stat() & friends return Error<struct stat>Andreas Kling
2021-12-18Kernel: Use ksyms in-place instead of duplicating them into eternal heapAndreas Kling
2021-12-18Kernel: Use copy_typed_from_user() in more places :^)Andreas Kling
2021-12-18Kernel: Make sys${ftruncate,pread} take off_t as const pointerAndreas Kling
2021-12-18Kernel: Fix getsockopt(SO_RCVTIMEO) returning wrong timeoutAndreas Kling
2021-12-18Kernel: Start perf event stack capture at RBP, not EBP on x86_64Andreas Kling
2021-12-16Kernel: Build with -O2 by defaultAndreas Kling
2021-12-16Kernel+LibC: Move errno definitions to Kernel/API/POSIXsin-ack
2021-12-16Kernel: Return the correct result for FIONREAD on datagram socketssin-ack
2021-12-15Kernel: Collapse blocking logic for exclusive Mutex' restore_lock()Hendiadyoin1
2021-12-15Kernel: Add implied auto-specifiers in LockingHendiadyoin1
2021-12-15Kernel: Add missing includes in LockingHendiadyoin1
2021-12-15Kernel: Remove duplicate access specifier in DevTmpFSInodeHendiadyoin1
2021-12-15Kernel: Remove else statements after return in Plan9FileSystem.cppHendiadyoin1
2021-12-15Kernel: Add implied auto-specifiers in FileSystemHendiadyoin1
2021-12-15Kernel: Fix missing include in FileSystem/Mount.hHendiadyoin1
2021-12-14Kernel: Allow switching to IOAPIC mode even without enabling SMPLiav A
2021-12-14Kernel/Interrupts: Add ByteReaders to read possible unaligned MADT dataLiav A
2021-12-14Kernel/SysFS: Don't allocate ACPISysFS components in constructorsLiav A
2021-12-14Kernel/SysFS: Make it clear that some components must be created in bootLiav A
2021-12-14Kernel/SysFS: Prevent allocation for component name during constructionLiav A
2021-12-13Kernel: Fix backtrace dumping on x86_64Luke Wilde
2021-12-13Kernel: Replace final loop in PhysicalRegion::return_page() with mathClay Freeman
2021-12-12Kernel+SystemServer: Add /dev/ttyDaniel Bertalan
2021-12-12Kernel: Remove sys$select() syscallJean-Baptiste Boric
2021-12-12Kernel: Split off sys$poll() into Syscalls/poll.cppJean-Baptiste Boric
2021-12-12Kernel+LibC: Implement sigtimedwait()Idan Horowitz
2021-12-12Kernel: Flip incorrect bitwise set/clear of signal maskIdan Horowitz
2021-12-12Kernel: Unblock threads only on unmasked signalsIdan Horowitz
2021-12-12Kernel: Preserve pending signals across execve(2)sIdan Horowitz
2021-12-12Kernel: Remove alternative signal stack settings on execve(2)Idan Horowitz
2021-12-12Kernel: Inherit alternative signal stack on fork(2)Idan Horowitz
2021-12-12Kernel: Preserve signal mask across fork(2) and execve(2)Idan Horowitz
2021-12-11Kernel: Move architecture dependent includes to the top in Processor.hHendiadyoin1
2021-12-11Kernel: Extract ProcessorSpecificDataID from from Arch/Processor.hHendiadyoin1
2021-12-11Kernel: Extract DeferredCallEntry from Arch/Processor.hHendiadyoin1
2021-12-11Kernel: Remove unused String.h includesHendiadyoin1
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-12-11Kernel: Fix overly loose MemoryManager::kernel_region_from_vaddr()Andreas Kling
2021-12-11Kernel: Make PhysicalRegion::return_page() do arithmetic instead of loopAndreas Kling
2021-12-11Kernel: Simplify 64-bit HPET reads on x86_64Andreas Kling
2021-12-11Kernel: Store kernel memory regions in a RedBlackTreeAndreas Kling
2021-12-09Kernel: Some clang-tidy fixes in Bus/VirtIOHendiadyoin1