summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2021-07-30Prekernel: Disable KASAN, so it has no effect when enabledBrian Gianforcaro
2021-07-30Revert "Kernel: Share committed COW pages between whole VMObject lineage"Andreas Kling
2021-07-30Kernel: Share committed COW pages between whole VMObject lineageAndreas Kling
2021-07-30Kernel: Unmapping a non-mapped region with munmap() should be a no-opAndreas Kling
2021-07-30Kernel: Return an error when unmap finds no intersecting regionBrian Gianforcaro
2021-07-29Kernel+LibC: Add linger to sys/sockets.hLuke
2021-07-29Kernel: Use our toolchain's c++filt tool for the kernel mapGunnar Beutner
2021-07-29Kernel: Embed the right symbol count into the kernel.map file on macOSGunnar Beutner
2021-07-28Kernel: Print relative symbol addresses in dump_backtrace_implGunnar Beutner
2021-07-28Kernel: Fail madvise() volatile change with EINVAL for non-purgeable memAndreas Kling
2021-07-28Kernel: Avoid file descriptor leak in Process::sys$socketpair on errorBrian Gianforcaro
2021-07-28Kernel: Track allocated FileDescriptionAndFlag elements in each ProcessBrian Gianforcaro
2021-07-28Kernel: Make Process::FileDescriptions::allocate return KResultOr<int>Brian Gianforcaro
2021-07-28Kernel: Remove unused fd allocation from Process::sys$connect(..)Brian Gianforcaro
2021-07-28Kernel/ProcFS: Make various things superuser-only once againAndreas Kling
2021-07-28Kernel/ProcFS: Add S_IFREG bit to regular files in /procAndreas Kling
2021-07-27Kernel: Fix CPU initialization for SMPGunnar Beutner
2021-07-27Kernel: Improve some comments in SpaceAndreas Kling
2021-07-27Kernel: Rename Space::create => Space::try_create()Andreas Kling
2021-07-27Kernel: Mark the stack check guard as READONLY_AFTER_INITAndreas Kling
2021-07-27Kernel: Remove a handful of unused member functions in ProcessorAndreas Kling
2021-07-27Kernel: Introduce ProcessorSpecific<T> for per-CPU data structuresAndreas Kling
2021-07-27Kernel: Remove unused Region::translate_vmobject_page_range()Andreas Kling
2021-07-27Kernel: Support loading the kernel at almost arbitrary virtual addressesGunnar Beutner
2021-07-27Prekernel: Export some multiboot parameters in our own BootInfo structGunnar Beutner
2021-07-27Kernel: Make the kernel independent from specific physical addressesGunnar Beutner
2021-07-27Kernel: Make LoopbackAdapter always link upMaciej Zygmanowski
2021-07-26Kernel: Fix integer overflow in KCOV_SETBUFSIZE ioctlPatrick Meyer
2021-07-27Kernel: Make KCOVDevice::ioctl() return KResultAli Mohammad Pur
2021-07-27Kernel: Shutdown on panic in self-test modeLiav A
2021-07-27Kernel: Modify the IOCTL API to return KResultBrian Gianforcaro
2021-07-27Kernel+LibC: Use argument for TIOCGPGRP ioctl valueBrian Gianforcaro
2021-07-27Kernel: Utilize AK::Userspace<T> in the ioctl interfaceBrian Gianforcaro
2021-07-26Kernel: Add option to build with coverage instrumentation and KCOVPatrick Meyer
2021-07-26Kernel: Remove invalid '#' format modifier for printing a faulting addrAli Mohammad Pur
2021-07-26Kernel: Un-unmap-after-init CommandLine::boot_mode()Ali Mohammad Pur
2021-07-26Kernel: Show the unmapped-after-init symbol being accessedAli Mohammad Pur
2021-07-26Build: Only specify -fzero-call-used-regs with compiler >= GCC 11.1Brian Gianforcaro
2021-07-26Kernel: Don't try to return a committed page that we don't haveAndreas Kling
2021-07-26Kernel: Clear the COW bits when making an AnonymousVMObject volatileAndreas Kling
2021-07-26Kernel: Make some debug logging in Scheduler CPU agnosticAndreas Kling
2021-07-26Kernel: Remove unused Scheduler::yield_from_critical()Andreas Kling
2021-07-26Kernel: Fix handful of clang-tidy warnings in SchedulerAndreas Kling
2021-07-26Kernel: PANIC() instead of manually halting the processor in abort()Ali Mohammad Pur
2021-07-26Kernel: Reset on panic in self-test modeAli Mohammad Pur
2021-07-25Kernel: Remove ContiguousVMObject, let AnonymousVMObject do the jobAndreas Kling
2021-07-25Kernel: Run clang-format on AnonymousVMObject.cppAndreas Kling
2021-07-25Utilities: Support static assignment of the ARP tablebrapru
2021-07-25Kernel: Support ioctl SIOCSARP and SIOCDARPbrapru
2021-07-25Kernel: Add update option to remove an entry from the ARP tablebrapru