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
2018-01-08
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
Subv
2018-01-08
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2018-01-02
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2017-12-31
thread: Keep track of the initially created handle.
bunnei
2017-12-30
thread: Main thread should set thread handle to reg 1.
bunnei
2017-12-30
thread: Remove THUMB mode flag.
bunnei
2017-12-30
thread: Main thread should be ready by default, all others dormant.
bunnei
2017-12-29
kernel: Various 64-bit fixes in memory/process/thread
bunnei
2017-10-31
hle: Use Switch formatted result codes.
bunnei
2017-10-19
hle: Fix QueryMemory response for MemoryInfo.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
loader: Various improvements for NSO/NRO loaders.
bunnei
2017-10-01
Merge pull request #2971 from Subv/per_process_memops
Sebastian Valle
2017-10-01
Kernel/Thread: Added a helper function to get a thread's command buffer VAddr.
Subv
2017-09-30
kernel: Various threading fixes to support 64-bit addressing.
bunnei
2017-09-30
Merge pull request #2967 from Subv/thread_wakeup_callbacks
Sebastian Valle
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
2017-09-28
Kernel/Threads: When putting a thread to wait, specify a function to execute ...
Subv
2017-09-26
Kernel/Thread: Allow specifying which process a thread belongs to when creati...
Subv
2017-09-24
memory: Add GetCurrentPageTable/SetCurrentPageTable
MerryMage
2017-09-15
Merge pull request #2842 from Subv/switchable_page_table
B3n30
2017-09-15
Kernel/Threads: Don't clear the CPU instruction cache when performing a conte...
Subv
2017-09-10
Kernel/Memory: Switch the current page table when a new process is scheduled.
Subv
2017-08-21
Kernel/Threads: Don't immediately switch to the new main thread when loading ...
Subv
2017-06-18
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-05-29
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
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
[next]