summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2023-01-24Kernel: Add KERNEL_MAPPING_BASE to Sections.h and use it in PrekernelTimon Kruiper
2023-01-21Kernel+Libraries: Don't include limits.h from LibELF/Validation.hAndrew Kaster
2023-01-21Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/APIAndrew Kaster
2023-01-21Everywhere: Remove string.h include from AK/Traits.h and resolve falloutAndrew Kaster
2023-01-21Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.hAndrew Kaster
2023-01-21Kernel+LibC: Move name length constants to Kernel/API from limits.hAndrew Kaster
2023-01-21Kernel+LibC: Move LibC/signal_numbers.h to Kernel/API/POSIXAndrew Kaster
2023-01-20Kernel: Remove `dbgln` when unregistering an unhandled x86_64 interruptJelle Raaijmakers
2023-01-20Kernel: Simplify (un)registering interrupt logicJelle Raaijmakers
2023-01-18Kernel: Make a slightly better demo for Aarch64 multiprocessingkonrad
2023-01-18Kernel: Detect Aarch64 virtual address bit width with CPU ID registerskonrad
2023-01-18Kernel: Detect Aarch64 physical address bit width with CPU ID registerskonrad
2023-01-18Kernel: Add and use accessors to read from Aarch64 CPU ID registerskonrad
2023-01-18Kernel: Print Aarch64 CPU features during CPU initializationkonrad
2023-01-18Kernel: Split Aarch64 CPU setup into two stageskonrad
2023-01-18Kernel: Add Aarch64 CPU feature detectionkonrad
2023-01-18Kernel: Introduce stages in Aarch64 CPU initialization phasekonrad
2023-01-18Kernel: Add CPUFeature enumeration for Aarch64 CPUskonrad
2023-01-18Kernel: Use a descriptive name for x86-64 `cpu_feature_to_string_view`konrad
2023-01-16Kernel: Fix uninitialized member variable in FATFS FilesystemBrian Gianforcaro
2023-01-15Everywhere: Fully qualify IsLvalueReference in TRY() macrosAndrew Kaster
2023-01-14Meta: Fix copyright header in Kernel/Syscalls/jail.cpp fileLiav A
2023-01-13AK+Everywhere: Disallow returning a reference from a fallible expressionTimothy Flynn
2023-01-13AK: Add support for "debug only" formattersMacDue
2023-01-13Kernel/Net: Get the correct interface type in SIOCGIFHWADDR ioctlArda Cinar
2023-01-13Kernel: Remove outdated FIXME in the DeviceManagement codeLiav A
2023-01-13Kernel: Require "stdio" pledge promise when calling get_root_session_idLiav A
2023-01-12Kernel: AK: Fix ignored .to_string() errors in IPv4SocketMacDue
2023-01-10Kernel+LibCore: Make %sid path parsing not take agesAndreas Kling
2023-01-09Kernel/FileSystem: Fix kernel panic during FS init or mount failureTaj Morton
2023-01-08Kernel: Remove the NE2000 PCI network adapter driverLiav A
2023-01-07Kernel/Graphics: Introduce a new mechanism to initialize a PCI deviceLiav A
2023-01-07Kernel/Graphics: Allocate 16 MiB framebuffer if failed allocating largerLiav A
2023-01-07Kernel: Make Device::after_inserting to return ErrorOr<void>Liav A
2023-01-07Kernel: Remove the RTL8139 PCI network adapter driverLiav A
2023-01-07Kernel/Net: Introduce a new mechanism to initialize a PCI deviceLiav A
2023-01-07Kernel/Net: Allocate regions before invoking the RTL8139 constructorLiav A
2023-01-07Kernel/Net: Allocate regions before invoking Intel driver constructorsLiav A
2023-01-07Kernel: Mark Process::jail() method as constLiav A
2023-01-06Kernel: Add helper function to check if a Process is in jailLiav A
2023-01-06Kernel: Restore setting i8042 scan code set to scan code set 2 sequenceLiav A
2023-01-06Kernel: Make i8042 controller initialization sequence more robustLiav A
2023-01-05Kernel/SysFS: Don't refresh/set-values inside the Jail spinlock scopeLiav A
2023-01-05Kernel: Repair build for aarch64Ben Wiederhake
2023-01-05Kernel/aarch64: Remove counterproductive `volatile`Nico Weber
2023-01-05Kernel: Convert 2 instances of `dbgln` to `dmesgln_pci` in AC'97Jelle Raaijmakers
2023-01-05Kernel: Add dmesgln_pci logging for Kernel::PCIEvan Smal
2023-01-04Everywhere: Make global `inline` functions not `static`Nico Weber
2023-01-04Everywhere: Remove some redundant `inline` keywordsNico Weber
2023-01-04Kernel/FileSystem: Fix handling of FAT names that don't fill an entryTaj Morton