Age | Commit message (Expand) | Author |
---|---|---|
2020-07-01 | Kernel: Turn Thread::current and Process::current into functions | Tom |
2020-04-11 | Kernel: Include the current instruction pointer in profile samples | Andreas Kling |
2020-03-22 | Kernel: Run clang-format on files | Shannon Booth |
2020-03-08 | AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) | Andreas Kling |
2020-03-01 | Kernel: Fix suspicious local shadowing in PerformanceEventBuffer | Andreas Kling |
2020-02-22 | Kernel+ProfileViewer: Move symbolication to userspace for time profiles | Andreas Kling |
2020-02-17 | Kernel: Replace "current" with Thread::current and Process::current | Andreas Kling |
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-02-02 | Kernel: Start working on a syscall for logging performance events | Andreas Kling |