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
Age
Commit message (
Expand
)
Author
2020-04-11
Kernel: Simplify a message in PATAChannel::create()
Liav A
2020-04-11
Kernel: Assert if we try to initialize VMWareBackdoor more than once
Liav A
2020-04-10
Kernel: Ignore zero-length PROGBITS sections in sys$module_load()
Andreas Kling
2020-04-10
Kernel+LibC: Remove ESUCCESS
Andreas Kling
2020-04-10
Kernel: Add explicit offset parameter to File::read etc
Conrad Pankoff
2020-04-09
Kernel: Allow again to boot with partitioned disk
Liav A
2020-04-09
Kernel: Create BXVGA device if found in the PCI bus
Liav A
2020-04-09
Kernel: Reorder bitwise operations when creating PCI interrupt overrides
Liav A
2020-04-09
MultiProcessor: Silence debug message spam
Liav A
2020-04-09
Interrupts: Simplify initialization a bit more
Liav A
2020-04-09
Interrupts: Remove irrelevant FIXME comment
Liav A
2020-04-09
Interrupts: Make the MultiProcessorParser functional again
Liav A
2020-04-09
Kernel: Simplify the Time management initialization
Liav A
2020-04-09
Kernel: Run clang-format on init.cpp
Liav A
2020-04-09
Kernel: Simplify the Interrupt management initialization
Liav A
2020-04-09
Kernel: Simplify PCI messages on initialization
Liav A
2020-04-09
Kernel: Remove redundant "ACPI" from filenames in ACPI/
Andreas Kling
2020-04-09
Kernel: Merge ACPI::StaticParser into ACPI::Parser
Andreas Kling
2020-04-09
Kernel: Use StringView for ACPI table signatures
Andreas Kling
2020-04-09
Kernel: Add typed_map<T>(PhysicalAddress) and use it in ACPI parsing
Andreas Kling
2020-04-09
Kernel: Remove "non-operational" ACPI parser state
Andreas Kling
2020-04-09
Kernel: Simplify ACPI initialization a bit
Andreas Kling
2020-04-09
Kernel: Simplify PCI::initialize() a bit more
Andreas Kling
2020-04-09
Kernel: Move ACPI initialization from init.cpp to ACPI::initialize()
Andreas Kling
2020-04-09
Kernel: Move NetworkTask startup into NetworkTask::spawn()
Andreas Kling
2020-04-08
Kernel: Simplify PCI::initialize()
Andreas Kling
2020-04-08
Kernel: Fix typos in PCI access boot message
Andreas Kling
2020-04-08
Kernel: Simplify PCI initialization logic
Andreas Kling
2020-04-08
Kernel: Use nested Kernel::PCI namespaces more to reduce PCI:: spam
Andreas Kling
2020-04-08
Kernel: Make most of the PCI::MMIOAccess members private
Andreas Kling
2020-04-08
Kernel: Simplify PCI::MMIOAccess segment storage
Andreas Kling
2020-04-08
Kernel: Move PCI::MMIOSegment declaration into MMIOAccess.cpp
Andreas Kling
2020-04-08
Kernel: Fix up various PCI-related function signatures
Andreas Kling
2020-04-08
Kernel: Add some human-readable I/O helpers in PCI/Access.cpp
Andreas Kling
2020-04-08
Kernel: Remove an unnecessary layer of indirection in the PCI code
Andreas Kling
2020-04-08
Kernel: Fix awkward RTC log message at boot
Andreas Kling
2020-04-08
Kernel: Simplify VMWareBackdoor somewhat
Andreas Kling
2020-04-08
Kernel: Make VMWareBackdoor eternal (since it's never freed)
Andreas Kling
2020-04-08
Kernel: Move global constructor invocation a bit earlier
Andreas Kling
2020-04-08
Kernel: Move sync and finalization tasks into their own files
Andreas Kling
2020-04-08
Kernel: Remove DebugLogDevice
Andreas Kling
2020-04-08
Kernel: Move more things from init() to init_stage2()
Andreas Kling
2020-04-08
Kernel: Rename KParams => Kernel::CommandLine
Andreas Kling
2020-04-08
Kernel: Update cryptically-named functions related to symbolication
Andreas Kling
2020-04-06
Kernel: Ensure we flush the entire ext2 superblock
Liav A
2020-04-06
Kernel & Userland: Allow to mount image files formatted with Ext2FS
Liav A
2020-04-06
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-04-06
Kernel/Net: make setsockopt pretend it understands SO_KEEPALIVE.
Xiao NuoFu
2020-04-06
Kernel: Support best fit allocation policy in kmalloc()
nimelehin
2020-04-06
Kernel: Implement kmalloc() using AK::Bitmap
nimelehin
[next]