summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2717 from SciresM/unmirror_memoryGravatar bunnei2019-07-112-7/+34
|\
| * Restore memory perms on svcUnmapMemory/UnloadNroGravatar Michael Scire2019-07-112-7/+34
* | Merge pull request #2723 from lioncash/memGravatar bunnei2019-07-1110-67/+6
|\ \
| * | yuzu: Remove setting for using UnicornGravatar Lioncash2019-07-114-16/+6
| * | core/arm: Remove obsolete Unicorn memory mappingGravatar Lioncash2019-07-116-51/+0
| |/
* | service/am: Implement IsAutoSleepDisabledGravatar Lioncash2019-07-112-1/+10
* | service/am: Implement SetAutoSleepDisabledGravatar Lioncash2019-07-112-1/+23
|/
* Merge pull request #2700 from ogniK5377/GetFriendListGravatar bunnei2019-07-101-1/+34
|\
| * IFriendService::GetFriendListGravatar David Marcec2019-07-091-1/+34
* | Merge pull request #2611 from DarkLordZach/pm-info-cmdGravatar bunnei2019-07-103-16/+116
|\ \
| * | pm: Implement pm:shell and pm:dmnt GetApplicationPidGravatar Zach Hilman2019-06-263-7/+33
| * | pm: Implement pm:dmnt GetTitlePidGravatar Zach Hilman2019-06-261-7/+36
| * | pm: Implement pm:info GetTitleIdGravatar Zach Hilman2019-06-261-2/+47
* | | Merge pull request #2650 from DarkLordZach/mii-iface-verGravatar bunnei2019-07-101-1/+15
|\ \ \ | |_|/ |/| |
| * | mii: Implement IDatabaseService SetInterfaceVersionGravatar Zach Hilman2019-07-061-1/+15
* | | Merge pull request #2657 from ogniK5377/npad-assignmentsGravatar Zach Hilman2019-07-086-3/+100
|\ \ \
| * | | addressed issuesGravatar David Marcec2019-07-081-6/+7
| * | | hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignmentGravatar David Marcec2019-07-016-3/+99
* | | | Merge pull request #2651 from DarkLordZach/apm-boost-mode-1Gravatar bunnei2019-07-0714-57/+258
|\ \ \ \
| * | | | am: Implement SetCpuBoostMode in terms of APMGravatar Zach Hilman2019-06-285-13/+26
| * | | | core: Keep instance of APM ControllerGravatar Zach Hilman2019-06-282-0/+20
| * | | | apm: Implement SetCpuBoostModeGravatar Zach Hilman2019-06-282-0/+14
| * | | | apm: Add getters for performance config and modeGravatar Zach Hilman2019-06-282-33/+49
| * | | | apm: Add apm:am serviceGravatar Zach Hilman2019-06-282-11/+9
| * | | | apm: Add Controller class to manage speed data and applicationGravatar Zach Hilman2019-06-283-0/+140
| | |_|/ | |/| |
* | | | Merge pull request #2642 from DarkLordZach/fsp-log-2Gravatar bunnei2019-07-079-28/+99
|\ \ \ \
| * | | | fsp-srv: Implement GetAccessLogVersionInfoGravatar Zach Hilman2019-06-282-3/+14
| * | | | reporter: Add report class for filesystem access logsGravatar Zach Hilman2019-06-282-0/+25
| * | | | fsp-srv: Implement OutputAccessLogToSdCardGravatar Zach Hilman2019-06-287-27/+62
| |/ / /
* | | | Merge pull request #2674 from lioncash/reporterGravatar Zach Hilman2019-07-062-15/+35
|\ \ \ \
| * | | | core/reporter: Allow moves into SaveToFile()Gravatar Lioncash2019-07-051-1/+1
| * | | | core/reporter: Add missing includes and forward declarationsGravatar Lioncash2019-07-052-1/+9
| * | | | core/reporter: Remove unnecessary namespace qualifiersGravatar Lioncash2019-07-052-3/+3
| * | | | core/reporter: Remove pessimizing move in GetHLERequestContextData()Gravatar Lioncash2019-07-051-1/+1
| * | | | core/reporter: Make bracing consistentGravatar Lioncash2019-07-051-8/+18
| * | | | core/reporter: Return in error case in SaveToFile()Gravatar Lioncash2019-07-051-1/+3
* | | | | Merge pull request #2677 from lioncash/assertGravatar Zach Hilman2019-07-065-43/+48
|\ \ \ \ \
| * | | | | memory: Remove unused includesGravatar Lioncash2019-07-061-2/+0
| * | | | | memory: Remove unused PageTable forward declarationGravatar Lioncash2019-07-061-4/+0
| * | | | | kernel/vm_manager: Rename 'new map' to 'stack'Gravatar Lioncash2019-07-063-37/+37
| * | | | | kernel/vm_manager: Handle stack/TLS IO region placement betterGravatar Lioncash2019-07-051-2/+13
| |/ / / /
* | | | | clang-format fixesGravatar Michael Scire2019-07-061-4/+5
* | | | | am: Implement GetAccumulatedSuspendedTickValueGravatar Michael Scire2019-07-062-7/+19
|/ / / /
* | | | Merge pull request #2669 from FearlessTobi/move-cpujit-settingGravatar Zach Hilman2019-07-044-5/+5
|\ \ \ \
| * | | | yuzu: Remove CPU Jit setting from the UIGravatar fearlessTobi2019-07-044-5/+5
* | | | | Merge pull request #2555 from lioncash/tlsGravatar Zach Hilman2019-07-046-81/+148
|\ \ \ \ \
| * | | | | kernel/process: Default initialize all member variablesGravatar Lioncash2019-07-031-2/+2
| * | | | | kernel/process: Decouple TLS handling from threadsGravatar Lioncash2019-07-034-66/+97
| * | | | | kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundaryGravatar Lioncash2019-07-032-13/+49
* | | | | | Merge pull request #2658 from ogniK5377/QueryAudioDeviceOutputEventGravatar bunnei2019-07-041-3/+16
|\ \ \ \ \ \