index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
thread.cpp
Age
Commit message (
Expand
)
Author
2017-05-24
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-01-11
Threads: Check the process' resource limit for the max allowed priority when ...
Subv
2017-01-11
Thread: Added priority range checking to svcSetThreadPriority and removed pri...
Subv
2017-01-06
Merge pull request #2410 from Subv/sleepthread
bunnei
2017-01-06
Merge pull request #2408 from Subv/priority_boosting
bunnei
2017-01-05
Kernel: Don't attempt to yield execution in SleepThread(0) if there are no av...
Subv
2017-01-05
Kernel: Remove some unused functions.
Subv
2017-01-05
Kernel: Removed the priority boost code for starved threads.
Subv
2017-01-05
Kernel: Add some asserts to enforce the invariants in the scheduler.
Subv
2017-01-05
Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all th...
Subv
2017-01-04
Kernel: Use different thread statuses when a thread calls WaitSynchronization...
Subv
2017-01-04
Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...
Subv
2017-01-04
Kernel/Mutex: Implemented priority inheritance.
Subv
2017-01-04
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2016-12-22
ThreadContext: Move from "core" to "arm_interface".
bunnei
2016-12-22
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
2016-12-21
core: Remove HLE module, consolidate code & various cleanups.
bunnei
2016-12-21
core: Consolidate core and system state, remove system module & cleanups.
bunnei
2016-12-17
Thread: remove the thread from the thread list when exiting
wwylele
2016-12-10
Properly remove a thread from its wait_objects' waitlist when it is awoken by...
Subv
2016-12-03
Threading: Reworked the way our scheduler works.
Subv
2016-10-20
Fix typos
Ricardo de Almeida Gonzaga
2016-09-22
implement wait tree widget
wwylele
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-15
arm: ResetContext shouldn't be part of ARM_Interface.
bunnei
2016-06-28
Merge pull request #1869 from wwylele/dont-be-lazy
Yuri Kunde Schlesner
2016-06-04
Thread: update timeout when rerunning WaitSynch
wwylele
2016-05-30
Switch context on the same thread if necessary
wwylele
2016-05-21
Kernel/Thread: Remove use of Memory::GetPointer
MerryMage
2016-05-17
Set fpscr for new threads
Jannik Vogel
2016-05-12
Merge pull request #1695 from Subv/tls_alloc
bunnei
2016-05-07
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...
Subv
2016-03-21
hle: Get rid of global access to g_reschedule
Lioncash
2015-12-27
SVC: Fixed ArbitrateAddress to behave as it does on hardware.
Subv
2015-11-30
Kernel: Implement svcGetSystemInfo
Yuri Kunde Schlesner
2015-10-06
Silence -Wsign-compare warnings.
Rohit Nirmal
2015-08-16
Kernel: Implement svcGetProcessInfo in a basic way
Yuri Kunde Schlesner
2015-07-25
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-07-20
Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.
Subv
2015-07-17
Ensure all kernel objects are released during shutdown
Yuri Kunde Schlesner
2015-06-16
kernel: Fix svcWaitSynch to always acquire requested wait objects.
bunnei
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-20
Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.
bunnei
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-14
thread: Fix a conditional check in Reschedule
Lioncash
2015-05-11
Merge pull request #748 from Subv/tls_max
bunnei
2015-05-11
Merge pull request #751 from yuriks/idle-thread
bunnei
[next]