Age | Commit message (Expand) | Author |
---|---|---|
2021-07-20 | Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIRED | Brian Gianforcaro |
2021-05-30 | Kernel: Don't log profile data before/after the process/thread lifetime | Gunnar Beutner |
2021-05-07 | Kernel: Add PerformanceManager static class, move perf event APIs there | Brian Gianforcaro |
2021-04-26 | Kernel+Profiler: Improve profiling subsystem | Gunnar Beutner |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-11 | Kernel: Move process termination status/signal into protected data | Andreas Kling |
2021-02-25 | Kernel: Don't disable interrupts while exiting a thread or process | Andreas Kling |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2020-12-14 | Kernel: Don't generate a backtrace when a process exists with non-zero | Itamar |
2020-12-14 | Kernel: Generate a coredump file when a process crashes | Itamar |
2020-07-30 | Kernel: Move syscall implementations out of Process.cpp | Andreas Kling |