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
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
2015-05-11
Merge pull request #757 from Subv/scheduling
bunnei
2015-05-11
Thread: Remove the idle thread
Yuri Kunde Schlesner
2015-05-11
Core/Memory: Add TLS support for creating up to 300 threads
Subv
2015-05-11
Merge pull request #750 from Subv/process_svc
Yuri Kunde Schlesner
2015-05-11
Core/Scheduling: Prepare the new priority in the thread queue when svcSetPrio...
Subv
2015-05-11
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
Subv
2015-05-11
Thread: Correctly set main thread initial stack position
Yuri Kunde Schlesner
2015-05-10
fixup! Set the TLS address in the scheduler
Subv
2015-05-10
Core/Memory: Give every emulated thread it's own TLS area.
Subv
2015-05-09
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-01
Kernel: Properly initialize and shutdown all modules.
bunnei
2015-04-09
Kernel: Implemented priority inheritance for mutexes.
bunnei
2015-04-09
Thread: Implement priority boost for starved threads.
bunnei
2015-02-19
Misc cleanup of common and related functions
archshift
2015-02-10
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-09
Scheduler refactor Pt. 1
Kevin Hartman
2015-02-02
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
Kernel: Make WaitObjects share ownership of Threads waiting on them
Yuri Kunde Schlesner
2015-02-02
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
Mutex: Replace g_mutex_held_locks with a set inside Thread
Yuri Kunde Schlesner
2015-02-02
Kernel: Introduce unique Object ids for debugging
Yuri Kunde Schlesner
2015-02-02
Kernel: Use separate Handle tables for CoreTiming userdata
Yuri Kunde Schlesner
2015-02-02
Thread: Modernize two functions that slipped through previous rebases
Yuri Kunde Schlesner
2015-01-31
arm: Clean up ARMul_State
Lioncash
2015-01-21
Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup.
bunnei
2015-01-21
Thread: Use std::find in CheckWait_WaitObject.
bunnei
2015-01-21
Mutex: Cleanup and remove redundant code.
bunnei
2015-01-21
Kernel: Renamed some functions for clarity.
bunnei
2015-01-21
Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.
bunnei
2015-01-21
WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p...
bunnei
2015-01-21
Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObj...
bunnei
2015-01-21
AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that mad...
bunnei
2015-01-21
Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.
bunnei
2015-01-21
WaitSynchronizationN: Refactor to fix several bugs
bunnei
2015-01-21
Kernel: Separate WaitSynchronization into Wait and Acquire methods.
bunnei
[next]