summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Fix transitive include build errorsGravatar ameerj2021-11-035-0/+9
* core: Remove unused includesGravatar ameerj2021-11-03133-221/+1
* svc: Correct WaitSynchronization num_handles param typeGravatar Morph2021-11-022-4/+4
* general: Remove MakeResult helpersGravatar Morph2021-11-0213-69/+48
* hle/result: Amend ResultVal documentationGravatar Morph2021-11-021-12/+10
* hle/result: Reimplement ResultVal using Common::ExpectedGravatar Morph2021-11-021-117/+63
* Merge pull request #7227 from vonchenplus/fix_memory_leak_v2Gravatar bunnei2021-11-016-24/+54
|\
| * Fix dangling kernel objects when exitingGravatar Feng Chen2021-10-272-11/+13
| * Revert PR7009Gravatar Feng Chen2021-10-272-15/+5
| * Fix memory leakGravatar Feng Chen2021-10-274-0/+38
* | Merge pull request #7244 from Morph1984/application-lang-pt-brGravatar bunnei2021-10-294-3/+30
|\ \
| * | file_sys: control_metadata: Add BrazilianPortugueseGravatar Morph2021-10-282-2/+4
| * | ns: language: Add BrazilianPortuguese to ApplicationLanguageGravatar Morph2021-10-282-1/+26
* | | Merge pull request #7240 from Morph1984/resultval-remove-cvGravatar bunnei2021-10-291-2/+2
|\ \ \
| * | | hle/result: Remove cv-qualifiers from Arg in MakeResultGravatar Morph2021-10-281-2/+2
| | |/ | |/|
* | | hle/result: Declare copy/move constructor/assignment as noexceptGravatar Morph2021-10-281-3/+3
* | | hle/result: Add move assignment operator in ResultValGravatar Morph2021-10-281-0/+20
| |/ |/|
* | Merge pull request #7193 from FernandoS27/idleGravatar Morph2021-10-252-0/+22
|\ \ | |/ |/|
| * SVC: Implement svcInfo:IdleTickCountGravatar Fernando Sahmkow2021-10-162-0/+22
* | Merge pull request #7218 from bylaws/aswdqdsamGravatar Ameer J2021-10-242-21/+9
|\ \
| * | Fixup channel submit IOCTL syncpoint parametersGravatar Billy Laws2021-10-242-21/+9
* | | Fixed ARM_Dynamic_64 StepGravatar Andrew Strelsky2021-10-241-1/+1
|/ /
* | Merge pull request #7198 from ameerj/settings-chronoGravatar bunnei2021-10-192-8/+10
|\ \
| * | settings: Remove std::chrono usageGravatar ameerj2021-10-172-8/+10
| |/
* | Merge pull request #7173 from Morph1984/invalidate-unmapGravatar bunnei2021-10-171-0/+2
|\ \ | |/ |/|
| * KPageTable: Perform ranged invalidation when unmapping code memoryGravatar Morph2021-10-131-0/+2
* | Merge pull request #7187 from FernandoS27/boy-i-say-boyGravatar bunnei2021-10-154-0/+51
|\ \
| * | NvHost/Core: Address Feedback.Gravatar Fernando Sahmkow2021-10-163-19/+27
| * | Suspend temporallyGravatar FernandoS272021-10-163-1/+31
| * | NVHost_Ctrl: Force wait if the gpu falls behind too long.Gravatar FernandoS272021-10-162-0/+13
* | | service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184)Gravatar Feng Chen2021-10-151-1/+11
|/ /
* | core: Move ResultStatus outside of SystemGravatar Morph2021-10-152-43/+45
* | core: Remove static system instanceGravatar Morph2021-10-152-28/+5
|/
* Merge pull request #7110 from vonchenplus/fix_extract_offline_romefs_errorGravatar Morph2021-10-111-0/+10
|\
| * applets/web: Fallback to loader to get the manual romfs if none is foundGravatar Feng Chen2021-10-111-0/+10
* | kernel: hle_ipc: Foward declare KAutoObjectGravatar Morph2021-10-072-1/+2
* | service: Reduce header include overheadGravatar Morph2021-10-0730-38/+10
* | Merge pull request #7118 from ameerj/vc-gpu-implGravatar Fernando S2021-10-065-52/+36
|\ \
| * | nvflinger: Use jthread and stop_token for VSync threadGravatar ameerj2021-10-032-32/+8
| * | nvhost_ctrl: Refactor usage of gpu.LockSync()Gravatar ameerj2021-10-031-15/+15
| * | gpu: Migrate implementation to the cpp fileGravatar ameerj2021-10-032-5/+13
* | | Merge pull request #7115 from ameerj/log-compileGravatar bunnei2021-10-054-0/+6
|\ \ \
| * | | common/logging: Reduce scope of fmt includeGravatar ameerj2021-10-012-0/+3
| * | | common/logging: Move Log::Entry declaration to a separate headerGravatar ameerj2021-10-012-0/+3
| |/ /
* | | Merge pull request #7103 from Morph1984/service-ctx-eventGravatar bunnei2021-10-0426-271/+367
|\ \ \
| * | | service: Replace service event creation with ServiceContext::CreateEventGravatar Morph2021-10-0126-271/+367
* | | | Merge pull request #7107 from astrelsky/iob_fixGravatar bunnei2021-10-041-1/+5
|\ \ \ \
| * | | | prevent access violation from iob in Memory::IsValidVirtualAddressGravatar Andrew Strelsky2021-09-291-1/+5
* | | | | Merge pull request #7091 from vonchenplus/fix_memroy_leakGravatar Ameer J2021-10-046-9/+114
|\ \ \ \ \
| * | | | | Fix KShareMemory object leakGravatar Feng Chen2021-09-295-3/+106