Hendiadyoin1
|
0d934fc991
Kernel::CPU: Move headers into common directory
|
il y a 4 ans |
Itamar
|
2365e06b12
Kernel: Set TLS-related members of Process after loading static program
|
il y a 4 ans |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
il y a 4 ans |
Andreas Kling
|
232738fb7a
Kernel: Use dbgln_if() and PANIC() in Thread.cpp
|
il y a 4 ans |
Andreas Kling
|
adb2e6be5f
Kernel: Make the kernel compile & link for x86_64
|
il y a 4 ans |
Ben Wiederhake
|
2b6546c40a
Kernel: Make Thread use AK::Time internally
|
il y a 4 ans |
Andreas Kling
|
8129f3da52
Kernel: Move SMAP disabler RAII helper to its own file
|
il y a 4 ans |
Andreas Kling
|
8f70528f30
Kernel: Take some baby steps towards x86_64
|
il y a 4 ans |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
il y a 4 ans |
Brian Gianforcaro
|
dae071629f
Kernel: Switch m_signal_action_data to Array<...>
|
il y a 4 ans |
Brian Gianforcaro
|
a977cdd9ac
Kernel: Remove unneeded Thread::set_default_signal_dispositions
|
il y a 4 ans |
Andreas Kling
|
fdf03852c9
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
|
il y a 4 ans |
Andreas Kling
|
49f463f557
Kernel: Mark a handful of things in Thread.cpp READONLY_AFTER_INIT
|
il y a 4 ans |
Andreas Kling
|
8415866c03
Kernel: Remove user/kernel flags from Region
|
il y a 4 ans |
Andreas Kling
|
1593219a41
Kernel: Map signal trampoline into each process's address space
|
il y a 4 ans |
Ben Wiederhake
|
b5e5e43d4b
Kernel: Fix typo
|
il y a 4 ans |
Andreas Kling
|
8c694ed6eb
Kernel: Don't call Thread::set_should_die() twice on every thread
|
il y a 4 ans |
Andreas Kling
|
1f277f0bd9
Kernel: Convert all *Builder::appendf() => appendff()
|
il y a 4 ans |
Andreas Kling
|
f1b5def8fd
Kernel: Factor address space management out of the Process class
|
il y a 4 ans |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
il y a 4 ans |
Andreas Kling
|
0d8262cbab
Kernel: Remove a handful of unused things from Thread
|
il y a 4 ans |
Andreas Kling
|
2ec8b4e177
Kernel: Don't allocate kernel stack twice per thread :^)
|
il y a 4 ans |
Andreas Kling
|
b466ede1ea
Kernel: Make sure we can allocate kernel stack before creating thread
|
il y a 4 ans |
Andreas Kling
|
5c45b0d32d
Kernel: Combine Thread::backtrace() and backtrace_impl() into one
|
il y a 4 ans |
Andreas Kling
|
fd3eca3acc
Kernel: Add initializer for Thread::m_tss
|
il y a 4 ans |
Andreas Kling
|
c10e0adaca
Kernel: Move perf event backtrace capture out of Thread class
|
il y a 4 ans |
Andreas Kling
|
ac59903c89
Kernel: Don't try to symbolicate user addresses with ksyms
|
il y a 4 ans |
Tom
|
d5472426ec
Kernel: Retire SchedulerData and add Thread lookup table
|
il y a 4 ans |
Andreas Kling
|
f2decb6665
Revert "Kernel: Fix Thread::relock_process leaving critical section"
|
il y a 4 ans |
Tom
|
e9e76b8074
Kernel: Fix Thread::relock_process leaving critical section
|
il y a 4 ans |