Andreas Kling
|
1f277f0bd9
Kernel: Convert all *Builder::appendf() => appendff()
|
4 years ago |
Andreas Kling
|
f1b5def8fd
Kernel: Factor address space management out of the Process class
|
4 years ago |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 years ago |
Andreas Kling
|
0d8262cbab
Kernel: Remove a handful of unused things from Thread
|
4 years ago |
Andreas Kling
|
2ec8b4e177
Kernel: Don't allocate kernel stack twice per thread :^)
|
4 years ago |
Andreas Kling
|
b466ede1ea
Kernel: Make sure we can allocate kernel stack before creating thread
|
4 years ago |
Andreas Kling
|
5c45b0d32d
Kernel: Combine Thread::backtrace() and backtrace_impl() into one
|
4 years ago |
Andreas Kling
|
fd3eca3acc
Kernel: Add initializer for Thread::m_tss
|
4 years ago |
Andreas Kling
|
c10e0adaca
Kernel: Move perf event backtrace capture out of Thread class
|
4 years ago |
Andreas Kling
|
ac59903c89
Kernel: Don't try to symbolicate user addresses with ksyms
|
4 years ago |
Tom
|
d5472426ec
Kernel: Retire SchedulerData and add Thread lookup table
|
4 years ago |
Andreas Kling
|
f2decb6665
Revert "Kernel: Fix Thread::relock_process leaving critical section"
|
4 years ago |
Tom
|
e9e76b8074
Kernel: Fix Thread::relock_process leaving critical section
|
4 years ago |
Tom
|
ac3927086f
Kernel: Keep a list of threads per Process
|
4 years ago |
Tom
|
03a9ee79fa
Kernel: Implement thread priority queues
|
4 years ago |
Tom
|
c531084873
Kernel: Track processor idle state and wake processors when waking threads
|
4 years ago |
Andreas Kling
|
e67402c702
Kernel: Remove Range "valid" state and use Optional<Range> instead
|
4 years ago |
Tom
|
33cdc1d2f1
Kernel: Use new Thread::previous_mode to track ticks
|
4 years ago |
Tom
|
0bd558081e
Kernel: Track previous mode when entering/exiting traps
|
4 years ago |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 years ago |
Andreas Kling
|
1e25d2b734
Kernel: Remove allocate_region() functions that don't take a Range
|
4 years ago |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 years ago |
asynts
|
1a3a0836c0
Everywhere: Use CMake to generate AK/Debug.h.
|
4 years ago |
asynts
|
ea7b7d8ceb
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Andreas Kling
|
928ee2c791
Kernel: Don't let signals unblock threads while handling a page fault
|
4 years ago |
Andreas Kling
|
57ca15f126
Kernel: Remove commented-out code from Thread::dispatch_signal()
|
4 years ago |
asynts
|
94bb544c33
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Andreas Kling
|
64b0d89335
Kernel: Make Process::allocate_region*() return KResultOr<Region*>
|
4 years ago |
Lenny Maiorani
|
e6f907a155
AK: Simplify constructors and conversions from nullptr_t
|
4 years ago |
Andreas Kling
|
7c4ddecacb
Kernel: Convert a bunch of String::format() => String::formatted()
|
4 years ago |