ladybird/Kernel/Arch/i386
Andreas Kling 59b9e49bcd Kernel: Don't trigger page faults during profiling stack walk
The kernel sampling profiler will walk thread stacks during the timer
tick handler. Since it's not safe to trigger page faults during IRQ's,
we now avoid this by checking the page tables manually before accessing
each stack location.
2020-02-21 15:49:39 +01:00
..
Boot Kernel: Move kernel above the 3GB virtual address mark 2020-01-17 22:34:26 +01:00
APIC.cpp Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
APIC.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
CPU.cpp Kernel: Assert on page fault during IRQ 2020-02-21 15:49:34 +01:00
CPU.h Kernel: Don't trigger page faults during profiling stack walk 2020-02-21 15:49:39 +01:00
PIC.cpp Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
PIC.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00
PIT.cpp Kernel: Assert on page fault during IRQ 2020-02-21 15:49:34 +01:00
PIT.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00