summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Threads: Use a dummy idle thread when no other are ready.Gravatar Subv2015-01-073-1/+35
* Common: Clean up ThreadQueueListGravatar Yuri Kunde Schlesner2015-01-071-1/+1
* Merge pull request #407 from Subv/arbiterGravatar bunnei2015-01-051-0/+11
|\
| * AddressArbiter: Ported arbitration type 2 from 3dmoo.Gravatar Subv2015-01-031-0/+11
* | Mutex: Add the calling thread to the waiting list when neededGravatar Subv2015-01-041-2/+2
|/
* Kernel: New handle managerGravatar Yuri Kunde Schlesner2014-12-289-142/+189
* Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsGravatar Yuri Kunde Schlesner2014-12-288-15/+15
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-288-41/+41
* Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-2115-16/+16
|\
| * License changeGravatar purpasmart962014-12-2015-16/+16
* | Thread: Wait current thread on svc_SleepThreadGravatar bunnei2014-12-202-21/+33
* | Merge pull request #316 from yuriks/thread-handleGravatar bunnei2014-12-203-2/+16
|\ \
| * | Kernel: Implement support for current thread pseudo-handleGravatar Yuri Kunde Schlesner2014-12-203-2/+16
* | | Clean up some warningsGravatar Chin2014-12-202-5/+5
| |/ |/|
* | Merge pull request #185 from purpasmart96/mem_permGravatar bunnei2014-12-171-5/+9
|\ \
| * | Kernel:Add missing permissions in shared memory & svcGravatar purpasmart962014-11-181-5/+9
* | | Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-172-0/+7
| |/ |/|
* | HLE: Rename namespaces to match move & fix initialization orderGravatar Yuri Kunde Schlesner2014-12-161-5/+0
* | HLE: Move kernel/archive.* to service/fs/Gravatar Yuri Kunde Schlesner2014-12-163-534/+1
* | Remove SyncRequest from K::Object and create a new K::Session typeGravatar Yuri Kunde Schlesner2014-12-153-38/+75
* | Kernel/Semaphore: Small style changeGravatar Subv2014-12-131-1/+1
* | Kernel/Semaphores: Invert the available count checking.Gravatar Subv2014-12-131-11/+9
* | Kernel/Semaphores: Addressed some issues.Gravatar Subv2014-12-132-32/+18
* | Semaphore: Removed an unneeded functionGravatar Subv2014-12-131-5/+0
* | Semaphores: Addressed some style issuesGravatar Subv2014-12-131-6/+5
* | Semaphore: Implemented the initial_count parameter.Gravatar Subv2014-12-132-5/+7
* | SVC: Implemented ReleaseSemaphore.Gravatar Subv2014-12-132-16/+64
* | SVC: Implemented svcCreateSemaphoreGravatar Subv2014-12-132-0/+98
* | kernel: Remove unused log argumentsGravatar Lioncash2014-12-131-3/+3
* | Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-136-72/+45
* | Merge pull request #256 from Subv/mutexGravatar bunnei2014-12-103-37/+67
|\ \
| * | Mutex: Remove some forward declarationsGravatar Subv2014-12-071-16/+15
| * | Mutex: Release all held mutexes when a thread exits.Gravatar Subv2014-12-073-22/+56
| * | Mutex: Properly lock the mutex when a thread enters itGravatar Subv2014-12-051-12/+9
* | | Thread: Fixed to wait on address when in arbitration.Gravatar bunnei2014-12-083-11/+31
* | | Make OpenDirectory fail if the directory doesn't existGravatar archshift2014-12-071-0/+5
|/ /
* | Merge pull request #250 from Subv/cbranch_2Gravatar bunnei2014-12-042-0/+26
|\ \
| * | Threads: Remove a redundant function.Gravatar Subv2014-12-041-9/+1
| * | Threads: Implemented a sequential thread idGravatar Subv2014-12-042-4/+19
| * | SVC: Implemented GetThreadId.Gravatar Subv2014-12-042-0/+19
* | | Merge pull request #222 from archshift/renamexyzGravatar bunnei2014-12-042-33/+74
|\ \ \
| * | | Updated archive.cpp functions for proper error handlingGravatar archshift2014-12-032-65/+36
| * | | Implemented RenameDirectory in FS:USERGravatar archshift2014-11-242-0/+35
| * | | Implemented RenameFile in FS:USERGravatar archshift2014-11-242-0/+35
* | | | kernel: Shorten GetCountGravatar Lioncash2014-12-031-6/+3
* | | | kernel: Make some functions constGravatar Lioncash2014-12-032-4/+4
| |/ / |/| |
* | | Merge pull request #225 from bunnei/fix-release-mutexGravatar bunnei2014-11-301-8/+7
|\ \ \
| * | | Mutex: Changed behavior to always release mutex for all threads.Gravatar bunnei2014-11-261-8/+7
| |/ /
* / / Thread: Check that thread is actually in "wait state" when verifying wait.Gravatar bunnei2014-11-261-1/+1
|/ /
* | Use pointers instead of passing handles around in some functions.Gravatar Yuri Kunde Schlesner2014-11-241-19/+15