summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and...Gravatar Subv2016-11-302-8/+44
* fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...Gravatar Subv2016-11-303-4/+5
* Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Gravatar Subv2016-11-307-56/+233
* Merge pull request #2196 from Subv/system_modeGravatar Yuri Kunde Schlesner2016-11-272-6/+4
|\
| * Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv2016-11-192-6/+4
* | Kernel/Events: Log an error when trying to create Pulse events and timers.Gravatar Subv2016-11-192-0/+10
|/
* Fix typosGravatar Ricardo de Almeida Gonzaga2016-10-202-2/+2
* move ResetType to kernel.hGravatar wwylele2016-09-223-7/+6
* implement wait tree widgetGravatar wwylele2016-09-224-0/+16
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-2114-14/+14
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-2129-74/+16
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-1815-64/+36
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-1830-419/+616
* arm: ResetContext shouldn't be part of ARM_Interface.Gravatar bunnei2016-09-151-1/+17
* fix #1942 and adds a few IPC functions for descriptorsGravatar Lectem2016-08-021-15/+103
* Merge pull request #1869 from wwylele/dont-be-lazyGravatar Yuri Kunde Schlesner2016-06-281-2/+6
|\
| * Switch context on the same thread if necessaryGravatar wwylele2016-05-301-2/+6
* | Merge pull request #1867 from mailwl/srv-updateGravatar bunnei2016-06-281-0/+4
|\ \
| * | Fix parameter name in EnableNotificationGravatar mailwl2016-05-311-0/+4
| |/
* | Merge pull request #1877 from wwylele/wait-fix-timeoutGravatar bunnei2016-06-181-0/+49
|\ \
| * | Thread: update timeout when rerunning WaitSynchGravatar wwylele2016-06-041-0/+49
| |/
* | Kernel/SVC: Implemented svcCreatePort.Gravatar Subv2016-06-114-2/+11
* | Kernel: Added ClientPort and ServerPort classes.Gravatar Subv2016-06-055-2/+135
|/
* Merge pull request #1692 from Subv/rm_getpointer2Gravatar bunnei2016-05-291-1/+1
|\
| * Kernel/Thread: Remove use of Memory::GetPointerGravatar MerryMage2016-05-211-1/+1
* | Memory: Added necessary headers and removed unnecessary headerGravatar MerryMage2016-05-261-0/+1
|/
* Merge pull request #1800 from JayFoxRox/set-fpscrGravatar bunnei2016-05-171-0/+2
|\
| * Set fpscr for new threadsGravatar Jannik Vogel2016-05-171-0/+2
* | Memory: Fixed a regression caused by #1695 and #1689.Gravatar Subv2016-05-141-0/+3
|/
* Merge pull request #1689 from Subv/shmemGravatar bunnei2016-05-134-67/+161
|\
| * HLE/Applets: Give each applet its own block of heap memory, and use that when...Gravatar Subv2016-05-122-1/+30
| * Kernel: Account for automatically-allocated shared memories in the amount of ...Gravatar Subv2016-05-121-0/+5
| * Kernel/SharedMemory: Log an error when Map fails.Gravatar Subv2016-05-121-1/+10
| * Kernel: Implemented shared memory permissions.Gravatar Subv2016-05-122-9/+47
| * Kernel/Memory: Remove the Shared Memory region from the legacy memory map.Gravatar Subv2016-05-121-1/+0
| * Kernel/SharedMemory: Properly implemented shared memory support.Gravatar Subv2016-05-122-65/+79
| * Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.Gravatar Subv2016-05-121-1/+1
* | Merge pull request #1695 from Subv/tls_allocGravatar bunnei2016-05-124-22/+74
|\ \ | |/ |/|
| * Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...Gravatar Subv2016-05-074-22/+74
* | Merge pull request #1766 from Subv/log_cpuGravatar bunnei2016-05-081-0/+2
|\ \
| * | Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Gravatar Subv2016-05-071-0/+2
| |/
* | Merge pull request #1762 from bunnei/globalGravatar bunnei2016-05-051-1/+2
|\ \ | |/ |/|
| * hle: Get rid of global access to g_rescheduleGravatar Lioncash2016-03-211-1/+2
* | Merge pull request #1643 from MerryMage/make_uniqueGravatar Mathew Maidment2016-04-051-1/+2
|\ \
| * | Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage2016-04-051-1/+2
| |/
* / session: Make helper functions constexprGravatar Lioncash2016-03-211-6/+6
|/
* svc: Move ResetType enum to the kernel event headerGravatar Lioncash2016-03-122-2/+8
* svc: Make ResetType an enum classGravatar Lioncash2016-03-122-2/+2
* Memory: Do correct Phys->Virt address translation for non-APP linheapGravatar Yuri Kunde Schlesner2016-03-052-2/+5
* AudioCore: Skeleton ImplementationGravatar MerryMage2016-02-211-1/+4