summaryrefslogtreecommitdiff
path: root/Kernel/CommandLine.cpp
AgeCommit message (Expand)Author
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
2021-03-03Kernel: Move Kernel CommandLine parsing to strongly typed API.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-19Kernel: Slap UNMAP_AFTER_INIT on a bunch more functionsAndreas Kling
2020-09-25Meta+Kernel: Make clang-format-10 cleanBen Wiederhake
2020-08-25Kernel: Copy command line to a safe placeTom
2020-08-25Kernel: Switch singletons to use new Singleton classTom
2020-08-23Kernel: Avoid some allocations in command line parsing (#3213)Muhammad Zahalqa
2020-08-22Revert "AK: Get rid of make_singleton function"Andreas Kling
2020-08-22Revert "Kernel: Copy command line to a safe place"Andreas Kling
2020-08-22Kernel: Copy command line to a safe placeTom
2020-08-22AK: Get rid of make_singleton functionTom
2020-04-18Kernel: Remove CommandLine::get() in favor of lookup()Andreas Kling
2020-04-08Kernel: Simplify VMWareBackdoor somewhatAndreas Kling
2020-04-08Kernel: Rename KParams => Kernel::CommandLineAndreas Kling