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
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-08
Kernel: Merge unnecessary DiskDevice class into BlockDevice
Andreas Kling
2020-02-05
Kernel Commandline: Change nopci_mmio to be pci_mmio
Liav A
2020-02-05
Kernel Commandline: Change no_vmmouse boot argument to be vmmouse
Liav A
2020-02-05
Kernel Commandline: Remove noacpi & noacpi_aml boot arguments
Liav A
2020-02-04
Kernel: Add support for vmmouse
Liav A
2020-02-02
Kernel: Detect devices when enumerating the PCI bus
Liav A
2020-02-02
Partition Table: Add support for Extended partitions
Liav A
2020-02-01
Partition Table: Allow to boot with a partition number higher than 4
Liav A
2020-02-01
Kernel: Finalizer should not go back to sleep if there's more to do
Andreas Kling
2020-01-22
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
Andreas Kling
2020-01-22
Kernel: Replace IRQHandler with the new InterruptHandler class
Liav A
2020-01-21
Kernel: Remove map_for_kernel() in MemoryManager
Liav A
2020-01-18
Kernel: Clean up and reorganize init.cpp
Andreas Kling
2020-01-18
Kernel: Move all CPU feature initialization into cpu_setup()
Andreas Kling
2020-01-18
ACPI: Re-enable ACPI initialization after paging changes
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Move kernel above the 3GB virtual address mark
Andreas Kling
2020-01-17
Kernel: Misc tweaks
Sergey Bugaev
2020-01-14
Kernel: Move DMI decoder initialization method to init_stage2
Liav A
2020-01-10
Kernel: Add a basic chroot() syscall :^)
Andreas Kling
2020-01-06
Kernel: Randomize the stack canary on startup
Andreas Kling
2020-01-03
Kernel: Add a more expressive API for getting random bytes
Andreas Kling
2020-01-02
Kernel: Create support for PCI ECAM
Liav A
2020-01-01
Kernel: Disable x86 RDTSC instruction in userspace
Andreas Kling
2020-01-01
Kernel: Enable x86 UMIP (User Mode Instruction Prevention) if supported
Andreas Kling
2020-01-01
Kernel: Move CPU feature detection to Arch/x86/CPU.{cpp.h}
Andreas Kling
2019-12-30
Kernel: Refactor scheduler to use dynamic thread priorities
Andreas Kling
2019-12-29
Kernel: Embrace the SerenityOS name
Andreas Kling
2019-12-22
Kernel: Get rid of "main thread" concept
Andreas Kling
2019-12-01
Kernel: Use a WaitQueue to implement finalizer wakeup
Andreas Kling
2019-11-17
Kernel: Just hang if VFS::mount_root() fails
Andreas Kling
2019-11-13
Kernel: Add a kernel boot parameter to force PIO mode
supercomputer7
2019-11-09
Kernel: Use a lookup table for syscalls
Andreas Kling
2019-11-08
Kernel: Removing hardcoded offsets from Memory Manager
supercomputer7
2019-11-06
Kernel: Rework Process::Priority into ThreadPriority
Andreas Kling
2019-11-06
Kernel: Remove unnecessary init_ksyms() function
Andreas Kling
2019-11-06
Kernel: Don't instantiate and throw away ProcFS + DevPtsFS on boot
Andreas Kling
2019-11-06
Kernel: Use KParams::has() instead of !KParams::get().is_null()
Andreas Kling
2019-11-06
Kernel+SystemServer: Get rid of two virtual consoles
Andreas Kling
2019-10-31
Kernel: Add bare minimum for global constructors (#707)
Andrew Kaster
2019-10-29
Kernel: Enabling Text mode debugging (#696)
Liav A
2019-10-16
APIC: Enable APIC and start APs
Tom
2019-10-07
PartitionTable: Initial GPT Support, Adding Block Limit
supercomputer7
2019-09-16
Kernel: Add a simple slab allocator for small allocations
Andreas Kling
2019-09-16
Kernel: Move kmalloc() into a Kernel/Heap/ directory
Andreas Kling
2019-09-14
Kernel: Stop idling after handling an IRQ
Andreas Kling
[next]