| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Remove unused member function declaration | 2019-07-07 | 1 | -9/+0 | ||
| | * | | | | | | physmem: add helpers, cleanup logic. | 2019-07-07 | 2 | -171/+170 | ||
| | * | | | | | | clang-format fixes | 2019-07-07 | 2 | -3/+3 | ||
| | * | | | | | | address review commentary | 2019-07-07 | 5 | -36/+42 | ||
| | * | | | | | | Implement MapPhysicalMemory/UnmapPhysicalMemory | 2019-07-07 | 8 | -21/+475 | ||
| | |/ / / / / | ||||||
| * | | | | | | Clang format | 2019-07-13 | 1 | -2/+4 | ||
| * | | | | | | "AudioRenderer" thread should have a unique name | 2019-07-13 | 2 | -4/+4 | ||
| * | | | | | | Merge pull request #2717 from SciresM/unmirror_memory | 2019-07-11 | 2 | -7/+34 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Restore memory perms on svcUnmapMemory/UnloadNro | 2019-07-11 | 2 | -7/+34 | ||
| * | | | | | | | Merge pull request #2723 from lioncash/mem | 2019-07-11 | 10 | -67/+6 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | yuzu: Remove setting for using Unicorn | 2019-07-11 | 4 | -16/+6 | ||
| | * | | | | | | | core/arm: Remove obsolete Unicorn memory mapping | 2019-07-11 | 6 | -51/+0 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | service/am: Implement IsAutoSleepDisabled | 2019-07-11 | 2 | -1/+10 | ||
| * | | | | | | | service/am: Implement SetAutoSleepDisabled | 2019-07-11 | 2 | -1/+23 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2700 from ogniK5377/GetFriendList | 2019-07-10 | 1 | -1/+34 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | IFriendService::GetFriendList | 2019-07-09 | 1 | -1/+34 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #2611 from DarkLordZach/pm-info-cmd | 2019-07-10 | 3 | -16/+116 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | pm: Implement pm:shell and pm:dmnt GetApplicationPid | 2019-06-26 | 3 | -7/+33 | ||
| | * | | | | | | pm: Implement pm:dmnt GetTitlePid | 2019-06-26 | 1 | -7/+36 | ||
| | * | | | | | | pm: Implement pm:info GetTitleId | 2019-06-26 | 1 | -2/+47 | ||
| * | | | | | | | Merge pull request #2650 from DarkLordZach/mii-iface-ver | 2019-07-10 | 1 | -1/+15 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | mii: Implement IDatabaseService SetInterfaceVersion | 2019-07-06 | 1 | -1/+15 | ||
| * | | | | | | | Merge pull request #2657 from ogniK5377/npad-assignments | 2019-07-08 | 6 | -3/+100 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | addressed issues | 2019-07-08 | 1 | -6/+7 | ||
| | * | | | | | | | hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignment | 2019-07-01 | 6 | -3/+99 | ||
| * | | | | | | | | Merge pull request #2651 from DarkLordZach/apm-boost-mode-1 | 2019-07-07 | 14 | -57/+258 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | am: Implement SetCpuBoostMode in terms of APM | 2019-06-28 | 5 | -13/+26 | ||
| | * | | | | | | | | core: Keep instance of APM Controller | 2019-06-28 | 2 | -0/+20 | ||
| | * | | | | | | | | apm: Implement SetCpuBoostMode | 2019-06-28 | 2 | -0/+14 | ||
| | * | | | | | | | | apm: Add getters for performance config and mode | 2019-06-28 | 2 | -33/+49 | ||
| | * | | | | | | | | apm: Add apm:am service | 2019-06-28 | 2 | -11/+9 | ||
| | * | | | | | | | | apm: Add Controller class to manage speed data and application | 2019-06-28 | 3 | -0/+140 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2642 from DarkLordZach/fsp-log-2 | 2019-07-07 | 9 | -28/+99 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | fsp-srv: Implement GetAccessLogVersionInfo | 2019-06-28 | 2 | -3/+14 | ||
| | * | | | | | | | reporter: Add report class for filesystem access logs | 2019-06-28 | 2 | -0/+25 | ||
| | * | | | | | | | fsp-srv: Implement OutputAccessLogToSdCard | 2019-06-28 | 7 | -27/+62 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2674 from lioncash/reporter | 2019-07-06 | 2 | -15/+35 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | core/reporter: Allow moves into SaveToFile() | 2019-07-05 | 1 | -1/+1 | ||
| | * | | | | | | | core/reporter: Add missing includes and forward declarations | 2019-07-05 | 2 | -1/+9 | ||
| | * | | | | | | | core/reporter: Remove unnecessary namespace qualifiers | 2019-07-05 | 2 | -3/+3 | ||
| | * | | | | | | | core/reporter: Remove pessimizing move in GetHLERequestContextData() | 2019-07-05 | 1 | -1/+1 | ||
| | * | | | | | | | core/reporter: Make bracing consistent | 2019-07-05 | 1 | -8/+18 | ||
| | * | | | | | | | core/reporter: Return in error case in SaveToFile() | 2019-07-05 | 1 | -1/+3 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2677 from lioncash/assert | 2019-07-06 | 5 | -43/+48 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | memory: Remove unused includes | 2019-07-06 | 1 | -2/+0 | ||
| | * | | | | | | | memory: Remove unused PageTable forward declaration | 2019-07-06 | 1 | -4/+0 | ||
| | * | | | | | | | kernel/vm_manager: Rename 'new map' to 'stack' | 2019-07-06 | 3 | -37/+37 | ||
| | * | | | | | | | kernel/vm_manager: Handle stack/TLS IO region placement better | 2019-07-05 | 1 | -2/+13 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | clang-format fixes | 2019-07-06 | 1 | -4/+5 | ||
| * | | | | | | | am: Implement GetAccumulatedSuspendedTickValue | 2019-07-06 | 2 | -7/+19 | ||
| |/ / / / / / | ||||||