Andreas Kling
|
cefb321da4
Kernel: Print a message to debug log after writing a perfcore file
|
4 years ago |
Gunnar Beutner
|
3cafdca868
Kernel: Disable profile timer when the process exits
|
4 years ago |
Nicholas Baron
|
aa4d41fe2c
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
|
4 years ago |
Brian Gianforcaro
|
ede1483e48
Kernel: Make Process creation APIs OOM safe
|
4 years ago |
Brian Gianforcaro
|
956314f0a1
Kernel: Make Process::start_tracing_from API OOM safe
|
4 years ago |
Brian Gianforcaro
|
d7089a0417
Kernel: Move process exit perf events to PerformanceManager
|
4 years ago |
Brian Gianforcaro
|
2ee1731966
Kernel: Harden Process Vector usage against OOM.
|
4 years ago |
Gunnar Beutner
|
55ae52fdf8
Kernel: Enable building the kernel with -flto
|
4 years ago |
Gunnar Beutner
|
eb798d5538
Kernel+Profiler: Improve profiling subsystem
|
4 years ago |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Brian Gianforcaro
|
4ed682aebc
Kernel: Add a syscall to clear the profiling buffer
|
4 years ago |
Andreas Kling
|
0b8226811f
Kernel+CrashReporter: Add metadata about page faults to crash reports
|
4 years ago |
Hendiadyoin1
|
0d934fc991
Kernel::CPU: Move headers into common directory
|
4 years ago |
Andreas Kling
|
9853a9bc8a
Kernel: Always protect process data immediately after construction
|
4 years ago |
Andreas Kling
|
1608ef37d8
Kernel: Move process termination status/signal into protected data
|
4 years ago |
Andreas Kling
|
4916b5c130
Kernel: Move process thread lists into protected data
|
4 years ago |
Andreas Kling
|
90c0f9664e
Kernel: Don't keep protected Process data in a separate allocation
|
4 years ago |
Andreas Kling
|
37ad880660
Kernel: Move process "dumpable" flag into protected data
|
4 years ago |
Andreas Kling
|
3d27269f13
Kernel: Move process parent PID into protected data :^)
|
4 years ago |
Andreas Kling
|
d677a73b0e
Kernel: Move process extra_gids into protected data :^)
|
4 years ago |
Andreas Kling
|
cbcf891040
Kernel: Move select Process members into protected memory
|
4 years ago |
Andreas Kling
|
adb2e6be5f
Kernel: Make the kernel compile & link for x86_64
|
4 years ago |
Andreas Kling
|
5e7abea31e
Kernel+Profiler: Capture metadata about all profiled processes
|
4 years ago |
Andreas Kling
|
b425c2602c
Kernel: Better handling of allocation failure in profiling
|
4 years ago |
Ben Wiederhake
|
336303bda4
Kernel: Make kgettimeofday use AK::Time
|
4 years ago |
Ben Wiederhake
|
05d5e3fad9
Kernel: Remove duplicative kgettimeofday(timeval&) function
|
4 years ago |
Ben Wiederhake
|
c040e64b7d
Kernel: Make TimeManagement use AK::Time internally
|
4 years ago |
cbsirb
|
8456dc87d8
Kernel: Detach the traced process on process exit
|
4 years ago |
Andreas Kling
|
8eeb8db2ed
Kernel: Don't disable interrupts while dealing with a process crash
|
4 years ago |