1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00
serenity/Kernel/Arch/i386
Tom 06d50f64b0 Kernel: Aggregate TLB flush requests for Regions for SMP
Rather than sending one TLB flush request for each page,
aggregate them so that we're not spamming the other
processors with FlushTLB IPIs.
2020-07-06 22:39:06 +02:00
..
Boot Kernel: Implement software context switching and Processor structure 2020-07-01 12:07:01 +02:00
CPU.cpp Kernel: Aggregate TLB flush requests for Regions for SMP 2020-07-06 22:39:06 +02:00
CPU.h Kernel: Add SMP IPI support 2020-07-06 17:07:44 +02:00
Interrupts.h Kernel: Add SMP IPI support 2020-07-06 17:07:44 +02:00
ISRStubs.h Kernel: Add SMP IPI support 2020-07-06 17:07:44 +02:00
ProcessorInfo.cpp Kernel: Consolidate features into CPUFeature enum 2020-07-03 19:32:34 +02:00
ProcessorInfo.h Kernel: Add SMP IPI support 2020-07-06 17:07:44 +02:00