index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-02-24
Userland: Add a utility for viewing interrupts from ProcFS
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
LibGUI: Implement keyboard and mouse wheel events for SpinBox
Tibor Nagy
2020-02-24
AK: Zero-initialize the internal storage of Optional
Andreas Kling
2020-02-24
AK: Make Bitmap use size_t for its size
Andreas Kling
2020-02-24
AK: Make HashTable and HashMap use size_t for size and capacity
Andreas Kling
2020-02-24
LibGUI: Fix silly nullptr dereference in MessageBox::show()
Andreas Kling
2020-02-23
SystemMenu: Migrate PowerDialog to (widget)->add like in 3d20da9e
thatlittlegit
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
SystemDialog+Base: Add icon for SystemDialog
thatlittlegit
2020-02-23
SystemMenu: Remove --shutdown argument when calling SystemDialog
thatlittlegit
2020-02-23
SystemDialog: Revamp to be more Win95-like
thatlittlegit
2020-02-23
LibGUI: Add helper for constructing new TabWidget tabs
Andreas Kling
2020-02-23
Demos: Remove silly HelloWorld2 demo
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
Inspector: Use Core::Object::add()
Andreas Kling
2020-02-23
FontEditor: Fix focus and implement keyboard navigation in the glyph map
Tibor Nagy
2020-02-23
LibGfx: Fix accidentally hardcoded font height in Font::clone()
Tibor Nagy
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-23
Kernel: Dump all kernel regions when we hit a page fault during IRQ
Andreas Kling
[next]