ladybird/Kernel/Arch/i386
Andreas Kling 81d35c6891 Kernel: Always inline stac(), clac() and SmapDisabler
Let's not be paying the function call overhead for these tiny ops.
Maybe there's an argument for having fewer gadgets in the kernel but
for now we're actually seeing stac() in profiles so let's put
that above theoretical security issues.
2020-05-20 14:17:01 +02:00
..
Boot Kernel: Move kernel above the 3GB virtual address mark 2020-01-17 22:34:26 +01:00
CPU.cpp Kernel: Always inline stac(), clac() and SmapDisabler 2020-05-20 14:17:01 +02:00
CPU.h Kernel: Always inline stac(), clac() and SmapDisabler 2020-05-20 14:17:01 +02:00
Interrupts.h Kernel: Prepend missing license 2020-04-03 09:12:29 +02:00
ISRStubs.h Kernel: Prepend missing license 2020-04-03 09:12:29 +02:00