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/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
|
/
*
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
*
Kernel: Use different thread statuses when a thread calls WaitSynchronization...
Subv
2017-01-04
1
-4
/
+7
*
Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...
Subv
2017-01-04
1
-4
/
+17
*
Kernel/Mutex: Implemented priority inheritance.
Subv
2017-01-04
1
-3
/
+3
*
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
1
-3
/
+3
*
ThreadContext: Move from "core" to "arm_interface".
bunnei
2016-12-22
1
-3
/
+3
*
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
2016-12-22
1
-3
/
+3
*
core: Remove HLE module, consolidate code & various cleanups.
bunnei
2016-12-21
1
-4
/
+1
*
core: Consolidate core and system state, remove system module & cleanups.
bunnei
2016-12-21
1
-3
/
+3
*
Thread: remove the thread from the thread list when exiting
wwylele
2016-12-17
1
-2
/
+9
*
Properly remove a thread from its wait_objects' waitlist when it is awoken by...
Subv
2016-12-10
1
-0
/
+4
*
Threading: Reworked the way our scheduler works.
Subv
2016-12-03
1
-94
/
+3
*
Fix typos
Ricardo de Almeida Gonzaga
2016-10-20
1
-1
/
+1
*
implement wait tree widget
wwylele
2016-09-22
1
-0
/
+4
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
1
-4
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-49
/
+65
*
arm: ResetContext shouldn't be part of ARM_Interface.
bunnei
2016-09-15
1
-1
/
+17
*
Merge pull request #1869 from wwylele/dont-be-lazy
Yuri Kunde Schlesner
2016-06-28
1
-2
/
+6
|
\
|
*
Switch context on the same thread if necessary
wwylele
2016-05-30
1
-2
/
+6
*
|
Thread: update timeout when rerunning WaitSynch
wwylele
2016-06-04
1
-0
/
+49
|
/
*
Kernel/Thread: Remove use of Memory::GetPointer
MerryMage
2016-05-21
1
-1
/
+1
*
Set fpscr for new threads
Jannik Vogel
2016-05-17
1
-0
/
+2
*
Merge pull request #1695 from Subv/tls_alloc
bunnei
2016-05-12
1
-17
/
+67
|
\
|
*
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...
Subv
2016-05-07
1
-17
/
+67
*
|
hle: Get rid of global access to g_reschedule
Lioncash
2016-03-21
1
-1
/
+2
|
/
*
SVC: Fixed ArbitrateAddress to behave as it does on hardware.
Subv
2015-12-27
1
-1
/
+1
*
Kernel: Implement svcGetSystemInfo
Yuri Kunde Schlesner
2015-11-30
1
-0
/
+3
*
Silence -Wsign-compare warnings.
Rohit Nirmal
2015-10-06
1
-1
/
+1
*
Kernel: Implement svcGetProcessInfo in a basic way
Yuri Kunde Schlesner
2015-08-16
1
-1
/
+3
*
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-07-25
1
-1
/
+1
*
Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.
Subv
2015-07-20
1
-0
/
+8
[next]