summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #748 from Subv/tls_maxGravatar bunnei2015-05-113-7/+19
|\ \
| * | Core/Memory: Add TLS support for creating up to 300 threadsGravatar Subv2015-05-113-7/+19
* | | Merge pull request #751 from yuriks/idle-threadGravatar bunnei2015-05-112-44/+19
|\ \ \
| * | | Thread: Remove the idle threadGravatar Yuri Kunde Schlesner2015-05-112-44/+19
* | | | Merge pull request #757 from Subv/schedulingGravatar bunnei2015-05-111-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Core/Scheduling: Prepare the new priority in the thread queue when svcSetPrio...Gravatar Subv2015-05-111-0/+2
| |/ /
* | | Merge pull request #750 from Subv/process_svcGravatar Yuri Kunde Schlesner2015-05-116-4/+46
|\ \ \ | |_|/ |/| |
| * | fixup!Gravatar Subv2015-05-113-16/+12
| * | Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThreadGravatar Subv2015-05-116-4/+50
* | | NWM_UDS: Fix a typo in the nwm service port nameGravatar purpasmart962015-05-111-1/+1
| |/ |/|
* | Thread: Correctly set main thread initial stack positionGravatar Yuri Kunde Schlesner2015-05-113-5/+4
|/
* Merge pull request #740 from yuriks/gsp-shmemGravatar archshift2015-05-107-34/+67
|\
| * fixup! GSP: Small tweaks to shared memory initializationGravatar Yuri Kunde Schlesner2015-05-101-1/+1
| * GSP: Small tweaks to shared memory initializationGravatar Yuri Kunde Schlesner2015-05-101-9/+11
| * Kernel: Zero-fill shared memory blocks when mappingGravatar Yuri Kunde Schlesner2015-05-101-0/+8
| * Kernel: Capture SharedMemory attributes at creation, not when mappingGravatar Yuri Kunde Schlesner2015-05-107-28/+51
* | fixup! Set the TLS address in the schedulerGravatar Subv2015-05-102-2/+7
* | Core/Memory: Give every emulated thread it's own TLS area.Gravatar Subv2015-05-103-4/+22
|/
* Common: Remove the BIT macroGravatar Yuri Kunde Schlesner2015-05-091-2/+2
* Memory: Re-organize and rename memory area address constantsGravatar Yuri Kunde Schlesner2015-05-093-4/+5
* Kernel: Remove unused g_main_thread variableGravatar Yuri Kunde Schlesner2015-05-083-5/+1
* Process: Rename StaticAddressMapping => AddressMappingGravatar Yuri Kunde Schlesner2015-05-082-5/+5
* Process: Add more documentation to the class membersGravatar Yuri Kunde Schlesner2015-05-081-2/+16
* Process: Use BitField to store process flagsGravatar Yuri Kunde Schlesner2015-05-082-16/+24
* Process: Support parsing of exheader kernel capsGravatar Yuri Kunde Schlesner2015-05-082-4/+72
* Kernel: Remove g_program_idGravatar Yuri Kunde Schlesner2015-05-082-8/+0
* Kernel: Introduce skeleton Process class to hold process dataGravatar Yuri Kunde Schlesner2015-05-084-19/+101
* Fix printf format warningGravatar Yuri Kunde Schlesner2015-05-071-1/+1
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-0732-18/+48
* Clean-up includesGravatar Yuri Kunde Schlesner2015-05-062-2/+7
* FileSys: De-inline Path membersGravatar Yuri Kunde Schlesner2015-05-061-0/+2
* FileSys: Clean-up includes, de-inline destructorsGravatar Yuri Kunde Schlesner2015-05-064-13/+21
* Move typedefs from kernel.h to more appropriate placesGravatar Yuri Kunde Schlesner2015-05-062-10/+8
* HLE: Clean up SVC dispatch mechanismGravatar Yuri Kunde Schlesner2015-05-064-77/+38
* HLE: Properly initialize and shutdown remaining modules.Gravatar bunnei2015-05-015-3/+20
* Kernel: Properly initialize and shutdown all modules.Gravatar bunnei2015-05-014-9/+20
* Services: Initialize all state variables at bootup.Gravatar bunnei2015-05-018-22/+38
* ConfigMem: Remove duplicate retail bitGravatar purpasmart962015-04-281-1/+0
* Merge pull request #692 from purpasmart96/log_improvementsGravatar bunnei2015-04-282-8/+22
|\
| * Services/Loader: Use more sensible log formats for certain functionsGravatar purpasmart962015-04-272-8/+22
* | ptm_sysm: Add static specifier to IsLegacyPowerOffGravatar Lioncash2015-04-241-1/+1
* | Merge pull request #696 from yuriks/interface-deinlineGravatar bunnei2015-04-143-50/+49
|\ \
| * | De-inline functions from Interface, removing them from service.hGravatar Yuri Kunde Schlesner2015-04-143-50/+49
* | | Kernel: Use the correct format string for u64 hex.Gravatar Emmanuel Gil Peyrot2015-04-141-1/+1
|/ /
* | SVC: Assert on unsupported CreateThread processor ID.Gravatar bunnei2015-04-091-3/+9
* | SVC: Update various SVCs to cause a reschedule.Gravatar bunnei2015-04-092-6/+22
* | Kernel: Implemented priority inheritance for mutexes.Gravatar bunnei2015-04-093-4/+22
* | Thread: Implement priority boost for starved threads.Gravatar bunnei2015-04-094-28/+74
* | SVC: Reschedule on svcCreateThread.Gravatar bunnei2015-04-091-0/+2
* | APT: (Subv) Fix bug where start event was being incorrectly signaled.Gravatar bunnei2015-04-091-6/+7