summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-24Userland: Add a utility for viewing interrupts from ProcFSLiav A
2020-02-24Kernel: Create an entry for viewing interrupts in ProcFSLiav A
2020-02-24Kernel: Delete unused filesLiav A
2020-02-24Build: Update the Kernel makefile to build the latest changesLiav A
2020-02-24Kernel: Update the init stage to use all the latest changesLiav A
2020-02-24CPU: Use the new interrupt componentsLiav A
2020-02-24Kernel: Add the new APIC namespaceLiav A
2020-02-24CPU: Add 2 files with ISR stub macrosLiav A
2020-02-24Kernel: Update SB16 driver to use the new IRQHandler classLiav A
2020-02-24Kernel: Include the new PIT class in system componentsLiav A
2020-02-24Kernel: Update PATAChannel implementation to use the PIT classLiav A
2020-02-24Kernel: Update PATAChannel class to use the PCI::Device classLiav A
2020-02-24Kernel: Add MSIHandler classLiav A
2020-02-24Kernel: Add UnhandledInterruptHandler classLiav A
2020-02-24Kernel: Add SharedIRQHandler classLiav A
2020-02-24Kernel: Update system components to use the new IRQHandler classLiav A
2020-02-24ACPI: Run clang-format on the definitions fileLiav A
2020-02-24Kernel: Introduce the PIT classLiav A
2020-02-24Kernel: Update Network adapter classes to use the PCI::Device classLiav A
2020-02-24Kernel: Update PCI::Device class to use the new IRQHandler classLiav A
2020-02-24Kernel: Add HardwareTimer classLiav A
2020-02-24Kernel: Add new IRQHandler classLiav A
2020-02-24Kernel: Add Interrupt Management and Generic Interrupt HandlerLiav A
2020-02-24ACPI: Adding definitions for HPETLiav A
2020-02-24Kernel: Add the IOAPIC classLiav A
2020-02-24Kernel: Add the PIC classLiav A
2020-02-24Kernel: Add IRQController classLiav A
2020-02-24Kernel: Fix a wrong debug message in ACPIStaticParserLiav A
2020-02-24Kernel: Add PCI helpers to enable and disable the interrupt lineLiav A
2020-02-24Kernel: Add MultiProcessor ParserLiav A
2020-02-24LibGUI: Implement keyboard and mouse wheel events for SpinBoxTibor Nagy
2020-02-24AK: Zero-initialize the internal storage of OptionalAndreas Kling
2020-02-24AK: Make Bitmap use size_t for its sizeAndreas Kling
2020-02-24AK: Make HashTable and HashMap use size_t for size and capacityAndreas Kling
2020-02-24LibGUI: Fix silly nullptr dereference in MessageBox::show()Andreas Kling
2020-02-23SystemMenu: Migrate PowerDialog to (widget)->add like in 3d20da9ethatlittlegit
2020-02-23Userland+Kernel: Set shutdown/reboot to only be run by the `phys` groupthatlittlegit
2020-02-23SystemMenu: Move SystemDialog into SystemMenu and remove INI configthatlittlegit
2020-02-23SystemDialog+Base: Add icon for SystemDialogthatlittlegit
2020-02-23SystemMenu: Remove --shutdown argument when calling SystemDialogthatlittlegit
2020-02-23SystemDialog: Revamp to be more Win95-likethatlittlegit
2020-02-23LibGUI: Add helper for constructing new TabWidget tabsAndreas Kling
2020-02-23Demos: Remove silly HelloWorld2 demoAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23Inspector: Use Core::Object::add()Andreas Kling
2020-02-23FontEditor: Fix focus and implement keyboard navigation in the glyph mapTibor Nagy
2020-02-23LibGfx: Fix accidentally hardcoded font height in Font::clone()Tibor Nagy
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-23Kernel: Dump all kernel regions when we hit a page fault during IRQAndreas Kling