summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2021-03-17Kernel: Add 64 bit file size support to Ext2FSJean-Baptiste Boric
2021-03-17LibC+Kernel: Switch off_t to 64 bitsJean-Baptiste Boric
2021-03-17Kernel: Refactor storage stack with u64 as file operations offsetJean-Baptiste Boric
2021-03-17Kernel: Refactor storage stack with u64 as block indexJean-Baptiste Boric
2021-03-17Kernel: Refactor storage stack with u64 as number of blocksJean-Baptiste Boric
2021-03-17Kernel: Rationalize logs inside Ext2FsJean-Baptiste Boric
2021-03-16Kernel: sysconf(_SC_CLK_TCK): Use TimeManagement::ticks_per_second()thatdutchguy
2021-03-16Kernel: Add _SC_CLK_TCK to sysconf.thatdutchguy
2021-03-15Kernel: Fix sys$select() not marking fd's after blocking was avoidedAndreas Kling
2021-03-15Kernel/Storage: Add SATA error disambiguationLuke
2021-03-15Kernel: Don't return -EFOO when return type is KResultOr<...>Andreas Kling
2021-03-15Kernel: Return 0 to indicate EOF when reading from end-of-file of deviceLiav A
2021-03-15Kernel: Fix race conditions processing async device requestsTom
2021-03-15Kernel: Fix race condition completing IDEChannel async requestTom
2021-03-15Kernel: When writing to device node, use can_write for checkingLiav A
2021-03-13Kernel: Make munmap more posix compliantHendiadyoin1
2021-03-13Kernel: munmap multiple regions at a timeHendiadyoin1
2021-03-13Kernel: Implement helper to find multiple Regions in a RangeHendiadyoin1
2021-03-13Kernel: Add a Range::intersect(other) helperHendiadyoin1
2021-03-13Kernel: Don't reset AHCI ports during boot unless requestedLiav A
2021-03-13Kernel: Don't wait for AHCI port to reset the signatureLiav A
2021-03-13Kernel: Change the timings when initiating AHCI port resetLiav A
2021-03-13Kernel: Implement triply indirect block support in Ext2FSInodeJean-Baptiste Boric
2021-03-13Kernel: Modify block lists in place for Ext2FSInode::resize()Jean-Baptiste Boric
2021-03-12Kernel: Run clang-format on PIC.cppAndreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-12Kernel: Fix rounding of PT_LOAD mappings in sys$execve()Andreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in UHCIControllerAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in SB16Andreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in TestModuleAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in a handful of placesAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in InterruptManagementAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in StorageAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in PCIAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in IOAPICAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in DMIAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in TimeManagementAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in SharedIRQHandlerAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in MultiProcessorParserAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in StdLibAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in APICAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in IDEChannelAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in DiskPartitionAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in NetworkTaskAndreas Kling
2021-03-12Kernel: Convert klog() => dbgln() in BXVGADeviceAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in PurgeablePageRangesAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in APICTimerAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in ACPI::ParserAndreas Kling
2021-03-12Kernel: Convert klog() => AK::Format in RTL8139NetworkAdapterAndreas Kling
2021-03-12Kernel: Remove debug spam in DevFSAndreas Kling