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
2022-04-29
Kernel+WindowServer: Move setting tty graphical mode to Userspace
Peter Elliott
2022-04-20
Kernel: Move VMWareBackdoor to new directory in the Firmware directory
Liav A
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-28
Kernel: Propagate HIDManagement initialisation error to init
Lorenz Steinert
2022-03-27
Kernel: Change the BSP Processor instance to not have a constructor
Tom
2022-03-23
Kernel: Use the whole kernel PD range when randomizing the KASLR offset
Idan Horowitz
2022-03-22
Kernel: Create SelfTTYDevice class to help replace /dev/tty symlink
Liav A
2022-03-22
Kernel: Use the pre-image kernel memory range introduced by KASLR
Idan Horowitz
2022-03-18
Kernel: Don't initialize early framebuffer console if address is invalid
Liav A
2022-03-18
Kernel: Allow to disable early boot console
Liav A
2022-03-08
Kernel: Panic if the init process dies
Daniel Bertalan
2022-03-02
Kernel/PCI: Unify disable checks under PCI::Access::is_disabled method
Liav A
2022-03-02
Kernel: Change PCI access commandline option to also represent no access
Liav A
2022-02-19
Kernel: Fixed argument passing for profiling_enable syscall
Jakub Berkop
2022-02-14
Kernel/Audio: Introduce a new design architecture for the subsystem
Liav A
2022-02-09
Kernel: Instantiate a TextModeConsole early on if there's no framebuffer
Liav A
2022-02-04
Kernel: Set up an initial boot framebuffer console
Tom
2022-02-02
Kernel: Add polling support to NVMe
Pankaj Raghav
2022-01-25
Kernel: Perform DeviceManagement initialization after MM is initialized
Idan Horowitz
2022-01-23
Kernel/Devices: Introduce the Device Control Device
Liav A
2021-12-26
Kernel: Remove old SlabAllocator :^)
Andreas Kling
2021-12-26
Kernel: Encapsulate APIC initialization inside InterruptManagement
Pankaj Raghav
2021-12-24
Kernel: Make MemoryManager::protect_ksyms_after_init UNMAP_AFTER_INIT
Brian Gianforcaro
2021-12-23
Kernel: Move Multi Processor Parser code to a separate directory
Liav A
2021-12-22
Kernel: Unmap Prekernel pages after they are no longer needed
Daniel Bertalan
2021-12-22
Kernel: Setup APIC AP cores boot environment before init_stage2
Idan Horowitz
2021-12-18
Kernel: Use ksyms in-place instead of duplicating them into eternal heap
Andreas Kling
2021-12-14
Kernel: Allow switching to IOAPIC mode even without enabling SMP
Liav A
2021-12-05
Kernel: Mark kernel smart-pointer classes as [[nodiscard]]
Sam Atkins
2021-11-23
Kernel: Implement AC97 audio device driver
Jelle Raaijmakers
2021-11-23
Kernel: Teach DeviceManagement to handle multiple audio devices
Jelle Raaijmakers
2021-11-23
Kernel: Move SB16 to Audio subdirectory
Jelle Raaijmakers
2021-10-17
Everywhere: Make some symbols `__attribute__((used))` for LTO
Daniel Bertalan
2021-10-14
Kernel: Add per platform Processor.h headers
James Mintram
2021-09-17
Kernel/Devices: Use try_create_device helper for SB16
Liav A
2021-09-17
Kernel/Devices: Use try_create_device helper for ConsoleDevice
Liav A
2021-09-17
Kernel: Introduce the DeviceManagement singleton
Liav A
2021-09-12
Kernel: Unify BIOS and ACPI components in the SysFS firmware directory
Liav A
2021-09-12
Kernel: Move ACPI and BIOS code into the new Firmware directory
Liav A
2021-09-10
Kernel/ACPI: Simplify parser initialization
Liav A
2021-09-08
Kernel/Storage: Implement basic AHCI hotplug support
Liav A
2021-09-08
Kernel: Expose device presence in /sys/dev/char and /sys/dev/block
Liav A
2021-09-07
Kernel: Store process names as KString
Andreas Kling
2021-09-05
Kernel: Tidy up VirtualFileSystem::mount_root() a little bit
Andreas Kling
2021-09-04
Kernel: Tidy up Process::try_create_user_process()
Andreas Kling
2021-08-31
Kernel/VirtIO: Remove redundant VirtIO word from filenames
Liav A
2021-08-29
Kernel: Strongly typed user & group ID's
Andreas Kling
2021-08-19
Kernel: Make Process::current() return a Process& instead of Process*
Idan Horowitz
2021-08-15
Kernel: Lock thread list while in Thread::unref()
Andreas Kling
2021-08-15
Kernel+Userland: Remove chroot functionality
Andreas Kling
[next]