summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2020-08-26Kernel: Minor tweak to now() computationNico Weber
2020-08-26AK+LibCore+Kernel: Have fewer implementations of day_of_yearNico Weber
2020-08-26AK+LibC+Kernel: Have fewer implementations of year_to_days_in_epochNico Weber
2020-08-26AK+LibC+LibCore+Kernel: Have fewer implementations of is_leap_yearNico Weber
2020-08-26Kernel: Fix losing PTEsTom
2020-08-26Kernel: Protect looping over VMObject regionsTom
2020-08-25AK: Add Endian.h header to replace NetworkOrdered.h.asynts
2020-08-25Kernel: Optimize SlabAllocator to be lock-freeTom
2020-08-25Kernel: Copy command line to a safe placeTom
2020-08-25Kernel: Switch singletons to use new Singleton classTom
2020-08-25Kernel: Fix kmalloc memory corruptionTom
2020-08-25Kernel: Make PhysicalPage not movable and use atomic ref countingTom
2020-08-25Kernel: Scroll wheel amount on Intellimouse is 4 bits instead of 8Luke
2020-08-24Kernel: Remove strcpy()Ben Wiederhake
2020-08-23Kernel: Avoid some allocations in command line parsing (#3213)Muhammad Zahalqa
2020-08-23Ext2FS: Fix build with EXT2_DEBUGAndreas Kling
2020-08-22Kernel: Stop supporting sprintfBen Wiederhake
2020-08-22Kernel: Prefer snprintf over sprintfBen Wiederhake
2020-08-22AK+Kernel: Support snprintfBen Wiederhake
2020-08-22Revert "Kernel: Switch singletons to use new Singleton class"Andreas Kling
2020-08-22Kernel: Make Process::dump_regions() sort the regions before dumpingAndreas Kling
2020-08-22Kernel: Prevent confusing silent misuse of PCI::AddressBen Wiederhake
2020-08-22Revert "Kernel: Move Singleton class to AK"Andreas Kling
2020-08-22Revert "Kernel: Fix regression where MemoryManager is initialized twice"Andreas Kling
2020-08-22Revert "AK: Get rid of make_singleton function"Andreas Kling
2020-08-22Revert "Kernel: Copy command line to a safe place"Andreas Kling
2020-08-22Revert "Kernel: Make PhysicalPage not movable and use atomic ref counting"Andreas Kling
2020-08-22Revert "Kernel: Fix kmalloc memory corruption"Andreas Kling
2020-08-22Kernel: Fix kmalloc memory corruptionTom
2020-08-22Kernel: Make PhysicalPage not movable and use atomic ref countingTom
2020-08-22Kernel: Copy command line to a safe placeTom
2020-08-22AK: Get rid of make_singleton functionTom
2020-08-22Kernel: Fix regression where MemoryManager is initialized twiceTom
2020-08-22Kernel: Move Singleton class to AKTom
2020-08-21Kernel: Fix reading RTCNico Weber
2020-08-21AK+LibC+Kernel: Move the implementation of memmem to AKAnotherTest
2020-08-21Kernel: Fix assertion when releasing contiguous memory regionTom
2020-08-21Kernel: Switch singletons to use new Singleton classTom
2020-08-21Kernel: Add an atomic Singleton classTom
2020-08-20Kernel: Log time in addition to date in RTC startupNico Weber
2020-08-20Kernel: Pack arguments, environment and auxiliary values betterAndreas Kling
2020-08-19Kernel: Distinguish between new and old process groups with equal pgidsAnotherTest
2020-08-19Ext2FS: Fix inode link leak on all new inodesAndreas Kling
2020-08-19Kernel: Use Userspace<T> for the recvfrom syscall, and Socket implementationBrian Gianforcaro
2020-08-19Kernel: Use Userspace<T> for the sendto syscall, and Socket implementationBrian Gianforcaro
2020-08-19Kernel: Remove unneeded #include in ProcessorInfo.cpp (#3211)Muhammad Zahalqa
2020-08-19Kernel: Remove an unimplemented function (#3210)Muhammad Zahalqa
2020-08-19Kernel: Do not wait before first attempt at locking SpinLock (#3212)Muhammad Zahalqa
2020-08-18Kernel: Remove the now-unused FS::DirectoryEntryAndreas Kling
2020-08-18Ext2FS: Stop using FS::DirectoryEntryAndreas Kling