index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
CommandLine.cpp
Age
Commit message (
Expand
)
Author
2022-05-05
Kernel/Graphics: Simplify the feature level of the Graphics subsystem
Liav A
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-18
Kernel: Allow to disable early boot console
Liav A
2022-03-02
Kernel: Change PCI access commandline option to also represent no access
Liav A
2022-02-02
Kernel: Add nvme_poll command line parameters
Pankaj Raghav
2022-01-23
Kernel: Add CommandLine option to disable or enable the PC speaker
Liav A
2022-01-21
Kernel: Ensure that CommandLine is initialized before choosing PanicMode
Liav A
2022-01-12
Kernel: Convert CommandLine to KString
Idan Horowitz
2022-01-06
Kernel: Add option to force using only the bootloader framebuffer
Tom
2022-01-05
Kernel: Use MUST+ Vector::try_prepend instead of Vector::prepend
Brian Gianforcaro
2021-12-30
Kernel: Remove else-after-return statements in CommandLine.cpp
Hendiadyoin1
2021-12-30
Kernel: Remove superfluous moves in CommandLine.cpp
Hendiadyoin1
2021-12-20
Kernel: Ensure SMP mode is not enabled if IOAPIC mode is disabled
Liav A
2021-12-14
Kernel: Allow switching to IOAPIC mode even without enabling SMP
Liav A
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-25
Kernel: Avoid allocation when checking for vmmouse
Ben Wiederhake
2021-10-25
Kernel+SystemServer: Change bootmode to system_mode
Ben Wiederhake
2021-10-25
Kernel: Separate panic behavior from bootmode
Ben Wiederhake
2021-10-25
Kernel: Separate framebuffers from bootmode
Ben Wiederhake
2021-10-08
Kernel: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-09-10
Kernel/CommandLine: Verify ACPI feature level cannot have invalid string
Liav A
2021-09-10
Kernel/ACPI: Simplify parser initialization
Liav A
2021-09-09
Kernel: Use KString all the way in sys$execve()
Andreas Kling
2021-09-07
Kernel/PCI: Turn on memory access by default
Liav A
2021-09-07
Kernel/PCI: Simplify the entire subsystem
Liav A
2021-08-18
AK+Kernel: StringView hash map Traits should not set peek type to String
Brian Gianforcaro
2021-08-09
Kernel/USB: Create controller base class and introduce USBManagement
Luke
2021-08-08
Kernel: Fix panic loop when encountering an unknown boot_mode
Brian Gianforcaro
2021-07-26
Kernel: Un-unmap-after-init CommandLine::boot_mode()
Ali Mohammad Pur
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-09
Kernel/CommandLine: Add option to disable physical networking hardware
Liav A
2021-06-03
Kernel: Fix "sv" being inside of "no-fbdev" instead of outside
Luke
2021-05-31
Kernel: Move CommandLine API to use AK::StringView instead of AK::String
Brian Gianforcaro
2021-05-29
Kernel/Storage: Remove the None option from AHCI reset policy
Liav A
2021-05-21
Kernel/Commandline: Allow the user to specify an embedded string
Liav A
2021-05-21
Kernel: Print commandline after initializing it
Liav A
2021-05-16
Kernel: Allow the user to specify the virtual console when booting
Liav A
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Kernel: Add kernel command line flag to disable VirtIO support
Idan Horowitz
2021-04-18
Kernel: Add boot argument to disable the UHCI Controller
Luke
2021-04-08
Kernel: Introduce two new boot arguments to assist with bare metal debug
Liav A
2021-04-06
Kernel/PCI: Disable ECAM method by default
Liav A
2021-04-03
Kernel/PCI: Introduce a new ECAM access mechanism
Liav A
2021-04-03
Kernel: Enable PCI ECAM method again if available
Liav A
2021-03-23
Revert "Kernel/AHCI: Add a boot argument to force AHCI to operate on IRQ 11"
Liav A
2021-03-21
Kernel/AHCI: Add a boot argument to force AHCI to operate on IRQ 11
Liav A
2021-03-13
Kernel: Don't reset AHCI ports during boot unless requested
Liav A
2021-03-03
Kernel: Add 'boot_prof' option to enable full system profiling on boot
Brian Gianforcaro
[next]