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-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-24
Kernel: Use Vector::unstable_remove() when deallocating a region
Andreas Kling
2020-02-24
Kernel: Fix some formatting goofs in Process.h
Andreas Kling
2020-02-24
Kernel: Fail with ENOMEM if there's insufficient VM for a SharedBuffer
Andreas Kling
2020-02-24
Kernel: Make Region weakable and use WeakPtr<Region> instead of Region*
Andreas Kling
2020-02-24
Kernel: Clear the region lookup cache on exec()
Andreas Kling
2020-02-24
ACPI: Don't set Smart Pointers to be nullptr
Liav A
2020-02-24
Kernel: Don't use references or pointers to physical addresses
Liav A
2020-02-24
Kernel: Change get_sharing_devices_count() in GenericInterruptHandler
Liav A
2020-02-24
Kernel: Change get_pci_address() to pci_address() in PCI::Device class
Liav A
2020-02-24
Kernel: Create an entry for viewing interrupts in ProcFS
Liav A
2020-02-24
Kernel: Delete unused files
Liav A
2020-02-24
Build: Update the Kernel makefile to build the latest changes
Liav A
2020-02-24
Kernel: Update the init stage to use all the latest changes
Liav A
2020-02-24
CPU: Use the new interrupt components
Liav A
2020-02-24
Kernel: Add the new APIC namespace
Liav A
2020-02-24
CPU: Add 2 files with ISR stub macros
Liav A
2020-02-24
Kernel: Update SB16 driver to use the new IRQHandler class
Liav A
2020-02-24
Kernel: Include the new PIT class in system components
Liav A
2020-02-24
Kernel: Update PATAChannel implementation to use the PIT class
Liav A
2020-02-24
Kernel: Update PATAChannel class to use the PCI::Device class
Liav A
2020-02-24
Kernel: Add MSIHandler class
Liav A
2020-02-24
Kernel: Add UnhandledInterruptHandler class
Liav A
2020-02-24
Kernel: Add SharedIRQHandler class
Liav A
2020-02-24
Kernel: Update system components to use the new IRQHandler class
Liav A
2020-02-24
ACPI: Run clang-format on the definitions file
Liav A
2020-02-24
Kernel: Introduce the PIT class
Liav A
2020-02-24
Kernel: Update Network adapter classes to use the PCI::Device class
Liav A
2020-02-24
Kernel: Update PCI::Device class to use the new IRQHandler class
Liav A
2020-02-24
Kernel: Add HardwareTimer class
Liav A
2020-02-24
Kernel: Add new IRQHandler class
Liav A
2020-02-24
Kernel: Add Interrupt Management and Generic Interrupt Handler
Liav A
2020-02-24
ACPI: Adding definitions for HPET
Liav A
2020-02-24
Kernel: Add the IOAPIC class
Liav A
2020-02-24
Kernel: Add the PIC class
Liav A
2020-02-24
Kernel: Add IRQController class
Liav A
2020-02-24
Kernel: Fix a wrong debug message in ACPIStaticParser
Liav A
2020-02-24
Kernel: Add PCI helpers to enable and disable the interrupt line
Liav A
2020-02-24
Kernel: Add MultiProcessor Parser
Liav A
2020-02-24
AK: Make Bitmap use size_t for its size
Andreas Kling
2020-02-23
Userland+Kernel: Set shutdown/reboot to only be run by the `phys` group
thatlittlegit
2020-02-23
SystemMenu: Move SystemDialog into SystemMenu and remove INI config
thatlittlegit
2020-02-23
Demos: Remove silly HelloWorld2 demo
Andreas Kling
2020-02-23
Kernel: Dump all kernel regions when we hit a page fault during IRQ
Andreas Kling
2020-02-23
Kernel: Commit the entire region up front in KBuffer::copy()
Andreas Kling
2020-02-22
Kernel: Build without debugging symbols by default
Andreas Kling
2020-02-22
Ext2FS: Add Missing HashMap.h include
Andreas Kling
2020-02-22
Kernel: Remove unnecessary allocation metadata from kmalloc() chunks
Andreas Kling
2020-02-22
Kernel: Make FileDescription slab-allocated
Andreas Kling
2020-02-22
Kernel: Tweak SlabAllocator's slab sizes
Andreas Kling
[next]