Subv
|
94ee8fc97b
Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation.
|
8 лет назад |
Lioncash
|
c1146d2a5f
thread: Silence formatting specifier warnings
|
8 лет назад |
Subv
|
2a3f8e8484
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
|
8 лет назад |
B3n30
|
82151d407d
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
|
8 лет назад |
bunnei
|
b172f0d770
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
|
8 лет назад |
bunnei
|
1cb978eb82
thread: Keep track of the initially created handle.
|
8 лет назад |
bunnei
|
b6087e35b5
thread: Main thread should set thread handle to reg 1.
|
8 лет назад |
bunnei
|
7ccd8de863
thread: Remove THUMB mode flag.
|
8 лет назад |
bunnei
|
eed4f2e229
thread: Main thread should be ready by default, all others dormant.
|
8 лет назад |
bunnei
|
ebd4b1422d
kernel: Various 64-bit fixes in memory/process/thread
|
8 лет назад |
bunnei
|
34571f4d2e
hle: Use Switch formatted result codes.
|
8 лет назад |
bunnei
|
dcd6bb82f7
hle: Fix QueryMemory response for MemoryInfo.
|
8 лет назад |
bunnei
|
b1d5db1cf6
Merge remote-tracking branch 'upstream/master' into nx
|
8 лет назад |
bunnei
|
23ce4f5afc
loader: Various improvements for NSO/NRO loaders.
|
8 лет назад |
Sebastian Valle
|
30fabc41c6
Merge pull request #2971 from Subv/per_process_memops
|
8 лет назад |
Subv
|
8217ed7acb
Kernel/Thread: Added a helper function to get a thread's command buffer VAddr.
|
8 лет назад |
bunnei
|
c5ce5c06e4
kernel: Various threading fixes to support 64-bit addressing.
|
8 лет назад |
Sebastian Valle
|
db752b52e8
Merge pull request #2967 from Subv/thread_wakeup_callbacks
|
8 лет назад |
Huw Pascoe
|
a13ab958cb
Fixed type conversion ambiguity
|
8 лет назад |
Subv
|
8432749db7
Kernel/Threads: When putting a thread to wait, specify a function to execute when it is awoken.
|
8 лет назад |
Subv
|
3165466b66
Kernel/Thread: Allow specifying which process a thread belongs to when creating it.
|
8 лет назад |
MerryMage
|
c02bbb7030
memory: Add GetCurrentPageTable/SetCurrentPageTable
|
8 лет назад |
B3n30
|
813837c5cf
Merge pull request #2842 from Subv/switchable_page_table
|
8 лет назад |
Subv
|
b178089251
Kernel/Threads: Don't clear the CPU instruction cache when performing a context switch from an idle thread into a thread in the same process.
|
9 лет назад |
Subv
|
c34ec5e77c
Kernel/Memory: Switch the current page table when a new process is scheduled.
|
9 лет назад |
Subv
|
fa228ca637
Kernel/Threads: Don't immediately switch to the new main thread when loading a new process.
|
9 лет назад |
Yuri Kunde Schlesner
|
723dc644fa
ResultVal: Remove MoveFrom()
|
9 лет назад |
Yuri Kunde Schlesner
|
be031989ee
Kernel: Move HandleTable to a separate file
|
9 лет назад |
Yuri Kunde Schlesner
|
2cdb40d709
Kernel: Centralize error definitions in errors.h
|
9 лет назад |
Subv
|
1ddff14511
Threads: Check the process' resource limit for the max allowed priority when creating a thread and remove the priority clamping code.
|
9 лет назад |