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.h
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-13
Kernel: Remove unused AK/String.h include from CommandLine.h
Idan Horowitz
2022-01-12
Kernel: Convert CommandLine to KString
Idan Horowitz
2022-01-06
Kernel: Add option to force using only the bootloader framebuffer
Tom
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
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+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-09-09
Kernel: Use KString all the way in sys$execve()
Andreas Kling
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-06-09
Kernel/CommandLine: Add option to disable physical networking hardware
Liav A
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-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-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
2021-03-03
Kernel: Move Kernel CommandLine parsing to strongly typed API.
Brian Gianforcaro
2020-08-25
Kernel: Copy command line to a safe place
Tom
2020-08-22
Revert "Kernel: Copy command line to a safe place"
Andreas Kling
2020-08-22
Kernel: Copy command line to a safe place
Tom
2020-04-18
Kernel: Remove CommandLine::get() in favor of lookup()
Andreas Kling
2020-04-08
Kernel: Simplify VMWareBackdoor somewhat
Andreas Kling
2020-04-08
Kernel: Rename KParams => Kernel::CommandLine
Andreas Kling