Lioncash
|
05aa4aa01a
kernel/thread: Use owner_process when setting the page table in SetupMainThread()
|
7 лет назад |
fearlessTobi
|
63c2e32e20
Port #4182 from Citra: "Prefix all size_t with std::"
|
7 лет назад |
Lioncash
|
2ea45fe75b
kernel/thread: Include thread-related enums within the kernel namespace
|
7 лет назад |
Lioncash
|
0cbcd6ec9a
kernel: Eliminate kernel global state
|
8 лет назад |
Lioncash
|
43e0d865fa
core: Namespace all code in the arm subdirectory under the Core namespace
|
8 лет назад |
Lioncash
|
e93fa7f2cc
kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6956cb23ac0d58c
|
8 лет назад |
Lioncash
|
bf45092c61
kernel: Move object class to its own source files
|
8 лет назад |
Lioncash
|
49e198b20d
kernel/thread: Remove unimplemented function prototype
|
8 лет назад |
Lioncash
|
a2304fad16
kernel: Remove unnecessary includes
|
8 лет назад |
bunnei
|
fe2498a650
Merge pull request #751 from Subv/tpidr_el0
|
8 лет назад |
Subv
|
d84eb9dac6
CPU: Save and restore the TPIDR_EL0 system register on every context switch.
|
8 лет назад |
Lioncash
|
dbfe82773d
thread: Convert ThreadStatus into an enum class
|
8 лет назад |
Michael Scire
|
08d454e30d
Run clang-format on PR.
|
8 лет назад |
Michael Scire
|
dc70a87af1
Kernel/Arbiters: HLE is atomic, adjust code to reflect that.
|
8 лет назад |
Michael Scire
|
8f8fe62a19
Kernel/Arbiters: Initialize arb_wait_address in thread struct.
|
8 лет назад |
Michael Scire
|
4f81bc4e1b
Kernel/Arbiters: Mostly implement SignalToAddress
|
8 лет назад |
Michael Scire
|
9d71ce88ce
Kernel/Arbiters: Implement WaitForAddress
|
8 лет назад |
Michael Scire
|
7e191dccc1
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
|
8 лет назад |
bunnei
|
46ec9a9bc9
thread: Rename mask to affinity_masks.
|
8 лет назад |
bunnei
|
6ea8b3ef60
thread: Implement ChangeCore function.
|
8 лет назад |
bunnei
|
a434fdcb10
core: Implement multicore support.
|
8 лет назад |
Subv
|
46572d027d
Kernel: Implemented mutex priority inheritance.
|
8 лет назад |
Subv
|
a70ed9c8ae
Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs
|
8 лет назад |
Subv
|
be155f4d9d
Kernel: Remove unused ConditionVariable class.
|
8 лет назад |
Subv
|
5fdfbfe25a
Kernel: Remove old and unused Mutex code.
|
8 лет назад |
Subv
|
e81a2080eb
Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.
|
8 лет назад |
bunnei
|
e353b9fb3d
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
|
8 лет назад |
bunnei
|
ac81c02ed9
kernel: Use Scheduler class for threading.
|
8 лет назад |
bunnei
|
cec0d4f191
kernel: Remove unused address_arbiter code.
|
8 лет назад |
Subv
|
94ee8fc97b
Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation.
|
8 лет назад |