index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
thread.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kernel: Implemented mutex priority inheritance.
Subv
2018-04-23
1
-2
/
+39
*
Kernel: Remove unused ConditionVariable class.
Subv
2018-04-20
1
-9
/
+0
*
Kernel: Remove old and unused Mutex code.
Subv
2018-04-20
1
-3
/
+0
*
Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.
Subv
2018-04-20
1
-1
/
+12
*
memory: Fix stack region.
bunnei
2018-03-31
1
-1
/
+1
*
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
bunnei
2018-03-18
1
-18
/
+3
*
kernel: Move stack region outside of application heap.
bunnei
2018-03-16
1
-1
/
+1
*
MemoryState: Add additional memory states and improve naming.
bunnei
2018-03-16
1
-1
/
+1
*
core: Move process creation out of global state.
bunnei
2018-03-14
1
-2
/
+2
*
thread: Clear the process list on shutdown.
Jules Blok
2018-02-27
1
-1
/
+3
*
kernel: Use Scheduler class for threading.
bunnei
2018-02-18
1
-155
/
+14
*
kernel: Remove unused address_arbiter code.
bunnei
2018-02-18
1
-34
/
+0
*
Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starv...
Subv
2018-02-18
1
-0
/
+1
*
thread: Silence formatting specifier warnings
Lioncash
2018-02-14
1
-2
/
+3
*
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
Subv
2018-01-08
1
-8
/
+17
*
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2018-01-08
1
-3
/
+2
*
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-02
1
-4
/
+2
*
thread: Keep track of the initially created handle.
bunnei
2017-12-31
1
-1
/
+2
*
thread: Main thread should set thread handle to reg 1.
bunnei
2017-12-30
1
-1
/
+4
*
thread: Remove THUMB mode flag.
bunnei
2017-12-30
1
-1
/
+1
*
thread: Main thread should be ready by default, all others dormant.
bunnei
2017-12-30
1
-4
/
+3
*
kernel: Various 64-bit fixes in memory/process/thread
bunnei
2017-12-29
1
-5
/
+5
*
hle: Use Switch formatted result codes.
bunnei
2017-10-31
1
-3
/
+2
*
hle: Fix QueryMemory response for MemoryInfo.
bunnei
2017-10-19
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
1
-23
/
+45
|
\
|
*
Merge pull request #2971 from Subv/per_process_memops
Sebastian Valle
2017-10-01
1
-0
/
+6
|
|
\
|
|
*
Kernel/Thread: Added a helper function to get a thread's command buffer VAddr.
Subv
2017-10-01
1
-0
/
+6
|
*
|
Merge pull request #2967 from Subv/thread_wakeup_callbacks
Sebastian Valle
2017-09-30
1
-3
/
+10
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Kernel/Threads: When putting a thread to wait, specify a function to execute ...
Subv
2017-09-28
1
-3
/
+10
|
*
|
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
1
-9
/
+9
|
*
|
Kernel/Thread: Allow specifying which process a thread belongs to when creati...
Subv
2017-09-26
1
-8
/
+9
|
|
/
|
*
memory: Add GetCurrentPageTable/SetCurrentPageTable
MerryMage
2017-09-24
1
-7
/
+4
|
*
Merge pull request #2842 from Subv/switchable_page_table
B3n30
2017-09-15
1
-0
/
+12
|
|
\
|
|
*
Kernel/Threads: Don't clear the CPU instruction cache when performing a conte...
Subv
2017-09-15
1
-1
/
+3
|
|
*
Kernel/Memory: Switch the current page table when a new process is scheduled.
Subv
2017-09-10
1
-0
/
+10
|
*
|
Kernel/Threads: Don't immediately switch to the new main thread when loading ...
Subv
2017-08-21
1
-5
/
+1
|
|
/
*
|
loader: Various improvements for NSO/NRO loaders.
bunnei
2017-10-09
1
-1
/
+1
*
|
kernel: Various threading fixes to support 64-bit addressing.
bunnei
2017-09-30
1
-3
/
+3
|
/
*
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-18
1
-2
/
+2
*
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-29
1
-0
/
+1
*
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-24
1
-8
/
+16
*
Threads: Check the process' resource limit for the max allowed priority when ...
Subv
2017-01-11
1
-8
/
+2
*
Thread: Added priority range checking to svcSetThreadPriority and removed pri...
Subv
2017-01-11
1
-18
/
+2
*
Merge pull request #2410 from Subv/sleepthread
bunnei
2017-01-06
1
-0
/
+4
|
\
|
*
Kernel: Don't attempt to yield execution in SleepThread(0) if there are no av...
Subv
2017-01-05
1
-0
/
+4
*
|
Merge pull request #2408 from Subv/priority_boosting
bunnei
2017-01-06
1
-27
/
+0
|
\
\
|
*
|
Kernel: Removed the priority boost code for starved threads.
Subv
2017-01-05
1
-27
/
+0
|
|
/
*
/
Kernel: Remove some unused functions.
Subv
2017-01-05
1
-23
/
+0
|
/
*
Kernel: Add some asserts to enforce the invariants in the scheduler.
Subv
2017-01-05
1
-2
/
+5
*
Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all th...
Subv
2017-01-05
1
-0
/
+5
[next]