summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #12501 from liamwhite/ipsGravatar Narr the Reg2024-01-011-0/+7
|\ \ \ \ \
| * | | | | ips_layer: prevent out of bounds access with offset exceeding module sizeGravatar Liam2023-12-281-0/+7
| | |_|_|/ | |/| | |
* | | | | Merge pull request #12513 from liamwhite/jit-fixGravatar Narr the Reg2024-01-014-18/+146
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | jit: use code memory handles correctlyGravatar Liam2023-12-294-18/+146
| |/ / /
* / / / k_capabilities: simplify KTrace map skip logicGravatar Liam2023-12-281-2/+4
|/ / /
* | | Merge pull request #12455 from liamwhite/end-waitGravatar liamwhite2023-12-263-31/+10
|\ \ \
| * | | kernel: use simple mutex for object list containerGravatar Liam2023-12-233-31/+10
| | |/ | |/|
* | | am/jit: reference memory instance from contextGravatar Liam2023-12-243-5/+7
* | | kernel: remove unecessary process member from handle tableGravatar Liam2023-12-242-6/+3
* | | service: fetch objects from the client handle tableGravatar Liam2023-12-2412-66/+45
| |/ |/|
* | kernel: fix resource limit imbalanceGravatar Liam2023-12-223-8/+7
* | kernel: restrict nce to applicationsGravatar Liam2023-12-223-6/+6
* | general: properly support multiple memory instancesGravatar Liam2023-12-2217-102/+102
* | k_server_session: remove scratch buffer usage in favor of direct copyGravatar Liam2023-12-221-39/+124
* | k_server_session: process for guest serversGravatar Liam2023-12-226-250/+1135
* | kernel: instantiate memory separately for each guest processGravatar Liam2023-12-2217-127/+82
|/
* service: hid: Fix crash on InitializeVibrationDeviceGravatar Narr the Reg2023-12-201-1/+1
* Merge pull request #12417 from liamwhite/arm64-gcc-fixGravatar Fernando S2023-12-202-2/+6
|\
| * nce: hide shadowing warnings from dynarmic headersGravatar Liam2023-12-202-2/+6
* | nce: increase handler stack sizeGravatar Liam2023-12-191-1/+1
* | nce: fix read size in simd immediate emulationGravatar Liam2023-12-191-1/+2
|/
* Merge pull request #12392 from liamwhite/modeGravatar Fernando S2023-12-192-8/+17
|\
| * fs: implement OpenDirectoryModeGravatar Liam2023-12-182-8/+17
* | Merge pull request #12304 from liamwhite/flinger-wtfGravatar Fernando S2023-12-193-3/+37
|\ \
| * | nvnflinger: mark buffer as acquired when acquiredGravatar Liam2023-12-163-3/+37
* | | Merge pull request #12349 from Kelebek1/return_system_channels_activeGravatar liamwhite2023-12-181-1/+1
|\ \ \ | |_|/ |/| |
| * | Have GetActiveChannelCount return the system channels instead of host device ...Gravatar Kelebek12023-12-161-1/+1
* | | Merge pull request #12378 from liamwhite/offsetofGravatar liamwhite2023-12-162-0/+2
|\ \ \
| * | | set: add cstddef for offsetof macroGravatar Liam2023-12-162-0/+2
| |/ /
* | | Merge pull request #12331 from liamwhite/layer-confusionGravatar liamwhite2023-12-168-42/+74
|\ \ \ | |/ / |/| |
| * | vi: fix confusion between closing and destroying layersGravatar Liam2023-12-128-42/+74
* | | Merge pull request #12184 from Kelebek1/system_settingsGravatar liamwhite2023-12-1612-406/+1611
|\ \ \
| * | | Make system settings persistent across bootsGravatar Kelebek12023-12-1612-406/+1611
| | |/ | |/|
* | | Merge pull request #12237 from liamwhite/nce-sigtrapGravatar liamwhite2023-12-168-44/+3852
|\ \ \
| * | | nce: adjust initialization for repeated callsGravatar Liam2023-12-111-8/+11
| * | | nce: implement instruction emulation for misaligned memory accessesGravatar Liam2023-12-108-43/+3848
* | | | Merge pull request #12290 from liamwhite/deferred-path-splitGravatar liamwhite2023-12-163-17/+5
|\ \ \ \
| * | | | Improve path splitting speedGravatar BreadFish642023-12-053-17/+5
* | | | | Merge pull request #12358 from liamwhite/optimized-allocGravatar liamwhite2023-12-162-8/+11
|\ \ \ \ \
| * | | | | common: use memory holepunching when clearing memoryGravatar Liam2023-12-142-8/+11
| | |_|/ / | |/| | |
* | | | | Merge pull request #12359 from german77/real_sharedGravatar liamwhite2023-12-1642-870/+1076
|\ \ \ \ \
| * | | | | core: Make sure npad is initializedGravatar Narr the Reg2023-12-142-1/+4
| * | | | | core: hid: Clean up headersGravatar Narr the Reg2023-12-1420-36/+16
| * | | | | service: hid: Allow to create multiple instances of shared memoryGravatar Narr the Reg2023-12-1340-842/+1065
| |/ / / /
* / / / / ssl: fix output byte buffer size issue (#12372)Gravatar liamwhite2023-12-161-3/+3
|/ / / /
* | | | Merge pull request #12328 from german77/profile_managerGravatar liamwhite2023-12-122-2/+19
|\ \ \ \
| * | | | core: Use single instance of profile managerGravatar german772023-12-102-2/+19
| | |_|/ | |/| |
* | | | Merge pull request #12333 from german77/aruid_freeGravatar liamwhite2023-12-126-13/+149
|\ \ \ \ | |_|_|/ |/| | |
| * | | service: hid: Improve CreateAppletResource implementation and free resourcesGravatar german772023-12-106-13/+149
| |/ /
* | | Merge pull request #12322 from liamwhite/savedata-absurdityGravatar liamwhite2023-12-103-5/+13
|\ \ \