index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
Age
Commit message (
Expand
)
Author
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-30
shared_memory: Fix assignments in SharedMemory::Map
Lioncash
2015-01-30
Kernel: Mark all appropriate kernel objects as "final"
Yuri Kunde Schlesner
2015-01-30
Remove result.h InvalidHandle
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert Event to not use Handles
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert Timer to (mostly) not use Handles
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert Mutex to not use Handles
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert AddressArbiter to not use Handles
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert Semaphore to not use Handles
Yuri Kunde Schlesner
2015-01-30
Kernel: Convert SharedMemory to not use Handles
Yuri Kunde Schlesner
2015-01-30
Move VAddr/PAddr typedefs to kernel.h
Yuri Kunde Schlesner
2015-01-30
Kernel: Remove useless/duplicated comments; mark functions static
Yuri Kunde Schlesner
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
Event: Fix implementation of "non-sticky" events.
bunnei
2015-01-21
Session: Change to a WaitObject.
bunnei
2015-01-21
Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs.
bunnei
2015-01-21
Mutex: Fix a bug where the thread should not wait if it already has the mutex.
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
2015-01-21
WaitSynchronizationN: Implement return values
bunnei
2015-01-21
Event: Fixed some bugs and cleanup (Subv)
bunnei
2015-01-21
Thread: Keep track of multiple wait objects.
bunnei
2015-01-21
Event: Get rid of permanent_lock hack.
bunnei
2015-01-21
WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup.
bunnei
2015-01-21
Kernel: Added WaitObject and changed "waitable" objects inherit from it.
bunnei
2015-01-20
core: Fix a few docstrings
Lioncash
2015-01-13
AddrArbiter: Implement arbitration types 3 and 4.
Subv
2015-01-11
Merge pull request #466 from Subv/wake
bunnei
2015-01-11
Thread: Prevent waking a thread multiple times.
Subv
2015-01-09
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
Kernel: Don't re-assign object's handle when duplicating one
Yuri Kunde Schlesner
2015-01-09
Thread: Fix nullptr access in a logging function
Yuri Kunde Schlesner
2015-01-09
Thread: Rename thread_queue => thread_list
Yuri Kunde Schlesner
2015-01-09
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
2015-01-09
Kernel: Move Thread's definition to the header file
Yuri Kunde Schlesner
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-08
Merge pull request #255 from Subv/cbranch_3
bunnei
2015-01-08
SVC: Implemented the Timer service calls.
Subv
2015-01-08
SVC: Fixed SleepThread.
Subv
2015-01-07
Threads: Use a dummy idle thread when no other are ready.
Subv
2015-01-07
Common: Clean up ThreadQueueList
Yuri Kunde Schlesner
[prev]
[next]