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-02-19
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
Andreas Kling
2021-02-19
Kernel: Add .unmap_after_init section for code we don't need after init
Andreas Kling
2021-02-14
Kernel: Mark a handful of things in init.cpp as READONLY_AFTER_INIT
Andreas Kling
2021-02-14
Kernel: Add mechanism to make some memory read-only after init finishes
Andreas Kling
2021-02-14
Kernel: Use PANIC() in a bunch of places :^)
Andreas Kling
2021-02-12
Kernel: Merge split function and data sections into one during linking
Owen Smith
2021-02-05
Kernel: Add NE2000 network card driver
Jean-Baptiste Boric
2021-02-05
Kernel: Try to detect Sound Blaster 16 before creating an instance
Liav A
2021-02-01
Kernel: Introduce the MemoryDevice
Liav A
2021-02-01
Kernel: Expose SMBIOS blobs in ProcFS
Liav A
2021-01-28
Kernel: Retire SchedulerData and add Thread lookup table
Tom
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
[next]