serenity/Kernel/Interrupts
Andreas Kling e852a69a06 LibWeb: Make VM allocation atomic for kernel regions
Instead of first allocating the VM range, and then inserting a region
with that range into the MM region tree, we now do both things in a
single atomic operation:

    - RegionTree::place_anywhere(Region&, size, alignment)
    - RegionTree::place_specifically(Region&, address, size)

To reduce the number of things we do while locking the region tree,
we also require callers to provide a constructed Region object.
2022-04-03 21:51:58 +02:00
..
APIC.cpp LibWeb: Make VM allocation atomic for kernel regions 2022-04-03 21:51:58 +02:00
APIC.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GenericInterruptHandler.cpp Kernel: Remove unused header includes 2021-08-01 08:10:16 +02:00
GenericInterruptHandler.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
InterruptManagement.cpp Kernel/Interrupts: Initialize two spurious handlers when PIC is disabled 2022-01-30 21:07:20 +02:00
InterruptManagement.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IOAPIC.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IOAPIC.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IRQController.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IRQHandler.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
IRQHandler.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PIC.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PIC.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SharedIRQHandler.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SharedIRQHandler.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SpuriousInterruptHandler.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SpuriousInterruptHandler.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
UnhandledInterruptHandler.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
UnhandledInterruptHandler.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00