| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #12328 from german77/profile_manager | 2023-12-12 | 2 | -2/+19 | |
| |\ | | | | | core: Use single instance of profile manager | ||||
| | * | core: Use single instance of profile manager | 2023-12-10 | 2 | -2/+19 | |
| | | | |||||
| * | | Merge pull request #12333 from german77/aruid_free | 2023-12-12 | 6 | -13/+149 | |
| |\ \ | | | | | | | service: hid: Improve CreateAppletResource implementation and free resources | ||||
| | * | | service: hid: Improve CreateAppletResource implementation and free resources | 2023-12-10 | 6 | -13/+149 | |
| | |/ | |||||
| * | | Merge pull request #12322 from liamwhite/savedata-absurdity | 2023-12-10 | 3 | -5/+13 | |
| |\ \ | | | | | | | fs: don't enumerate hidden savedata size file | ||||
| | * | | fs: don't enumerate hidden savedata size file | 2023-12-09 | 3 | -5/+13 | |
| | | | | |||||
| * | | | Merge pull request #12327 from liamwhite/tipc | 2023-12-10 | 2 | -7/+25 | |
| |\ \ \ | | | | | | | | | sm:: fix tipc deserialization | ||||
| | * | | | sm:: fix tipc deserialization | 2023-12-09 | 2 | -7/+25 | |
| | | |/ | |/| | |||||
| * | | | Merge pull request #12317 from liamwhite/sc-fix | 2023-12-10 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | kernel: fix single core | ||||
| | * | | | kernel: fix single core | 2023-12-08 | 1 | -1/+1 | |
| | | | | | |||||
| * | | | | Merge pull request #12321 from liamwhite/ro2 | 2023-12-10 | 16 | -670/+1203 | |
| |\ \ \ \ | |_|/ / |/| | | | ro: add separate ro service | ||||
| | * | | | ro: add separate ro service | 2023-12-09 | 9 | -634/+1147 | |
| | | | | | |||||
| | * | | | service: populate pid and handle table from client | 2023-12-09 | 3 | -13/+19 | |
| | | | | | |||||
| | * | | | service: use interface factory in server manager | 2023-12-09 | 5 | -23/+37 | |
| | | |/ | |/| | |||||
| * | | | Merge pull request #12296 from liamwhite/client-session | 2023-12-09 | 6 | -105/+244 | |
| |\ \ \ | | | | | | | | | kernel: implement remaining IPC syscalls | ||||
| | * | | | kernel: implement remaining IPC syscalls | 2023-12-06 | 6 | -105/+244 | |
| | | | | | |||||
| * | | | | Merge pull request #12299 from liamwhite/light-ipc | 2023-12-09 | 18 | -20/+813 | |
| |\ \ \ \ | | | | | | | | | | | kernel: implement light IPC | ||||
| | * | | | | kernel: implement light IPC | 2023-12-07 | 18 | -20/+813 | |
| | |/ / / | |||||
| * | / / | fbshare: set external format correctly | 2023-12-09 | 1 | -0/+1 | |
| | |/ / |/| | | |||||
| * | | | Merge pull request #12289 from german77/aruid | 2023-12-09 | 10 | -13/+526 | |
| |\ \ \ | | | | | | | | | service: hid: Introduce proper AppletResource emulation | ||||
| | * | | | service: hid: Introduce proper AppletResource emulation | 2023-12-06 | 10 | -13/+526 | |
| | | | | | |||||
| * | | | | debug: fix reading of module names | 2023-12-09 | 1 | -1/+4 | |
| | |_|/ |/| | | |||||
| * | | | Merge pull request #12208 from liamwhite/romfs | 2023-12-08 | 6 | -113/+137 | |
| |\ \ \ | |_|/ |/| | | romfs: optimize parsing and building | ||||
| | * | | fsmitm_romfsbuild: optimize for data locality | 2023-12-03 | 5 | -85/+82 | |
| | | | | |||||
| | * | | romfs: cache file and directory metadata tables | 2023-12-03 | 1 | -28/+55 | |
| | | | | |||||
| * | | | Merge pull request #12236 from liamwhite/cpu-refactor | 2023-12-06 | 45 | -3270/+2920 | |
| |\ \ \ | |_|/ |/| | | core: refactor emulated cpu core activation | ||||
| | * | | arm: fix context save of vector regs | 2023-12-04 | 1 | -6/+4 | |
| | | | | |||||
| | * | | core: refactor emulated cpu core activation | 2023-12-04 | 45 | -3270/+2922 | |
| | |/ | |||||
| * | | Merge pull request #12271 from liamwhite/pretext-fix | 2023-12-05 | 1 | -0/+2 | |
| |\ \ | |/ |/| | nce: fix pre-text patch for single modules | ||||
| | * | nce: fix pre-text patch for single modules | 2023-12-02 | 1 | -0/+2 | |
| | | | |||||
| * | | file_sys: handle null romfs | 2023-12-01 | 4 | -15/+16 | |
| |/ | |||||
| * | Merge pull request #12255 from german77/amiibo | 2023-12-01 | 1 | -5/+5 | |
| |\ | | | | | service: nfc: Don't tag amiibos as corrupted if they are loaded as read only | ||||
| | * | service: nfc: Don't tag amiibos as corrupted if they are loaded as read only | 2023-12-01 | 1 | -5/+5 | |
| | | | |||||
| * | | Merge pull request #12074 from GPUCode/yuwu-on-the-metal | 2023-11-30 | 30 | -59/+1919 | |
| |\ \ | |/ |/| | Implement Native Code Execution (NCE) | ||||
| | * | core: Rename patcher file | 2023-11-29 | 7 | -7/+7 | |
| | | | |||||
| | * | qt: add cpu_backend configuration | 2023-11-26 | 1 | -2/+1 | |
| | | | |||||
| | * | general: fix mac compile | 2023-11-26 | 1 | -1/+1 | |
| | | | |||||
| | * | loader: fix gcc compile | 2023-11-26 | 1 | -1/+1 | |
| | | | |||||
| | * | oaknut: Address warnings | 2023-11-25 | 1 | -4/+0 | |
| | | | |||||
| | * | Address more review comments | 2023-11-25 | 5 | -14/+71 | |
| | | | |||||
| | * | loader: apply nso patch to offset program image | 2023-11-25 | 1 | -4/+6 | |
| | | | |||||
| | * | arm_nce: skip data aborts for crash handling parity | 2023-11-25 | 1 | -3/+11 | |
| | | | |||||
| | * | arm: Print backtrace on data abort | 2023-11-25 | 1 | -0/+2 | |
| | | | |||||
| | * | patch: check offsets from first code word | 2023-11-25 | 1 | -3/+4 | |
| | | | |||||
| | * | core: Define HAS_NCE macro | 2023-11-25 | 10 | -16/+26 | |
| | | | |||||
| | * | arm_nce: skip dc cvac on possibly write-protected areas | 2023-11-25 | 1 | -3/+1 | |
| | | | |||||
| | * | Address some review comments | 2023-11-25 | 8 | -31/+23 | |
| | | | |||||
| | * | android: Add cpu bakend gui toggle | 2023-11-25 | 2 | -3/+5 | |
| | | | |||||
| | * | arm: Implement native code execution backend | 2023-11-25 | 27 | -39/+1791 | |
| | | | |||||
| | * | device_memory: Enable direct mapped addresses for nce | 2023-11-25 | 3 | -5/+11 | |
| | | | |||||