serenity/Kernel/Interrupts
Andreas Kling 07f3d09c55 Kernel: Make VM allocation atomic for userspace regions
This patch move AddressSpace (the per-process memory manager) to using
the new atomic "place" APIs in RegionTree as well, just like we did for
MemoryManager in the previous commit.

This required updating quite a few places where VM allocation and
actually committing a Region object to the AddressSpace were separated
by other code.

All you have to do now is call into AddressSpace once and it'll take
care of everything for you.
2022-04-03 21:51:58 +02:00
..
APIC.cpp Kernel: Make VM allocation atomic for userspace 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