| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge pull request #12501 from liamwhite/ips | 2024-01-01 | 1 | -0/+7 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | ips_layer: prevent out of bounds access with offset exceeding module size | |||||
| | * | | | | | ips_layer: prevent out of bounds access with offset exceeding module size | 2023-12-28 | 1 | -0/+7 | ||
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #12513 from liamwhite/jit-fix | 2024-01-01 | 4 | -18/+146 | ||
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | jit: use code memory handles correctly | |||||
| | * | | | | jit: use code memory handles correctly | 2023-12-29 | 4 | -18/+146 | ||
| | |/ / / | ||||||
| * / / / | 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 | ||
| | | |/ | |/| | ||||||
| * | | | am/jit: reference memory instance from context | 2023-12-24 | 3 | -5/+7 | ||
| | | | | ||||||
| * | | | 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 | 12 | -66/+45 | ||
| | |/ |/| | ||||||
| * | | kernel: fix resource limit imbalance | 2023-12-22 | 3 | -8/+7 | ||
| | | | ||||||
| * | | kernel: restrict nce to applications | 2023-12-22 | 3 | -6/+6 | ||
| | | | ||||||
| * | | general: properly support multiple memory instances | 2023-12-22 | 17 | -102/+102 | ||
| | | | ||||||
| * | | 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 | 6 | -250/+1135 | ||
| | | | ||||||
| * | | kernel: instantiate memory separately for each guest process | 2023-12-22 | 17 | -127/+82 | ||
| |/ | ||||||
| * | service: hid: Fix crash on InitializeVibrationDevice | 2023-12-20 | 1 | -1/+1 | ||
| | | ||||||
| * | Merge pull request #12417 from liamwhite/arm64-gcc-fix | 2023-12-20 | 2 | -2/+6 | ||
| |\ | | | | | nce: hide shadowing warnings from dynarmic headers | |||||
| | * | nce: hide shadowing warnings from dynarmic headers | 2023-12-20 | 2 | -2/+6 | ||
| | | | ||||||
| * | | nce: increase handler stack size | 2023-12-19 | 1 | -1/+1 | ||
| | | | ||||||
| * | | nce: fix read size in simd immediate emulation | 2023-12-19 | 1 | -1/+2 | ||
| |/ | ||||||
| * | Merge pull request #12392 from liamwhite/mode | 2023-12-19 | 2 | -8/+17 | ||
| |\ | | | | | fs: implement OpenDirectoryMode | |||||
| | * | fs: implement OpenDirectoryMode | 2023-12-18 | 2 | -8/+17 | ||
| | | | ||||||
| * | | Merge pull request #12304 from liamwhite/flinger-wtf | 2023-12-19 | 3 | -3/+37 | ||
| |\ \ | | | | | | | nvnflinger: mark buffer as acquired when acquired | |||||
| | * | | nvnflinger: mark buffer as acquired when acquired | 2023-12-16 | 3 | -3/+37 | ||
| | | | | ||||||
| * | | | Merge pull request #12349 from Kelebek1/return_system_channels_active | 2023-12-18 | 1 | -1/+1 | ||
| |\ \ \ | |_|/ |/| | | Have GetActiveChannelCount return the system channels instead of host device channels | |||||
| | * | | Have GetActiveChannelCount return the system channels instead of host device ↵ | 2023-12-16 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | channels | |||||
| * | | | Merge pull request #12378 from liamwhite/offsetof | 2023-12-16 | 2 | -0/+2 | ||
| |\ \ \ | | | | | | | | | set: add cstddef for offsetof macro | |||||
| | * | | | set: add cstddef for offsetof macro | 2023-12-16 | 2 | -0/+2 | ||
| | |/ / | ||||||
| * | | | Merge pull request #12331 from liamwhite/layer-confusion | 2023-12-16 | 8 | -42/+74 | ||
| |\ \ \ | |/ / |/| | | vi: fix confusion between closing and destroying layers | |||||
| | * | | vi: fix confusion between closing and destroying layers | 2023-12-12 | 8 | -42/+74 | ||
| | | | | ||||||
| * | | | Merge pull request #12184 from Kelebek1/system_settings | 2023-12-16 | 12 | -406/+1611 | ||
| |\ \ \ | | | | | | | | | Make system settings persistent across boots | |||||
| | * | | | Make system settings persistent across boots | 2023-12-16 | 12 | -406/+1611 | ||
| | | |/ | |/| | ||||||
| * | | | Merge pull request #12237 from liamwhite/nce-sigtrap | 2023-12-16 | 8 | -44/+3852 | ||
| |\ \ \ | | | | | | | | | nce: implement instruction emulation for misaligned memory accesses | |||||
| | * | | | nce: adjust initialization for repeated calls | 2023-12-11 | 1 | -8/+11 | ||
| | | | | | ||||||
| | * | | | nce: implement instruction emulation for misaligned memory accesses | 2023-12-10 | 8 | -43/+3848 | ||
| | | | | | ||||||
| * | | | | Merge pull request #12290 from liamwhite/deferred-path-split | 2023-12-16 | 3 | -17/+5 | ||
| |\ \ \ \ | | | | | | | | | | | Improve path splitting speed | |||||
| | * | | | | Improve path splitting speed | 2023-12-05 | 3 | -17/+5 | ||
| | | | | | | ||||||
| * | | | | | 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 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #12359 from german77/real_shared | 2023-12-16 | 42 | -870/+1076 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | service: hid: Allow to create multiple instances of shared memory | |||||
| | * | | | | | core: Make sure npad is initialized | 2023-12-14 | 2 | -1/+4 | ||
| | | | | | | | ||||||
| | * | | | | | core: hid: Clean up headers | 2023-12-14 | 20 | -36/+16 | ||
| | | | | | | | ||||||
| | * | | | | | service: hid: Allow to create multiple instances of shared memory | 2023-12-13 | 40 | -842/+1065 | ||
| | |/ / / / | ||||||
| * / / / / | ssl: fix output byte buffer size issue (#12372) | 2023-12-16 | 1 | -3/+3 | ||
| |/ / / / | ||||||
| * | | | | 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 | |||||