summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | Fix KScopedAutoObject object leak when SendSyncRequestGravatar Feng Chen2021-09-251-6/+8
| | |_|_|/ | |/| | |
* | | | | Merge pull request #7113 from Morph1984/no-log-ip-addrGravatar bunnei2021-10-021-2/+0
|\ \ \ \ \
| * | | | | network: Do not log IP addressGravatar Morph2021-10-011-2/+0
| | |_|/ / | |/| | |
* | | | | service: am: Make use of Exit to exit the currently running applicationGravatar Morph2021-10-011-2/+2
* | | | | core: Add Exit and ExitCallbackGravatar Morph2021-10-012-0/+25
|/ / / /
* | | | Merge pull request #7102 from Morph1984/remove-boxcatGravatar bunnei2021-10-016-735/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | service: bcat: Remove BoxCat BCAT implementationGravatar Morph2021-09-294-631/+0
| * | | externals: Remove libzipGravatar Morph2021-09-281-1/+1
| * | | file_sys: Remove vfs_libzipGravatar Morph2021-09-283-103/+0
| | |/ | |/|
* / | style: Remove extra space preceding the :: operatorGravatar Morph2021-09-296-7/+7
|/ /