summaryrefslogtreecommitdiff
path: root/Kernel
AgeCommit message (Expand)Author
2020-03-09Kernel: Allow to reboot in ACPI via PCI or MMIO accessLiav A
2020-03-09PCI: Enable LogStream output for addressesLiav A
2020-03-09LibBareMetal: Return FlatPtr from PhysicalAddress::offset_in_page()Liav A
2020-03-08Kernel: Ensure RTL8139NetworkAdapter uses virtual memory correctlyLiav A
2020-03-08Kernel: Ensure E1000NetworkAdapter uses virtual memory correctlyLiav A
2020-03-08Kernel: Allow contiguous allocations in physical memoryLiav A
2020-03-08Kernel: Fix race in waitidBen Wiederhake
2020-03-08Kernel: Fix race in selectBen Wiederhake
2020-03-08Kernel: Fix inconsistent inclusion styleBen Wiederhake
2020-03-08Kernel: Add missing #includes now that <AK/StdLibExtras.h> is smallerAndreas Kling
2020-03-08AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)Andreas Kling
2020-03-07IPv4: Keep IPv4 socket locked during receive operationsAndreas Kling
2020-03-07LibWeb: Move everything into the Web namespaceAndreas Kling
2020-03-06Kernel: Fix syntax error in FIFO_DEBUGLiav A
2020-03-06Kernel: Fix syntax errors in PS2MOUSE_DEBUGTibor Nagy
2020-03-06Meta: Claim copyright on `PCI` filesLiav A
2020-03-06CPU: Prevent leakage of virtual addresses to kernel logLiav A
2020-03-06Meta: Claim copyright on `ACPI` filesLiav A
2020-03-06Kernel: Simplify a bunch of dbg() and klog() callsAndreas Kling
2020-03-06Ext2FS: Remove unused allocate_block()Andreas Kling
2020-03-06Kernel: Shorten the model name of i8529 PIC classLiav A
2020-03-06Kernel: Change data in /proc/interrupts to be more richerLiav A
2020-03-06Kernel: Change HandlerPurpose to HandlerTypeLiav A
2020-03-06Kernel: Fix strange looking output on unhandled page faultAndreas Kling
2020-03-06AK: Remove Optional::operator bool()Andreas Kling
2020-03-06Init Stage: Allow to boot with smp=onLiav A
2020-03-06Kernel: Simplify APIC::enable()Liav A
2020-03-06Kernel: Enable IRQs before sending commands to devicesLiav A
2020-03-06CPU: Allow to use IRQs in range of 50 to 178Liav A
2020-03-06Kernel: Acquire ISA interrupt overrides from Interrupt ManagementLiav A
2020-03-06Kernel: Print MultiProcessor featuresLiav A
2020-03-06Kernel: Unmap non-readable pagesAndreas Kling
2020-03-05Kernel: Run clang-format on Process.cpp & ACPIDynamicParser.hLiav A
2020-03-05Kernel: Call ACPI reboot method first if possibleLiav A
2020-03-03Kernel: Fix race in clock_nanosleepBen Wiederhake
2020-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-03-02CPU: Change debug messages to fit the latest changesLiav A
2020-03-02Kernel: Run clang-format on various filesLiav A
2020-03-02Kernel: Use klog() instead of kprintf()Liav A
2020-03-02Kernel: Use IOAddress class in PATAChannel classLiav A
2020-03-02Kernel: Use IOAddress class in Network adapters' driversLiav A
2020-03-02Kernel: MemoryManager should create cacheable regions by defaultAndreas Kling
2020-03-02Kernel: Remove ability to create kernel-only regions at user addressesAndreas Kling
2020-03-02Kernel: Map executables at a kernel address during ELF loadAndreas Kling
2020-03-02Kernel: Load executables on demand when symbolicatingAndreas Kling
2020-03-02AK: Move the wildcard-matching implementation to StringUtilshowar6hill
2020-03-02Kernel: Make the "entire executable" region sharedAndreas Kling
2020-03-01Kernel: Mark read-only PT_LOAD mappings as shared regionsAndreas Kling
2020-03-01Kernel: Use SharedInodeVMObject for executables after allAndreas Kling
2020-03-01Kernel: Run clang-format on Process.cppAndreas Kling