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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
10
-76
/
+75
*
Kernel: Don't re-assign object's handle when duplicating one
Yuri Kunde Schlesner
2015-01-09
2
-2
/
+3
*
Thread: Fix nullptr access in a logging function
Yuri Kunde Schlesner
2015-01-09
1
-1
/
+2
*
Thread: Rename thread_queue => thread_list
Yuri Kunde Schlesner
2015-01-09
1
-6
/
+6
*
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
2015-01-09
9
-281
/
+190
*
Kernel: Move Thread's definition to the header file
Yuri Kunde Schlesner
2015-01-09
3
-53
/
+67
*
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-09
2
-4
/
+6
*
Merge pull request #255 from Subv/cbranch_3
bunnei
2015-01-08
5
-1
/
+194
|
\
|
*
SVC: Implemented the Timer service calls.
Subv
2015-01-08
5
-1
/
+194
*
|
SVC: Fixed SleepThread.
Subv
2015-01-08
2
-8
/
+39
*
|
Threads: Use a dummy idle thread when no other are ready.
Subv
2015-01-07
3
-1
/
+35
*
|
Common: Clean up ThreadQueueList
Yuri Kunde Schlesner
2015-01-07
1
-1
/
+1
|
/
*
Merge pull request #407 from Subv/arbiter
bunnei
2015-01-05
1
-0
/
+11
|
\
|
*
AddressArbiter: Ported arbitration type 2 from 3dmoo.
Subv
2015-01-03
1
-0
/
+11
*
|
Mutex: Add the calling thread to the waiting list when needed
Subv
2015-01-04
1
-2
/
+2
|
/
*
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
9
-142
/
+189
*
Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants
Yuri Kunde Schlesner
2014-12-28
8
-15
/
+15
*
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-28
8
-41
/
+41
*
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
15
-16
/
+16
|
\
|
*
License change
purpasmart96
2014-12-20
15
-16
/
+16
*
|
Thread: Wait current thread on svc_SleepThread
bunnei
2014-12-20
2
-21
/
+33
*
|
Merge pull request #316 from yuriks/thread-handle
bunnei
2014-12-20
3
-2
/
+16
|
\
\
|
*
|
Kernel: Implement support for current thread pseudo-handle
Yuri Kunde Schlesner
2014-12-20
3
-2
/
+16
*
|
|
Clean up some warnings
Chin
2014-12-20
2
-5
/
+5
|
|
/
|
/
|
*
|
Merge pull request #185 from purpasmart96/mem_perm
bunnei
2014-12-17
1
-5
/
+9
|
\
\
|
*
|
Kernel:Add missing permissions in shared memory & svc
purpasmart96
2014-11-18
1
-5
/
+9
*
|
|
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-17
2
-0
/
+7
|
|
/
|
/
|
*
|
HLE: Rename namespaces to match move & fix initialization order
Yuri Kunde Schlesner
2014-12-16
1
-5
/
+0
*
|
HLE: Move kernel/archive.* to service/fs/
Yuri Kunde Schlesner
2014-12-16
3
-534
/
+1
*
|
Remove SyncRequest from K::Object and create a new K::Session type
Yuri Kunde Schlesner
2014-12-15
3
-38
/
+75
*
|
Kernel/Semaphore: Small style change
Subv
2014-12-13
1
-1
/
+1
*
|
Kernel/Semaphores: Invert the available count checking.
Subv
2014-12-13
1
-11
/
+9
*
|
Kernel/Semaphores: Addressed some issues.
Subv
2014-12-13
2
-32
/
+18
*
|
Semaphore: Removed an unneeded function
Subv
2014-12-13
1
-5
/
+0
*
|
Semaphores: Addressed some style issues
Subv
2014-12-13
1
-6
/
+5
*
|
Semaphore: Implemented the initial_count parameter.
Subv
2014-12-13
2
-5
/
+7
*
|
SVC: Implemented ReleaseSemaphore.
Subv
2014-12-13
2
-16
/
+64
*
|
SVC: Implemented svcCreateSemaphore
Subv
2014-12-13
2
-0
/
+98
*
|
kernel: Remove unused log arguments
Lioncash
2014-12-13
1
-3
/
+3
*
|
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
6
-72
/
+45
*
|
Merge pull request #256 from Subv/mutex
bunnei
2014-12-10
3
-37
/
+67
|
\
\
|
*
|
Mutex: Remove some forward declarations
Subv
2014-12-07
1
-16
/
+15
|
*
|
Mutex: Release all held mutexes when a thread exits.
Subv
2014-12-07
3
-22
/
+56
|
*
|
Mutex: Properly lock the mutex when a thread enters it
Subv
2014-12-05
1
-12
/
+9
*
|
|
Thread: Fixed to wait on address when in arbitration.
bunnei
2014-12-08
3
-11
/
+31
*
|
|
Make OpenDirectory fail if the directory doesn't exist
archshift
2014-12-07
1
-0
/
+5
|
/
/
*
|
Merge pull request #250 from Subv/cbranch_2
bunnei
2014-12-04
2
-0
/
+26
|
\
\
|
*
|
Threads: Remove a redundant function.
Subv
2014-12-04
1
-9
/
+1
|
*
|
Threads: Implemented a sequential thread id
Subv
2014-12-04
2
-4
/
+19
|
*
|
SVC: Implemented GetThreadId.
Subv
2014-12-04
2
-0
/
+19
[next]