Andreas Kling
|
8e79bde2b7
Kernel: Move KBufferBuilder to the fallible KBuffer API
|
4 years ago |
Tom
|
6cb640eeba
Kernel: Move some time related code from Scheduler into TimeManagement
|
4 years ago |
Andreas Kling
|
d5d54da0ea
Kernel: Don't use copy_from_user() for kernelspace read in perf events
|
4 years ago |
Nico Weber
|
430b265cd4
AK: Rename KB, MB, GB to KiB, MiB, GiB
|
4 years ago |
Ben Wiederhake
|
f5744a6f2f
Kernel: PID/TID typing
|
5 years ago |
Tom
|
16783bd14d
Kernel: Turn Thread::current and Process::current into functions
|
5 years ago |
Andreas Kling
|
b7ff3b5ad1
Kernel: Include the current instruction pointer in profile samples
|
5 years ago |
Shannon Booth
|
81adefef27
Kernel: Run clang-format on files
|
5 years ago |
Andreas Kling
|
b1058b33fb
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
|
5 years ago |
Andreas Kling
|
7e6c2068bf
Kernel: Fix suspicious local shadowing in PerformanceEventBuffer
|
5 years ago |
Andreas Kling
|
983b4bd9f2
Kernel+ProfileViewer: Move symbolication to userspace for time profiles
|
5 years ago |
Andreas Kling
|
48f7c28a5c
Kernel: Replace "current" with Thread::current and Process::current
|
5 years ago |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 years ago |
Andreas Kling
|
3879e5b9d4
Kernel: Start working on a syscall for logging performance events
|
5 years ago |