| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | kernel/process: Set ideal core from metadata | 2018-12-05 | 1 | -0/+1 | ||
| * | | | | | | | | Merge pull request #1876 from lioncash/vma | 2018-12-10 | 4 | -22/+36 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | vm_manager: Make vma_map private | 2018-12-06 | 4 | -22/+36 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1864 from lioncash/nrr | 2018-12-07 | 1 | -4/+5 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | service/ldr: Amend layout of the NRO header | 2018-12-05 | 1 | -3/+3 | ||
| | * | | | | | | | | service/ldr: Corrent padding within the NRR header layout | 2018-12-05 | 1 | -1/+2 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #1874 from lioncash/bindings | 2018-12-07 | 2 | -19/+8 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSG | 2018-12-06 | 1 | -2/+1 | ||
| | * | | | | | | | hle/service: Remove unnecessary using declarations | 2018-12-06 | 1 | -5/+1 | ||
| | * | | | | | | | hle/service, hle/sm: Compress usages of MakeResult() | 2018-12-06 | 2 | -3/+3 | ||
| | * | | | | | | | hle/service, hle/sm: Use structured bindings where applicable | 2018-12-06 | 2 | -9/+3 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1861 from lioncash/reset | 2018-12-06 | 6 | -11/+101 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | kernel/svc: Correct behavior of svcResetSignal() | 2018-12-04 | 1 | -4/+11 | ||
| | * | | | | | | kernel/process: Make Process a WaitObject | 2018-12-04 | 3 | -6/+68 | ||
| | * | | | | | | kernel/readable_event: Add member function for enforcing a strict reset contract | 2018-12-04 | 2 | -1/+22 | ||
| * | | | | | | | service/ldr: Deduplicate instruction cache clearing code in LoadNro() | 2018-12-05 | 1 | -8/+2 | ||
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #1704 from DarkLordZach/oss-sysarchive | 2018-12-04 | 1 | -0/+10 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | fsp_srv: Add support for using open source archive if not found in NAND | 2018-11-15 | 1 | -0/+10 | ||
| * | | | | | | kernel/svc: Remove unused header inclusion | 2018-12-04 | 1 | -1/+0 | ||
| * | | | | | | kernel/svc: Implement svcSignalEvent() | 2018-12-04 | 1 | -1/+16 | ||
| * | | | | | | kernel/svc: Implement svcCreateEvent() | 2018-12-04 | 2 | -1/+42 | ||
| * | | | | | | Merge pull request #1853 from lioncash/event | 2018-12-04 | 5 | -10/+19 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | kernel/object: Amend handle types to distinguish between readable and writabl... | 2018-12-04 | 5 | -10/+19 | ||
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | kernel/handle_table: Amend reference to CTR-OS in Create() | 2018-12-04 | 1 | -2/+3 | ||
| * | | | | | | kernel/svc: Implement the resource limit svcGetInfo option | 2018-12-04 | 4 | -9/+34 | ||
| |/ / / / / | ||||||
| * | | | | | [Kernel::CreateThread] Match format specifiers to LOG_TRACE's arguments | 2018-12-04 | 1 | -1/+1 | ||
| * | | | | | Merge pull request #1840 from lioncash/info | 2018-12-03 | 1 | -50/+100 | ||
| |\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| | * | | | | svc: Use the current process' handle table for retrieving the process instanc... | 2018-12-02 | 1 | -1/+2 | ||
| | * | | | | svc: Reorganize svcGetInfo, handle more error cases for existing implemented ... | 2018-12-02 | 1 | -50/+99 | ||
| * | | | | | Merge pull request #1835 from lioncash/cache-global | 2018-12-03 | 3 | -19/+6 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | filesystem: De-globalize registered_cache_union | 2018-12-01 | 3 | -19/+6 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1803 from DarkLordZach/k-able-event | 2018-12-03 | 32 | -234/+393 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | hle_ipc: Refactor SleepClientThread to avoid ReadableEvent | 2018-11-29 | 9 | -14/+14 | ||
| | * | | | | | kernel/event: Reference ReadableEvent from WritableEvent | 2018-11-29 | 30 | -311/+169 | ||
| | * | | | | | core: Port all current usages of Event to Readable/WritableEvent | 2018-11-29 | 25 | -153/+274 | ||
| | * | | | | | hle_ipc: Use event pair for SleepClientThread | 2018-11-29 | 2 | -19/+22 | ||
| | * | | | | | kernel: Add named event table | 2018-11-29 | 2 | -0/+30 | ||
| | * | | | | | kernel: Divide Event into ReadableEvent and WritableEvent | 2018-11-29 | 5 | -59/+206 | ||
| | * | | | | | kernel/object: Add descriptions to ResetTypes | 2018-11-29 | 1 | -3/+3 | ||
| * | | | | | | Merge pull request #1833 from lioncash/clean | 2018-12-03 | 3 | -1/+35 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | service/fsp_srv: Implement CleanDirectoryRecursively | 2018-11-30 | 3 | -1/+35 | ||
| * | | | | | | | Merge pull request #1839 from lioncash/init | 2018-12-03 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | service/audio/audout_u: Amend constructor initialization list order | 2018-12-01 | 1 | -2/+2 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1841 from ogniK5377/npad-mode-fix | 2018-12-03 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fixed crash with SetNpadMode | 2018-12-03 | 1 | -2/+3 | ||
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | service/usb: Update function table | 2018-12-02 | 1 | -1/+1 | ||
| * | | | | | | | service/erpt: Update function table | 2018-12-02 | 1 | -5/+7 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #1830 from Subv/vi_ub | 2018-12-01 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Services/VI: Dereferencing an uninitialized std::optional is undefined behavior. | 2018-11-30 | 1 | -0/+2 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Fix debug build | 2018-12-01 | 1 | -1/+1 | ||
| | |/ / / |/| | | | ||||||