| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | scope_exit: Make constexpr | 2024-02-19 | 17 | -59/+109 | |
| | | | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | ||||
| * | kernel: add and enable system suspend type | 2024-02-14 | 3 | -27/+38 | |
| | | |||||
| * | core: fix multiprocess with nce | 2024-02-09 | 1 | -1/+6 | |
| | | |||||
| * | am: migrate global state to per-applet state structure | 2024-01-29 | 1 | -16/+14 | |
| | | |||||
| * | kernel: clear pinned waiter list on unpin | 2024-01-27 | 1 | -1/+2 | |
| | | |||||
| * | kernel: target invalidate to given process | 2024-01-22 | 1 | -4/+9 | |
| | | |||||
| * | Core: Make sure GPU Dirty Managers ae shared by all processes. | 2024-01-18 | 2 | -14/+4 | |
| | | |||||
| * | Merge pull request #12677 from GPUCode/whyy-modders | 2024-01-15 | 1 | -2/+2 | |
| |\ | | | | | core: Support multiple modules per patcher | ||||
| | * | core: Support multiple modules per patcher | 2024-01-15 | 1 | -2/+2 | |
| | | | |||||
| * | | kernel: optimize page free on shutdown | 2024-01-12 | 3 | -63/+18 | |
| | | | |||||
| * | | kernel: fix debugger and process list lifetime | 2024-01-12 | 3 | -8/+37 | |
| | | | |||||
| * | | kernel: fix page leak on process termination | 2024-01-12 | 3 | -1/+81 | |
| |/ | |||||
| * | Fix typos in src/core (#12625) | 2024-01-08 | 5 | -21/+21 | |
| | | | | | | | | | | * Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent | ||||
| * | KThread: Send termination interrupt to all cores a thread has affinity to | 2024-01-02 | 1 | -4/+4 | |
| | | | | | | KThread::RequestTerminate may run from a thread which is not the CurrentCore, and thus masking this out is erroneous. | ||||
| * | Merge pull request #12454 from liamwhite/ct-stuff | 2024-01-01 | 2 | -11/+10 | |
| |\ | | | | | core_timing: minor refactors | ||||
| | * | core_timing: use static typing for no-wait unschedule | 2023-12-23 | 1 | -1/+2 | |
| | | | |||||
| | * | core_timing: remove user data value | 2023-12-23 | 2 | -11/+9 | |
| | | | |||||
| * | | Merge pull request #12466 from liamwhite/sh2 | 2024-01-01 | 3 | -12/+23 | |
| |\ \ | | | | | | | core: track separate heap allocation for linux | ||||
| | * | | core: track separate heap allocation for linux | 2023-12-25 | 3 | -12/+23 | |
| | | | | |||||
| * | | | k_capabilities: simplify KTrace map skip logic | 2023-12-28 | 1 | -2/+4 | |
| | | | | |||||
| * | | | Merge pull request #12455 from liamwhite/end-wait | 2023-12-26 | 3 | -31/+10 | |
| |\ \ \ | | | | | | | | | kernel: use simple mutex for object list container | ||||
| | * | | | kernel: use simple mutex for object list container | 2023-12-23 | 3 | -31/+10 | |
| | | |/ | |/| | |||||
| * | | | kernel: remove unecessary process member from handle table | 2023-12-24 | 2 | -6/+3 | |
| | | | | |||||
| * | | | service: fetch objects from the client handle table | 2023-12-24 | 1 | -2/+1 | |
| | |/ |/| | |||||
| * | | kernel: fix resource limit imbalance | 2023-12-22 | 1 | -2/+2 | |
| | | | |||||
| * | | kernel: restrict nce to applications | 2023-12-22 | 2 | -3/+2 | |
| | | | |||||
| * | | general: properly support multiple memory instances | 2023-12-22 | 8 | -49/+30 | |
| | | | |||||
| * | | k_server_session: remove scratch buffer usage in favor of direct copy | 2023-12-22 | 1 | -39/+124 | |
| | | | |||||
| * | | k_server_session: process for guest servers | 2023-12-22 | 5 | -249/+1134 | |
| | | | |||||
| * | | kernel: instantiate memory separately for each guest process | 2023-12-22 | 7 | -42/+41 | |
| |/ | |||||
| * | Merge pull request #12358 from liamwhite/optimized-alloc | 2023-12-16 | 2 | -8/+11 | |
| |\ | | | | | common: use memory holepunching when clearing memory | ||||
| | * | common: use memory holepunching when clearing memory | 2023-12-14 | 2 | -8/+11 | |
| | | | |||||
| * | | service: hid: Allow to create multiple instances of shared memory | 2023-12-13 | 2 | -21/+0 | |
| |/ | |||||
| * | 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 | 1 | -2/+1 | |
| |\ \ | | | | | | | ro: add separate ro service | ||||
| | * | | service: populate pid and handle table from client | 2023-12-09 | 1 | -2/+1 | |
| | |/ | |||||
| * | | Merge pull request #12296 from liamwhite/client-session | 2023-12-09 | 5 | -103/+244 | |
| |\ \ | | | | | | | kernel: implement remaining IPC syscalls | ||||
| | * | | kernel: implement remaining IPC syscalls | 2023-12-06 | 5 | -103/+244 | |
| | |/ | |||||
| * / | kernel: implement light IPC | 2023-12-07 | 17 | -20/+807 | |
| |/ | |||||
| * | core: refactor emulated cpu core activation | 2023-12-04 | 18 | -1784/+1890 | |
| | | |||||
| * | general: fix mac compile | 2023-11-26 | 1 | -1/+1 | |
| | | |||||
| * | Address more review comments | 2023-11-25 | 1 | -9/+2 | |
| | | |||||
| * | core: Define HAS_NCE macro | 2023-11-25 | 5 | -5/+14 | |
| | | |||||
| * | Address some review comments | 2023-11-25 | 2 | -4/+2 | |
| | | |||||
| * | arm: Implement native code execution backend | 2023-11-25 | 6 | -3/+60 | |
| | | |||||
| * | kernel: Manually specify aslr region start | 2023-11-25 | 5 | -15/+20 | |
| | | |||||
| * | core: Respect memory permissions in Map | 2023-11-25 | 1 | -3/+29 | |
| | | |||||
| * | fix apple clang build again | 2023-11-14 | 1 | -2/+2 | |
| | | |||||
| * | k_capabilities: ignore map region when KTrace is disabled | 2023-11-11 | 1 | -0/+3 | |
| | | |||||