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
2021-01-26
Kernel: Ensure that HPET is initialized before using random the first time
Maciej Zygmanowski
2021-01-23
Kernel: Allow "serial_debug" everywhere on the command line
Jean-Baptiste Boric
2021-01-22
Kernel: Parse boot modules from Multiboot specification
Jean-Baptiste Boric
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Kernel/USB: Implement test transfer
Jesse Buhagiar
2021-01-09
Kernel/USB: Add basic root port detection/management
Jesse Buhagiar
2021-01-09
Kernel/USB: Move USB classes into `USB` namespace
Jesse Buhagiar
2021-01-09
Kernel/USB: Move USB related files to into specific directory
Jesse Buhagiar
2020-12-27
Kernel: Introduce a new partitioning subsystem
Liav A
2020-12-27
Kernel: Move Partition code files to the Storage folder
Liav A
2020-12-21
Kernel: Introduce the StorageManagement class
Liav A
2020-12-21
Kernel: Introduce the new Storage subsystem
Liav A
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
[prev]
[next]