summaryrefslogtreecommitdiff
path: root/Kernel/CommandLine.cpp
AgeCommit message (Expand)Author
2022-05-05Kernel/Graphics: Simplify the feature level of the Graphics subsystemLiav A
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-18Kernel: Allow to disable early boot consoleLiav A
2022-03-02Kernel: Change PCI access commandline option to also represent no accessLiav A
2022-02-02Kernel: Add nvme_poll command line parametersPankaj Raghav
2022-01-23Kernel: Add CommandLine option to disable or enable the PC speakerLiav A
2022-01-21Kernel: Ensure that CommandLine is initialized before choosing PanicModeLiav A
2022-01-12Kernel: Convert CommandLine to KStringIdan Horowitz
2022-01-06Kernel: Add option to force using only the bootloader framebufferTom
2022-01-05Kernel: Use MUST+ Vector::try_prepend instead of Vector::prependBrian Gianforcaro
2021-12-30Kernel: Remove else-after-return statements in CommandLine.cppHendiadyoin1
2021-12-30Kernel: Remove superfluous moves in CommandLine.cppHendiadyoin1
2021-12-20Kernel: Ensure SMP mode is not enabled if IOAPIC mode is disabledLiav A
2021-12-14Kernel: Allow switching to IOAPIC mode even without enabling SMPLiav A
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-25Kernel: Avoid allocation when checking for vmmouseBen Wiederhake
2021-10-25Kernel+SystemServer: Change bootmode to system_modeBen Wiederhake
2021-10-25Kernel: Separate panic behavior from bootmodeBen Wiederhake
2021-10-25Kernel: Separate framebuffers from bootmodeBen Wiederhake
2021-10-08Kernel: Fix -Wunreachable-code warnings from clangNico Weber
2021-09-10Kernel/CommandLine: Verify ACPI feature level cannot have invalid stringLiav A
2021-09-10Kernel/ACPI: Simplify parser initializationLiav A
2021-09-09Kernel: Use KString all the way in sys$execve()Andreas Kling
2021-09-07Kernel/PCI: Turn on memory access by defaultLiav A
2021-09-07Kernel/PCI: Simplify the entire subsystemLiav A
2021-08-18AK+Kernel: StringView hash map Traits should not set peek type to StringBrian Gianforcaro
2021-08-09Kernel/USB: Create controller base class and introduce USBManagementLuke
2021-08-08Kernel: Fix panic loop when encountering an unknown boot_modeBrian Gianforcaro
2021-07-26Kernel: Un-unmap-after-init CommandLine::boot_mode()Ali Mohammad Pur
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1
2021-06-24Kernel: Pull apart CPU.hHendiadyoin1
2021-06-09Kernel/CommandLine: Add option to disable physical networking hardwareLiav A
2021-06-03Kernel: Fix "sv" being inside of "no-fbdev" instead of outsideLuke
2021-05-31Kernel: Move CommandLine API to use AK::StringView instead of AK::StringBrian Gianforcaro
2021-05-29Kernel/Storage: Remove the None option from AHCI reset policyLiav A
2021-05-21Kernel/Commandline: Allow the user to specify an embedded stringLiav A
2021-05-21Kernel: Print commandline after initializing itLiav A
2021-05-16Kernel: Allow the user to specify the virtual console when bootingLiav A
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Kernel: Add kernel command line flag to disable VirtIO supportIdan Horowitz
2021-04-18Kernel: Add boot argument to disable the UHCI ControllerLuke
2021-04-08Kernel: Introduce two new boot arguments to assist with bare metal debugLiav A
2021-04-06Kernel/PCI: Disable ECAM method by defaultLiav A
2021-04-03Kernel/PCI: Introduce a new ECAM access mechanismLiav A
2021-04-03Kernel: Enable PCI ECAM method again if availableLiav A
2021-03-23Revert "Kernel/AHCI: Add a boot argument to force AHCI to operate on IRQ 11"Liav A
2021-03-21Kernel/AHCI: Add a boot argument to force AHCI to operate on IRQ 11Liav A
2021-03-13Kernel: Don't reset AHCI ports during boot unless requestedLiav A
2021-03-03Kernel: Add 'boot_prof' option to enable full system profiling on bootBrian Gianforcaro