serenity/Kernel/Arch
Andreas Kling 8eeb8db2ed Kernel: Don't disable interrupts while dealing with a process crash
This was necessary in the past when crash handling would modify
various global things, but all that stuff is long gone so we can
simplify crashes by leaving the interrupt flag alone.
2021-02-25 19:36:36 +01:00
..
i386 Kernel: Don't disable interrupts while dealing with a process crash 2021-02-25 19:36:36 +01:00
PC Kernel: Assert if rounding-up-to-page-size would wrap around to 0 2021-02-14 10:01:50 +01:00
x86 Kernel: Move SMAP disabler RAII helper to its own file 2021-02-25 17:25:34 +01:00