summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am: re-namespace frontend applets to frontend directoryGravatar Liam2024-01-2938-393/+312
|
* am: add new datatypes for per-applet stateGravatar Liam2024-01-2919-1/+1496
|
* service: split am into componentsGravatar Liam2024-01-2959-3482/+4091
|
* service: mii: Set arguments as constGravatar Narr the Reg2024-01-291-7/+8
|
* Merge pull request #12837 from german77/catGravatar liamwhite2024-01-291-1/+1
|\ | | | | service: am: Focus state changed goes last
| * service: am: Focus state changed goes lastGravatar german772024-01-281-1/+1
| |
* | Merge pull request #12814 from Kelebek1/time_new_ipcGravatar liamwhite2024-01-2934-2048/+1213
|\ \ | | | | | | Move time services to new IPC and add debug printing
| * | Move time services to new IPC.Gravatar Kelebek12024-01-2734-2048/+1213
| | | | | | | | | | | | Add some fixes/improvements to usage with the new IPC
* | | fix build for gcc 11Gravatar amazingfate2024-01-291-1/+1
| |/ |/|
* | Merge pull request #12821 from merryhime/atomic_opsGravatar liamwhite2024-01-281-4/+2
|\ \ | | | | | | atomic_ops: Reduce code duplication with templates
| * | atomic_ops: Remove volatile qualifierGravatar Merry2024-01-271-4/+2
| |/
* | Merge pull request #12831 from Kelebek1/audren_multiGravatar liamwhite2024-01-281-6/+10
|\ \ | | | | | | Use the input process handle to get the correct application's memory
| * | Use the input process handle to get the correct application's memoryGravatar Kelebek12024-01-281-6/+10
| |/
* | Merge pull request #12825 from liamwhite/whyGravatar liamwhite2024-01-281-1/+2
|\ \ | | | | | | kernel: clear pinned waiter list on unpin
| * | kernel: clear pinned waiter list on unpinGravatar Liam2024-01-271-1/+2
| |/
* | Merge pull request #12823 from german77/set-audioGravatar liamwhite2024-01-287-59/+350
|\ \ | | | | | | service: set: Implement more Qlaunch Settings
| * | service: set: Increase settings versionGravatar german772024-01-281-2/+2
| | |
| * | service: set: Implement more Qlaunch SettingsGravatar german772024-01-287-57/+348
| |/
* | Merge pull request #12802 from german77/mii_interfaceGravatar liamwhite2024-01-284-412/+171
|\ \ | |/ |/| service: mii: Migrate service to new interface
| * service: mii: Migrate service to new interfaceGravatar Narr the Reg2024-01-264-412/+171
| |
* | vfs: Fix getting URI filenameGravatar t8952024-01-261-0/+9
| |
* | Merge pull request #12765 from german77/sys-hidGravatar liamwhite2024-01-269-72/+227
|\ \ | | | | | | service: set: Implement more settings functions for Qlaunch
| * | service: set: Implement more settings functions for QlaunchGravatar Narr the Reg2024-01-259-72/+227
| | |
* | | Merge pull request #12707 from FearlessTobi/fs-housekeepingGravatar liamwhite2024-01-26131-936/+3291
|\ \ \ | |_|/ |/| | fs: Various cleanups & add path class for later use
| * | Address review comments and fix compilation problemsGravatar FearlessTobi2024-01-2512-252/+229
| | |
| * | fs: Add path classGravatar FearlessTobi2024-01-2510-30/+2211
| | |
| * | result: Make fully constexpr, add ON_RESULT_INCLUDEDGravatar FearlessTobi2024-01-258-23/+51
| | |
| * | fs/errors: Unify naming of result codesGravatar FearlessTobi2024-01-257-42/+37
| | |
| * | fs: Replace Mode enum by OpenMode enumGravatar FearlessTobi2024-01-2518-178/+184
| | |
| * | vfs: Move vfs files to their own directoryGravatar FearlessTobi2024-01-2596-155/+178
| | |
| * | fs: Move fsp_srv subclasses to separate filesGravatar FearlessTobi2024-01-2517-542/+687
| |/ | | | | | | fs: Move additional files to the fsp directory
* | cmif_serialization: support non-domain sessions on domain serversGravatar Liam2024-01-251-33/+32
| |
* | cmif_types: improve ergonomics of typesGravatar Liam2024-01-254-38/+97
|/
* Merge pull request #12759 from liamwhite/mp-miscGravatar liamwhite2024-01-254-4/+25
|\ | | | | core: miscellaneous fixes
| * nvservices: close map handles on session closeGravatar Liam2024-01-223-0/+16
| |
| * kernel: target invalidate to given processGravatar Liam2024-01-221-4/+9
| |
* | Merge pull request #12783 from liamwhite/cmif-generationGravatar liamwhite2024-01-258-353/+729
|\ \ | | | | | | service: add template serializer for method calls
| * | service: add template serializer for method callsGravatar Liam2024-01-258-353/+729
| | |
* | | Merge pull request #12499 from Kelebek1/timeGravatar liamwhite2024-01-25118-3878/+6872
|\ \ \ | |/ / |/| | Rework time services
| * | Rework time service to fix time passing offline.Gravatar Kelebek12024-01-24118-3878/+6872
| | |
* | | Merge pull request #12763 from liamwhite/fix-hbl-againGravatar liamwhite2024-01-231-0/+8
|\ \ \ | | | | | | | | loader: also register fs process for raw exefs partition
| * | | loader: also register fs process for raw exefs partitionGravatar Liam2024-01-231-0/+8
| | |/ | |/|
* | | Merge pull request #12768 from german77/wrong_conversionGravatar liamwhite2024-01-233-8/+8
|\ \ \ | |/ / |/| | service: properly convert buffers to strings
| * | service: properly convert buffers to stringsGravatar Narr the Reg2024-01-233-8/+8
| | |
* | | device_memory_manager: fix ScratchBuffer indexingGravatar Liam2024-01-221-3/+2
|/ /
* | Merge pull request #12579 from FernandoS27/smmuGravatar liamwhite2024-01-2249-459/+1774
|\ \ | | | | | | Core: Implement Device Mapping & GPU SMMU
| * | device_memory_manager: use unique_lock for updateGravatar Liam2024-01-181-14/+8
| | |
| * | nvhost_vic: use map erase by keyGravatar Liam2024-01-181-4/+1
| | |
| * | nvdrv: clean up preallocationGravatar Liam2024-01-181-3/+5
| | |
| * | nvdrv: use correct names for interface factoryGravatar Liam2024-01-181-3/+3
| | |