summaryrefslogtreecommitdiff
path: root/Kernel/Syscalls/exit.cpp
AgeCommit message (Expand)Author
2023-06-04Kernel: Move Performance-measurement code to the Tasks subdirectoryLiav A
2023-06-04Kernel: Move all tasks-related code to the Tasks subdirectoryLiav A
2023-01-27Kernel: Factor our PreviousMode into RegisterState::previous_modeTimon Kruiper
2022-08-21Kernel: Guard Process "protected data" with a spinlockAndreas Kling
2021-10-01Kernel: Fix a few typosNico Weber
2021-08-12Kernel/Process: Move protected values to the end of the objectLiav A
2021-07-20Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIREDBrian Gianforcaro
2021-05-30Kernel: Don't log profile data before/after the process/thread lifetimeGunnar Beutner
2021-05-07Kernel: Add PerformanceManager static class, move perf event APIs thereBrian Gianforcaro
2021-04-26Kernel+Profiler: Improve profiling subsystemGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-11Kernel: Move process termination status/signal into protected dataAndreas Kling
2021-02-25Kernel: Don't disable interrupts while exiting a thread or processAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2020-12-14Kernel: Don't generate a backtrace when a process exists with non-zeroItamar
2020-12-14Kernel: Generate a coredump file when a process crashesItamar
2020-07-30Kernel: Move syscall implementations out of Process.cppAndreas Kling