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-05-31
Kernel: Add KString::must_{..} factory methods
Brian Gianforcaro
2021-05-19
Kernel+LibC: Add support for filtering profiling events
Gunnar Beutner
2021-05-17
Kernel: Implement a PCI Serial Device driver
Idan Horowitz
2021-05-17
Kernel: Use IOAddress instead of direct IO calls in SerialDevice
Idan Horowitz
2021-05-17
Kernel: Initialize the PCI Bus earlier in the boot sequence
Idan Horowitz
2021-05-16
Kernel: Move ConsoleDevice initialization just after kmalloc init
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-05-16
Kernel: Expand the kernel memory slot from 16 MiB to 32 MiB
Liav A
2021-05-16
Kernel: Rename Console => ConsoleDevice
Liav A
2021-05-16
Kernel: Introduce a new graphics subsystem
Liav A
2021-04-29
Kernel: Enable building the kernel with -flto
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
Kernel: Add base support for VirtIO devices
Idan Horowitz
2021-04-07
Kernel: Remove unused UHCI_ENABLED flag
Andreas Kling
2021-04-03
Kernel: Introduce a new HID subsystem
Liav A
2021-03-21
Kernel: Add simplistic work queues
Tom
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-21
Kernel: Renable UHCIController on 64-bit processors
Hendiadyoin1
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in init()
Andreas Kling
2021-03-04
Kernel: Make the kernel compile & link for x86_64
Andreas Kling
2021-03-03
Kernel: init: Make comment clearer
Marco
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
2021-02-28
Kernel: Add self-test boot mode, an alias for text mode
Andrew Kaster
2021-02-24
Kernel: Panic early if the kernel gets too big for its memory slot
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
Kernel: Copy the kernel command line to a good location at boot
Andreas Kling
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
[next]