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
*
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
*
|
|
Merge pull request #222 from archshift/renamexyz
bunnei
2014-12-04
2
-33
/
+74
|
\
\
\
|
*
|
|
Updated archive.cpp functions for proper error handling
archshift
2014-12-03
2
-65
/
+36
|
*
|
|
Implemented RenameDirectory in FS:USER
archshift
2014-11-24
2
-0
/
+35
|
*
|
|
Implemented RenameFile in FS:USER
archshift
2014-11-24
2
-0
/
+35
*
|
|
|
kernel: Shorten GetCount
Lioncash
2014-12-03
1
-6
/
+3
*
|
|
|
kernel: Make some functions const
Lioncash
2014-12-03
2
-4
/
+4
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #225 from bunnei/fix-release-mutex
bunnei
2014-11-30
1
-8
/
+7
|
\
\
\
|
*
|
|
Mutex: Changed behavior to always release mutex for all threads.
bunnei
2014-11-26
1
-8
/
+7
|
|
/
/
*
/
/
Thread: Check that thread is actually in "wait state" when verifying wait.
bunnei
2014-11-26
1
-1
/
+1
|
/
/
*
|
Use pointers instead of passing handles around in some functions.
Yuri Kunde Schlesner
2014-11-24
1
-19
/
+15
[next]