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-07-20
Kernel: Rename .boot_bss to .super_pages to better reflect what it is
Gunnar Beutner
2021-07-20
Prekernel: Use physical addresses for some of the BootInfo parameters
Gunnar Beutner
2021-07-20
Kernel: Move boot info declarations to a header file
Gunnar Beutner
2021-07-20
Kernel: Initialize serial debug after setting kernel command-line
Gunnar Beutner
2021-07-18
Kernel: Rename bootloader to prekernel
Gunnar Beutner
2021-07-18
Kernel: Introduce basic pre-kernel environment
Gunnar Beutner
2021-07-17
LibC: Use 64-bit stack smash value for 64-bit mode
Peter Bindels
2021-07-17
Kernel: Initialize TimeManagement before using KernelRNG
Tom
2021-07-16
Kernel: Move end_of_kernel_image after the .ksyms section
Gunnar Beutner
2021-07-14
Kernel: Make kernel symbols available much earlier in the boot process
Gunnar Beutner
2021-07-12
Kernel: Initialize threading and process management earlier
Tom
2021-07-11
Kernel: Rename ProcFSComponentsRegistrar => ProcFSComponentRegistry
Andreas Kling
2021-07-11
Kernel: Rename SysFS related classes in BIOS code
Andreas Kling
2021-07-11
Kernel: Rename SysFS related classes in ACPI code
Andreas Kling
2021-07-11
Kernel: Replace "Folder" => "Directory" everywhere
Andreas Kling
2021-07-11
Kernel: Rename SystemRegistrar => SysFSComponentRegistry
Andreas Kling
2021-07-11
Kernel: Rename VFS => VirtualFileSystem
Andreas Kling
2021-07-07
Kernel: Print if image has become too large again
Liav A
2021-07-02
Kernel/USB: Move the USB components as a subfolder to the Bus directory
Liav A
2021-07-02
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Liav A
2021-07-01
Kernel: Support starting up secondary processors on x86_64
Hendiadyoin1
2021-06-29
Kernel: Introduce the new ProcFS design
Liav A
2021-06-29
Kernel: Introduce the new SysFS
Liav A
2021-06-25
Kernel: Add VirtIOGPU graphics device
Sahan Fernando
2021-06-24
Kernel: Fix attribute ordering
Daniel Bertalan
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-19
Kernel: Don't use naked new statements in init process
Liav A
2021-06-18
Kernel: Make the "in early boot" flag read-only-after-init
Andreas Kling
2021-06-09
Kernel: Introduce the NetworkingManagement singleton
Liav A
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
[next]