summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12609 from liamwhite/wrong-name-againGravatar Narr the Reg2024-01-095-51/+38
|\
| * vi: connect vsync event handle lifetime to application display service interfaceGravatar Liam2024-01-074-24/+11
| * vi: fix name of nvnflingerGravatar Liam2024-01-072-27/+27
* | Fix typos in src/core (#12625)Gravatar Viktor Szépe2024-01-0828-116/+116
|/
* Merge pull request #12600 from german77/npad-implGravatar liamwhite2024-01-073-21/+72
|\
| * service: hid: Implement GetLastActiveNpadGravatar german772024-01-061-3/+6
| * service: hid: Implement AssigningSingleOnSlSrPressGravatar german772024-01-061-2/+12
| * service: hid: Implement SetNpadSystemExtStateEnabledGravatar german772024-01-063-8/+20
| * service: hid: Implement CaptureButtonAssignmentGravatar german772024-01-063-8/+34
* | Merge pull request #12599 from german77/settingsGravatar liamwhite2024-01-0713-379/+393
|\ \
| * | service: set: Rename filesGravatar german772024-01-0613-20/+20
| * | service: set: Use official namesGravatar german772024-01-069-359/+373
* | | Merge pull request #12576 from t895/total-save-managerGravatar liamwhite2024-01-072-0/+10
|\ \ \ | |_|/ |/| |
| * | android: Re-add global save managerGravatar t8952024-01-042-0/+10
* | | service: hid: Add functions needed by QlaunchGravatar Narr the Reg2024-01-062-6/+60
| |/ |/|
* | hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-05115-16174/+67
* | Merge pull request #12557 from merryhime/termination-ipiGravatar liamwhite2024-01-041-4/+4
|\ \
| * | KThread: Send termination interrupt to all cores a thread has affinity toGravatar Merry2024-01-021-4/+4
| |/
* | service: hid: Remove data races when handling shared memoryGravatar Narr the Reg2024-01-0317-29/+45
* | service: hid: Implement NpadResource and NpadDataGravatar Narr the Reg2024-01-0319-676/+1930
|/
* Merge pull request #12543 from FernandoS27/stop-liking-posts-from-ur-friends-exGravatar liamwhite2024-01-011-1/+2
|\
| * Vulkan: Only recreate swapchain if the frame is bigger than the swap image.Gravatar Fernando Sahmkow2023-12-311-1/+2
| * MaxwellDMA: Don't flush the outputs of a dma copy.Gravatar Fernando Sahmkow2023-12-311-1/+1
* | Merge pull request #12536 from german77/npad_interfaceGravatar liamwhite2024-01-0137-230/+711
|\ \
| * | service: hid: Use applet resource to get latest shared memory handleGravatar Narr the Reg2023-12-3137-230/+711
* | | Merge pull request #12454 from liamwhite/ct-stuffGravatar Narr the Reg2024-01-0113-98/+95
|\ \ \
| * | | core_timing: block advance thread while clearing and signal afterGravatar Liam2023-12-231-1/+2
| * | | core_timing: handle concurrent unscheduling of looping eventsGravatar Liam2023-12-232-4/+15
| * | | core_timing: use static typing for no-wait unscheduleGravatar Liam2023-12-233-8/+12
| * | | core_timing: remove user data valueGravatar Liam2023-12-2313-92/+73
* | | | Merge pull request #12466 from liamwhite/sh2Gravatar Narr the Reg2024-01-0110-37/+171
|\ \ \ \
| * | | | core: track separate heap allocation for linuxGravatar Liam2023-12-2510-37/+171
* | | | | 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
|\