summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2022-01-09Kernel: Harden Socket::pseudo_path(..) implementations against OOMBrian Gianforcaro
2022-01-09Everywhere: Add `serenity_dev_{makedev,major,minor}`Michel Hermier
2022-01-09Kernel: Use DMA helper everywherePankaj Raghav
2022-01-09Kernel: Overload DMA helper without Physical Page output parameterPankaj Raghav
2022-01-09Kernel: Set Cacheable parameter to NO explicitly in DMA helpersPankaj Raghav
2022-01-08Kernel/PCI: Split host bridge code from the Access singletonLiav A
2022-01-08AK+Everywhere: Make FixedArray OOM-safecreator1creeper1
2022-01-08Kernel: Fix broken disk cache behavior with O_DIRECTAndreas Kling
2022-01-08Kernel: Remove EWHYTHO error code :^)Andreas Kling
2022-01-08Kernel: Rename DiskCache::get() to ensure()Andreas Kling
2022-01-08Kernel: Remove redundant disk cache dirty flag in BlockBasedFileSystemAndreas Kling
2022-01-08Kernel: Unbreak ref counting hooks in ListedRefCounted & RefCountedAndreas Kling
2022-01-08Kernel: Dump memory regions when crashing in ring 0Andreas Kling
2022-01-08Kernel: Lock weak pointer revocation during listed-ref-counted unrefAndreas Kling
2022-01-08AK+Kernel: Use requires expression when invoking ref counting hooksAndreas Kling
2022-01-08Kernel: Avoid potential memory info leak when doing mmap on /dev/memLiav A
2022-01-08Kernel: Implement read functionality for MemoryDeviceLiav A
2022-01-08Kernel: Remove needless did_seek method override in MemoryDevice classLiav A
2022-01-08Kernel: Change method name to clarify physical memory mmap validationLiav A
2022-01-07Kernel/Memory: Remove needless VERIFY in /dev/mem mmap validation methodLiav A
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2022-01-06Kernel: Remove redundant socket_by_tuple removal in ~TCPSocket()Andreas Kling
2022-01-06Kernel: Only use multiboot framebuffer details if presentTom
2022-01-06Kernel: Add option to force using only the bootloader framebufferTom
2022-01-06Kernel: Lock TCPSocket lookup table across destructionAndreas Kling
2022-01-05Kernel/Ext2FS: Use HashMap::remove_all_matching() in Ext2FSAndreas Kling
2022-01-05Kernel: Remove temporary Vector from Ext2FS::flush_writes()Brian Gianforcaro
2022-01-05Kernel: Use unchecked_append in PerformanceEventBuffer `raw_backtrace()`Brian Gianforcaro
2022-01-05Kernel: Use MUST + Vector::try_empend instead of Vector::empendBrian Gianforcaro
2022-01-05Kernel: Use MUST + Vector::try_append instead of Vector::appendBrian Gianforcaro
2022-01-05Kernel: Use MUST+ Vector::try_prepend instead of Vector::prependBrian Gianforcaro
2022-01-04Kernel: Update key_code_countAatos Majava
2022-01-04Kernel: Scan ACPI memory ranges for the RSDP tableTom
2022-01-04Kernel: Fix possible buffer overrun when scanning a MappedROMTom
2022-01-04Kernel: Fix determining EBDA sizeTom
2022-01-04Kernel: Include correct header for DistinctNumeric in DeviceFileTypes.hDaniel Bertalan
2022-01-04Kernel: Align GDT to the size of a DescriptorIdan Horowitz
2022-01-04Kernel: Replace incorrect loop condition in write_raw_gdt_entryIdan Horowitz
2022-01-04Kernel: Use enum instead of magic numbers for GDT descriptor typesIdan Horowitz
2022-01-04Kernel: Make Thread::m_kernel_stack_region a NonnullOwnPtrIdan Horowitz
2022-01-04Kernel: Replace divide_rounded_up uses with ceil_div in Ext2FileSystemOwen Smith
2022-01-03Kernel: Allow backspace '\b' to be remappedCorey Williamson
2022-01-03Kernel: Enumerate PCI devices a single time in StorageManagementBrian Gianforcaro
2022-01-03Kernel: Use `try_create` not `must_create` in SysFSUSB::createJesse Buhagiar
2022-01-02Kernel: Allow specifying partition index with NVMe devicesTom
2022-01-02Kernel: Delay Process data unprotection in sys$pledge()Andreas Kling
2022-01-02Kernel: Always pass InodeIdentifier by valueAndreas Kling
2022-01-02Kernel/TmpFS: Prevent TmpFS::add_child() from adding duplicate childrenAndreas Kling
2022-01-01Kernel: Fix NVMe register accessTom