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
/
init.cpp
Age
Commit message (
Expand
)
Author
2020-11-30
Kernel: Allow passing a thread argument for new kernel threads
Tom
2020-11-26
Kernel: Enable VMWareBackdoor immediately at boot
Tom
2020-11-12
Kernel: Add I8042Controller to detect and manage PS/2 devices
Tom
2020-10-25
Kernel: Set up and calibrate APIC timer, and enable timer on all CPUs
Tom
2020-10-25
Kernel: Optionally take some arguments to pass to the init program
AnotherTest
2020-09-27
Kernel: Make Thread refcounted
Tom
2020-09-04
Kernel/USB: Start fleshing out a basic UHCI controller driver :^)
Andreas Kling
2020-08-25
Kernel: Copy command line to a safe place
Tom
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-22
Revert "Kernel: Switch singletons to use new Singleton class"
Andreas Kling
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-08-21
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-13
Kernel: Simplify the way we check for "serial_debug" on command line
Andreas Kling
2020-08-12
Kernel: Tell compiler about invisible calls
Ben Wiederhake
2020-08-12
Kernel: Group C++ ABI functions together
Ben Wiederhake
2020-08-10
Kernel: Invoke heap constructors separately early on
Tom
2020-08-10
Kernel: More PID/TID typing
Ben Wiederhake
2020-07-30
Kernel: Make BXVGA detection actually detect VBoxVGA
Luke
2020-07-17
Kernel: Ensure there are all VirtualConsoles properly initialized
Florian Angermeier
2020-07-09
Kernel: Fix some flaws that caused crashes or hangs during boot
Tom
2020-07-06
Kernel: Add SMP IPI support
Tom
2020-07-03
Kernel: Consolidate features into CPUFeature enum
Tom
2020-07-03
Kernel: Split initialization of Processor structure
Tom
2020-07-01
Kernel: Boot all APS all the way into their own idle loop
Tom
2020-07-01
Kernel: Add a quickmap region for each processor
Tom
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-07-01
Kernel: Implement software context switching and Processor structure
Tom
2020-06-27
Kernel: Make Random work on CPUs without rdrand
Peter Elliott
2020-06-20
Kernel: Remove DMI decoder from the kernel
Andreas Kling
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-04
Kernel: Detect APs and boot them into protected mode
Tom
2020-05-27
Kernel: Introduce "boot_mode" and "init" cmdline options
Sergey Bugaev
2020-05-27
Kernel: Port VirtualConsole to LibVT :^)
Sergey Bugaev
2020-05-04
Kernel: Use Multiboot macros instead of magic constants (#2090)
Nathan Lanza
2020-04-18
Kernel: Remove CommandLine::get() in favor of lookup()
Andreas Kling
2020-04-11
Kernel: Instantiate network adapters in their own detect() methods
Liav A
2020-04-11
Kernel: Keep records of PCI::Address & PCI::ID pairs for enumeration
Liav A
2020-04-09
Kernel: Create BXVGA device if found in the PCI bus
Liav A
2020-04-09
Kernel: Simplify the Time management initialization
Liav A
2020-04-09
Kernel: Run clang-format on init.cpp
Liav A
2020-04-09
Kernel: Simplify the Interrupt management initialization
Liav A
2020-04-09
Kernel: Remove redundant "ACPI" from filenames in ACPI/
Andreas Kling
2020-04-09
Kernel: Merge ACPI::StaticParser into ACPI::Parser
Andreas Kling
2020-04-09
Kernel: Remove "non-operational" ACPI parser state
Andreas Kling
2020-04-09
Kernel: Move ACPI initialization from init.cpp to ACPI::initialize()
Andreas Kling
2020-04-09
Kernel: Move NetworkTask startup into NetworkTask::spawn()
Andreas Kling
2020-04-08
Kernel: Simplify PCI initialization logic
Andreas Kling
2020-04-08
Kernel: Simplify VMWareBackdoor somewhat
Andreas Kling
2020-04-08
Kernel: Move global constructor invocation a bit earlier
Andreas Kling
[next]