Gunnar Beutner
|
38fca26f54
Kernel: Add stubs for missing x86_64 functionality
|
4 tahun lalu |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 tahun lalu |
Hendiadyoin1
|
7ca3d413f7
Kernel: Pull apart CPU.h
|
4 tahun lalu |
Jelle Raaijmakers
|
ab840423a8
Kernel: Verify Process coredump threads are empty
|
4 tahun lalu |
Brian Gianforcaro
|
9fccbde371
Kernel: Switch Process to InstrusiveList from InlineLinkedList
|
4 tahun lalu |
Brian Gianforcaro
|
252e98761a
Kernel: Remove unnecessary cast to int during ensure capacity
|
4 tahun lalu |
Brian Gianforcaro
|
7e691f96e1
Kernel: Switch ProcessGroup to IntrusiveList from InlineLinkedList
|
4 tahun lalu |
Andreas Kling
|
1123af361d
Kernel: Convert Process::get_syscall_path_argument() to KString
|
4 tahun lalu |
Andreas Kling
|
cefb321da4
Kernel: Print a message to debug log after writing a perfcore file
|
4 tahun lalu |
Gunnar Beutner
|
3cafdca868
Kernel: Disable profile timer when the process exits
|
4 tahun lalu |
Nicholas Baron
|
aa4d41fe2c
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
|
4 tahun lalu |
Brian Gianforcaro
|
ede1483e48
Kernel: Make Process creation APIs OOM safe
|
4 tahun lalu |
Brian Gianforcaro
|
956314f0a1
Kernel: Make Process::start_tracing_from API OOM safe
|
4 tahun lalu |
Brian Gianforcaro
|
d7089a0417
Kernel: Move process exit perf events to PerformanceManager
|
4 tahun lalu |
Brian Gianforcaro
|
2ee1731966
Kernel: Harden Process Vector usage against OOM.
|
4 tahun lalu |
Gunnar Beutner
|
55ae52fdf8
Kernel: Enable building the kernel with -flto
|
4 tahun lalu |
Gunnar Beutner
|
eb798d5538
Kernel+Profiler: Improve profiling subsystem
|
4 tahun lalu |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 tahun lalu |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 tahun lalu |
Brian Gianforcaro
|
4ed682aebc
Kernel: Add a syscall to clear the profiling buffer
|
4 tahun lalu |
Andreas Kling
|
0b8226811f
Kernel+CrashReporter: Add metadata about page faults to crash reports
|
4 tahun lalu |
Hendiadyoin1
|
0d934fc991
Kernel::CPU: Move headers into common directory
|
4 tahun lalu |
Andreas Kling
|
9853a9bc8a
Kernel: Always protect process data immediately after construction
|
4 tahun lalu |
Andreas Kling
|
1608ef37d8
Kernel: Move process termination status/signal into protected data
|
4 tahun lalu |
Andreas Kling
|
4916b5c130
Kernel: Move process thread lists into protected data
|
4 tahun lalu |
Andreas Kling
|
90c0f9664e
Kernel: Don't keep protected Process data in a separate allocation
|
4 tahun lalu |
Andreas Kling
|
37ad880660
Kernel: Move process "dumpable" flag into protected data
|
4 tahun lalu |
Andreas Kling
|
3d27269f13
Kernel: Move process parent PID into protected data :^)
|
4 tahun lalu |
Andreas Kling
|
d677a73b0e
Kernel: Move process extra_gids into protected data :^)
|
4 tahun lalu |
Andreas Kling
|
cbcf891040
Kernel: Move select Process members into protected memory
|
4 tahun lalu |