summaryrefslogtreecommitdiffstats
path: root/src/core/hle (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-09am: stub SetMediaPlaybackState for self controllerLiam2-1/+16
2024-02-09general: add default configurations for applet modeLiam1-7/+44
2024-02-09nvnflinger/gpu: implement applet captureLiam2-5/+31
2024-02-09nvnflinger/gpu: implement blendingLiam16-66/+217
2024-02-09nvservices: unmap only on last container freeLiam3-3/+13
2024-02-09core: fix multiprocess with nceLiam1-1/+6
2024-02-09service: Fix OutLargeData attributesNarr the Reg1-1/+1
2024-02-08service: hid: Migrate hidbus to new interfaceNarr the Reg3-346/+206
2024-02-06service: hid: Migrate hid debug service to new interfacegerman772-119/+78
2024-02-06service: irs: Migrate service to new interfacegerman772-410/+262
2024-02-05Common: Rename SplitRangeSet to OverlapRangeSetFernando Sahmkow1-1/+1
2024-02-04NVDRV: Refactor HeapMapper to use RangeSetsFernando Sahmkow1-144/+43
2024-02-03nvnflinger: release buffers before presentation sleepLiam3-28/+27
2024-02-03Fix firmware timezone boot load check.Kelebek11-0/+1
2024-02-02service: fs: Skip non user id foldersNarr the Reg1-0/+9
2024-02-02cmif_serialization: enforce const for referencesLiam2-2/+31
2024-02-01service: use const references for input raw dataLiam31-91/+100
2024-02-01MemoryManager: Reduce the page table size based on last big page address.Fernando Sahmkow1-2/+4
2024-01-31hardware_composer: implement speed limit extensionsLiam5-22/+50
2024-01-31nvnflinger/gpu: implement layer stack compositionLiam11-54/+326
2024-01-31aoc: fix DLC listing (#12867)liamwhite1-1/+1
2024-01-31NVDRV: Join the heaper optimization blocksFernando Sahmkow1-1/+3
2024-01-31Remove a few hacks for clock setups, which seem to no longer be needed, but fix network clock to local clock on every boot. Also fix some logging strings.Kelebek19-84/+66
2024-01-31am: push storage from error applet with non-zero sizeLiam1-1/+1
2024-01-30cmif_serialization: fix LargeData typesLiam1-3/+3
2024-01-30service: hid: Implement GetPlayerLedPattern accuratelyNarr the Reg2-13/+37
2024-01-30Update sockets.hLotP11-1/+1
2024-01-30Update src/core/hle/service/sockets/sockets.hLotP11-1/+1
2024-01-30cmif_serialization: fix out layout calculationLiam1-12/+38
2024-01-30service: capsrv: Migrate to new IPCNarr the Reg13-388/+263
2024-01-30am: stop emulation when all applets are closedLiam1-0/+8
2024-01-30core: support offline web appletLiam31-57/+466
2024-01-30am: return AppletDataBroker and use for frontend appletsLiam30-508/+422
2024-01-30am: rework IStorage for transfer storageLiam6-109/+117
2024-01-30am: migrate global state to per-applet state structureLiam37-702/+676
2024-01-30am: re-namespace frontend applets to frontend directoryLiam28-325/+243
2024-01-30am: add new datatypes for per-applet stateLiam18-1/+1479
2024-01-30service: split am into componentsLiam58-3482/+4046
2024-01-30Update sockets_translate.cppLotP11-2/+2
2024-01-30Update sockets.hLotP11-0/+1
2024-01-30Update sockets_translate.cppLotP11-0/+2
2024-01-29service: mii: Set arguments as constNarr the Reg1-7/+8
2024-01-29notif: rewrite for new IPCLiam3-126/+324
2024-01-29fix build for gcc 11amazingfate1-1/+1
2024-01-29service: am: Focus state changed goes lastgerman771-1/+1
2024-01-29service: hid: Fully implement touch resourceNarr the Reg9-34/+318
2024-01-28Use the input process handle to get the correct application's memoryKelebek11-6/+10
2024-01-28service: set: Increase settings versiongerman771-2/+2
2024-01-28service: set: Implement more Qlaunch Settingsgerman777-57/+348
2024-01-28kernel: clear pinned waiter list on unpinLiam1-1/+2
2024-01-27Move time services to new IPC.Kelebek132-2039/+1204
2024-01-26service: mii: Migrate service to new interfaceNarr the Reg4-412/+171
2024-01-26cmif_serialization: support non-domain sessions on domain serversLiam1-33/+32
2024-01-26cmif_types: improve ergonomics of typesLiam4-38/+97
2024-01-26service: set: Implement more settings functions for QlaunchNarr the Reg9-72/+227
2024-01-25Address review comments and fix compilation problemsFearlessTobi4-3/+4
2024-01-25fs: Add path classFearlessTobi2-2/+5
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi6-18/+46
2024-01-25fs/errors: Unify naming of result codesFearlessTobi6-32/+32
2024-01-25fs: Replace Mode enum by OpenMode enumFearlessTobi8-53/+50
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi13-14/+14
2024-01-25fs: Move fsp_srv subclasses to separate filesFearlessTobi16-540/+676
2024-01-25service: add template serializer for method callsLiam7-353/+727
2024-01-24Rework time service to fix time passing offline.Kelebek1112-3800/+6745
2024-01-23service: properly convert buffers to stringsNarr the Reg3-8/+8
2024-01-23nvservices: close map handles on session closeLiam3-0/+16
2024-01-23kernel: target invalidate to given processLiam1-4/+9
2024-01-21service: hid: Implement EnableAppletForInputNarr the Reg1-2/+2
2024-01-21service: set: Don't allow invalid mii author idgerman771-0/+5
2024-01-19nvhost_vic: use map erase by keyLiam1-4/+1
2024-01-19nvdrv: clean up preallocationLiam1-3/+5
2024-01-19nvdrv: use correct names for interface factoryLiam1-3/+3
2024-01-19nvdrv: use static typing for SessionId, smmu Asid typesLiam31-59/+68
2024-01-19Core: Make sure GPU Dirty Managers ae shared by all processes.Fernando Sahmkow2-14/+4
2024-01-19Core: Clang format and other small issues.Fernando Sahmkow11-31/+52
2024-01-19SMMU: Fix software rendering and cleanupFernando Sahmkow7-30/+24
2024-01-19SMMU: Add continuity tracking optimization.Fernando Sahmkow2-1/+2
2024-01-19SMMU: Add Android compatibilityFernando Sahmkow1-2/+4
2024-01-19GPU-SMMU: Estimate game leak and preallocate device region.Fernando Sahmkow6-21/+323
2024-01-19GPU SMMU: Expand to 34 bitsFernando Sahmkow2-5/+34
2024-01-19SMMU: Implement physical memory mirroringFernando Sahmkow3-6/+13
2024-01-19SMMU: Initial adaptation to video_core.Fernando Sahmkow10-156/+94
2024-01-19NVDRV: Implement sessions and initial implementation of SMMUFernando Sahmkow33-83/+252
2024-01-18vi: check layer state before opening or closingLiam4-12/+27
2024-01-18Update based on feedbackAndrew Pilley1-2/+2
2024-01-18nvnflinger: ensure display abandonment considers all layers and future layersLiam3-3/+15
2024-01-17Allow -u to accept a username string in addition to index, and suppress the User selector even if settings requires it to be shown for one instance only.Andrew Pilley2-0/+18
2024-01-16service: set: Implement stubbed functionsNarr the Reg6-49/+200
2024-01-16service: set: Refractor setting serviceNarr the Reg13-580/+610
2024-01-16service: hid: Fully implement abstract vibrationNarr the Reg5-151/+289
2024-01-15service: nfc: Create backup when none existNarr the Reg1-1/+4
2024-01-14core: Support multiple modules per patcherGPUCode1-2/+2
2024-01-13service: acc: Only save profiles when profiles have changedgerman772-3/+17
2024-01-13kernel: optimize page free on shutdownLiam3-63/+18
2024-01-13kernel: fix debugger and process list lifetimeLiam6-65/+82
2024-01-13kernel: fix page leak on process terminationLiam3-1/+81
2024-01-12audio: fetch process object from handle tableLiam2-13/+49
2024-01-12service: hid: Create abstracted pad structuregerman771-1/+1
2024-01-11fsp-srv: use program registry for SetCurrentProcessLiam9-234/+322
2024-01-08Fix typos in src/core (#12625)Viktor Szépe26-93/+93
2024-01-08vi: connect vsync event handle lifetime to application display service interfaceLiam4-24/+11
2024-01-08server_manager: respond to session close correctlyLiam1-2/+7
2024-01-08vi: fix name of nvnflingerLiam2-27/+27
2024-01-07service: hid: Implement GetLastActiveNpadgerman771-3/+6
2024-01-07service: hid: Implement AssigningSingleOnSlSrPressgerman771-2/+12
2024-01-07service: hid: Implement SetNpadSystemExtStateEnabledgerman773-8/+20
2024-01-07service: set: Rename filesgerman7711-11/+11
2024-01-07service: hid: Implement CaptureButtonAssignmentgerman773-8/+34
2024-01-07service: set: Use official namesgerman779-359/+373
2024-01-06service: hid: Add functions needed by QlaunchNarr the Reg2-6/+60
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg95-9717/+60
2024-01-04service: hid: Remove data races when handling shared memoryNarr the Reg17-29/+45
2024-01-04service: hid: Implement NpadResource and NpadDataNarr the Reg17-676/+1925
2024-01-02KThread: Send termination interrupt to all cores a thread has affinity toMerry1-4/+4
2023-12-31service: hid: Use applet resource to get latest shared memory handleNarr the Reg36-227/+698
2023-12-29jit: use code memory handles correctlyLiam3-18/+144
2023-12-28k_capabilities: simplify KTrace map skip logicLiam1-2/+4
2023-12-26core: track separate heap allocation for linuxLiam3-12/+23
2023-12-25am/jit: reference memory instance from contextLiam3-5/+7
2023-12-25kernel: remove unecessary process member from handle tableLiam2-6/+3
2023-12-25service: fetch objects from the client handle tableLiam12-66/+45
2023-12-23kernel: use simple mutex for object list containerLiam3-31/+10
2023-12-23core_timing: use static typing for no-wait unscheduleLiam1-1/+2
2023-12-23core_timing: remove user data valueLiam7-46/+42
2023-12-23kernel: fix resource limit imbalanceLiam3-8/+7
2023-12-23kernel: restrict nce to applicationsLiam2-3/+2
2023-12-23general: properly support multiple memory instancesLiam14-85/+72
2023-12-23k_server_session: remove scratch buffer usage in favor of direct copyLiam1-39/+124
2023-12-23k_server_session: process for guest serversLiam6-250/+1135
2023-12-23kernel: instantiate memory separately for each guest processLiam7-42/+41
2023-12-21service: hid: Fix crash on InitializeVibrationDeviceNarr the Reg1-1/+1
2023-12-18fs: implement OpenDirectoryModeLiam2-8/+17
2023-12-16nvnflinger: mark buffer as acquired when acquiredLiam3-3/+37
2023-12-16set: add cstddef for offsetof macroLiam2-0/+2
2023-12-16Have GetActiveChannelCount return the system channels instead of host device channelsKelebek11-1/+1
2023-12-16ssl: fix output byte buffer size issue (#12372)liamwhite1-3/+3
2023-12-16Make system settings persistent across bootsKelebek111-406/+1603
2023-12-15common: use memory holepunching when clearing memoryLiam2-8/+11
2023-12-14core: hid: Clean up headersNarr the Reg20-36/+16
2023-12-14service: hid: Allow to create multiple instances of shared memoryNarr the Reg39-840/+1057
2023-12-12vi: fix confusion between closing and destroying layersLiam8-42/+74
2023-12-10service: hid: Improve CreateAppletResource implementation and free resourcesgerman776-13/+149
2023-12-10sm:: fix tipc deserializationLiam2-7/+25
2023-12-09ro: add separate ro serviceLiam8-634/+1141
2023-12-09fbshare: set external format correctlyLiam1-0/+1
2023-12-09fs: don't enumerate hidden savedata size fileLiam1-1/+7
2023-12-09service: populate pid and handle table from clientLiam3-13/+19
2023-12-09service: use interface factory in server managerLiam5-23/+37
2023-12-09kernel: fix single coreLiam1-1/+1
2023-12-07kernel: implement light IPCLiam17-20/+807
2023-12-07service: hid: Introduce proper AppletResource emulationNarr the Reg9-13/+524
2023-12-06kernel: implement remaining IPC syscallsLiam6-105/+244
2023-12-06Improve path splitting speedBreadFish641-5/+1
2023-12-04core: refactor emulated cpu core activationLiam19-1786/+1894
2023-12-01service: nfc: Don't tag amiibos as corrupted if they are loaded as read onlyNarr the Reg1-5/+5
2023-11-27set: don't load version nca with null romfsLiam1-1/+3
2023-11-27Fixed controller applet crashing when on FW17+FrozenAra4-3/+30
2023-11-27general: fix mac compileLiam1-1/+1
2023-11-26service: nfc: Validate mii datagerman774-34/+39
2023-11-26service: am: Create random mii for cabinet appletgerman771-1/+2
2023-11-25time: undef GetCurrentTime for WindowsLiam1-0/+5
2023-11-25Address more review commentsGPUCode1-9/+2
2023-11-25core: Define HAS_NCE macroGPUCode5-5/+14
2023-11-25Address some review commentsGPUCode2-4/+2
2023-11-25arm: Implement native code execution backendLiam6-3/+60
2023-11-25kernel: Manually specify aslr region startLiam5-15/+20
2023-11-25core: Respect memory permissions in MapGPUCode1-3/+29
2023-11-24yuzu: Display firmware versionNarr the Reg2-31/+59
2023-11-21service: hid: Create appropriate hid resourcesNarr the Reg29-1339/+1577
2023-11-20Stub CheckBlockedUserListAvailabilitydaisymlleung1-1/+12
2023-11-20service: hid: Ensure resource manager is initializedSquall-Leonhart1-1/+1
2023-11-19Implemented qlaunch version of the controller appletFrozenAra12-73/+539
2023-11-17service: hid: Introduce firmware settings and update activate controller callsNarr the Reg11-54/+293
2023-11-16service: hid: Implement xpad callsNarr the Reg2-36/+139
2023-11-15service: hid: Split hid.cpp into individual interfacesNarr the Reg11-3055/+3252
2023-11-14fix apple clang build againLiam1-2/+2
2023-11-12core: hid: Split SL and SR buttonsgerman771-2/+4
2023-11-11k_capabilities: ignore map region when KTrace is disabledLiam1-0/+3
2023-11-11service: irs: Implement moment image processorNarr the Reg6-17/+169
2023-11-10k_page_table: fix shutdownLiam1-7/+0
2023-11-10k_page_table: use more precise icache invalidatesLiam1-4/+9
2023-11-10kernel: add KPageTableBaseLiam26-4811/+7111
2023-11-06service: am: Set the correct album program idgerman771-2/+2
2023-11-05yuzu: Only store games in the recently played listgerman771-0/+24
2023-11-05service: acc: Ensure proper profile sizegerman771-9/+47
2023-11-04service: hid: Silence EnableUnintendedHomeButtonInputProtectiongerman771-7/+5
2023-11-03service: hid: Ensure GetNextEntryIndex can't failgerman771-3/+3
2023-11-03core: hid: Fix wrong battery valuesgerman771-3/+3
2023-11-01romfs: fix extraction of single-directory rootLiam1-2/+1
2023-10-31service: am: Add support for LLE Software Keyboard AppletDzmitry Dubrova2-2/+80
2023-10-30nvnflinger: implement consumer abandonmentLiam8-21/+60
2023-10-30nvnflinger: use graphic buffer lifetime for map handleLiam11-37/+70
2023-10-29core: Close all KEventsgerman776-5/+26
2023-10-28renderer_vulkan: fix cropping for presentationLiam1-0/+2
2023-10-27service: am: Implement ISelfController::SaveCurrentScreenshotNarr the Reg6-17/+82
2023-10-25cmake: prefer system stb headersAlexandre Bouvier1-10/+10
2023-10-25sockets: use safe access helpersLiam2-41/+38
2023-10-25nvdrv: rework to remove memcpyLiam16-225/+243
2023-10-25nvdrv: fix up remaining copy callsLiam3-17/+22
2023-10-25nvdrv: convert nvmapLiam3-60/+26
2023-10-25nvdrv: convert codec devicesLiam6-34/+29
2023-10-25nvdrv: convert nvhost_gpuLiam2-76/+49
2023-10-25nvdrv: convert nvhost_ctrlLiam2-34/+29
2023-10-25nvdrv: convert nvhost_ctrl_gpuLiam2-97/+43
2023-10-25nvdrv: add ioctl command serialization, convert nvhost_as_gpuLiam5-71/+152
2023-10-23service: ipc: Add third read buffer indexNarr the Reg1-0/+6
2023-10-23service: caps: Implement SaveScreenShotEx0 and variantsgerman778-13/+250
2023-10-22kernel: fix extraneous refLiam1-1/+0
2023-10-22kernel: signal thread on termination completedLiam1-4/+7
2023-10-22kernel: add missing TLR clearLiam1-0/+1
2023-10-22kernel: update KProcessLiam30-960/+1756
2023-10-20set: return version info from system archiveLiam1-19/+30
2023-10-20ts: add OpenSessionLiam2-6/+40
2023-10-20nvnflinger: fix reporting and freeing of preallocated buffersLiam2-5/+6
2023-10-20kernel: fix incorrect calculation of used non system memory valueLiam1-1/+1
2023-10-20kernel: fix format string errorLiam1-1/+1
2023-10-20kernel: make check fully constexpr for broken msvc constant foldingLiam1-1/+1
2023-10-20k_page_table: add MapFirstGroupLiam3-34/+49
2023-10-20kernel: update KMemoryRegionType valuesLiam2-48/+80
2023-10-20k_page_table: implement PermissionLockedLiam6-26/+128
2023-10-20k_page_table: add new CheckMemoryState helperLiam2-12/+40
2023-10-20kernel: split Io memory state, add PermissionLocked attributeLiam5-92/+116
2023-10-20kernel: reshuffle ini1 size, add slab clear noteLiam4-10/+18
2023-10-19service: mii: Create random mii with nameNarr the Reg1-0/+1
2023-10-17service: hle: Allow to access read buffer A and X directlygerman774-46/+70
2023-10-17service: acc: Implement functions needed for profile select (#11653)Narr the Reg6-8/+91
2023-10-12k_page_table: add missing page group open when locking memoryLiam1-0/+5
2023-10-12service: caps: Remove ambiguous callNarr the Reg1-2/+2
2023-10-12kernel: mark TLS accessors as noinline for non-MSVC LTOLiam1-8/+8
2023-10-12service: caps: Fix GetAlbumFileList3AaeAruid and GetAlbumFileList0AafeAruidDeprecatedNarr the Reg5-51/+134
2023-10-11jit: add support for relr-type relocationsLiam1-2/+34
2023-10-08service: caps: Implement album manager and reorganize serviceNarr the Reg19-519/+849
2023-10-08service: Stub multiple functions to increase stability of album appletNarr the Reg7-6/+144
2023-10-05kernel: implement transfer memoryLiam5-17/+160
2023-10-03ci: fix new codespell errorsLiam1-1/+1
2023-10-02service: caps: Partially implement IAlbumAccessorServiceNarr the Reg5-15/+450
2023-10-02yuzu: Allow to launch album applet from firmwareNarr the Reg2-0/+21
2023-10-02k_page_table: skip page table clearing on finalizationLiam1-4/+8
2023-10-02fsp-srv: enable auto save data creation on initLiam1-0/+3
2023-10-01service: nfc: Implement SetRegisterInfoPrivate mii supportNarr the Reg1-7/+2
2023-10-01service: am: Implement shared bufferNarr the Reg2-10/+125
2023-10-01service: nvnflinger: Implement shared bufferNarr the Reg11-22/+570
2023-10-01service: ldn: Implement lp2p:m and stub IMonitorServiceNarr the Reg1-2/+89
2023-10-01service: am: Set push in arguments according to the launched appletNarr the Reg6-17/+113
2023-09-29Don't send a double focus change messageKelebek11-3/+0
2023-09-28service: mii: Fix reported bugsgerman775-4/+6
2023-09-26fsp-srv: add GetFileSystemAttributeLiam1-0/+41
2023-09-24service: mii: Limit checks to string sizegerman771-1/+1
2023-09-24service: hid: Set last connected controller as activegerman771-0/+1
2023-09-24service: am: Stub to exit applet cleanlygerman772-3/+31
2023-09-24service: am: Implement stuff needed for Mii Editgerman773-22/+238
2023-09-24service: fsp: Implement CreateSaveDataFileSystemBySystemSaveDataId and OpenSaveDataFileSystemBySystemSaveDataIdgerman772-2/+24
2023-09-24service: ns: Implement GetSharedFontInOrderOfPriorityForSystemgerman771-4/+13
2023-09-22am: mii_edit: Implement DB operationsNarr the Reg8-73/+139
2023-09-20Reduce core timing mutex contentionKelebek11-1/+3
2023-09-18aoc: stub purchase info callsLiam1-2/+18
2023-09-18service: mii: Address review commentsgerman777-22/+24
2023-09-18service: mii: Implement the rest of the servicegerman773-103/+751
2023-09-18service: mii: Implement database managergerman772-0/+478
2023-09-18service: mii: Implement figurine databasegerman772-0/+208
2023-09-18service: mii: Add device crc16german771-0/+26
2023-09-18service: nfc: Fully Implement GetRegisterInfoPrivategerman771-3/+5
2023-09-18service: mii: Complete structs and fix mistakesgerman779-138/+387
2023-09-17mii_types: Remove null terminator checklat9nq1-4/+1
2023-09-16Reimplement HardwareOpusKelebek14-334/+427
2023-09-16service: hid: Implement ApplyNpadSystemCommonPolicygerman774-8/+52
2023-09-16hid: service: Remove outdated field from npadgerman772-27/+14
2023-09-16hid: service: Implement Last active Npadgerman772-1/+5
2023-09-16service: hid: Ensure state is correctgerman771-8/+8
2023-09-16service: nfc: Fix amiibo formattinggerman771-6/+8
2023-09-14core: improve debug workflowLiam4-4/+17
2023-09-14ngc: implement serviceLiam4-66/+154
2023-09-12service: mii: Remove most magic valuesNarr the Reg10-1069/+1537
2023-09-12am: Stub GetSaveDataSizeMaxFearlessTobi2-1/+14
2023-09-12bsd: Demote "Select" log to dehugFearlessTobi1-1/+1
2023-09-11mii: service: Address reviewgerman7712-103/+133
2023-09-11mii: Prepare Interface for new implementationgerman776-138/+210
2023-09-11service: mii: Fix ver3 inconsistenciesgerman779-217/+473
2023-09-11service: mii: move char info operationsgerman774-21/+576
2023-09-11service: mii: Move store data operationsgerman775-73/+512
2023-09-11service: mii: Move core data operationsgerman775-246/+730
2023-09-11service: mii: Move ver3 operationsgerman777-243/+241
2023-09-11service: mii: separate mii types into their own filegerman7719-539/+575
2023-09-11service: mii: Move all raw data to it's filegerman775-381/+479
2023-09-11service: mii: Add mii util and resultgerman774-11/+87
2023-09-10am: Implement UserChannel parametersFearlessTobi1-10/+30
2023-09-10am: Remove bcat from PopLaunchParameterFearlessTobi2-21/+5
2023-09-07service: mii: Fix broken mii on MK8Narr the Reg6-7/+118
2023-09-05core: Add support for loading NSPs with personalized tickets. (#10048)Steveice101-6/+4
2023-09-05service: mii: Fix default mii databasegerman773-105/+3
2023-09-04Rework ADSP into a wrapper for appsKelebek14-5/+5
2023-09-03msvc: set warning level to /W4 globallyDanila Malyutin3-4/+4
2023-08-30hwopus: Implement GetWorkBufferSizeExExFearlessTobi2-1/+6
2023-08-28sfdnsres: ensure lp1 is not resolvedLiam2-2/+21
2023-08-27hwopus: Implement OpenHardwareOpusDecoderForMultiStreamEx and DecodeInterleavedForMultiStreamFearlessTobi2-3/+51
2023-08-26am: shorten shutdown timeout when lock is not heldLiam1-2/+6
2023-08-26ssl: tolerate handshake without hostname set (#11328)liamwhite3-24/+14
2023-08-25kernel: offset code entry point for 39-bit address space type (#11326)liamwhite2-5/+27
2023-08-25nvhost_as_gpu: ensure mappings are aligned to big page size when deallocatedLiam1-1/+3
2023-08-24filesystem: Return correct error for RenameFile when dest_path already existsFearlessTobi1-1/+10
2023-08-23general: Use console mode helper across projectlat9nq5-9/+6
2023-08-22general: Convert use_docked_mode to an enumerationlat9nq5-7/+11
2023-08-20sockets: avoid locking around socket session callsLiam3-2/+10
2023-08-16Improve behavior when sending to closed connectioncomex2-0/+6
2023-08-15fssystem: rework for yuzu styleLiam1-2/+2
2023-08-15vfs: expand support for NCA readingLiam4-4/+13
2023-08-15kernel: remove relative task registrationLiam11-33/+67
2023-08-13nvnflinger: add missing scale modeLiam2-0/+2
2023-08-12ssl_backend_securetransport: remove stray .Code()Liam1-1/+1
2023-08-11service: hid: Implement functions needed by QLaunchNarr the Reg2-24/+60
2023-08-09service: pctl: Partially revert 11221Narr the Reg1-9/+15
2023-08-08fs: return result on null outputsLiam1-4/+24
2023-08-08general: fix incorrect conversionsLiam4-5/+5
2023-08-08ssl: remove ResultVal useLiam7-124/+127
2023-08-08core: remove ResultVal typeLiam26-428/+346
2023-08-06service: audctl: Stub functions needed by Qlaunchgerman772-4/+64
2023-08-05service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunchgerman771-6/+152
2023-08-05service: pctl: Implement functions needed for QLaunchgerman771-18/+134
2023-08-05service: set: Add more system settings and address commentsNarr the Reg2-7/+100
2023-08-03service: set: Implement system settings for QlaunchNarr the Reg5-114/+625
2023-08-02service: am: Fix wrong interfaceNarr the Reg3-3/+55
2023-08-01audren_u: Fix parameter alignmentMorph1-2/+3
2023-07-30tz_content_man: Generate the time zone binary oncelat9nq2-8/+11
2023-07-23core: implement GetGaiStringErrorRequest, IContextRegistrarLiam10-5/+115
2023-07-22core: reduce TOCTTOU memory accessLiam2-14/+8
2023-07-22core: remove remaining uses of dynamic_castLiam1-2/+6
2023-07-21k_system_control: Always return some memory sizelat9nq1-0/+2
2023-07-21core,common: Give memory layout setting an enumlat9nq1-4/+16
2023-07-21settings: Require time zone setting value for stirnglat9nq1-1/+2
2023-07-21configure_system: Implement with for looplat9nq2-5/+7
2023-07-21settings,core,config_sys: Remove optional type from custom_rtc, rng_seedlat9nq2-2/+4
2023-07-19general: Silence -Wshadow{,-uncaptured-local} warningslat9nq2-5/+5
2023-07-18Debug SetIdleTimeDetectionExtensionKelebek11-2/+2
2023-07-18nsd: add GetApplicationServerEnvironmentTypeLiam2-1/+17
2023-07-17ssl: Link with crypt32 for secure channel backendMorph1-0/+1
2023-07-17ssl: Reorder inclusionsMorph5-24/+27
2023-07-17network: Forward declarationsMorph2-3/+5
2023-07-17service: nfc: Update Implementation to match with latest RENarr the Reg7-54/+143
2023-07-15Fixes and workarounds to make UBSan happier on macOScomex4-6/+8
2023-07-15kernel: reduce page table region checkingLiam7-85/+21
2023-07-15k_process: PageTable -> GetPageTableLiam19-75/+66
2023-07-08k_server_session: translate special header for non-HLE requestsLiam2-7/+770
2023-07-03service: nfc: Ensure controller is in the correct modegerman771-11/+21
2023-07-03Use spans over guest memory where possible instead of copying data.Kelebek11-10/+22
2023-07-02Rename variables to avoid -Wshadow warnings under GCCcomex1-5/+5
2023-07-02...actually add the SecureTransport backend to Git.comex1-0/+219
2023-07-02Updates:comex5-207/+268
2023-07-01kernel: SynchronizeMorph3-36/+52
2023-07-01parcel: Optimize small_vector sizesMorph1-11/+13
2023-07-01general: Use ScratchBuffer where possibleMorph6-45/+53
2023-06-26PR feedback + constificationcomex8-60/+62
2023-06-26re-formatcomex1-4/+5
2023-06-26Fix more Windows build errorscomex2-23/+30
2023-06-26ssl: fix compatibility with OpenSSL 1.1.1comex1-1/+10
2023-06-26Fixes:comex2-1/+2
2023-06-25ssl: rename argument to avoid false positive codespell warningcomex1-2/+2
2023-06-25Implement SSL servicecomex14-203/+1770
2023-06-22general: remove atomic signal and waitLiam4-18/+10
2023-06-22Remove memory allocations in some hot pathsKelebek137-275/+270
2023-06-22input_common: Implement native mifare supportNarr the Reg7-116/+109
2023-06-20time_zone_manager: Add null terminatorlat9nq1-2/+4
2023-06-20time_zone_manager: Stop on commalat9nq1-1/+3
2023-06-18time_zone_service: Always write time zone rule datalat9nq1-8/+2
2023-06-17k_thread: Use a mutex and cond_var to sync boollat9nq2-5/+14
2023-06-16time_zone_manager: Compare to the correct booleanlat9nq1-2/+3
2023-06-15service: nfc: Read tag protocol only for nfc backendNarr the Reg2-5/+6
2023-06-15service: nfc: Accuracy fixesNarr the Reg10-110/+192
2023-06-08nvnflinger: allow locking framerate during video playbackLiam2-2/+6
2023-06-08nvdisp: Fix SingleCore frametime reportingMorph1-1/+1
2023-06-08core_timing: Fix SingleCore cycle timerMorph1-9/+1
2023-06-08time: Use compile time division for TimeSpanType conversionMorph5-11/+15
2023-06-08core_timing: Use CNTPCT as the guest CPU tickMorph3-5/+5
2023-06-08nvnflinger: Acquire lock prior to signaling the vsync variableMorph1-1/+2
2023-06-07service: nfc: Add backup supportgerman777-39/+181
2023-06-05tz_manager: Fix comparison to wrong integerlat9nq1-1/+1
2023-06-05tz_manager: Implement missing transition timeslat9nq1-1/+59
2023-06-05tz_manager: Warn on unimplemented codelat9nq1-0/+7
2023-06-05tz_manager: Fix character offset not advancinglat9nq1-0/+1
2023-06-05tz_manager: Fix off-by-one errorlat9nq1-4/+4
2023-06-05time: Implement missing servicesNarr the Reg7-11/+106
2023-06-05time_zone_manager: Implement go_ahead/go_backlat9nq1-1/+39
2023-06-05tz_content_manager: Try the system time zone firstlat9nq1-2/+9
2023-06-05time: Remove auto timezone considerationlat9nq3-33/+3
2023-06-05time_manager: Don't offset RTC by system time zonelat9nq1-5/+1
2023-06-05tz_content_manager: Detect system time zonelat9nq1-1/+11
2023-06-03fsp-srv: avoid patching romfs multiple timesLiam1-8/+12
2023-06-03service: account: Save user profile folder on first user creationgerman771-0/+1
2023-06-03device_memory: Use smaller virtual reservation size for compatibility with 39-bit pagingLiam1-0/+5
2023-05-31Fix incorrect id check and potential out of bounds lookupKelebek11-1/+1
2023-05-23k_memory_block_manager: remove auditing callsLiam1-6/+2
2023-05-23service: nfc: Remove encryption key requirementNarr the Reg3-21/+52
2023-05-22input_common: Implement amiibo writtingNarr the Reg1-4/+4
2023-05-15service: hid: Use span instead of vector referencegerman773-14/+14
2023-05-12time: implement ContinuousAdjustmentTimePointLiam3-2/+34
2023-05-11fs: adjust future save pathLiam1-2/+2
2023-05-11am: stub CreateCacheStorageLiam2-1/+33
2023-05-11fs: stub cache storage and fix params alignmentLiam2-5/+17
2023-05-11nvnflinger: fix Parcel serializationLiam3-39/+49
2023-05-11nvnflinger: fix producer slot fence initLiam1-0/+1
2023-05-10service: nfc: Seed all random valuesNarr the Reg2-6/+14
2023-05-10service: nfp: Allow to load with a different amiibo idgerman771-4/+13
2023-05-08core: hid: Update motion on a better placegerman771-2/+2
2023-05-06service: nfc: Merge device interfaces and create the device managerNarr the Reg25-2374/+1994
2023-04-30settings: rename extended memory layout to unsafe, move from general to systemLiam1-3/+4
2023-04-30kernel: remove general boost listsLiam7-19/+26
2023-04-30kernel: match calls to Register and UnregisterLiam8-5/+49
2023-04-26core: service: Add FunctionInfoTyped to allow expanding existing interfacesgerman771-8/+12
2023-04-24service: nfc: Create mifare interfaceNarr the Reg3-50/+58
2023-04-24service: nfc: Create interfaceNarr the Reg5-115/+104
2023-04-22Silence nifm spamKelebek11-3/+3
2023-04-22core: am: Demote TryPopFromFriendInvitationStorageChannel Log levelgerman771-1/+1
2023-04-16core: audio: return result when audio_out initialize failedFengChen1-6/+8
2023-04-15service: nfp: Implement debug InterfaceNarr the Reg6-8/+444
2023-04-15service: nfp: Implement system interfaceNarr the Reg6-17/+289
2023-04-14service: nfp: Use an unique interfaceNarr the Reg3-69/+225
2023-04-10kernel: move more memory to application in 8GB arrangementLiam1-2/+4
2023-04-08kernel: switch extended memory setting to 8GB arrangementLiam1-2/+2
2023-04-02service: hid: Fix handle validationgerman771-5/+1
2023-03-30applet: controller: Implement cancel buttongerman772-7/+14
2023-03-30service: hid: Implement SetNpadJoyAssignmentModeSingleWithDestinationgerman774-22/+56
2023-03-29service: am: Improve profile select appletNarr the Reg2-14/+140
2023-03-29kernel: fix unbounded stack usage in atomicsLiam2-39/+56
2023-03-27service: hid: Silence warning on MergeSingleJoyAsDualJoyNarr the Reg1-1/+2
2023-03-26service: nfp: Add plain amiibo supportgerman775-8/+37
2023-03-25qt: implement RequestExit for appletsLiam8-9/+9
2023-03-25applets: implement RequestExitLiam18-1/+71
2023-03-24memory: rename global memory references to application memoryLiam28-103/+129
2023-03-22kernel: use KTypedAddress for addressesLiam81-862/+967
2023-03-22nfc: Initialize device when controller is connectedNarr the Reg4-4/+30
2023-03-19kernel: fix LOG_TRACE in ipcLiam1-1/+1
2023-03-17service: nfp: Replace crc function with boost equivalentNarr the Reg2-28/+17
2023-03-16service: nfp: Close app area and recreate crcNarr the Reg1-0/+10
2023-03-16service: nfp: Convert mii colors to v3Narr the Reg6-15/+100
2023-03-15service: nfp: Actually write correct crcNarr the Reg6-23/+44
2023-03-13kernel: additional style fixes to KThread, KProcessLiam2-27/+27
2023-03-13kernel: fix clang buildLiam1-2/+2
2023-03-13kernel: remove unnecessary finalize callsLiam2-7/+1
2023-03-13kernel: convert KProcess to new styleLiam7-236/+250
2023-03-13kernel: convert KThread to new styleLiam11-560/+510
2023-03-13kernel: prefer std::addressofLiam21-134/+139
2023-03-13kernel: convert KResourceLimitLiam2-59/+59
2023-03-13kernel: remove kernel_Liam41-295/+290
2023-03-13kernel: remove gratitutous attribute usageLiam8-29/+24
2023-03-13kernel/svc: convert to new styleLiam21-304/+192
2023-03-13kernel: convert miscellaneousLiam7-94/+81
2023-03-13kernel: conver KScopedLock, KScopedResourceReservation, KSessionRequest, KSharedMemory, KSpinLockLiam9-97/+99
2023-03-13kernel: convert KAbstractSchedulerLockLiam1-31/+24
2023-03-13kernel: convert KMemoryLayout, KMemoryRegion*, KPageTableSlabHeap, KPriorityQueueLiam6-121/+121
2023-03-13kernel: move KMemoryLayout for NX boardLiam1-0/+0
2023-03-13kernel: remove KLinkedListLiam4-244/+0
2023-03-13kernel: convert KConditionVariable, KLightConditionVariable, KLightLockLiam7-75/+77
2023-03-13kernel: convert KPort, KSessionLiam27-223/+194
2023-03-13kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new styleLiam8-142/+130
2023-03-12general: fix spelling mistakesLiam14-16/+16
2023-03-10service: nfp: Improve implementationNarr the Reg5-52/+234
2023-03-08hid: Use nanosecond timestamps instead of ticksMorph2-5/+5
2023-03-08kernel: add timer pointer to KThreadQueueLiam8-15/+42
2023-03-08general: fix type inconsistenciesLiam3-5/+5
2023-03-08kernel: avoid signed overflow UB on MSVCLiam1-1/+2
2023-03-08kernel: clone fpu status on CreateThreadLiam3-1/+28
2023-03-07hle: rename legacy errors to ResultsLiam21-118/+105
2023-03-06kernel: add missing header for libc++Jan Beich1-0/+1
2023-03-05service: psc: Update namesNarr the Reg1-9/+9
2023-03-05service: ssl: Add missing properties and update namesNarr the Reg1-18/+58
2023-03-05service: usb: Update namesNarr the Reg1-35/+35
2023-03-05kernel: fix WaitSynchronizationLiam1-16/+29
2023-03-01kernel: be more careful about kernel address keysLiam5-11/+23
2023-03-01kernel: refactor priority inheritance to represent locks as C++ objectsLiam8-190/+436
2023-03-01kernel: simplify AddressSpaceInfo, update valuesLiam1-66/+13
2023-03-01kernel: barrier memory before condition variable writeLiam1-15/+15
2023-03-01kernel: document previous location of interrupt disables in arbiter/condvarLiam2-3/+9
2023-03-01kernel: adjust pool allocationsLiam2-7/+16
2023-03-01kernel: simplify KAbstractSchedulerLock::LockLiam1-5/+6
2023-03-01kernel: add InfoType::IoRegionHintLiam1-0/+1
2023-03-01nvnflinger: fix nameLiam50-311/+310
2023-03-01service: move hle_ipc from kernelLiam145-1725/+1660
2023-03-01sm:: remove unused memberLiam1-1/+0
2023-02-27service: btm: Fix handle functionsNarr the Reg1-4/+8
2023-02-25core: hidbus: Fix BusType sizeNarr the Reg2-15/+15
2023-02-25core: Update service function tables to 16.0.0+Narr the Reg13-2/+63
2023-02-24am: avoid direct pointer access of transfer memory objectsLiam1-6/+4
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam20-69/+91
2023-02-22core: hid: Fix native mouse mappingsNarr the Reg3-1/+12
2023-02-21svc: Fix type consistency (exposed on macOS)Merry13-53/+53
2023-02-21net: translate ECONNRESET network errorMonsterDruide12-0/+3
2023-02-21sm:: fix lingering session initialization issuesLiam2-2/+19
2023-02-21sm:: support service registration deferralLiam5-8/+151
2023-02-21service: refactor server architectureLiam135-1135/+1373
2023-02-17kernel: add KObjectNameLiam6-3/+263
2023-02-14service: remove deleted servicesLiam23-605/+0
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades7932-86/+85
2023-02-14apply clang-formatarades792-4/+5
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades7931-82/+82
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam27-94/+99
2023-02-13kernel: use GetCurrentProcessLiam34-128/+147
2023-02-11kernel/svc: Fix undefined info_idColin Kinloch1-2/+2
2023-02-11core: kernel: k_process: Use application system resource.bunnei3-1/+15
2023-02-11kernel: Refactor thread_local variable usageameerj1-27/+18
2023-02-10kernel: avoid usage of bit_castLiam1-2/+2
2023-02-10core: hid: Use gyro thresholds modes set by the gameNarr the Reg3-15/+12
2023-02-08service: hid: Return error if arguments of SetSupportedNpadIdType is invalidNarr the Reg4-6/+15
2023-02-07kernel/svc: switch to generated wrappersLiam43-1570/+7466
2023-02-06kernel: fix compilation with older gccLiam2-4/+5
2023-02-05kernel/svc: Split implementations into separate filesLiam39-2687/+3160
2023-02-03fsp_srv: Copy HLE Read Buffer for OutputAccessLogToSdCardameerj1-1/+1
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj53-312/+349
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite53-349/+312
2023-02-01kernel: add KDeviceAddressSpaceLiam5-0/+230
2023-02-01input_common: Implement turbo buttonsgerman771-0/+3
2023-01-30kernel: add KCapabilitiesLiam4-0/+716
2023-01-30Move to Clang Format 15Levi Behunin5-52/+47
2023-01-26kernel: unbreak min/max template deduction on Apple ClangLiam1-2/+2
2023-01-24kernel: split SetAddressKey into user and kernel variantsLiam5-11/+29
2023-01-23kernel: fix incorrect locking order in suspensionLiam3-31/+23
2023-01-22kernel: KPageTable: updateLiam6-215/+477
2023-01-20core: hid: Only set the polling mode to the correct sideNarr the Reg5-16/+43
2023-01-20input_common: Fix issue where ring and irs are enabled at the same timegerman771-3/+1
2023-01-20input_common: Implement joycon ir cameraNarr the Reg1-0/+11
2023-01-20yuzu: Add ring controller test buttongerman772-2/+4
2023-01-20core: hid: Fix input regressionsNarr the Reg2-12/+13
2023-01-20service: hid: Set led pattern and fix color detectionNarr the Reg1-0/+5
2023-01-20core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg2-4/+6
2023-01-14timing: wait for completion on unregisterLiam1-2/+4
2023-01-12nvnflinger: correct swap interval handlingLiam2-5/+5
2023-01-08Revert "Revert "k_page_group: synchronize""bunnei10-181/+321
2023-01-02service: nifm: Initialize request stategerman771-0/+1
2023-01-02service: nifm: Match documentation namesgerman771-31/+56
2022-12-29Revert "k_page_group: synchronize"gidoly10-321/+181
2022-12-29hle_ipc: Use thread_local ReadBufferameerj1-4/+14
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj33-97/+97
2022-12-29hle_ipc: Rename ReadBuffer to ReadBufferCopyameerj3-4/+6
2022-12-29bsd: Use std::span for read payloadsameerj2-26/+26
2022-12-29nvdrv: Use std::span for inputsameerj24-211/+209
2022-12-29hidbus: Use ReadBufferSpanameerj11-12/+16
2022-12-25nvflinger: Split Parcel class into InputParcel and OutputParcelameerj5-48/+53
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj29-75/+74
2022-12-25k_page_table: remove HACK_OpenPages/ClosePagesLiam3-58/+54
2022-12-25fsp_srv: Use ReadBufferSpanameerj1-17/+14
2022-12-25hle_ipc: Add ReadBufferSpan functionameerj2-0/+22
2022-12-25k_page_group: synchronizeLiam10-125/+269
2022-12-23kernel: workaround static shared memory initializationLiam3-58/+62
2022-12-22time: add LockFreeAtomicTypeLiam3-40/+65
2022-12-19kernel: remove TimeManagerLiam10-115/+33
2022-12-18kernel: add KHardwareTimerLiam5-6/+267
2022-12-18service: nfc: Silence ListDevicesgerman772-2/+2
2022-12-16hle_ipc: Refactor ReadBuffer to set buffer size upon initializationameerj1-8/+6
2022-12-16hle_ipc: Reserve vectors before populatingameerj1-0/+8
2022-12-15kernel: svc: Fix duplicated InfoType enumNarr the Reg1-90/+47
2022-12-15kernel: process: Implement GetFreeThreadCountNarr the Reg3-1/+28
2022-12-14Revert "hle: service: audio: Use default service thread."bunnei3-12/+18
2022-12-14Set: Allow setting device nicknameChloe Marcec4-2/+19
2022-12-09Remove the lock entirely as per PR discussionSalvage1-3/+0
2022-12-06general: improve handling of system startup failureLiam1-5/+9
2022-12-05kernel/k_shared_memory: Ensure device_memory is always initializedLioncash1-1/+1
2022-12-05kernel/k_memory_block: Ensure members are always initializedLioncash2-22/+20
2022-12-05kernel/physical_core: Ensure is_interrupted is always initializedLioncash1-1/+1
2022-12-05kernel/thread: Ensure stack_top and argument are always initializedLioncash1-2/+2
2022-12-05kernel/kernel: Ensure shutdown threads are always initializedLioncash1-1/+1
2022-12-04service_thread: fix uninitialized memory usageLiam1-7/+7
2022-12-02service: nfc: Implement mifare serviceNarr the Reg8-36/+598
2022-11-29service: nifm: Update stubs for Submit/GetRequestState/GetResultMorph1-7/+34
2022-11-29producer_listener: Add virtual destructor to IProducerListenerLioncash1-0/+1
2022-11-29buffer_item_consumer: Pass fence by const-ref in ReleaseBuffer()Lioncash3-4/+3
2022-11-29buffer_queue_consumer: std::move std::shared_ptr in Connect()Lioncash1-1/+1
2022-11-29consumer_base: Pass shared_ptr by const referenceLioncash2-6/+6
2022-11-29consumer_base: Remove redundant virtualLioncash1-5/+5
2022-11-28syncpoint_manager: Mark IsSyncpointAllocated() as constLioncash2-3/+3
2022-11-28syncpoint_manager: Reduce number of bounds checksLioncash1-14/+28
2022-11-28nvdrv: Simplify builder declarationsLioncash1-26/+18
2022-11-23service: Make use of buffer element count helpersLioncash12-47/+41
2022-11-23hle_ipc: Add helper functions for getting number of buffer elementsLioncash1-0/+12
2022-11-23hle_ipc: Mark relevant member functions as [[nodiscard]]Lioncash1-25/+25
2022-11-23general: fix compile for Apple ClangLiam10-10/+14
2022-11-22k_handle_table: Remove cast to void* in GetObjectForIpcLioncash2-15/+18
2022-11-19service: nfc: Implement nfc userNarr the Reg11-84/+718
2022-11-19service: hid: Only overclock npad controllersgerman772-6/+30
2022-11-15nvnflinger: fix lost wakeupLiam4-12/+16
2022-11-15core: Update result moduleNarr the Reg1-1/+75
2022-11-14Add break for default casesKyle Kienapfel9-6/+14
2022-11-14general: Address review commentsgerman773-14/+17
2022-11-13service: am: Fix cabinet applet resultgerman772-10/+22
2022-11-13service: am: Implement cabinet applet backendgerman775-7/+300
2022-11-13service: nfc: fix tagprotocol and implement GetApplicationAreaIdgerman774-8/+43
2022-11-12kernel: implement FlushProcessDataCacheLiam2-8/+26
2022-11-12hle: service: audio: Use default service thread.bunnei3-18/+12
2022-11-11gdbstub: add ams monitor commandsLiam1-0/+3
2022-11-10service_thread: remove explicit KProcessLiam2-29/+13
2022-11-10kernel/svc_types: refreshLiam19-137/+563
2022-11-09Initial ARM64 supportLiam1-2/+2
2022-11-09Ensure correctness of atomic store orderingLiam2-3/+9
2022-11-07service_thread: fix deletionLiam4-39/+33
2022-11-05core: hle: kernel: Address review comments.Liam2-2/+2
2022-11-04service_thread: register service threads to the logical owner processLiam5-20/+39
2022-11-04kernel: avoid racy behavior in global suspensionLiam1-5/+17
2022-11-04core: hle: kernel: k_page_table: Remove unnecessary casts.bunnei1-17/+8
2022-11-04core: hle: kernel: k_page_table: Manually open/close pages for IPC methods.bunnei1-0/+18
2022-11-04core: hle: kernel: k_page_table: Implement IPC memory methods.bunnei3-3/+910
2022-11-04core: hle: kernel: k_memory_manager: Refresh.bunnei4-369/+460
2022-11-04core: hle: kernel: Integrate system KSystemResource.bunnei7-69/+209
2022-11-04core: hle: kernel: k_dynamic_page_manager: Refresh.bunnei1-17/+50
2022-11-04core: hle: kernel: Add KSystemResource.bunnei4-1/+171
2022-11-04core: hle: kernel: k_handle_table: Refresh.bunnei2-54/+87
2022-11-04core: hle: kernel: k_memory_layout: Refresh.bunnei3-12/+23
2022-11-04core: hle: kernel: k_memory_region_type: Refresh.bunnei1-49/+74
2022-11-04core: hle: kernel: slab_helpers: Add KAutoObjectWithSlabHeap.bunnei1-0/+78
2022-11-04core: hle: kernel: k_dynamic_resource_manager: Add KBlockInfoManager, KBlockInfoSlabHeap.bunnei1-0/+3
2022-11-04core: hle: kernel: k_page_bitmap: Refresh.bunnei1-88/+155
2022-11-04core: hle: kernel: k_memory_block: Refresh.bunnei2-48/+66
2022-11-04core: hle: kernel: k_page_heap: Refresh.bunnei2-17/+108
2022-11-04core: hle: kernel: k_page_group: Add KPageBufferSlabHeap.bunnei1-0/+86
2022-11-04core: hle: kernel: k_system_control: Add SecureAppletMemorySize.bunnei1-0/+4
2022-11-04core: hle: kernel: k_page_buffer: Add KPageBufferSlabHeap.bunnei1-3/+11
2022-11-04core: hle: kernel: Add KPageTableManager.bunnei1-0/+55
2022-11-04core: hle: kernel: Add KPageTableSlabHeap.bunnei1-0/+93
2022-11-04core: hle: kernel: Add KEventInfo.bunnei3-1/+101
2022-11-04core: hle: kernel: Add KDebug.bunnei1-0/+20
2022-11-04core: hle: result: Fix code for compilers.bunnei1-6/+7
2022-11-03core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext.bunnei5-23/+42
2022-10-31sm:: avoid excessive port recreationLiam3-18/+24
2022-10-31kernel: fix single core for service threadsLiam1-1/+2
2022-10-31kernel: fix port trackingLiam5-49/+4
2022-10-31k_server_session: add SendReplyHLELiam3-5/+6
2022-10-31service_thread: convert to map for session managementLiam1-23/+21
2022-10-31kernel: invert session request handling flowLiam22-279/+421
2022-10-31kernel: more complete fix for KPort reference countingLiam2-13/+27
2022-10-30k_thread: fix single coreLiam1-2/+4
2022-10-30service: am: Stub SetRecordVolumeMutedgerman772-1/+13
2022-10-30k_server_session: fix crashesLiam2-2/+1
2022-10-27nvnflinger: release queued handles immediately on disconnectionLiam4-6/+17
2022-10-27vi: implement CloseDisplayLiam4-4/+28
2022-10-26audio_in/out_system: Pass Initialize members by value where applicableLioncash2-2/+2
2022-10-26concepts: Use the std::contiguous_iterator conceptMorph1-1/+1
2022-10-25kernel: refactor dummy thread wakeupsLiam5-26/+76
2022-10-24nvdrv: fix container destruction orderLiam2-4/+4
2022-10-23core: barrier service thread shutdownLiam5-7/+25
2022-10-22ipc_helpers: Ignore GCC compiler warnings only on GCCMorph1-2/+2
2022-10-22general: Enforce C4800 everywhere except in video_coreMorph3-13/+13
2022-10-22service: nfp: Allow amiibos without keysNarr the Reg3-1/+18
2022-10-22service: nfp: remove unnecessary includeNarr the Reg5-11/+7
2022-10-21k_session_request: Add missing override specifierLioncash1-1/+1
2022-10-21k_session_request: Turn C-style array into std::arrayLioncash1-1/+3
2022-10-21k_session_request: Simplify constructor initializationLioncash1-14/+11
2022-10-21input_common: cache vibration testsgerman771-2/+2
2022-10-21hid/npad: Fix copy size in GetSupportedNpadIdTypesLioncash1-2/+3
2022-10-19kernel: remove most SessionRequestManager handling from KServerSessionLiam6-138/+119
2022-10-19kernel: add KSessionRequestLiam12-62/+487
2022-10-19core: hle: kernel: Migrate ProcessState to enum class.bunnei2-17/+17
2022-10-19Update audio_core for firmware 15.0.0Kelebek12-0/+42
2022-10-19core: hle: kernel: Use result macros for new/changed code.bunnei9-128/+110
2022-10-19core: hle: kernel: Fix InitializePreemption order.bunnei1-1/+1
2022-10-19core: hle: kernel: k_process: Improve management of page table & cleanup.bunnei7-60/+92
2022-10-19core: hle: kernel: k_interrupt_manager: HandleInterrupt should not depend on current process.bunnei1-12/+9
2022-10-19core: hle: kernel: Remove junk.bunnei1-9/+0
2022-10-19core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup.bunnei3-545/+624
2022-10-19core: hle: kernel: Integration application memory block slab manager.bunnei3-3/+44
2022-10-19core: hle: kernel: k_page_table: Update, and integrate with new KMemoryBlockManager/SlabManager.bunnei2-251/+393
2022-10-19core: hle: kernel: k_memory_block: Update.bunnei2-119/+391
2022-10-19core: hle: kernel: k_memory_block_manager: Update.bunnei2-174/+380
2022-10-19core: hle: kernel: k_thread: Implement thread termination DPC.bunnei4-1/+91
2022-10-19core: hle: kernel: Add KDynamicResourceManager.bunnei1-0/+58
2022-10-19core: hle: kernel: Add KDynamicSlabHeap.bunnei1-0/+122
2022-10-19core: hle: kernel: Add KDynamicPageManager.bunnei1-0/+136
2022-10-19core: hle: kernel: k_process: Change Status -> State.bunnei3-37/+27
2022-10-19core: hle: kernel: svc_types: Add SystemThreadPriorityHighest and ProcessState.bunnei1-0/+13
2022-10-19core: device_memory: Templatize GetPointer(..).bunnei7-12/+12
2022-10-19core: hle: result: Add GetInnerValue and Includes methods.bunnei1-0/+8
2022-10-19core: hle: kernel: svc_common: Add WaitInfinite & cleanup.bunnei1-2/+5
2022-10-17kernel: fix slab heap ABALiam1-10/+17
2022-10-17video_core: Implement memory manager page kindFengChen1-4/+8
2022-10-17general: Add missing pragma onceMorph1-0/+2
2022-10-16general: Fix spelling of "unknown"Morph2-3/+3
2022-10-13result: enforce reference check specializationLiam1-4/+3
2022-10-13kernel: remove KWritableEventLiam33-222/+143
2022-10-12k_server_session: preliminary support for userspace server sessionsLiam8-49/+345
2022-10-12Add implementation of svcCreateSessionLiam2-1/+103
2022-10-12general: preliminary support for hblLiam6-6/+124
2022-10-08kernel: add expanded result macrosLiam1-6/+114
2022-10-08fsp_srv: stub GetCacheStorageSizeLiam2-1/+14
2022-10-08IFriendService: stub CheckFriendListAvailabilityLiam1-1/+12
2022-10-07nfp_types: silence -Wtype-limitsLiam1-1/+1
2022-10-06General: address feedbackFernando Sahmkow18-128/+131
2022-10-06general: rework usages of UNREACHABLE macroLiam2-12/+12
2022-10-06nvdisp: End system frame after requesting to swap buffersMorph1-1/+1
2022-10-06address_space: Address feedbackMorph1-4/+4
2022-10-06general: Format licenses as per SPDX guidelinesMorph14-56/+42
2022-10-06NvHostChannels: improve hack for supporting multiple channels.Fernando Sahmkow2-2/+11
2022-10-06Address Feedback from bylaws.Fernando Sahmkow2-6/+2
2022-10-06Nvflinger: correct duplication.Fernando Sahmkow4-5/+5
2022-10-06Core: Fix get nvmap object random crashVonChenPlus12-35/+66
2022-10-06NvDec: Fix regressions.Fernando Sahmkow6-5/+31
2022-10-06General: Fix compilation for GCCLiam White9-23/+39
2022-10-06NVDRV: Further improvements.Fernando Sahmkow13-127/+256
2022-10-06VideoCore: Refactor fencing system.Fernando Sahmkow3-15/+8
2022-10-06MemoryManager: initial multi paging system implementation.Fernando Sahmkow3-20/+36
2022-10-06NVDRV: Further refactors and eliminate old code.Fernando Sahmkow7-61/+8
2022-10-06NVDRV: Refactor Host1xFernando Sahmkow8-64/+62
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow5-12/+32
2022-10-06Texture cache: Fix the remaining issues with memory mnagement and unmapping.Fernando Sahmkow1-0/+3
2022-10-06VideoCore: Extra Fixes.Fernando Sahmkow1-1/+3
2022-10-06NVDRV: Remake ASGPUFernando Sahmkow2-235/+388
2022-10-06NVDRV: Update copyright notices.Fernando Sahmkow4-7/+13
2022-10-06NvHostCtrl: Fix merge of nvflinger.Fernando Sahmkow1-1/+2
2022-10-06NVHOST_CTRl: Implement missing method and fix some stuffs.Fernando Sahmkow2-6/+29
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow6-30/+65
2022-10-06NVASGPU: Fix Remap.Fernando Sahmkow1-0/+8
2022-10-06NVDRV: Fix clearing when destroying.Fernando Sahmkow3-14/+9
2022-10-06NVMAP: Fix the Free return parameters.Fernando Sahmkow3-15/+18
2022-10-06NVDRV: Fix Open/Close and make sure each device is correctly created.Fernando Sahmkow14-199/+291
2022-10-06NVDRV: Implement new NvMapFernando Sahmkow18-277/+307
2022-10-06NVDRV: Refactor and add new NvMap.Fernando Sahmkow18-38/+544
2022-10-06NVDRV: Cleanup.Fernando Sahmkow4-32/+40
2022-10-06NVDRV: Implement QueryEvent.Fernando Sahmkow10-40/+133
2022-10-06NvHost: Remake Ctrl Implementation.Fernando Sahmkow6-169/+311
2022-10-06NvHost: Try a different approach to blocking.Fernando Sahmkow2-10/+7
2022-10-06NvHost: Fix some regressions and correct signaling on timeout.Fernando Sahmkow1-25/+19
2022-10-04service: nfp: Fix errors to pass unit testingNarr the Reg5-40/+108
2022-10-04common: remove "yuzu:" prefix from thread namesLiam4-4/+4
2022-10-02service: mii: Copy only valid name bytesgerman771-3/+18
2022-10-02service: nfp: Implement mount target and open application area errors, minor fixesNarr the Reg5-19/+124
2022-10-02nfp: Multiple fixes against HWgerman779-62/+163
2022-10-02service: nfp: address commentsgerman773-19/+21
2022-10-02service: nfp: Rewrite and implement applet callsgerman7712-1262/+1538
2022-09-26service: vi: Retrieve vsync event once per displayMorph5-14/+42
2022-09-26service: vi: Move VI results into its own fileMorph2-16/+25
2022-09-25service: hid: Partially implement palma controllerNarr the Reg6-33/+840
2022-09-23chore: fix some typosAndrea Pappacoda2-3/+3
2022-09-21yuzu: Silence some clang warningsNarr the Reg1-1/+2
2022-09-20Address some review commentsFearlessTobi4-48/+34
2022-09-16core: implement HwOpus GetWorkBufferSizeForMultiStreamExFengChen2-1/+38
2022-09-15audio_device: Mark member functions as const where applicableLioncash1-2/+2
2022-09-15audio_device: Make AudioDeviceName constructor constexprLioncash1-2/+1
2022-09-10yuzu: Multiple room UI improvementsgerman771-1/+2
2022-09-09ldn: Initial implementationFearlessTobi4-116/+940
2022-09-07core: nfp: Remove magic numbersgerman773-105/+103
2022-09-07core: nfp: Workaround for lack of multiple nfp interfacesgerman771-1/+3
2022-09-07core: nfp: Correct date and amiibo nameNarr the Reg4-18/+36
2022-09-07core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixesNarr the Reg10-257/+356
2022-09-07core: nfp: Implement amiibo encryptiongerman775-256/+1223
2022-09-04Don't stall with nvdecKelebek11-1/+6
2022-09-03core: ns: Implement pl:s serviceNarr the Reg4-23/+24
2022-09-02Rework audio output, connecting AudioOut into coretiming to fix desync during heavy loads.Kelebek11-0/+2
2022-09-02Address review commentsFearlessTobi1-13/+6
2022-09-01Demote services from warning/info to debug to reduce log spam:Kelebek15-16/+16
2022-08-27core/ldn_types: Minor corrections and additionsFearlessTobi1-1/+16
2022-08-27core/bsd: Correctly unbind methods in destructorFearlessTobi1-1/+5
2022-08-27core/acc: Make CheckAvailability use LOG_DEBUGFearlessTobi1-1/+1
2022-08-24Implement AudRenU:RequestUpdateAuto, and use C descriptors when B reports as empty.Kelebek11-6/+21
2022-08-23core:filesystem: speed up IDirectory servicevonchenplus1-1/+2
2022-08-22hid: core: Add missing function table namesgerman771-0/+6
2022-08-20core: implement clkrst servicevonchenplus2-0/+184
2022-08-15core, yuzu: Address first part of review commentsFearlessTobi1-0/+1
2022-08-15core, network: Add ability to proxy socket packetsFearlessTobi6-172/+257
2022-08-12core: ldn: Address review comments part 2german772-334/+297
2022-08-08hid: core: Properly emulate controller color and battery levelNarr the Reg1-15/+62
2022-08-08core: ldn: Address review commentsNarr the Reg4-56/+46
2022-08-07ldn: Add better stubs and more data typesFearlessTobi5-71/+771
2022-08-02Rework multi-core vsyncKelebek12-17/+30
2022-07-31Properly write out the command buffer when serving close requestNikita Strygin1-2/+5
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda9-27/+18
2022-07-25yuzu: Add ui files for multiplayer roomsFearlessTobi5-7/+7
2022-07-25Address commentsNarr the Reg1-16/+16
2022-07-25kernel: unlayer CPU interrupt handlingLiam4-61/+34
2022-07-24fix compiler errorsgerman772-12/+14
2022-07-24service: irs: Implement clustering processorgerman774-6/+318
2022-07-24applet/swkbd: Implement optional symbol keysMorph1-0/+6
2022-07-24yuzu: Add webcam support and rebase to latest masterNarr the Reg3-4/+4
2022-07-24service: irs: Move to IRS namespace and minor fixesgerman7718-69/+66
2022-07-24service: irs: Split processors and implement ImageTransferProcessorgerman7717-291/+1077
2022-07-22Project AndioKelebek114-760/+838
2022-07-18implement resume messageGus Caplan2-0/+5
2022-07-17hle: service: nvflinger: Fix implicit conversion.bunnei1-1/+4
2022-07-17yuzu: settings: Remove framerate cap and merge unlocked framerate setting.bunnei1-8/+10
2022-07-17hle: service: nvflinger: Factor speed limit into frame time calculation.bunnei1-1/+8
2022-07-16Enable the use of MSG_DONTWAIT flag on RecvImplLink45651-1/+19
2022-07-15KCodeMemory: Mark virtual methods as overrideMerry1-3/+3
2022-07-15nvflinger: Polymorphic destructor requried for abstract class IBinderMerry1-0/+1
2022-07-15kernel: Ensure all uses of disable_count are balancedLiam3-10/+21
2022-07-15kernel: be more careful about initialization path for HLE threadsLiam2-1/+8
2022-07-15kernel: fix single-core preemption pointsLiam4-11/+14
2022-07-15kernel: fix issues with single core modeLiam7-131/+120
2022-07-15kernel: use KScheduler from mesosphereLiam9-497/+490
2022-07-14service: fatal: Add function tablegerman771-1/+7
2022-07-14service: btdrv,bcat,btm: Update service tables to 14.0.0german773-4/+13
2022-07-14service am: Update service tables to 14.0.0german771-0/+3
2022-07-14service: ac: Replace intances of ProfileData with UserDatagerman773-24/+22
2022-07-10PRKelebek14-10/+8
2022-07-10Rework CoreTimingKelebek15-58/+43
2022-07-10kernel: fix usage of waiter_list in FinalizeLiam1-3/+9
2022-07-02common/fiber: make fibers easier to useLiam4-19/+7
2022-06-30cpu_manager: properly check idle on return from preemptionLiam1-0/+5
2022-06-29service: nifm: Stub GetInternetConnectionStatusgerman771-1/+41
2022-06-29service: ptm: Rewrite PSM and add TSgerman777-82/+177
2022-06-29input_common: sdl: lower vibration frequency and use it's own unique threadgerman771-2/+2
2022-06-29service: hid: Correct some mistakes and add more validationsNarr the Reg4-40/+75
2022-06-27core: kernel: Replace instances of KPageLinkedList with KPageGroupgerman7710-63/+62
2022-06-27core: Replace all instances of ResultCode with Resultgerman77128-1130/+1091
2022-06-26Re-add missing `case` and braces, and trim whitespacecomex1-1/+3
2022-06-26Update src/core/hle/kernel/svc.cppcomex1-6/+14
2022-06-26Support InfoType_MesosphereCurrentProcesscomex1-0/+14
2022-06-25kernel: clean up waiting implementationLiam2-4/+5
2022-06-23kernel: make current thread pointer thread localLiam11-42/+60
2022-06-22KPageTable: Remove extraneous assertMorph1-1/+0
2022-06-20service: am: Stub PerformSystemButtonPressingIfInFocusNarr the Reg2-1/+24
2022-06-18kernel: wait for threads to stop on pauseLiam3-0/+22
2022-06-16Implement ExitProcess svcNikita Strygin1-1/+2
2022-06-16core/debugger: memory breakpoint supportLiam3-0/+77
2022-06-16kernel: fix some uses of disable_countLiam4-14/+7
2022-06-15kernel: notify debugger on break SVCLiam1-0/+7
2022-06-15core: centralize profile scope for DynarmicLiam1-3/+0
2022-06-14kernel: implement KProcess suspensionLiam7-39/+110
2022-06-14kernel: fix passthrough of local captures in lambdaLiam1-1/+3
2022-06-14kernel: ensure class token lambda exit is unreachableLiam1-0/+1
2022-06-14kernel: fix inconsistency in AutoObjectTraits macro definitionsLiam1-4/+7
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam28-50/+46
2022-06-10service: hid: Fix gesture regressionNarr the Reg2-4/+3
2022-06-09kernel: fix KCodeMemory initializationLiam3-26/+118
2022-06-09CpuManager: simplify pausingLiam1-3/+1
2022-06-06hle: service: nvflinger: buffer_queue_consumer: Always free released buffers.bunnei3-31/+3
2022-06-05common: consolidate ELF structure definitionsLiam1-24/+8
2022-06-02core/debugger: Support reading guest thread namesLiam2-0/+14
2022-06-01core/debugger: Improved stepping mechanism and misc fixesLiam1-0/+15
2022-06-01core/debugger: Implement new GDB stub debuggerLiam1-0/+4
2022-05-31service: hid: Improve stub of IRSNarr the Reg2-21/+460
2022-05-27service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssignedgerman774-6/+115
2022-05-27service: hid: Implement LoadSixAxisSensorCalibrationParameter and GetSixAxisSensorIcInformationgerman774-3/+103
2022-05-27service: hid: Implement EnableSixAxisSensorUnalteredPassthrough and IsSixAxisSensorUnalteredPassthroughEnabledgerman774-2/+88
2022-05-27service: hid: Add error handling to sixaxis functionsgerman773-31/+55
2022-05-27service: hid: Refractor sixaxis functionsgerman772-185/+88
2022-05-27service: hid: Implement MergeSingleJoyAsDualJoy according to REgerman774-65/+57
2022-05-27service: hid: Add error handling to setNpadAssignment and variantsgerman773-23/+27
2022-05-27service: hid: Quick RE fixes and commentsgerman774-54/+68
2022-05-23input_common: touch: Rewrite touch driver to support multiple touch pointsgerman771-1/+5
2022-05-13time_zone_manager: Use s8 for month length tablesMorph1-4/+3
2022-05-09service: notifa: Implement most part of this servicegerman772-8/+172
2022-05-06service: hid: Fix motion refresh rateNarr the Reg2-2/+6
2022-05-06service: hid: Disable correctly motion inputgerman771-50/+41
2022-05-03hle/result: Update std::expected replacement messageMorph1-1/+1
2022-05-03hle/result: Add ResultRange overload in ResultValMorph1-1/+3
2022-05-03hle/result: Implement ResultRangeMorph1-0/+42
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda1-19/+2
2022-04-27service: hid: Stub IsFirmwareUpdateNeededForNotificationgerman772-1/+21
2022-04-25service: jit: document and clean upLiam3-132/+225
2022-04-24kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFFMorph1-1/+1
2022-04-24service: hid: Ensure all structs are initializedNarr the Reg15-68/+69
2022-04-23service: hid: Access shared memory directlyNarr the Reg21-305/+347
2022-04-23general: Convert source file copyright comments over to SPDXMorph527-1581/+1065
2022-04-18service: hid: Improve accuracy of sixaxis functionsNarr the Reg5-97/+360
2022-04-16yuzu: Add custom ringcon configurationgerman775-64/+54
2022-04-16hidbus: Implement hidbus and ringcongerman7713-26/+1669
2022-04-13service: jit: Implement the JIT serviceLiam4-9/+782
2022-04-12core: hle: kernel: k_thread: Rework dummy thread waiting.bunnei2-28/+21
2022-04-12core: hle: service: Allocate a service thread.bunnei1-1/+2
2022-04-12hle: kernel: k_spin_lock: Remove unused ThreadPause.bunnei1-28/+0
2022-04-12hle: kernel: Use std::mutex instead of spin locks for most kernel locking.bunnei8-27/+17
2022-04-12service: sfdnsres: add missing includes for some BSDs after 82d46a974ad4Jan Beich1-0/+4
2022-04-09hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemory (fixes #8174)tech-ticks4-15/+34
2022-04-08hle: kernel: Unify and integrate reference tracking for KServerPort/KServerSession.bunnei6-13/+46
2022-04-08hle: kernel: k_server_port: Release ref-counted host emulation members on Destroy.bunnei1-0/+3
2022-04-08hle: kernel: k_auto_object: Move unregister with kernel to after Destroy.bunnei1-3/+2
2022-04-08hle: service: sm: Remove manual tracking of KServerPorts.bunnei2-8/+1
2022-04-08hle: kernel: hle_ipc: HasSessionRequestHandler: Check if domain handler is expired rather than locking.bunnei1-1/+1
2022-04-08service: sfdnsres: Implement DNS address resolutiontech-ticks2-5/+197
2022-04-07service: bsd: Add keepalive socket optiontech-ticks2-0/+4
2022-04-07core/hle: Standardize scoped_lock initializersMerry5-23/+23
2022-04-07core/hle: Replace lock_guard with scoped_lockMerry4-13/+13
2022-04-07fix: remove #pragma once in .cpp fileAndrea Pappacoda1-2/+0
2022-04-07service: jit: stub JIT serviceLiam5-1/+84
2022-04-06service: hid: Partially revert #8123german771-0/+4
2022-04-06k_system_control: Fix data racelat9nq1-3/+3
2022-04-04k_auto_object: Fix data racelat9nq1-1/+1
2022-04-04k_thread: Fix data racelat9nq2-3/+4
2022-04-04k_process: Fix data racelat9nq1-1/+1
2022-04-04kernel: Fix current_process racelat9nq1-4/+4
2022-04-04k_scheduler_lock: Fix data racelat9nq1-1/+2
2022-04-03dynarmic: Better interruptsmerry1-0/+1
2022-04-03service: npad: Default initialize shared memorygerman771-48/+48
2022-04-02fix: typosAndrea Pappacoda2-7/+7
2022-04-02hle: service: nvflinger: buffer_queue_producer: Cleanup & fixes.bunnei2-61/+42
2022-04-02hle: service: nvflinger: consumer_base: Cleanup & fixes.bunnei2-15/+17
2022-04-02hle: service: nvflinger: buffer_queue_producer: Cleanup & add GetReleasedBuffers.bunnei2-10/+38
2022-04-02hle: service: nvflinger: buffer_queue_core: Cleanup & fixes.bunnei2-3/+0
2022-04-02hle: service: nvflinger: Use correct logger namespace.bunnei1-2/+2
2022-04-02hle: service: nvdrv: Create a service thread where appropriate.Morph1-1/+1
2022-04-02hle: service: vi: Create a service thread where appropriate.bunnei1-1/+2
2022-04-02hle: service: bsd: Create a service thread where appropriate.bunnei1-1/+2
2022-04-02hle: service: filesystem: Create a service thread where appropriate.bunnei1-5/+8
2022-04-02hle: service: audio: Create a service thread where appropriate.bunnei2-4/+6
2022-04-02hle: service: Add option for service interfaces to create or use the default thread.bunnei5-11/+29
2022-04-02hle: kernel: Create a default thread for services that do not need their own host thread.bunnei2-4/+26
2022-04-02applets/web: Keep foreground (websession) web applet openMorph1-0/+8
2022-03-31service: hid: Remove inaccurate behavior on initializationgerman773-18/+21
2022-03-31service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandleNarr the Reg1-0/+4
2022-03-29nvhost_ctrl: Only mark EventState::Busy as BadParameterameerj1-1/+1
2022-03-26hle: kernel: k_page_table: Fix implementations of LockForCodeMemory & UnlockForCodeMemory.bunnei1-48/+12
2022-03-26hle: kernel: k_page_table: Implement LockMemoryAndOpen & UnlockMemory.bunnei2-0/+124
2022-03-26hle: kernel: svc: MapProcessMemory: Fix usage of KPageLinkedList to use physical address space.bunnei1-2/+5
2022-03-26hle: kernel: svc: CreateCodeMemory: Remove log of 'out' host pointer.bunnei1-2/+2
2022-03-26hle: kernel: k_code_memory: Fix usage of KPageLinkedList to use physical address space.bunnei1-1/+2
2022-03-26hle: kernel: k_page_table: Implement MakeAndOpenPageGroup & MakePageGroup.bunnei2-0/+83
2022-03-26hle: kernel: k_page_table: Add IsHeapPhysicalAddress method.bunnei1-0/+8
2022-03-26hle: kernel: k_page_linked_list: Add Empty method.bunnei1-0/+4
2022-03-26hle: kernel: svc: UnmapProcessCodeMemory: Fix inverted alignment check.bunnei1-1/+1
2022-03-26hle: service: nvflinger: buffer_queue: Remove AutoLock and fix free buffer tracking.bunnei5-181/+130
2022-03-26hle: service: nvflinger: buffer_queue_consumer: Use scoped_lock instead of unique_lock.bunnei1-2/+2
2022-03-26hle: service: nvflinger: consumer_base: Use scoped_lock instead of unique_lock.bunnei1-4/+4
2022-03-26hle: service: nvflinger: Remove unused BufferQueue.bunnei2-360/+0
2022-03-25hle: nvflinger: ConsumerBase: Mark ctor as explicit.bunnei1-1/+1
2022-03-25hle: vi: NativeWindow: Fix trivially copyable issues.bunnei1-4/+4
2022-03-25hle: nvdrv: nvdata: buffer_queue_producer: Minor cleanup.bunnei1-11/+11
2022-03-25hle: nvdrv: nvdata: Cleanup NvFence static assert.bunnei1-1/+1
2022-03-25hle: nvflinger: Remove unused unordered_map include.bunnei1-1/+0
2022-03-25hle: nvflinger: buffer_queue_consumer: AcquireBuffer: Fix typo.bunnei1-1/+1
2022-03-25hle: nvflinger: Merge Rect with Common::Rectangle.bunnei4-84/+9
2022-03-25hle: nvflinger: buffer_queue_core: Declare default dtor.bunnei2-0/+3
2022-03-25hle: nvflinger: buffer_queue_producer: DequeueBuffer: Remove unnecessary lock.bunnei1-3/+1
2022-03-25hle: nvflinger: consumer_base: StillTracking: Should be const.bunnei2-2/+3
2022-03-25hle: nvflinger: graphic_buffer_producer: Remove unnecessary pragma pack.bunnei1-2/+0
2022-03-25hle: nvflinger: parcel: Reserve token size.bunnei1-1/+2
2022-03-25hle: nvflinger: buffer_queue_core: StillTracking: Take const reference.bunnei4-7/+7
2022-03-25hle: nvflinger: buffer_queue_core: Cleanup locking.bunnei1-2/+2
2022-03-25hle: nvflinger: Use std::chrono for present_ns.bunnei7-25/+30
2022-03-25hle: nvflinger: Migrate android namespace -> Service::android.bunnei29-61/+58
2022-03-25hle: nvflinger: BufferQueueProducer: Handle SetPreallocatedBuffer with empty buffer.bunnei1-7/+10
2022-03-25hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.bunnei16-723/+285
2022-03-25hle: nvflinger: Add implementation for HosBinderDriverServer service.bunnei2-0/+73
2022-03-25hle: nvflinger: Add implementation for BufferQueueProducer class.bunnei2-0/+1019
2022-03-25hle: nvflinger: Add implementation for BufferQueueCore class.bunnei2-0/+233
2022-03-25hle: nvflinger: Add implementation for BufferQueueConsumer class.bunnei2-0/+261
2022-03-25hle: nvflinger: Add implementation for QueueBufferInput and QueueBufferOutput structs.bunnei2-0/+98
2022-03-25hle: nvflinger: Add implementation for BufferItemConsumer class.bunnei2-0/+85
2022-03-25hle: nvflinger: Add implementation for ConsumerBase class.bunnei2-0/+188
2022-03-25hle: nvflinger: Add implementation for BufferSlot class.bunnei1-0/+39
2022-03-25hle: nvflinger: Add implementation for BufferItem class.bunnei1-0/+46
2022-03-25hle: nvflinger: Move implementation for Parcel to its own header.bunnei1-0/+171
2022-03-25hle: nvflinger: Add android buffer queue definitions to its own header.bunnei1-0/+21
2022-03-25hle: nvflinger: Add IBinder interface.bunnei1-0/+42
2022-03-25hle: nvflinger: Add IConsumerListener interface.bunnei1-0/+26
2022-03-25hle: nvflinger: Add ProducerListener interface.bunnei1-0/+16
2022-03-25hle: nvflinger: Add android window enumerations to its own header.bunnei1-0/+53
2022-03-25hle: nvflinger: Add android Status flags to its own header.bunnei1-0/+28
2022-03-25hle: nvflinger: Move BufferTransformFlags to its own header.bunnei2-1/+26
2022-03-25hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts.bunnei4-17/+13
2022-03-25hle: nvflinger: Move PixelFormat to its own header.bunnei4-10/+30
2022-03-25hle: nvflinger: Add implementation for GraphicBuffer class.bunnei1-0/+100
2022-03-25hle: nvflinger: Add implementation for Fence class.bunnei1-0/+32
2022-03-25hle: nvflinger: Add implementation for Rect class.bunnei1-0/+75
2022-03-22applets/swkbd: Split software keyboard initializationMorph2-160/+349
2022-03-22applets/swkbd: Add new inline software keyboard typesMorph1-6/+66
2022-03-22applets/mii: Remove unused includeMorph1-1/+0
2022-03-22applets/mii: Cleanup MiiEdit applet implementationMorph2-44/+85
2022-03-22applets/mii: Cleanup MiiEdit applet typesMorph1-23/+44
2022-03-22applets/mii: Move MiiEdit applet types into its own fileMorph3-54/+69
2022-03-22service: Move mii enums and structs into its own fileMorph6-307/+311
2022-03-22applets: Rename Mii to MiiEditMorph4-34/+35
2022-03-19common: Reduce unused includesameerj3-0/+4
2022-03-19core: Reduce unused includesameerj30-45/+4
2022-03-18general: Reduce core.h includesameerj3-7/+22
2022-03-18KHandleTable: Optimize table entry layoutMorph2-30/+12
2022-03-15bsd: Allow inexact match for address length in AcceptImplValeri1-2/+2
2022-03-15core: hle: kernel: init_slab_setup: Move CalculateSlabHeapGapSize to global namespace.bunnei1-6/+6
2022-03-15core: hle: kernel: Allocate dummy threads on host thread storage.bunnei2-8/+6
2022-03-15core: hle: kernel: Downgrade dangling objects warning to debug.bunnei1-2/+2
2022-03-15core: hle: kernel: Make object list container global and ensure it is reset on each emulation session.bunnei1-7/+9
2022-03-15core: hle: kernel: Remove server session tracking.bunnei4-37/+1
2022-03-15core: hle: kernel: k_process: Remove handle table finalize, reset page table.bunnei1-3/+3
2022-03-15core: hle: kernel: k_process: Implement thread local storage accurately.bunnei3-111/+99
2022-03-15core: hle: kernel: k_page_table: Add implementations of MapPages, UnmapPages, and FindFreeArea for TLS.bunnei2-2/+141
2022-03-15core: hle: kernel: k_slab_heap: Refresh to use guest allocations.bunnei2-125/+107
2022-03-15core: hle: kernel: Update init_slab_heap, use device memory, and add KThreadLocalPage and KPageBuffer.bunnei4-55/+92
2022-03-15core: hle: kernel: k_page_buffer: Add KThreadLocalPage primitive.bunnei2-0/+177
2022-03-15core: hle: kernel: k_page_buffer: Add KPageBuffer primitive.bunnei1-0/+34
2022-03-15core: hle: kernel: k_thread: Ensure host Fiber is freed.bunnei1-0/+3
2022-03-15core: hle: kernel: k_server_session: Ensure SessionRequestManager is freed.bunnei1-0/+3
2022-03-15core: hle: service: kernel_helpers: Use system resource limit.bunnei1-10/+1
2022-03-15core: hle: service: sm: Fix KPort reference count.bunnei1-0/+2
2022-03-15core: hle: kernel: k_thread: Update to reflect tree changes.bunnei1-3/+3
2022-03-15core: hle: kernel: Use weak_ptr where possible for SessionRequestHandler and SessionRequestManager.bunnei7-14/+25
2022-03-15core: hle: kernel: k_memory_layout: Update kernel slab memory sizes.bunnei1-3/+3
2022-03-15core: hle: kernel: svc_types: Add ThreadLocalRegionSize.bunnei1-0/+2
2022-03-15core: hle: kernel: k_condition_variable: Update to reflect tree changes.bunnei1-1/+1
2022-03-15core: hle: kernel: k_address_arbiter: Update to reflect tree changes.bunnei1-3/+3
2022-03-09hle: service: ldr: Use deterministic addresses when mapping NROs.bunnei2-24/+62
2022-03-08hle: kernel: KPageTable: Improve implementations of MapCodeMemory and UnmapCodeMemory.bunnei2-47/+116
2022-03-01applet: mii: Simple implementation of mii appletgerman774-5/+212
2022-02-28hle: kernel: Re-create memory layout at initialization.bunnei1-41/+43
2022-02-28hle: kernel: Remove unused pool locals.bunnei1-2/+0
2022-02-28hle: kernel: k_memory_manager: Rework for latest kernel behavior.bunnei6-173/+548
2022-02-27dynarmic: Inline exclusive memory accessesmerry1-2/+2
2022-02-27hle: kernel: k_page_heap: GetPhysicalAddr can be const.bunnei1-2/+1
2022-02-27hle: kernel: k_page_heap: Remove superfluous consexpr.bunnei2-4/+4
2022-02-27hle: kernel: k_page_heap: Various updates and improvements.bunnei2-155/+192
2022-02-27hle: kernel: Add initial_process.h header.bunnei1-0/+23
2022-02-27hle: kernel: board: nx: Add k_memory_layout.h header.bunnei1-0/+13
2022-02-27hle: kernel: k_system_control: Add GetRealMemorySize and update GetKernelPhysicalBaseAddress.bunnei2-1/+12
2022-02-27hle: kernel: k_memory_layout: Add GetPhysicalLinearRegion.bunnei1-0/+4
2022-02-27hle: kernel: k_memory_region_types: Update for new regions.bunnei1-1/+9
2022-02-22service: am: Update enum names to match documentationNarr the Reg4-16/+51
2022-02-21hle: kernel: KSystemControl: Use 6GB memory layout when "use_extended_memory_layout" setting is enabled.bunnei1-20/+4
2022-02-21core: hle: kernel: Remove resource limit hack for PhysicalMemory.bunnei1-7/+0
2022-02-21core: hle: kernel: KProcess: Pass in KResourceLimit on process creation.bunnei3-8/+20
2022-02-21core: hle: kernel: KEvent: Pass in owner KProcess on event creation.bunnei4-12/+8
2022-02-21core: hle: kernel: KResourceLimit: Add a helper function for creating a KResourceLimit for a process.bunnei2-0/+22
2022-02-19fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.bunnei1-22/+2
2022-02-19core: hle: kernel: KPageTable: Fix UnmapPages.bunnei1-3/+2
2022-02-19core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory.bunnei1-107/+432
2022-02-15kernel: svc: Add OutputDebugString32, CreateCodeMemory32, ControlCodeMemory32Sergi Granell2-4/+40
2022-02-13nfp: Allow files without password datagerman772-9/+24
2022-02-12hid: Stub IsUsbFullKeyControllerEnabledlat9nq2-1/+12
2022-02-11service/mnpp: Stub mnpp_appNarr the Reg3-0/+67
2022-02-10nfp: Separate nfc tag from amiibo dataNarr the Reg2-42/+69
2022-02-09svc: Set unique names for function tablesNarr the Reg1-77/+77
2022-02-09hle: kernel: KCodeMemory: Remove unused QueryMemory.bunnei1-1/+0
2022-02-09hle: kernel: KCodeMemory: Correct m_page_group number of pages.bunnei1-2/+3
2022-02-09nfp: Address compiler issuesgerman771-25/+26
2022-02-08nfp: Validate amiibo filesNarr the Reg2-41/+145
2022-02-08nfp: Improve implementationgerman772-189/+664
2022-02-07nfp: Move IUser class to header and add missing enum and structsgerman772-257/+299
2022-02-07nfp: Sort functions by command numbergerman771-79/+79
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph16-108/+105
2022-02-05profile: Migrate to the new UUID implementationMorph7-102/+105
2022-02-05hle: ipc_helpers: Ignore -Wclass-memaccessMorph1-0/+8
2022-02-05service: Migrate to the new UUID implementationMorph9-45/+36
2022-02-04service: pm: Implement AtmosphereGetProcessInfotech-ticks2-1/+46
2022-02-02general: Replace NonCopyable struct with equivalentsLioncash6-100/+134
2022-02-02general: Move deleted copy/move constructor/assignment operators to public interfaceLioncash4-9/+7
2022-02-02hle: kernel: KPageTable: Migrate locks to KScopedLightLock.bunnei2-34/+46
2022-02-01svc: Add 32 bit SynchronizePreemptionStateNarr the Reg1-1/+1
2022-01-27hle: kernel: KScheduler: Fix deadlock with core waiting for a thread lock that has migrated.bunnei2-23/+24
2022-01-24kernel/k_affinity_mask: Remove duplicated assertLioncash1-2/+0
2022-01-23hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount.bunnei3-24/+21
2022-01-23core: hle: kernel: KPageTable: Various improvements to MapPages and UnmapPages.bunnei1-22/+25
2022-01-23core: hle: kernel: KPageTable: MapProcessCode: Various cleanup.bunnei1-11/+12
2022-01-23core: hle: kernel: KPageTable: ReserveTransferMemory: Various cleanup.bunnei1-6/+6
2022-01-23core: hle: kernel: KPageTable: ResetTransferMemory: Various cleanup.bunnei1-6/+5
2022-01-23core: hle: kernel: KPageTable: SetMemoryAttribute: Various cleanup.bunnei1-2/+3
2022-01-22core: hle: kernel: KPageTable: Assert valid address on GetPhysicalAddr.bunnei1-1/+3
2022-01-22core: hle: kernel: KPageTable: Operate: Assert lock ownership.bunnei1-2/+2
2022-01-22core: hle: kernel: KPageTable: SetHeapSize: Cleanup & take physical memory lock.bunnei1-4/+7
2022-01-22core: hle: kernel: Refactor Un/MapPhysicalMemory to remove unnecessary methods.bunnei2-50/+39
2022-01-22core: hle: kernel: Rename Un/Map to Un/MapMeory.bunnei3-7/+6
2022-01-22hle: kernel: KThread: Ensure host (dummy) threads block on locking.bunnei4-0/+89
2022-01-21service/wlan: Update function tablesLioncash1-1/+1
2022-01-21service/usb: Update function tablesLioncash1-27/+15
2022-01-21service/set: Update function tablesLioncash1-0/+2
2022-01-21service/ns: Update function tablesLioncash1-0/+6
2022-01-21service/nim: Update unknown function table entriesLioncash1-0/+6
2022-01-21service/friend: Update unknown function table entriesLioncash1-6/+6
2022-01-21service/filsystem: Update fsp-srv function tableLioncash1-0/+3
2022-01-21service/btm: Update function tablesLioncash1-0/+30
2022-01-21service/audio: Update audctl unknown function namesLioncash1-8/+8
2022-01-21service/am: Update omm function tablesLioncash1-0/+1
2022-01-21service/acc: Update unknown function namesLioncash2-4/+4
2022-01-21service: apm: Stub ISession SetCpuOverclockEnabledMorph1-1/+13
2022-01-21hle: kernel: Remove redundant tracking of dummy threads.bunnei1-9/+3
2022-01-21hle: kernel: KThread: DummyThread can be waited, ensure wait_queue is not nullptr.bunnei1-6/+6
2022-01-21hle: kernel: KThread: Decrease DummyThread priority to ensure it is never scheduled.bunnei3-2/+5
2022-01-21hle: kernel: service_thread: Ensure dummy thread is closed & destroyed on thread exit.bunnei1-0/+5
2022-01-21hle: kernel: KServerSession: Remove hack for CompleteSyncRequest.bunnei1-11/+0
2022-01-21hle: kernel: KServerSession: Simplify CompleteSyncRequest EndWait.bunnei2-12/+2
2022-01-21hle: kernel: KThread: Ensure dummy threads never call EndWait.bunnei1-0/+5
2022-01-21hle: kernel: KScheduler: Ensure dummy threads are never scheduled.bunnei1-0/+5
2022-01-21hle: kernel: KThread: Rename thread_type_for_debugging -> thread_type.bunnei2-4/+4
2022-01-19service/hid: Initialize applet_resource on SetNpadAnalogStickUseCenterClampgerman771-1/+2
2022-01-17hle: remove no-op codeValeri1-2/+0
2022-01-15hle: kernel: k_memory_manager: Clear pages on allocation & free.bunnei5-16/+34
2022-01-15core: hle: kernel: KThread: Integrate with KWorkerTask and implement DoWorkerTaskImpl.bunnei2-2/+28
2022-01-15core: hle: kernel: KProcess: Integrate with KWorkerTask and add unimplemented DoWorkerTaskImpl.bunnei2-3/+9
2022-01-15core: hle: kernel: KThread: Replace Suspend with UpdateState & various updates.bunnei2-33/+26
2022-01-15core: hle: kernel: Instantiate a kernel instance of KWorkerTaskManager.bunnei2-0/+18
2022-01-15core: hle: kernel: Add KWorkerTask and KWorkerTaskManager.bunnei3-0/+93
2022-01-15hle: kernel: Fix service_threads access to be thread safe V2.bunnei1-12/+11
2022-01-14hle: kernel: Fix service_threads access to be thread safe.bunnei1-7/+27
2022-01-13service/hid: Decrease motion update rateNarr the Reg1-1/+2
2022-01-12hle: kernel: k_page_table: Update SetProcessMemoryPermission.bunnei6-45/+68
2022-01-12hle: service: ldr: UnmapCodeMemory BSS only when set.bunnei1-3/+7
2022-01-12hle: kernel: k_page_table: ReadAndWrite -> UserReadWrite.bunnei3-18/+18
2022-01-12hle: kernel: k_page_table: Rename *ProcessCodeMemory -> *CodeMemory.bunnei4-20/+19
2022-01-08core: hle: kernel: svc: Updates to SetMemoryAttribute and SetMemoryPermission.bunnei3-45/+46
2022-01-08core: hle: kernel: k_page_table: Update CheckMemoryState.bunnei4-116/+166
2022-01-04Revert "Merge pull request #7668 from ameerj/fence-stop-token"ameerj1-2/+1
2022-01-03gpu: Use std::stop_token in WaitFence for VSync threadameerj1-1/+2
2021-12-31core: hle: kernel: Implement thread pinning.bunnei9-14/+138
2021-12-28Remove invalid assertion statementFeng Chen1-3/+0
2021-12-28Implement few type in bufferqueue query methodFeng Chen2-0/+9
2021-12-28core: hle: kernel: Updated implementation of svcSetHeapSize.bunnei6-83/+141
2021-12-23core: hle: kernel: Implement SetMemoryPermission.bunnei4-1/+67
2021-12-23 core: hle: kernel: KThread: X18 should be a cryptographically random number.bunnei1-0/+2
2021-12-22hle: kernel: svc: GetInfo: Fix error checking with IdleTickCount.bunnei1-14/+9
2021-12-19kernel: Manually destroy the current process during shut downameerj1-1/+4
2021-12-18core: hle: Remove global HLE lock.bunnei7-56/+1
2021-12-16core/hid: Cancel any vibration after the testNarr the Reg3-11/+5
2021-12-13Remove erroneous #pragma onceValeri1-2/+0
2021-12-13service/hid: Improve console motion accuracyNarr the Reg2-14/+16
2021-12-07Update k_code_memory.hitsmeft241-6/+6
2021-12-07make KCodeMemory::GetSourceAddress constitsmeft241-1/+1
2021-12-07hle: kernel k_scheduler: EnableScheduling: Remove redundant GetCurrentThreadPointer calls.bunnei1-3/+5
2021-12-07hle: kernel k_process: Remove unnecessary .at usage with thread pinning methods.bunnei1-3/+3
2021-12-07hle: kernel: Remove unnecessary virtual specifier on NotifyAvailable.bunnei1-2/+2
2021-12-07hle: kernel: Remove unnecessary virtual specifier on EndWait.bunnei1-1/+1
2021-12-07hle: kernel: k_light_condition_variable: Revert unnecessary license comment changes.bunnei1-1/+1
2021-12-07hle: kernel: k_condition_variable: Revert unnecessary style changes.bunnei1-2/+2
2021-12-07hle: kernel: Remove unnecessary virtual specifier on CancelWait.bunnei6-14/+14
2021-12-07hle: kernel: service_thread: Force stop threads on destruction.bunnei1-1/+7
2021-12-07hle: kernel: k_light_lock: Implement CancelWait.bunnei1-5/+10
2021-12-07hle: kernel: service_thread: Use std::jthread.bunnei1-18/+19
2021-12-07hle: kernel: k_thread: Skip reschedule on DisableDispatch with SC.bunnei1-0/+5
2021-12-07hle: kernel: k_thread: Rename sleeping_queue -> wait_queue.bunnei2-17/+13
2021-12-07hle: kernel: svc: Fix deadlock that can occur with single core.bunnei1-10/+8
2021-12-07hle: kernel: k_thread: Treat dummy threads as a special type.bunnei2-1/+4
2021-12-07hle: kernel: fix timing on thread preemptionFernandoS271-4/+2
2021-12-07hle: kernel: fix scheduling ops from HLE host thread.FernandoS271-3/+3
2021-12-07hle: kernel: Add a flag for indicating that the kernel is currently shutting down.bunnei6-0/+49
2021-12-07hle: kernel: KSynchronizationObject: Fix variable shadowing.bunnei1-8/+8
2021-12-07hle: kernel: Cleanup to match coding style.bunnei6-26/+21
2021-12-07hle: kernel: KProcess: Improvements for thread pinning.bunnei2-8/+26
2021-12-07hle: kernel: KThreadQueue: Remove deprecated code.bunnei1-63/+0
2021-12-07hle: kernel: KConditionVariable: Various updates & simplifications.bunnei2-121/+65
2021-12-07hle: kernel: KThread: Migrate to updated KThreadQueue (part 2).bunnei1-29/+19
2021-12-07hle: kernel: KThread: Migrate to updated KThreadQueue (part 1).bunnei3-60/+71
2021-12-07hle: kernel: KConditionVariable: Migrate to updated KThreadQueue.bunnei1-12/+55
2021-12-07hle: kernel: KServerSession: Migrate to updated KThreadQueue.bunnei2-5/+11
2021-12-07hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.bunnei2-54/+86
2021-12-07hle: kernel: KLightLock: Migrate to updated KThreadQueue.bunnei2-35/+36
2021-12-07hle: kernel: KAddressArbiter: Migrate to updated KThreadQueue.bunnei1-43/+39
2021-12-07hle: kernel: KThread: Remove tracking of sync object from threads.bunnei6-41/+21
2021-12-07hle: kernel: Update KThreadQueue and migrate KSynchronizationObject.bunnei7-75/+250
2021-12-07core: hle: kernel: Disable dispatch count tracking on single core.bunnei2-4/+13
2021-12-07core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard.bunnei1-1/+1
2021-12-07core: hle: kernel: k_auto_object: Add GetName method.bunnei1-0/+4
2021-12-07core: hle: kernel: DisableDispatch on suspend threads.bunnei1-0/+3
2021-12-07core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling.bunnei1-14/+9
2021-12-07core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate.bunnei1-6/+2
2021-12-07core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess.bunnei1-5/+0
2021-12-07core: hle: kernel: k_scheduler: Improve ScheduleImpl.bunnei1-6/+7
2021-12-07core: hle: kernel: k_scheduler: Improve Unload.bunnei1-17/+29
2021-12-07core: hle: kernel: k_process: DisableDispatch on main thread.bunnei1-0/+1
2021-12-07core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.bunnei2-0/+8
2021-12-07core: hle: kernel: k_thread: Add KScopedDisableDispatch.bunnei2-1/+47
2021-12-07core: hle: kernel: Ensure idle threads are closed before destroying scheduler.bunnei3-24/+22
2021-12-07core: hle: kernel: Reflect non-emulated threads as core 3.bunnei5-5/+17
2021-12-06service/notif: Add notif:a and stub ListAlarmSettings,Initializegerman773-0/+73
2021-12-06fix formattingitsmeft241-1/+6
2021-12-06move private members below public membersitsmeft241-10/+11
2021-12-06fix formattingitsmeft241-4/+1
2021-12-06fix formattingitsmeft241-1/+1
2021-12-06service/hid: Stub SetNpadCaptureButtonAssignment and ClearNpadCaptureButtonAssignmentgerman772-2/+35
2021-12-06fix formattingitsmeft242-2/+2
2021-12-06Remove unnecessary includesitsmeft242-50/+13
2021-12-05service/hid: Implement SetNpadJoyAssignmentModegerman773-38/+161
2021-12-05Add copyright noticeitsmeft242-0/+8
2021-12-05general: Add missing copyright noticesameerj1-0/+4
2021-12-05kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemoryitsmeft2411-7/+636
2021-12-05core/hid: Ensure only valid npad are connectedgerman771-17/+13
2021-12-04Address feedbackFeng Chen4-13/+22
2021-12-03service: am: ISelfController: Stub SaveCurrentScreenshotMorph3-2/+15
2021-12-02general: Replace high_resolution_clock with steady_clockMorph1-2/+2
2021-12-02Support multiple videos playingFeng Chen4-9/+21
2021-11-30service: friend: Implement GetCompletionEventMorph1-2/+21
2021-11-30npad: Return NpadButton in GetAndResetPressStateMorph2-5/+5
2021-11-29general: Fix handheld typoMorph1-1/+1
2021-11-28core/ns: Implement GetReadOnlyApplicationControlDataInterfaceNarr the Reg2-1/+26
2021-11-28core/pdm: Stub QueryPlayStatisticsByApplicationIdAndUserAccountIdNarr the Reg3-0/+105
2021-11-28settings: Add debug setting to enable all controllersgerman771-0/+4
2021-11-27core/hid: Stub GetUniquePadsFromNpadNarr the Reg1-1/+13
2021-11-25service/hid: Finish converting LIFO objects and address some nitsNarr the Reg12-91/+46
2021-11-25kraken: Address comments from reviewgerman772-5/+4
2021-11-25core/hid: Improve accuary of mouse implementationgerman776-18/+28
2021-11-25core/hid: Fully implement native mousegerman771-4/+5
2021-11-25core/hid: Improve accuracy of the keyboard implementationgerman773-4/+34
2021-11-25core/hid: Fix keyboard alignmentgerman771-0/+1
2021-11-25core/hid: Remove usage of native types, fix a couple of errors with motiongerman775-411/+544
2021-11-25service/hid: Remove includes of core.h and settings.hgerman7722-51/+56
2021-11-25service/hid: Add support for new controllersgerman771-1/+30
2021-11-25core/hid: Rename NpadType to NpadStyleIndexgerman773-75/+79
2021-11-25second commit lion reviewgerman779-5/+15
2021-11-25kraken: Address comments from reviewgerman774-8/+5
2021-11-25core/hid: Update structs to 13.1.0german779-42/+89
2021-11-25core/hid: Rework battery mappingsgerman771-2/+9
2021-11-25service/hid: Fix memory allocated incorrectlygerman775-7/+7
2021-11-25Morph review first wavegerman7712-74/+56
2021-11-25service/hid: Match shared memory closer to HWgerman772-26/+75
2021-11-25kraken: Address comments from reviewgerman774-9/+8
2021-11-25service/hid: Use ring buffer for gesturesgerman772-79/+52
2021-11-25service/hid: Fix gesture inputgerman772-61/+92
2021-11-25configuration: Migrate controller settings to emulated controllergerman771-11/+3
2021-11-25core/hid: Only signal when neededgerman771-2/+4
2021-11-25hid: Fix controller connection/disconnectiongerman773-26/+56
2021-11-25kraken: Fix errors from rebase and format filesgerman771-1/+0
2021-11-25core/hid: Add output devicesgerman772-40/+5
2021-11-25core/frontend: Update appletsgerman771-1/+1
2021-11-25service/hid: Rewrite npad to use ring lifo and the emulated controllergerman772-890/+605
2021-11-25service/hid: Update console sixaxis to the emulated consolegerman772-28/+26
2021-11-25service/hid: Update mouse and keyboard to use ring lifo and the emulated devicegerman774-158/+71
2021-11-25service/hid: Update touch and gestures to use ring lifo and the emulated consolegerman774-370/+191
2021-11-25service/hid: Update debug pad, xpad, stubbed and controller base to use ring lifo and the emulated controllergerman777-166/+80
2021-11-25service/hid: Use remove duplicated code, update namesgerman772-64/+30
2021-11-25service/hid: Create ring LIFOgerman771-0/+54
2021-11-25settings: Cleanup settingsgerman774-5/+4
2021-11-21kernel: svc: Move all IsValid functions to an anonymous namespaceMorph1-3/+15
2021-11-21kernel: svc: Implement SetProcessMemoryPermissionMorph1-1/+41
2021-11-21kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermissionMorph4-8/+8
2021-11-21service: pm: Implement AtmosphereGetProcessIdMorph1-0/+24
2021-11-21service: pm: Add all relevant result codesMorph1-3/+8
2021-11-21service: pm: Rename title id to program idMorph1-6/+6
2021-11-18Fix crash on exit due to static scoped dummy threadsAdam Heinermann1-8/+14
2021-11-16Settings: eliminate rescaling_factor.Fernando Sahmkow2-27/+12
2021-11-08applets/swkbd: Fix text check message encodingMorph1-7/+15
2021-11-08applets/swkbd: Skip text checking if the text has been confirmedMorph2-8/+15
2021-11-05service/pctl: Stub EndFreeCommunicationNarr the Reg1-1/+8
2021-11-04general: Get the current process program id directly from the systemMorph13-43/+26
2021-11-04general: Rename GetTitleID to GetProgramIDMorph17-32/+35
2021-11-04service: aoc: Stub NotifyUnmountAddOnContentMorph2-1/+9
2021-11-04service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContentMorph2-0/+21
2021-11-04service/acc: Rename Unknown160 to InitializeApplicationInfoV2german773-3/+3
2021-11-04service: acc: Stub acc:u0 '160'Morph3-0/+9
2021-11-04core: Fix transitive include build errorsameerj3-0/+6
2021-11-04core: Remove unused includesameerj88-164/+1
2021-11-03svc: Correct WaitSynchronization num_handles param typeMorph2-4/+4
2021-11-02general: Remove MakeResult helpersMorph10-60/+41
2021-11-02hle/result: Amend ResultVal documentationMorph1-12/+10
2021-11-02hle/result: Reimplement ResultVal using Common::ExpectedMorph1-117/+63
2021-10-29ns: language: Add BrazilianPortuguese to ApplicationLanguageMorph2-1/+26
2021-10-28hle/result: Declare copy/move constructor/assignment as noexceptMorph1-3/+3
2021-10-28hle/result: Add move assignment operator in ResultValMorph1-0/+20
2021-10-28hle/result: Remove cv-qualifiers from Arg in MakeResultMorph1-2/+2
2021-10-27Fix dangling kernel objects when exitingFeng Chen2-11/+13
2021-10-27Revert PR7009Feng Chen1-2/+2
2021-10-27Fix memory leakFeng Chen4-0/+38
2021-10-24Fixup channel submit IOCTL syncpoint parametersBilly Laws2-21/+9
2021-10-17settings: Remove std::chrono usageameerj1-6/+7
2021-10-16SVC: Implement svcInfo:IdleTickCountFernando Sahmkow2-0/+22
2021-10-16service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184)Feng Chen1-1/+11
2021-10-16NvHost/Core: Address Feedback.Fernando Sahmkow1-3/+5
2021-10-16Suspend temporallyFernandoS271-1/+2
2021-10-16NVHost_Ctrl: Force wait if the gpu falls behind too long.FernandoS272-0/+13
2021-10-13KPageTable: Perform ranged invalidation when unmapping code memoryMorph1-0/+2
2021-10-11applets/web: Fallback to loader to get the manual romfs if none is foundFeng Chen1-0/+10
2021-10-07kernel: hle_ipc: Foward declare KAutoObjectMorph2-1/+2
2021-10-07service: Reduce header include overheadMorph30-38/+10
2021-10-03nvflinger: Use jthread and stop_token for VSync threadameerj2-32/+8
2021-10-03nvhost_ctrl: Refactor usage of gpu.LockSync()ameerj1-15/+15
2021-10-03gpu: Migrate implementation to the cpp fileameerj2-5/+13
2021-10-02service: am: Make use of Exit to exit the currently running applicationMorph1-2/+2
2021-10-02service: Replace service event creation with ServiceContext::CreateEventMorph26-271/+367
2021-10-02common/logging: Reduce scope of fmt includeameerj2-0/+3
2021-10-02common/logging: Move Log::Entry declaration to a separate headerameerj2-0/+3
2021-09-29style: Remove extra space preceding the :: operatorMorph5-6/+6
2021-09-29service: bcat: Remove BoxCat BCAT implementationMorph3-619/+0
2021-09-29Fix KShareMemory object leakFeng Chen4-3/+105
2021-09-27service/es: Update to 13.0.0german771-0/+6
2021-09-27service/npns: Update to 13.0.0german771-0/+1
2021-09-27service/vi: Update to 13.0.0german772-0/+2
2021-09-27service/am: Update to 13.0.0german771-0/+4
2021-09-27service/audio: Update to 13.0.0german772-1/+10
2021-09-27service/hid: Update to 13.0.0german772-0/+10
2021-09-27service/btdrv: Update to 13.0.0german771-0/+4
2021-09-27service/usb: Update to 13.0.0german771-3/+3
2021-09-25Fix KScopedAutoObject object leak when SendSyncRequestFeng Chen1-6/+8
2021-09-25service: bsd: Stub ReadMorph1-6/+5
2021-09-24service: bsd: Implement ReadMorph2-1/+15
2021-09-24general: Update style to clang-format-12ameerj4-27/+19
2021-09-22common/uuid: Add validity checking functions to interfaceLioncash3-7/+7
2021-09-18input_common/tas: Fallback to simple updateMonsterDruide12-5/+0
2021-09-18config: Move TAS options to it's own menugerman771-1/+1
2021-09-18core: Hacky TAS syncing & load pausingMonsterDruide12-0/+5
2021-09-15audin_u: Return a buffer event in RegisterBufferEventlat9nq2-2/+12
2021-09-15audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAutolat9nq2-26/+57
2021-09-15ngct: Stub MatchNarr the Reg1-1/+14
2021-09-14vfs: Partially implement GetFileTimeStampRawMorph3-1/+37
2021-09-12FS: Mark recursive CreateDirectory as inaccurate and temporaryMorph1-0/+5
2021-09-11kernel: Add missing <functional> includeMorph1-0/+1
2021-09-10am: Implement GetNotificationStorageChannelEventgerman772-2/+16
2021-09-10hid: Stub SetTouchScreenConfigurationgerman773-1/+28
2021-09-10api_version: Update and add AtmosphereTargetFirmwareMorph1-5/+12
2021-09-08Addressed issuesChloe1-1/+1
2021-09-08Mark is_complete as atomicChloe Marcec2-4/+5
2021-09-08Addressed issuesChloe Marcec3-15/+14
2021-09-07nvflinger: Use external surface format for framebuffer creationameerj3-7/+8
2021-09-06address name shadowing with systemChloe Marcec1-2/+2
2021-09-06account: EnsureTokenIdCacheAsyncChloe Marcec3-19/+152
2021-09-06FS: Recursively create directories for CreateDirectoryChloe Marcec1-8/+13
2021-09-05core: hle: service: buffer_queue: Improve management of KEvent.bunnei3-14/+24
2021-09-04core: hle: service: nvflinger/vi: Improve management of KEvent.bunnei4-16/+30
2021-08-27ngct: Stub NGCT:U servicegerman773-0/+68
2021-08-27service: nifm: Populate fields in GetCurrentNetworkProfileMorph1-29/+37
2021-08-27service: nifm: Cleanup GetCurrentIpConfigInfoMorph1-26/+21
2021-08-26Revert "kernel: Various improvements to scheduler"bunnei19-205/+104
2021-08-19applet_error: Fix 64-bit error code conversionMorph1-6/+25
2021-08-19Fix crash in logging in CreateStrayLayerValeri1-1/+1
2021-08-19Fix check is thread current in GetThreadContextValeri1-1/+1
2021-08-16kernel: Optimize GetHostThreadIDBreadFish641-10/+13
2021-08-16network: retrieve subnet mask and gateway infoSönke Holz1-8/+16
2021-08-14core: hle: kernel: Disable dispatch count tracking on single core.bunnei2-4/+11
2021-08-13nifm: use operator*() instead of .value() to get value of std::optionalSönke Holz1-2/+2
2021-08-13nifm: treat a missing host IP address as a non-critical errorSönke Holz1-2/+2
2021-08-12configuration: add option to select network interfacespholz1-15/+21
2021-08-07core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard.bunnei1-1/+1
2021-08-07core: hle: service: buffer_queue: Improve management of KEvent.bunnei3-14/+24
2021-08-07core: hle: kernel: k_auto_object: Add GetName method.bunnei1-0/+4
2021-08-07core: hle: service: nvflinger/vi: Improve management of KEvent.bunnei4-16/+30
2021-08-07core: hle: kernel: DisableDispatch on suspend threads.bunnei1-0/+3
2021-08-07core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling.bunnei1-14/+9
2021-08-07core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate.bunnei1-6/+2
2021-08-07core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess.bunnei1-5/+0
2021-08-07core: hle: kernel: k_scheduler: Improve ScheduleImpl.bunnei1-6/+7
2021-08-07core: hle: kernel: k_scheduler: Improve Unload.bunnei1-17/+29
2021-08-07core: hle: kernel: k_process: DisableDispatch on main thread.bunnei1-0/+1
2021-08-07core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary.bunnei2-0/+8
2021-08-07core: hle: kernel: k_thread: Add KScopedDisableDispatch.bunnei2-1/+47
2021-08-07core: hle: kernel: Ensure idle threads are closed before destroying scheduler.bunnei3-24/+22
2021-08-07core: hle: kernel: Reflect non-emulated threads as core 3.bunnei5-4/+15
2021-08-07network: GetCurrentIpConfigInfo: return host IP addressSönke Holz1-1/+4
2021-08-07nvhost_nvdec_common: Remove BufferMapameerj2-76/+0
2021-08-07nvhost_nvdec_common: Stub UnmapBuffer Ioctlameerj1-23/+4
2021-08-05applet_swkbd: Include the null terminator in the buffer size calculationMorph1-2/+4
2021-08-01service: set: Correct copy amount in GetAvailableLanguageCodesMorph1-1/+2
2021-07-31hle: api_version: Update HOS version to 12.1.0Morph1-7/+7
2021-07-30applet_swkbd: Correct string buffer size calculationMorph1-2/+2
2021-07-30service: set: Correct 4.0.0 max_entries to 0x40 (64) instead of 17Morph1-8/+8
2021-07-30service: ns, set: Add PT_BR (Brazilian Portuguese)Morph3-2/+6
2021-07-27service: ns: Remove unused ns_language headerMorph1-42/+0
2021-07-27service: ns: Map ZH_TW and ZH_CN to Traditional/Simplified ChineseMorph1-0/+2
2021-07-27common: uuid: Return a lower-case hex string in FormatMorph2-14/+14
2021-07-24general: Rename "Frame Limit" references to "Speed Limit"ameerj1-1/+1
2021-07-24config, nvflinger: Add FPS cap settingameerj1-5/+6
2021-07-21hle: service: kernel_helpers: Remove unnecessary pragma once.bunnei1-2/+0
2021-07-21hle: kernel: svc: Remove part of ExitProcess.bunnei1-5/+0
2021-07-21hle: service: nvdrv: Remove unused kernel reference.bunnei1-1/+0
2021-07-21hle: service: hid: npad: Remove unused kernel reference.bunnei1-1/+0
2021-07-21hle: kernel: Track and release server sessions, and protect methods with locks.bunnei4-13/+82
2021-07-21hle: kernel: KProcess: Change process termination assert to a warning.bunnei1-1/+1
2021-07-21hle: kernel: Ensure current running process is closed.bunnei1-5/+6
2021-07-21hle: kernel: Ensure global handle table is finalized before closing.bunnei1-0/+1
2021-07-21kernel: svc: ConnectToNamedPort: Close extra reference to port.bunnei1-0/+1
2021-07-21hle: service: sm: Refactor to better manage ports.bunnei4-45/+47
2021-07-21hle: kernel: k_process: Close the handle table on shutdown.bunnei1-0/+3
2021-07-21hle: kernel: k_process: Close main thread reference after it is inserted into handle table.bunnei1-0/+3
2021-07-21hle: kernel: Ensure global handle table is initialized.bunnei1-0/+1
2021-07-21hle: service: Add a helper module for managing kernel objects.bunnei9-20/+144
2021-07-21hle: kernel: Provide methods for tracking dangling kernel objects.bunnei4-2/+43
2021-07-20applet_controller: Add preliminary support for version 8Morph2-3/+33
2021-07-15applets/web: Resolve Nintendo CDN URLsMorph1-0/+13
2021-07-15nvhost_nvdec_common: Read Submit ioctl data from object addrameerj1-8/+2
2021-07-15nvhost_nvdec_common: Fix {Slice/Write}Vectors returnameerj1-37/+38
2021-07-14service: Append service name prefix to common filenamesMorph38-31/+31
2021-07-14applets: Append applet_ prefix to backend appletsMorph16-17/+17
2021-07-12boxcat: Silence -Wmaybe-uninitialized in httplib.hReinUsesLisp1-0/+3
2021-07-11npad: Disable vibration check if disabledgerman771-0/+5
2021-07-06Report 2 channels active. Fixes Tales of Vesperia's mono channel audio.Kelebek11-1/+1
2021-07-04service: mii: Retrieve the correct default miis.Morph1-2/+3
2021-07-01Fix XC2/VOEZ crashing, add audio looping and a few misc fixesKelebek11-1/+1
2021-06-29core, input_common: Miscellaneous fixeslat9nq1-1/+1
2021-06-28general: Make most settings a BasicSettinglat9nq4-6/+7
2021-06-28filesystem: Open a read-only directory for SDMC modsMorph1-5/+9
2021-06-28core: Simplify SDMC mod loadinglat9nq1-1/+2
2021-06-28core: Support LayeredFS mod from SDMC directorylat9nq2-0/+10
2021-06-27Decouple audio processing and run at variable rateKelebek11-4/+6
2021-06-26hle: service: hwopus: OpenHardwareOpusDecoderEx: Remove unused buffer size.bunnei1-1/+30
2021-06-25hle: hle_helpers: Skip data payload offset checks on TIPC requests.bunnei1-2/+6
2021-06-25hle: service: hwopus: Implement GetWorkBufferSizeEx and OpenHardwareOpusDecoderEx.bunnei2-5/+15
2021-06-25hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId.bunnei2-1/+10
2021-06-24common: Replace common_sizes into user-literalsWunkolo7-58/+74
2021-06-24general: Add missing #pragma once directivesMorph3-0/+6
2021-06-24Add missing includes (#6521)Chloe1-0/+2
2021-06-23General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableLioncash1-3/+3
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph1-2/+2
2021-06-22npad: Fix data race when updating devicesRodrigo Locatti2-0/+8
2021-06-22Implement audout GetAudioOutPlayedSampleCountKelebek11-1/+9
2021-06-18service: time: Use GetFileRelative to get files within subdirectoriesMorph1-1/+1
2021-06-18kernel: Fix missing peak set in KResourceLimit::SetLimitValueMorph1-0/+1
2021-06-17nvflinger: Add toggle to disable buffer swap interval limitsameerj1-0/+3
2021-06-16spl: Mark the other functions as unimplementedMorph1-5/+30
2021-06-16spl: Implement spl::GetConfigMorph2-1/+90
2021-06-16hle: api_version: Add HLE API version constantsMorph1-0/+38
2021-06-16spl: Add the general SPL interfaceMorph4-45/+64
2021-06-16spl: Add SPL typesMorph1-0/+230
2021-06-16spl: Add SPL result codesMorph1-0/+29
2021-06-16fsp_srv: Fix filesystem access loggingMorph2-12/+15
2021-06-15lm: Demote guest logs to LOG_DEBUGameerj1-27/+20
2021-06-13general: Remove extraneous includesMorph1-1/+0
2021-06-11hid: Stub IsFirmwareUpdateAvailableForSixAxisSensorgerman772-1/+23
2021-06-11kernel: Unconditionally set thread state when appropriateMorph2-23/+12
2021-06-11kernel: KLightConditionVariable: Update implementation to 12.xMorph2-14/+31
2021-06-10hle: service: sm: Remove redundant session reservation, etc.bunnei2-18/+13
2021-06-10hle: service: Increase arbitrary max sessions limit.bunnei1-4/+1
2021-06-10hle: kernel: KClientPort: Add an assert for session count.bunnei1-0/+3
2021-06-10hle: service: sm: Fix GetService setup of session & port.bunnei2-5/+5
2021-06-10hle: service: Use correct size for ServerSessionCountMax.bunnei1-4/+6
2021-06-10hle: kernel: KServerSession: Fix client disconnected.bunnei3-9/+8
2021-06-10kernel: svc: Add missing error check to CancelSynchronization.bunnei1-2/+2
2021-06-09hle: service: Increase arbitrary max sessions limit.bunnei1-1/+1
2021-06-08hle: kernel: KServerSession: Work-around scenario where session is closed too early.bunnei1-7/+24
2021-06-08hle: kernel: hle_ipc: Ensure SessionRequestHandler is valid.bunnei3-5/+26
2021-06-08hle: kernel: Remove service thread manager and use weak_ptr.bunnei3-18/+8
2021-06-07hle: kernel: KServerSession: Use ASSERT_MSG where appropriate.bunnei1-1/+1
2021-06-07hle: kernel: k_server_session: Return service thread by strong pointer.bunnei2-4/+4
2021-06-07hle: kernel: k_server_session: Ensure service thread is valid before dereference.bunnei1-1/+3
2021-06-07hle: kernel: hle_ipc: Use default destructor for SessionRequestManager.bunnei1-1/+1
2021-06-07hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree.bunnei11-22/+26
2021-06-05result: Add [[nodiscard]] specifiers where applicableLioncash1-20/+20
2021-06-05hle: kernel: Refactor to allocate a ServiceThread per service handler.bunnei13-67/+75
2021-06-03fsp-srv: Replace one last instance of RESULT_SUCCESSMorph1-1/+1
2021-06-03fspsrv: Implement DisableAutoSaveDataCreation (#6355)Chloe4-1/+17
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph11-40/+40
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph110-928/+925
2021-05-31common_funcs: Move R_ macros to result.hLioncash1-0/+25
2021-05-29k_class_token: Use variable templates where applicableLioncash1-43/+36
2021-05-29kernel: Add missing override specifiersLioncash15-53/+48
2021-05-29Fix two GCC 11 warnings: Unneeded copies.Markus Wick1-1/+1
2021-05-29k_thread: Move dereference after null check in Initialize()Lioncash1-5/+5
2021-05-29hle: kernel: KSlabHeap: Allow host or guest allocations.bunnei2-11/+191
2021-05-28touchscreen: Make use of common point structLioncash2-10/+10
2021-05-28common: Extract point into a common structLioncash1-29/+7
2021-05-28applets/swkbd: Make use of std::move where applicableMorph1-8/+8
2021-05-28applets/swkbd: Only read the text check message on Failure/ConfirmMorph1-2/+7
2021-05-27core/arm_interface: Call SVC after end of dynarmic block.Markus Wick1-1/+0
2021-05-26ldn: Add and stub lp2p:sys lp2p:app INetworkServiceMonitor INetworkServicegerman771-0/+141
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph9-95/+111
2021-05-25kernel: process_capability: Add MapRegion capabilityMorph2-0/+12
2021-05-24hid: ApplyNpadSystemCommonPolicyChloe Marcec1-1/+10
2021-05-21hle: kernel: service_thread: Take reference to KServerSession on service request.bunnei1-9/+5
2021-05-21hle: kernel: k_port: Use AcceptSession to ensure SessionList state is correct.bunnei1-1/+1
2021-05-21hle: kernel: Use host memory allocations for KSlabMemory.bunnei2-144/+20
2021-05-21Revert "WORKAROUND: Do not use slab heap while we track down issues with resource management."bunnei1-2/+2
2021-05-21hle: kernel: hle_ipc: Simplify incoming/outgoing move/copy/domain objects.bunnei3-62/+17
2021-05-21hle: kernel: Implement CloneCurrentObject and improve session management.bunnei13-99/+184
2021-05-21Revert "WORKAROUND: temp. disable session resource limits while we work out issues"bunnei4-11/+11
2021-05-18KTransferMemory: Return size instead of size * PageSize in GetSize()Morph1-1/+1
2021-05-18hid/gesture: Factor out last gesture retrieval into its own functionLioncash2-14/+23
2021-05-18hid/gesture: Ensure all ID arrays are initializedLioncash1-4/+4
2021-05-18hid/gesture: Make Point a templateLioncash2-38/+46
2021-05-18hid/gesture: Replace x,y members of GestureState with a PointLioncash2-6/+4
2021-05-18hid/gesture: Add default comparators to PointLioncash2-10/+7
2021-05-18hid/gesture: Rename Points to PointLioncash1-5/+5
2021-05-16hle_ipc: unsigned -> u32Morph1-7/+7
2021-05-16hle_ipc: Add a getter for PIDMorph2-2/+7
2021-05-16core: Make variable shadowing a compile-time errorLioncash63-194/+212
2021-05-16nifm, ssl: Fix incorrect response sizesMorph2-2/+2
2021-05-16perf_stats: Rework FPS counter to be more accurateameerj1-1/+0
2021-05-13ssl: Stub Import(Client/Server)PkiMorph1-2/+40
2021-05-11hle: kernel: hle_ipc: Fix outgoing IPC response size calculation.bunnei3-1/+15
2021-05-11WORKAROUND: temp. disable session resource limits while we work out issuesbunnei4-11/+11
2021-05-11WORKAROUND: Do not use slab heap while we track down issues with resource management.bunnei1-2/+2
2021-05-11audrenbunnei2-25/+16
2021-05-11core: hle: ipc_helpers: Fix cast on raw_data_size calculation.bunnei1-1/+1
2021-05-11hle: service: sm: Add TIPC support.bunnei2-41/+66
2021-05-11hle: kernel: hle_ipc: Improve IPC code and add initial support for TIPC.bunnei2-81/+57
2021-05-11hle: service: sm: GetService: Reserve session resource when we create a KSession.bunnei1-0/+7
2021-05-11hle: service: Add support for dispatching TIPC requests.bunnei2-1/+52
2021-05-11hle: service: Implement IPC::CommandType::Close.bunnei3-11/+15
2021-05-11hle: service: sm: Use RegisterNamedService to register the service.bunnei1-1/+1
2021-05-11hle: service: sm: Improve Initialize implementation.bunnei2-0/+3
2021-05-11hle: kernel: svc: Update ConnectToNamedPort to use new CreateNamedServicePort interface.bunnei1-4/+3
2021-05-11hle: kernel: Implement named service ports using service interface factory.bunnei4-22/+30
2021-05-11hle: kernel: KSession: Improve implementation of CloneCurrentObject.bunnei1-2/+10
2021-05-11hle: service: sm: Increase point buffer size.bunnei1-1/+1
2021-05-11hle: ipc_helpers: Reserve session resource when we create a KSession.bunnei1-0/+5
2021-05-11hle: kernel: KClientPort: Cleanup comment format.bunnei1-1/+1
2021-05-11hle: ipc: Add declarations for TIPC.bunnei1-1/+16
2021-05-11hle: kernel: Further cleanup and add TIPC helpers.bunnei2-4/+12
2021-05-11hle: ipc_helpers: Update IPC response generation for TIPC.bunnei2-19/+39
2021-05-09kernel: Delete unused filesgerman772-151/+0
2021-05-08kernel: Eliminate variable shadowingLioncash40-140/+138
2021-05-07ldr: Simplify memory copy within LoadNro()Lioncash1-5/+3
2021-05-06nvflinger: Create layers when they are queried but not foundameerj2-5/+35
2021-05-06hle: kernel: KPageTable: CanContain should not be constexpr.bunnei2-2/+2
2021-05-06hle: kernel: Move slab resource counts to Kernel.bunnei4-33/+52
2021-05-06fixup! hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei1-2/+2
2021-05-06fixup! hle: kernel: Migrate more of KThread to KAutoObject.bunnei1-1/+1
2021-05-06fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei1-2/+0
2021-05-06fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei1-2/+0
2021-05-06kernel: svc: Remove unused RetrieveResourceLimitValue function.bunnei1-32/+0
2021-05-06hle: kernel: Fix un/sign mismatch errors with NUM_CPU_CORES.bunnei1-3/+3
2021-05-06fixup! hle: kernel: Add initial impl. of slab setup.bunnei1-6/+2
2021-05-06fixup! hle: kernel: Migrate to KHandleTable.bunnei1-0/+3
2021-05-06fixup! hle: kernel: Migrate more of KThread to KAutoObject.bunnei1-7/+0
2021-05-06fixup! hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei2-2/+2
2021-05-06fixup! hle: kernel: Migrate to KHandleTable.bunnei1-1/+1
2021-05-06fixup! hle: kernel: Add initial impl. of KLinkedList.bunnei1-12/+12
2021-05-06fixup! hle: kernel: Migrate to KHandleTable.bunnei1-1/+1
2021-05-06fixup! hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.bunnei1-1/+1
2021-05-06fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei3-22/+28
2021-05-06fixup! hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei1-1/+1
2021-05-06fixup! hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.bunnei1-1/+1
2021-05-06fixup! hle: kernel: Migrate to KHandleTable.bunnei1-60/+58
2021-05-06fixup! hle: kernel: Add initial impl. of KAutoObjectWithListContainer.bunnei1-11/+9
2021-05-06fixup! hle: kernel: Add initial impl. of KAutoObjectWithListContainer.bunnei1-9/+2
2021-05-06fixup! hle: kernel: Add initial impl. of KAutoObject.bunnei1-46/+46
2021-05-06fixup! hle: kernel: Add initial impl. of KAutoObject.bunnei1-1/+1
2021-05-06fixup! hle: kernel: Add initial impl. of slab setup.bunnei1-8/+8
2021-05-06common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.bunnei4-9/+9
2021-05-06fixup! hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-05-06fixup! hle: kernel: Migrate to KHandleTable.bunnei1-1/+1
2021-05-06fixup! hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei1-3/+3
2021-05-06hle: kernel: svc: ConnectToNamedPort: Use KHandleTable::Reserve.bunnei1-3/+8
2021-05-06hle: kernel: Migrate to KHandleTable.bunnei19-375/+496
2021-05-06hle: kernel: KClassToken: Ensure class tokens are correct.bunnei1-1/+127
2021-05-06hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.bunnei10-95/+210
2021-05-06hle: kernel: Rename Process to KProcess.bunnei46-160/+162
2021-05-06hle: kernel: Remove deprecated Object class.bunnei35-404/+15
2021-05-06hle: kernel: Do not shutdown twice on emulator close.bunnei1-3/+1
2021-05-06hle: kernel: Cleanup shutdown of persistent kernel objects.bunnei1-14/+12
2021-05-06hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject.bunnei21-166/+442
2021-05-06hle: kernel: Migrate KServerPort to KAutoObject.bunnei7-50/+65
2021-05-06hle: kernel: Migrate KClientPort to KAutoObject.bunnei16-60/+89
2021-05-06hle: kernel: HandleTable: Remove deprecated APIs.bunnei5-106/+23
2021-05-06hle: kernel: Migrate KResourceLimit to KAutoObject.bunnei13-122/+197
2021-05-06hle: kernel: svc: Migrate WaitSynchronization.bunnei2-47/+78
2021-05-06hle: kernel: svc: Use new handle table API for Process.bunnei2-16/+17
2021-05-06hle: kernel: Migrate KTransferMemory to KAutoObject.bunnei11-66/+207
2021-05-06hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei30-350/+406
2021-05-06hle: kernel: svc: Migrate GetThreadContext, GetThreadCoreMask.bunnei1-2/+59
2021-05-06hle: kernel: svc: Migrate GetProcessId, CancelSynchronization, SetThreadActivity.bunnei1-13/+67
2021-05-06hle: kernel: KThread: Remove incorrect resource release.bunnei1-2/+1
2021-05-06hle: kernel: svc_results: Update naming..bunnei8-42/+43
2021-05-06hle: kernel: KThread: Add missing resource hint release.bunnei1-1/+1
2021-05-06hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei35-200/+215
2021-05-06hle: ipc_helpers: Add methods for copy/move references.bunnei1-2/+24
2021-05-06hle: kernel: Move slab heaps to their own container.bunnei2-10/+16
2021-05-06hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.bunnei10-58/+52
2021-05-06hle: kernel: Move slab heap management to KernelCore.bunnei7-64/+106
2021-05-06hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei20-0/+55
2021-05-06hle: kernel: Use unique_ptr for suspend and dummy threads.bunnei1-8/+8
2021-05-06hle: kernel: Migrate KEvent to KAutoObject.bunnei37-266/+269
2021-05-06hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei16-114/+128
2021-05-06hle: kernel: Migrate KProcess to KAutoObject.bunnei12-54/+73
2021-05-06hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei28-59/+65
2021-05-06hle: kernel: Migrate more of KThread to KAutoObject.bunnei16-289/+442
2021-05-06hle: kernel: svc: Migrate GetThreadPriority, StartThread, and ExitThread.bunnei1-21/+12
2021-05-06hle: kernel: svc: Migrate CreateThread.bunnei1-14/+21
2021-05-06hle: kernel: Migrate idle threads.bunnei2-13/+9
2021-05-06hle: kernel: Migrate KThread to KAutoObject.bunnei2-109/+91
2021-05-06hle: kernel: Add initial impl. of slab setup.bunnei2-0/+225
2021-05-06hle: kernel: Refactor out various KThread std::shared_ptr usage.bunnei10-58/+30
2021-05-06hle: kernel: Add initial impl. of KLinkedList.bunnei1-0/+233
2021-05-06hle: kernel: Add initial impl. of KSlabAllocated.bunnei1-0/+152
2021-05-06hle: kernel: Add initial impl. of KAutoObjectWithListContainer.bunnei2-0/+107
2021-05-06hle: kernel: Add initial impl. of KAutoObject.bunnei2-0/+304
2021-05-06Update src/core/hle/service/nvdrv/interface.cppbunnei1-1/+1
2021-05-05hid: Improve hardware accuracy of gesturesgerman772-76/+340
2021-05-05service: Remove unused class variablesLioncash3-7/+4
2021-05-04service: Resolve cases of member field shadowingLioncash56-101/+103
2021-05-03nvdrv: /dev/nvhost-prof-gpu for productionChloe Marcec1-3/+14
2021-05-03hid: Fix touch not initializing properly if disabledgerman772-2/+10
2021-05-01service: filesystem: Return proper error codes for CreateFileMorph1-2/+7
2021-05-01Disable touch if setting is not enabledgerman772-2/+2
2021-04-27address commentsgerman772-5/+5
2021-04-26service: Eliminate cases of member shadowingLioncash15-76/+81
2021-04-25nvhost_vic: Fix device closureameerj2-10/+8
2021-04-24glue: Add ectx:aw placeholdergerman773-0/+47
2021-04-24hid: Implement SevenSixAxis and ConsoleSixAxisSensorgerman777-12/+201
2021-04-24ICommonStateGetter: Stub SetRequestExitToLibraryAppletAtExecuteNextProgramEnabledMorph2-1/+10
2021-04-23acc/lbl: Remove unused variablesLioncash2-6/+0
2021-04-23lm: Make use of insert_or_assign() in Log()Lioncash1-1/+1
2021-04-23lm: Prevent redundant map lookups in Log()Lioncash1-4/+5
2021-04-23lm: Resolve -Wextra-semi warningLioncash1-1/+1
2021-04-22service: hid: Get transfer memory for InitializeSevenSixAxisSensorMorph1-1/+38
2021-04-19general: Write buffers before pushing raw argumentsMorph3-5/+12
2021-04-19arp: Use type alias for issue functionLioncash1-4/+4
2021-04-19arp: Prevent uninitialized read of launch member variableLioncash1-1/+1
2021-04-19npad: Remove duplicated class member variableLioncash2-2/+1
2021-04-19time: Write buffer before pushing RESULT_SUCCESS in GetClockSnapshotMorph1-1/+2
2021-04-19time: Fix GetClockSnapshotFromSystemClockContextMorph1-2/+3
2021-04-17applets: Send focus state change message on applet state changeMorph10-22/+56
2021-04-17applets: Make the applet mode a protected property of AppletMorph14-22/+20
2021-04-15applets/swkbd: Implement the Normal and Inline Software Keyboard AppletMorph3-13/+1487
2021-04-15ILibraryAppletCreator: Implement CreateHandleStorageMorph2-6/+64
2021-04-15hle_ipc: Add helper functions to get copy/move handlesMorph2-2/+16
2021-04-15ILibraryAppletAccessor: Demote from ERROR to DEBUG for null storage logsMorph1-2/+2
2021-04-15applets: Pass in the LibraryAppletMode each applet's constructorMorph13-33/+58
2021-04-15applets: Remove the previous software keyboard applet implementationMorph2-227/+6
2021-04-15common: Move settings to common from core.bunnei28-28/+28
2021-04-14k_resource_limit: Minor cleanup of member variables/headersameerj4-21/+13
2021-04-12kernel/process: Replace process resource limit instance with the kernel's resource limitameerj2-38/+27
2021-04-12k_thread: Remove [[nodiscard]] attribute from ClearWaitCancelled()Lioncash1-1/+1
2021-04-09ns: Update to 12.xMorph1-3/+38
2021-04-09aoc_u: Update to 12.xMorph1-0/+2
2021-04-09nim: Update to 12.xMorph1-44/+55
2021-04-09npns: Update to 12.xMorph1-0/+3
2021-04-09bgtc: Update to 12.x and implement OpenTaskServiceMorph2-1/+34
2021-04-09vi: Update to 12.xMorph1-0/+8
2021-04-09erpt: Update to 12.xMorph1-1/+6
2021-04-09btm: Update to 12.xMorph1-0/+1
2021-04-09btdrv: Update to 12.xMorph1-0/+19
2021-04-09wlan: Update to 12.xgerman771-0/+7
2021-04-09usb: Use proper namesgerman771-21/+21
2021-04-09ITimeZoneService: Update to 12.xgerman771-0/+1
2021-04-09spl: Update to 12.xgerman771-0/+3
2021-04-09sfdnsres: Use proper namesgerman771-2/+2
2021-04-09nsd: Update to 12.xgerman771-0/+1
2021-04-09ethc: Update to 12.xgerman771-0/+1
2021-04-09sm: Use proper names, update to 12.xgerman771-4/+5
2021-04-09set_sys: Update to 12.xgerman771-0/+6
2021-04-09pctl_module: Update to 12.xgerman771-0/+3
2021-04-09pcie: Use proper namesgerman771-1/+1
2021-04-09olsc: Update to 12.xgerman771-0/+1
2021-04-09pl_u: Update to 12.xgerman771-0/+4
2021-04-09ldr: Use proper namesgerman771-16/+16
2021-04-09arp: Use proper names, update to 12.xgerman772-3/+10
2021-04-09caps_u: Update to 12.xgerman771-0/+1
2021-04-09caps_a: Update to 12.xgerman771-0/+1
2021-04-09bpc: Use proper namesgerman771-2/+2
2021-04-09bcat_module: Update to 12.xgerman771-0/+2
2021-04-09codecctl: Use proper namesgerman771-13/+13
2021-04-09audren_u: Use proper namesgerman772-4/+4
2021-04-09audren_a: Use proper namesgerman771-6/+6
2021-04-09audrec_u: Use proper names, update to 12.xgerman771-3/+4
2021-04-09audrec_a: Use proper namesgerman771-2/+2
2021-04-09audout_u: Use proper namesgerman771-3/+3
2021-04-09audout_a: Use proper namesgerman771-6/+6
2021-04-09audin_u: Use proper namesgerman771-7/+7
2021-04-09audin_a: Use proper namesgerman771-4/+4
2021-04-08service: time: Setup the network clock with the local clock contextMorph6-21/+38
2021-04-08service: hid: Stub SetAnalogStickUseCenterClampMorph4-1/+29
2021-04-08service: time: Fix CalculateStandardUserSystemClockDifferenceByUserMorph1-3/+8
2021-04-07hwopus: Update to 12.xMorph1-0/+4
2021-04-07IFile: Update to 12.xMorph1-3/+7
2021-04-07fsp-srv: Update to 12.xMorph2-3/+8
2021-04-07dauth_o: Update to 11.xMorph1-6/+11
2021-04-07acc_u1: Update to 12.xMorph1-13/+15
2021-04-07acc_su: Update to 12.xMorph1-17/+19
2021-04-07hid: Update service function tablesgerman772-0/+85
2021-04-07ISelfController: Update to 11.xMorph1-0/+1
2021-04-07IApplicationFunctions: Update to 11.xMorph1-0/+6
2021-04-07IDebugFunctions: Update to 12.xMorph1-0/+2
2021-04-07ICommonStateGetter: Update to 12.xMorph1-0/+9
2021-04-07IGlobalStateController: Update to 12.xMorph1-0/+1
2021-04-07IHomeMenuFunctions: Update to 12.xMorph1-0/+3
2021-04-07Amend bizarre clang-format suggestionsLioncash3-5/+5
2021-04-07k_scoped_scheduler_lock_and_sleep: Mark class as [[nodiscard]]Lioncash1-1/+1
2021-04-07k_scoped_lock: delete copy and move assignment operatorsLioncash1-2/+5
2021-04-07k_scoped_lock: Mark class as [[nodiscard]]Lioncash1-1/+1
2021-04-07k_scheduler: Mark KScopedSchedulerLock as [[nodiscard]]Lioncash1-1/+1
2021-04-07kernel: Increase event and session countsameerj1-2/+2
2021-04-07svc: Expand SVC tablesLioncash1-0/+132
2021-04-07process_capability: Handle extended SVC rangeLioncash2-6/+1
2021-04-05nvhost_nvdec_common: Avoid memcpy with null pointerslat9nq1-6/+11
2021-04-05nvhost_ctrl_gpu: Avoid sending null pointer to memcpylat9nq1-1/+7
2021-04-02HID: Fix SL and SR buttons for right joycongerman771-2/+6
2021-03-30ISelfController: Stub SetAlbumImageTakenNotificationEnabledMorph2-1/+17
2021-03-30configuration: Add auto stub toggle that resets on bootameerj1-4/+6
2021-03-30service: Auto stub fallbackameerj1-0/+4
2021-03-30nvdrv: Cleanup CDMA Processor on device closureChloe Marcec1-6/+4
2021-03-30Addressed issuesChloe Marcec2-21/+22
2021-03-27hle: kernel: Initialize preemption task after schedulers.bunnei1-1/+1
2021-03-27service: friend: Change logging class from ACC to FriendMorph1-11/+12
2021-03-27Friend: Stub GetPlayHistoryRegistrationKeygerman771-1/+13
2021-03-26HID: Initialize correctly the gesture finger_id and filter invalid resultsNarr the Reg2-3/+13
2021-03-26pctl: Rework how pctl works to be more accurateChloe Marcec4-31/+243
2021-03-25nvdrv: Pass device fd and handle device create methods for device opening and closingChloe Marcec20-78/+161
2021-03-24hle: kernel: Breakup InitializeMemoryLayout.bunnei1-3/+7
2021-03-24hle: kernel: k_memory_region_type: Minor code cleanup.bunnei1-13/+12
2021-03-24hle: kernel: k_memory_region: Minor code cleanup.bunnei1-7/+5
2021-03-24hle: kernel: k_memory_layout: Use pair instead of tuple.bunnei1-2/+4
2021-03-24hle: kernel: k_system_control: Remove unnecessary inline.bunnei1-4/+4
2021-03-24common: common_sizes: Move sizes to the Common namespace.bunnei4-45/+46
2021-03-22nvdrv: Change InitializeEx to AllocAsExChloe Marcec2-27/+49
2021-03-21hle: kernel: Merge KMemoryRegionAttr and KMemoryRegionType.bunnei2-11/+9
2021-03-21hle: kernel: Remove unused variable.bunnei1-1/+0
2021-03-21hle: kernel: k_memory_region_type: Remove extra ".bunnei1-1/+1
2021-03-21hle: kernel: k_memory_layout: Move KMemoryRegionAllocator out of global.bunnei3-35/+47
2021-03-21hle: kernel: k_memory_layout: Derive memory regions based on board layout.bunnei5-56/+1031
2021-03-21common: common_sizes: Move Invalid to Size_* prefix and add missing values.bunnei1-14/+14
2021-03-21hle: kernel: k_memory_region: Refactor to simplify code.bunnei2-83/+89
2021-03-21hle: kernel: board: k_system_control: Extend to include memory region sizes.bunnei2-1/+125
2021-03-21hle: kernel: board: Add secure_monitor module.bunnei1-0/+26
2021-03-21common: Move common sizes to their own header for code reuse.bunnei1-13/+1
2021-03-21hle: kernel: k_address_space_info: Cleanup.bunnei1-9/+9
2021-03-21hle: kernel: Add k_trace module.bunnei1-0/+12
2021-03-21hle: kernel: KSystemControl: Update to reflect board-specific behavior.bunnei3-9/+39
2021-03-21hle: kernel: KMemoryManager: Add CalculateManagementOverheadSize.bunnei2-0/+26
2021-03-21hle: kernel: KMemoryManager: Add aliases.bunnei1-0/+4
2021-03-21hle: kernel: Add architecture and board specific memory regions.bunnei2-0/+72
2021-03-21hle: kernel: KMemoryRegion: Derive region values.bunnei1-0/+327
2021-03-21hle: kernel: Migrate some code from Common::SpinLock to KSpinLock.bunnei5-25/+25
2021-03-21hle: kernel: Add initial KMemoryRegionType module.bunnei2-18/+40
2021-03-21hle: kernel: Move KMemoryRegion to its own module and update.bunnei3-31/+321
2021-03-17IApplicationDisplayService: Stub GetIndirectLayerImageMapMorph1-1/+27
2021-03-16bsd: Avoid writing empty buffersMorph1-2/+6
2021-03-11Fix casing on DeallocateAesKeySlotzkitx1-3/+3
2021-03-11Update SPL to fit N's service refactor (4.0.0+) which split into new services.zkitx3-9/+178
2021-03-10time: Fix CalculateSpanBetween implementationMorph1-3/+9
2021-03-10time: Assign the current time point to the ClockSnapshotMorph1-0/+2
2021-03-07common: Fiber: use a reference for YieldTo.bunnei1-8/+3
2021-03-06hle: kernel: KThread: Rework dummy threads & fix memory leak.bunnei6-36/+65
2021-03-06Revert "core: Switch to unique_ptr for usage of Common::Fiber."bunnei5-24/+23
2021-02-28Implements touch, pan, pinch and rotation gesturesgerman2-11/+240
2021-02-27core: hle: ldn: Error out on call to Initialization.bunnei1-1/+1
2021-02-27core: Switch to unique_ptr for usage of Common::Fiber.bunnei5-23/+24
2021-02-21hid: Implement GameCube Controller VibrationsMorph2-3/+130
2021-02-21acc: Stub GetNintendoAccountUserResourceCacheForApplicationMorph1-1/+17
2021-02-21kernel: Fix resource release exception on exitameerj3-2/+13
2021-02-19hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.bunnei14-134/+118
2021-02-19hle: kernel: Migrate MemoryManager to KMemoryManager.bunnei7-45/+46
2021-02-19hle: kernel: Migrate PageLinkedList to KPageLinkedList.bunnei7-37/+40
2021-02-19hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.bunnei17-472/+475
2021-02-19hle: kernel: Migrate SlabHeap to KSlabHeap.bunnei3-21/+20
2021-02-19hle: kernel: Migrate MemoryLayout to KMemoryLayout.bunnei4-30/+29
2021-02-19hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo.bunnei3-57/+52
2021-02-19hle: kernel: memory_manager: Rename AllocateContinuous to AllocateContinuous.bunnei2-4/+28
2021-02-19hle: kernel: KSystemControl does not belong in Memory namespace.bunnei6-29/+36
2021-02-19hle: kernel: memory: PageHeap: Migrate to KPageBitmap class.bunnei4-197/+23
2021-02-19hle: kernel: Add KPageBitmap class.bunnei1-0/+279
2021-02-19hle: kernel: system_control: Add function GenerateRandomU64.bunnei2-3/+5
2021-02-19hle: kernel: Add KSpinLock implementation.bunnei2-0/+87
2021-02-19hle: kernel: Rename SharedMemory to KSharedMemory.bunnei12-52/+52
2021-02-14hle: service: ldn: IUserLocalCommunicationService: Improve the stub.bunnei1-5/+29
2021-02-14hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disabled.bunnei2-3/+18
2021-02-14hle: service: am: IStorageAccessor: Fix out of bounds error handling.bunnei1-6/+7
2021-02-13Address PR feedbackameerj2-4/+2
2021-02-13nvdec cleanupameerj1-1/+7
2021-02-13kernel: More accurately reserve and release resourcesameerj6-14/+42
2021-02-13kernel: KScopedReservation implementationameerj5-26/+151
2021-02-13kernel: Unify result codes (#5890)Chloe20-254/+222
2021-02-11software_keyboard: Implement Finalize request commandMorph1-0/+4
2021-02-09bsd: Remove usage of optional emplace() with no argumentsLioncash1-2/+4
2021-02-09am/controller: Remove [[fallthrough]] from unreachable pathLioncash1-1/+2
2021-02-09nfp: Correct uninitialized size being used within GetTagInfo()Lioncash1-1/+1
2021-02-08hid: Implement GC controllergerman2-1/+88
2021-02-08olsc: Stub GetSaveDataBackupSettinggerman1-1/+12
2021-02-07lm: Fix ReadLeb128Chloe Marcec1-7/+9
2021-02-06pl_u: Fix read out of boundsAlessandro Astone1-2/+7
2021-02-06k_address_arbiter: Unfold R_UNLESS macrosLioncash1-5/+8
2021-02-06k_address_arbiter: Remove unnecessary usages of std::addressofLioncash1-10/+10
2021-02-06k_address_arbiter: Remove dead codeLioncash1-40/+13
2021-02-06svc: Provide more detailed error logs for svc functionsLioncash1-59/+188
2021-02-05hle: kernel: Drop R_UNLESS_NOLOG in favor of expanded if-statement.bunnei2-3/+11
2021-02-05hle: kernel: KAddressArbiter: Remove noisy error log.bunnei1-1/+1
2021-02-05hle: kernel: svc: Cleanup KEvent/KReadableEvent/KWritableEvent SVCs.bunnei5-69/+89
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei38-298/+341
2021-02-05hle: kernel: Implement KEvent.bunnei2-0/+89
2021-02-05hle: kernel: KAddressArbiter: Use R_UNLESS_NOLOG where applicable.bunnei1-1/+1
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei43-99/+99
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei39-74/+75
2021-02-04k_affinity_mask: Avoid implicit truncation to boolLioncash1-1/+1
2021-02-04k_priority_queue: Unfold several declval usagesLioncash1-5/+5
2021-02-04k_priority_queue: Simplify affinity mask type aliasLioncash1-2/+2
2021-02-04k_priority_queue: Resolved reserved identifierLioncash1-2/+2
2021-02-04Add footer types and address commentsgerman7-58/+106
2021-02-04Fix npad struct to match switchbrewgerman3-105/+134
2021-02-04Adds missing controller types and propertiesgerman9-30/+191
2021-02-03Simplify limitableresource namesChloe Marcec6-36/+29
2021-02-02Prevent over scheduling audio events and terminate properly the motion update eventgerman1-0/+1
2021-02-02IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEventMorph2-1/+14
2021-02-02Compile errorChloe Marcec1-1/+1
2021-02-02Address issuesChloe Marcec3-19/+15
2021-02-01Only update motion for npad and prevent over scheduling eventsgerman1-2/+11
2021-01-31nifm: Stub GetCurrentIpConfigInfoMorph1-1/+29
2021-01-31prepo: Stub GetTransmissionStatusMorph1-1/+11
2021-01-31prepo: Stub RequestImmediateTransmissionMorph1-1/+8
2021-01-31nifm: Stub GetCurrentNetworkProfileMorph1-1/+41
2021-01-31nifm: Add several structsMorph1-0/+87
2021-01-31am/IApplicationFunctions: Stub IsGamePlayRecordingSupportedMorph2-1/+12
2021-01-31bsd: Fix EventFd stubMorph1-3/+3
2021-01-31nifm: Fix GetAppletInfo stubMorph1-1/+5
2021-01-31bsd: Fix GetSockOpt stubMorph1-1/+5
2021-01-31bsd: Stub EventFdameerj2-1/+12
2021-01-31am: Stub TryPopFromFriendInvitationStorageChannelameerj2-1/+10
2021-01-30fix compile errorChloe Marcec1-1/+1
2021-01-30cleanup commentingChloe Marcec1-2/+2
2021-01-30Drop m_ from lockChloe Marcec2-9/+9
2021-01-30Move to GetGlobalTimeNs, fix GetTotalPhysicalMemoryAvailableChloe Marcec3-9/+7
2021-01-30kernel: Rewrite resource limit to be more accurateChloe Marcec12-229/+354
2021-01-30Stub GetSystemSessionIdgerman1-1/+10
2021-01-29hle: kernel: KLightLock: Fix several bugs.bunnei1-3/+3
2021-01-29hle: kernel: KThread: Release thread resource on thread exit.bunnei1-0/+1
2021-01-29yuzu: debugger: Ignore HLE threads.bunnei2-7/+13
2021-01-29hle: kernel: process: Add state lock.bunnei3-6/+15
2021-01-29hle: kernel: threading: Fix bug with host thread naming.bunnei1-3/+2
2021-01-29hle: kernel: k_scheduler_lock: Cleanup.bunnei1-3/+3
2021-01-29hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling.bunnei7-41/+45
2021-01-29hle: kernel: k_scheduler: Use atomics for current_thread, etc.bunnei2-26/+28
2021-01-29hle: kernel: k_scheduler: Fix for single core mode.bunnei1-1/+2
2021-01-29kernel: Fix build errors.bunnei2-4/+9
2021-01-29hle: kernel: KScheduler: Introduce thread context_guard.bunnei2-3/+16
2021-01-29hle: kernel: Recode implementation of KThread to be more accurate.bunnei12-767/+1553
2021-01-29kernel: svc_types: Add ThreadActivity.bunnei1-0/+5
2021-01-29kernel: KSchedulerPriorityQueue: Lowest priority should be LowestThreadPriority.bunnei1-1/+1
2021-01-29kernel: k_light_lock: Simplify EmuThreadHandle implementation.bunnei4-23/+25
2021-01-29hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle implementation.bunnei6-69/+25
2021-01-29core: hle: kernel: object: Implement Finalize() virtual method.bunnei15-6/+29
2021-01-29core: hle: kernel: svc_results: Populate with several missing error codes.bunnei1-0/+3
2021-01-29core: hle: kernel: Implement KLightLock.bunnei2-0/+171
2021-01-29core: hle: kernel: Implement KThreadQueue.bunnei1-0/+81
2021-01-29hle: kernel: KThread: Clean up thread priorities.bunnei9-75/+41
2021-01-29hle: kernel: KThread: Reorganize thread priority defaults.bunnei7-27/+27
2021-01-29hle: kernel: KThread: Fix ThreadType definition.bunnei5-11/+12
2021-01-29hle: kernel: Move single core "phantom mode" out of KThread.bunnei3-10/+24
2021-01-29hle: kernel: KThread: Remove thread types that do not exist.bunnei4-44/+27
2021-01-29core: hle: kernel: Rename Thread to KThread.bunnei38-246/+245
2021-01-29Fix user changing to 0 if validgerman1-2/+8
2021-01-28hid: Add static_assert for Parameter sizeMorph1-15/+19
2021-01-28prepo: Fix BufferDescriptorX invalid buffer errors and add "New" variants of SaveReportMorph1-24/+42
2021-01-28hle_ipc: Add Can(Read, Write)BufferMorph2-0/+28
2021-01-28Stub GetSockOptgerman2-1/+17
2021-01-27npad: Remove unused device handle parameterMorph3-11/+9
2021-01-25Omit system referenceChloe Marcec1-2/+1
2021-01-25psm: IPsmSessionChloe Marcec1-2/+114
2021-01-24Stub Set/Get/Reset SixaxisSensorFusionParametersgerman4-3/+104
2021-01-24Print Process ID and Thread ID as hexChloe Marcec1-2/+2
2021-01-24hle: Implement remaining services for Stereo VisionChloe Marcec3-7/+60
2021-01-24audout: FlushAudioOutBuffersChloe Marcec1-1/+9
2021-01-23Simplify conditionChloe Marcec1-2/+1
2021-01-23nvdrv: Unregister already registered eventsChloe Marcec1-1/+8
2021-01-23Clamp string reads to buffer sizeChloe Marcec1-3/+5
2021-01-21hle: service: am: Stub ILibraryAppletAccessor::PresetLibraryAppletGpuTimeSliceZero.bunnei1-1/+8
2021-01-20lbl: Implement most of lblChloe Marcec1-22/+261
2021-01-20mii: Fix BuildRandomStoreData & Cleanup raw_dataChloe Marcec4-2274/+1657
2021-01-20Mark DestinationToString as staticChloe Marcec1-1/+1
2021-01-20Mark LogPacketHeaderEntry hash as noexceptChloe Marcec1-1/+1
2021-01-20lm: Recode LM serviceChloe Marcec3-271/+286
2021-01-19acc: Stub StoreSaveDataThumbnailChloe Marcec5-6/+66
2021-01-18npad: Add check for HANDHELD_INDEX in UpdateControllerAt()Morph1-1/+1
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp12-179/+189
2021-01-15common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINITReinUsesLisp2-7/+7
2021-01-15Always initialize keyboard inputgerman1-5/+1
2021-01-15Add mutitouch support for touch screensgerman2-19/+25
2021-01-15Allow to return up to 16 touch inputs per enginegerman2-55/+75
2021-01-15Allow all touch inputs at the same time and remove config options that are not longer necesarygerman2-11/+20
2021-01-15Add multitouch supportgerman2-23/+93
2021-01-15common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash4-8/+12
2021-01-11hle: kernel: thread: Preserve thread wait reason for debugging only.bunnei7-1/+34
2021-01-11hle: kernel: k_scheduler_lock: Fix shadowing errors.bunnei1-1/+1
2021-01-11core: hle: Add missing calls to MicroProfileOnThreadExit.bunnei1-0/+4
2021-01-11core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.bunnei13-1173/+503
2021-01-11core: hle: kernel: Update KAddressArbiter.bunnei2-0/+435
2021-01-11core: hle: kernel: Update KConditionVariable.bunnei3-0/+411
2021-01-11core: hle: kernel: Begin moving common SVC defintions to its own header.bunnei1-0/+13
2021-01-11hle: kernel: Remove unnecessary AddressArbiter definition.bunnei1-1/+0
2021-01-11hle: kernel: k_scheduler: Cleanup OnThreadPriorityChanged.bunnei2-6/+3
2021-01-11hle: kernel: Rename thread "status" to "state".bunnei1-2/+2
2021-01-11hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState.bunnei11-127/+97
2021-01-11core: hle: kernel: Add some useful functions for checking kernel addresses.bunnei1-0/+19
2021-01-11core: hle: kernel: svc_types: Add type definitions for KAddressArbiter.bunnei1-0/+12
2021-01-11core: hle: kernel: Update KSynchronizationObject.bunnei30-599/+377
2021-01-11core: hle: kernel: Begin moving common SVC results to its own header.bunnei1-0/+20
2021-01-11hle: service: nfp: Remove incorrect signaling behavior in GetDeviceState.bunnei1-6/+0
2021-01-09core: Silence unhandled enum in switch warningsReinUsesLisp1-2/+4
2021-01-08Stub IsCpuOverclockEnabledgerman2-1/+10
2021-01-07fix for nvdec disabled, cleanup host1xameerj1-11/+14
2021-01-07nvdec syncpt incorporationameerj7-20/+43
2021-01-05core: Silence warnings when compiling without assertsReinUsesLisp2-0/+3
2021-01-04buffer_queue: Protect queue_sequence list access with a mutexameerj2-13/+21
2021-01-03hle: service: nvflinger: buffer_queue: Do not reset id/layer_id on Connect.bunnei1-2/+0
2021-01-02general: Fix various spelling errorsMorph5-19/+19
2020-12-30service/pcie: Fix invalid initialization argumentReinUsesLisp1-1/+1
2020-12-30core/memory: Read and write page table atomicallyReinUsesLisp1-1/+1
2020-12-30hle: kernel: service_thread: Make thread naming more consistent.bunnei1-1/+1
2020-12-30hle: kernel: Manage service threads on another thread.bunnei1-9/+20
2020-12-30hle: kernel: Manage host thread IDs using TLS.bunnei1-46/+31
2020-12-29k_priority_queue: Fix concepts usecomex1-3/+5
2020-12-29Add missing include of "core/hle/kernel/kernel.h"comex1-0/+1
2020-12-29svc: demote SleepThread log to LOG_TRACEameerj1-1/+1
2020-12-29hle: kernel: Move ServiceThread ownership to KernelCore.bunnei4-5/+48
2020-12-29hle: kernel: service_thread: Add thread name and take weak_ptr of ServerSession.bunnei3-11/+22
2020-12-29hle: service: Acquire and release a lock on requests.bunnei5-25/+35
2020-12-29core: hle: kernel: Clear process list on boot.bunnei1-2/+2
2020-12-29hle: service: vi: Refactor to grab buffer only once.bunnei1-15/+4
2020-12-29service: nvflinger: Improve synchronization for BufferQueue.bunnei5-19/+72
2020-12-29hle: service: Ensure system is powered on before writing IPC result.bunnei1-1/+5
2020-12-29core: kernel: Clear process list earlier.bunnei1-2/+2
2020-12-29hle: kernel: hle_ipc: Remove SleepClientThread.bunnei2-54/+0
2020-12-29hle: service: bsd: Update to work with service threads, removing SleepClientThread.bunnei3-249/+45
2020-12-29hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread.bunnei23-211/+83
2020-12-29hle: kernel: service_thread: Add parameter for thread pool size.bunnei3-7/+7
2020-12-29hle: service: nvflinger: Refactor locking and interfaces.bunnei3-45/+31
2020-12-29hle: service: vi: Remove usage of SleepClientThread.bunnei1-34/+43
2020-12-29core: hle: server_session: Use separate threads for each service connection.bunnei5-23/+138
2020-12-18applets/web: Implement the online web browser appletMorph2-3/+11
2020-12-18main, applets/web: Re-add progress dialog for RomFS extractionMorph2-32/+44
2020-12-18pl_u, applets/web: Decrypt shared fonts to TTF filesMorph3-18/+117
2020-12-18ns_vm: Stub NeedsUpdateVulnerabilityMorph1-1/+10
2020-12-18controllers/npad: Make press_state atomicMorph2-2/+3
2020-12-18applets/web: Implement the default web browser applet frontendMorph1-1/+4
2020-12-18applets/web: Implement the offline browser applet backendMorph2-13/+143
2020-12-18applets/web: Initial implementation of the web browser appletMorph3-2/+428
2020-12-18applets: Remove the previous web browser applet implementationMorph4-609/+37
2020-12-18buffer_queue: better use of std::arrayameerj1-59/+46
2020-12-17Overwrite slots instead of queuing them, add disconnect signalameerj3-27/+33
2020-12-12controllers/npad: Validate device handles before useMorph2-0/+45
2020-12-08svc: Remove unnecessary castsLioncash1-35/+25
2020-12-08IPurchaseEventManager: Implement GetPurchasedEventReadableHandleMorph1-1/+14
2020-12-08IPurchaseEventManager: Stub Set(Default)DeliveryTargetMorph1-2/+27
2020-12-08aoc_u: Stub Create(Permanent)EcPurchasedEventManagerMorph2-2/+38
2020-12-08fsp_srv: Implement OpenDataStorageWithProgramIndexMorph4-1/+57
2020-12-08file_sys: Consolidate common Title ID operationsMorph1-7/+5
2020-12-08core: Remove unnecessary enum casts in log callsLioncash21-76/+67
2020-12-08controller: Use std::move within ConvertToFrontendParameters()Lioncash1-3/+3
2020-12-08controller: Avoid unnecessary copies in ConfigurationComplete()Lioncash1-9/+8
2020-12-07network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`comex4-40/+45
2020-12-07Fix "explicitly defaulted but implicitly deleted" warningcomex1-1/+1
2020-12-07hle: Type check ResponseBuilder::Push arguments, and fix use in vi.cppcomex2-34/+37
2020-12-07core: Mark unused fields as [[maybe_unused]]comex2-3/+3
2020-12-07boxcat: Avoid unnecessary object copycomex1-1/+1
2020-12-07nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclasscomex1-33/+0
2020-12-06hle: kernel: Process: Various style fixes based on code review feedback.bunnei1-2/+2
2020-12-06hle: kernel: Thread: Various style fixes based on code review feedback.bunnei1-22/+25
2020-12-06hle: kernel: KScopedSchedulerLockAndSleep: Various style fixes based on code review feedback.bunnei1-6/+6
2020-12-06hle: kernel: KScopedLock: Various style fixes based on code review feedback.bunnei1-6/+8
2020-12-06hle: kernel: KAbstractSchedulerLock: Various style fixes based on code review feedback.bunnei1-9/+7
2020-12-06hle: kernel: KScheduler: Various style fixes based on code review feedback.bunnei2-50/+41
2020-12-06hle: kernel: KPriorityQueue: Various style fixes based on code review feedback.bunnei1-29/+36
2020-12-06hle: kernel: KAffinityMask: Various style fixes based on code review feedback.bunnei1-17/+13
2020-12-06hle: kernel: GlobalSchedulerContext: Various style fixes based on code review feedback.bunnei2-5/+10
2020-12-06hle: kernel: Use C++ style comments in KScheduler, etc.bunnei4-152/+136
2020-12-06kernel: KScopedSchedulerLockAndSleep: Remove unused ctor.bunnei1-13/+7
2020-12-06kernel: time_manager: Add missing lock guards.bunnei1-3/+10
2020-12-06hle: kernel: Migrate to KScopedSchedulerLock.bunnei14-48/+91
2020-12-06hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler.bunnei10-69/+71
2020-12-06hle: kernel: Separate KScheduler from GlobalSchedulerContext class.bunnei4-118/+138
2020-12-06hle: kernel: Rewrite scheduler implementation based on Mesopshere.bunnei20-1146/+1179
2020-12-06hle: kernel: physical_core: Clear exclusive state after each run.bunnei1-0/+1
2020-12-06hle: kernel: Port KAbstractSchedulerLock from Mesosphere.bunnei1-0/+76
2020-12-06hle: kernel: svc: Remove reschedule on svcBreak.bunnei1-5/+0
2020-12-06hle: kernel: process: Add schedule count tracking, to be used for yield impl.bunnei1-0/+13
2020-12-06hle: kernel: svc: Remove unnecessary hack in svcSleep.bunnei1-7/+0
2020-12-06common: Port KPriorityQueue from Mesosphere.bunnei1-0/+443
2020-12-06hle: kernel: Port KAffinityMask from Mesosphere.bunnei5-14/+77
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash1-3/+3
2020-12-05applets: Resolve variable shadowingMorph1-1/+1
2020-12-04nim: Stub IsLargeResourceAvailableMorph1-1/+13
2020-12-03audio_core: Make shadowing and unused parameters errorsLioncash1-1/+1
2020-11-29kernel: scheduler: Minor cleanup to remove duplicated code.bunnei2-46/+14
2020-11-29kernel: time_manager: Protect access with a mutex.bunnei2-1/+5
2020-11-29hle: kernel: thread: Remove unused "Running" state.bunnei2-6/+0
2020-11-29core: arm: Implement InvalidateCacheRange for CPU cache invalidation.bunnei5-10/+21
2020-11-29hle: kernel: time_manager: Avoid a crash on process exit.bunnei1-1/+4
2020-11-29hle: kernel: AddressArbiter: Remove unused code.bunnei2-9/+0
2020-11-29hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled.bunnei1-1/+2
2020-11-29common: fiber: Use boost::context instead of native fibers on Windows.bunnei1-1/+1
2020-11-29hle: kernel: multicore: Replace n-JITs impl. with 4 JITs.bunnei8-57/+97
2020-11-29Add missing types to NpadCommunicationModegerman1-0/+2
2020-11-27savedata_factory: Eliminate usage of the global system instanceLioncash1-1/+2
2020-11-27Stub set and get NpadCommunicationModegerman4-2/+50
2020-11-27service: Eliminate usages of the global system instanceLioncash219-897/+1207
2020-11-25hid: Check if applet_resource exists in InitializeVibrationDeviceMorph1-2/+4
2020-11-25service: am: Implement ExecuteProgram and required stubs.bunnei2-3/+34
2020-11-24hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)bunnei16-97/+98
2020-11-24nvdrv, video_core: Don't index out of bounds when given invalid syncpoint IDcomex1-2/+2
2020-11-24nvservices: Reintroducee IoctlCtrlChloe Marcec24-91/+214
2020-11-23svc: Remove unnecessary [[maybe_unused]] tagLioncash1-1/+1
2020-11-20olsc: Move member initialization to after member functions.bunnei1-2/+2
2020-11-19hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions.bunnei3-0/+87
2020-11-18patch_manager: Remove usages of the global system instanceLioncash8-31/+66
2020-11-16hid: Reimplement Begin/EndPermitVibrationSessionMorph3-5/+17
2020-11-16controllers/npad: Load input devices on initMorph1-0/+2
2020-11-16general: Fix compiler warnings on linux and miscellaneous changesMorph2-8/+11
2020-11-16controllers/npad: Remove the old vibration filterMorph3-50/+64
2020-11-16hid: Implement InitializeVibrationDevice and IsVibrationDeviceMountedMorph3-12/+66
2020-11-16input_common: Add VibrationDevice and VibrationDeviceFactoryMorph3-33/+27
2020-11-16configure_input: Add per-player vibrationMorph1-2/+11
2020-11-16settings: Remove global vibration strength modifierMorph1-3/+1
2020-11-16hid: Mark Begin/EndPermitVibrationSession as stubsMorph3-18/+4
2020-11-16controllers/npad: Send an empty vibration on destruction/deactivationMorph3-22/+38
2020-11-16hid: Stub IsVibrationDeviceMountedMorph2-1/+23
2020-11-16controllers/npad: Add heuristics to reduce rumble state changesMorph1-5/+46
2020-11-16configure_input: Hook up the vibration percentage spinboxMorph1-1/+2
2020-11-16controllers/npad: Stop games from vibrating incorrect controllersMorph1-0/+10
2020-11-16hid: Fix controller rumble based on new researchMorph3-43/+69
2020-11-16hid: Pop a struct of parameters instead of popping individual parametersMorph1-103/+237
2020-11-16hid: Reorder all HID commandsMorph4-215/+230
2020-11-16hid: Implement GetVibrationDeviceInfoMorph2-3/+39
2020-11-16hid: Stub InitializeVibrationDeviceMorph1-3/+11
2020-11-16controllers/npad: Rename NPadType to NpadStyleSetMorph3-9/+9
2020-11-16controllers/npad: Add DeviceHandle structMorph1-27/+50
2020-11-16settings: Preparation for per-game input settingsMorph6-25/+32
2020-11-16controllers/npad: Connect a controller on init if none are connectedMorph1-0/+13
2020-11-10Addressed issuesChloe Marcec10-17/+86
2020-11-10core: Make nvservices more standardizedChloe Marcec26-903/+1156
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash16-7/+23
2020-11-08applets: Rename LibraryAppletVersion to ControllerAppletVersionMorph2-15/+15
2020-11-08applets/controller: Pop normal data for StrapGuide and FirmwareUpdateMorph2-6/+19
2020-11-08applets/controller: Introduce additional checks for mode and callerMorph2-5/+39
2020-11-08applets/controller: Add ControllerUpdateFirmwareArg structMorph1-0/+7
2020-11-07video_core: dma_pusher: Remove integrity check on command lists.bunnei1-1/+0
2020-11-07hle: service: caps_u: Stub GetAlbumFileList3AaeAruid.bunnei2-9/+17
2020-11-04core: Remove usage of unicornLioncash2-28/+5
2020-11-01fixup! hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements.bunnei2-3/+11
2020-11-01 hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements.bunnei3-46/+106
2020-11-01service: hle: nvflinger: Fix potential shutdown crash when GPU is destroyed.bunnei1-0/+4
2020-11-01hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager.bunnei3-9/+31
2020-11-01hle service: nvdrv: Update to instantiate SyncpointManager.bunnei2-5/+18
2020-11-01hle: service: nvdrv: Implement SyncpointManager, to manage syncpoints.bunnei3-1/+125
2020-11-01Rename to align with switchbrew and remove gpu function (#4714)Levi Behunin2-16/+10
2020-10-31hle: service: ldr: Implement UnloadNrr.bunnei1-1/+15
2020-10-30video_core: unbreak -Werror in NVDEC with ClangJan Beich1-1/+1
2020-10-30General: Resolve a few missing initializer warningsLioncash1-0/+4
2020-10-29kernel/process: Add missing <ctime> includeMorph1-0/+1
2020-10-28service: Update function tablesLioncash5-1/+7
2020-10-27hle/kernel: Remove unused registered_core_threads to fix data racesReinUsesLisp1-5/+0
2020-10-27video_core: NVDEC Implementationameerj8-288/+468
2020-10-27kernel: Use the current time as the default RNG seedlat9nq1-1/+1
2020-10-27hle: services: TimeZoneContentManager: This can be made explicit.bunnei1-1/+1
2020-10-25general: Use template deduction guides for lock_guardLioncash1-1/+1
2020-10-22core: Fix clang build pt.3Lioncash2-13/+3
2020-10-21Revert "core: Fix clang build"bunnei54-433/+322
2020-10-21kernel: Fix build with recent compiler flag changesLioncash1-4/+8
2020-10-20Added remaining paramsDavid Marcec1-1/+4
2020-10-20nifm: GetAppletInfo stubDavid Marcec1-1/+8
2020-10-18core: Fix clang buildLioncash54-322/+433
2020-10-17mii/manager: Make use of unused lower bound in GetRandomValue()Lioncash1-1/+1
2020-10-17service: bcat: Check client connection before interacting with socket.bunnei1-0/+10
2020-10-15service: acc: Stub IManagerForApplication::StoreOpenContext.bunnei1-1/+7
2020-10-14hle: service: vi: Implement BufferQueue::CancelBuffer.bunnei3-14/+53
2020-10-13kernel: Implement host thread register methods without lockingReinUsesLisp1-28/+38
2020-10-13core/CMakeLists: Make some warnings errorsLioncash12-67/+52
2020-10-13filesystem: Fix CreateDirectory and DeleteFileMorph1-2/+3
2020-10-13service: time: Update current time with changes to RTC setting.bunnei6-188/+302
2020-10-13hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace.bunnei2-0/+25
2020-10-02Only use inputs corresponding to controller typegerman1-49/+58
2020-09-30Stubbed EnableSixAxisSensorFusiongerman2-1/+15
2020-09-30caps_c: Stub SetShimLibraryVersionMorph2-1/+18
2020-09-30caps_u: Stub SetShimLibraryVersionMorph2-2/+14
2020-09-30caps_su: Properly stub SetShimLibraryVersionMorph1-1/+6
2020-09-30hid: Stub HomeButtonInputProtection service commandsMorph4-2/+50
2020-09-29First implementation of controller rumblegerman3-13/+22
2020-09-26frontend/controller: Eliminate dependency on the global system instanceLioncash1-1/+2
2020-09-25service: Restore "unused" functionLioncash1-0/+17
2020-09-24Use different timing for motiongerman5-76/+157
2020-09-22General: Make use of std::nullopt where applicableLioncash4-7/+7
2020-09-21acc: Stub LoadOpenContextMorph3-1/+13
2020-09-18hid: Implement Get/SetNpadHandheldActivationModeMorph3-5/+28
2020-09-18am: Stub GetPreviousProgramIndexMorph2-1/+11
2020-09-17nfp: Eliminate two unnecessary copiesLioncash1-10/+13
2020-09-17service: Remove unused funcationLioncash1-22/+0
2020-09-17service/sm: Slightly more efficient string name validationLioncash1-2/+2
2020-09-17service/sm: Eliminate dependency on the global system instanceLioncash2-6/+8
2020-09-17file_sys/bis_factory: Eliminate usage of the global system accessorLioncash1-1/+1
2020-09-14kernel: Remove all dependencies on the global system instanceLioncash5-11/+20
2020-09-10Test: Decrease pad_update_nsFearlessTobi1-1/+1
2020-09-07service: Remove two usages of the global system accessorLioncash3-7/+5
2020-09-07bsd: Resolve unused value within SendToImplLioncash1-0/+1
2020-09-07bsd: Resolve sign comparison warningsLioncash1-3/+3
2020-09-07sockets_translate: Make use of designated initializersLioncash1-12/+12
2020-09-07blocking_worker: Make use of templated lambdaLioncash1-3/+2
2020-09-07blocking_worker: Resolve -Wdocumentation warningLioncash1-1/+1
2020-09-05configure_input: Hook up the motion button and checkboxMorph1-1/+1
2020-09-05Add cemu hook changes related to PR #4609german1-2/+1
2020-09-05Remove RealMotionDevicegerman2-7/+8
2020-09-05controllers/npad: Simplify motion entry assignmentMorph1-29/+18
2020-09-05Include HID and configuration changes related to motiongerman4-15/+195
2020-09-04hid: Implement MergeSingleJoyasDualJoyMorph3-5/+24
2020-09-04Address feedbackMorph2-0/+7
2020-09-04applets/controller: Set min_players to have a minimum value of 1.Morph1-1/+1
2020-09-04applets/controller: Implement fallback applet for the SDL frontendMorph2-89/+0
2020-09-04applets/controller: Implement "Explain Text"Morph2-16/+26
2020-09-04Project Mjölnir: Part 2 - Controller AppletMorph6-42/+398
2020-08-29yuzu: Add motion and touch configurationFearlessTobi2-1/+12
2020-08-26controllers/npad: Fix inconsistencies with controller connection statusesMorph1-1/+7
2020-08-26controllers/npad: Fix LibNX controller connection statusesMorph1-1/+9
2020-08-26controllers/npad: Fix LedPattern for P1-4Morph1-3/+3
2020-08-26Project Mjölnir: Part 1Morph3-127/+111
2020-08-26hle/scheduler: Fix data race in is_context_switch_pendingReinUsesLisp1-2/+6
2020-08-26hle/kernel: Fix data race in GetCurrentHostThreadIDReinUsesLisp1-1/+2
2020-08-23fsp_srv: Resolve -Wunused-but-set-variable warningLioncash1-1/+8
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-0/+1
2020-08-23fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem()Lioncash1-2/+5
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash5-73/+73
2020-08-14time_zone_content_manager: Collapse auto and default caseLioncash1-3/+1
2020-08-14software_keyboard: Resolve a pessimizing move warningLioncash1-2/+1
2020-08-14core: Resolve several -Wextra-semi warningsLioncash3-7/+12
2020-08-14kernel/scheduler: Mark SchedulerLock constructor as nodiscardLioncash1-1/+1
2020-08-13General: Tidy up clang-format warnings part 2Lioncash6-40/+49
2020-08-07common/concepts: Rename IsBaseOf to DerivedFromLioncash1-1/+1
2020-08-05system_control: Make functions internally linked where applicableLioncash2-15/+11
2020-08-05kernel: Remove unused variablesLioncash2-18/+11
2020-08-05scheduler: Resolve sign conversion warningLioncash1-1/+2
2020-08-05address_arbiter: Resolve sign conversion warningLioncash1-1/+1
2020-08-05ipc_helpers: Only allow trivially copyable objects with PushRaw() and PopRaw()Lioncash1-0/+4
2020-08-03yuzu: Resolve C++20 deprecation warnings related to lambda capturesLioncash3-21/+21
2020-08-03service/ldr: Resolve sign mismatch warningsLioncash1-3/+2
2020-08-03buffer_queue: Make use of std::nulloptLioncash1-5/+6
2020-08-03buffer_queue: Make use of designated initializersLioncash1-5/+5
2020-08-03profile_manager: Make use of std::nulloptLioncash1-4/+4
2020-08-03profile_manager: Make use of designated initializersLioncash1-13/+22
2020-08-03sm: Make use of IsBaseOf for GetServiceDavid Marcec1-3/+2
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David9-30/+30
2020-07-31minor nitsMorph1-1/+3
2020-07-31am: Unstub SetScreenShotPermissionDavid Marcec2-1/+12
2020-07-30fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttributeMorph2-23/+56
2020-07-30fs: Rename SaveDataDescriptor to SaveDataAttributeMorph3-12/+12
2020-07-28service/bsd: Handle Poll with no entries accuratelyReinUsesLisp1-0/+5
2020-07-28services/bsd: Implement most of bsd:sReinUsesLisp5-55/+911
2020-07-28service/sockets: Add worker pool abstractionReinUsesLisp1-0/+30
2020-07-28service/sockets: Add worker abstraction to execute blocking calls asynchronouslyReinUsesLisp1-0/+132
2020-07-28service/sockets: Add translate functionsReinUsesLisp2-0/+213
2020-07-28service/sockets: Add enumerations and structuresReinUsesLisp2-0/+81
2020-07-28services/nifm: Implement GetCurrentIpAddressReinUsesLisp1-1/+12
2020-07-28Update src/core/hle/service/nvdrv/devices/nvmap.cppbunnei1-1/+1
2020-07-28core_timing: Make use of uintptr_t to represent user_dataLioncash6-13/+17
2020-07-27remove unused variable;CrazyMax1-1/+0
2020-07-26hle: nvdrv: Rewrite of GPU memory management.bunnei4-93/+227
2020-07-26nvflinger: Mark interface functions with return values as [[nodiscard]]Lioncash1-16/+14
2020-07-26nvflinger: Use return value of Lock()Lioncash3-4/+4
2020-07-25audio_core: Apollo Part 1, AudioRenderer refactorDavid Marcec1-72/+77
2020-07-21vi: IApplicationDisplayService:GetIndirectLayerImageRequiredMemoryInfoDavid Marcec1-1/+19
2020-07-20Address issuesDavid Marcec1-2/+2
2020-07-19swkbd: Return result for Calc request for inlined swkbdDavid Marcec2-13/+49
2020-07-17mii/manager: Resolve sign mismatch warningsLioncash1-3/+3
2020-07-17mii/manager: Make use of designated initializersLioncash1-53/+54
2020-07-16kernel/thread: Remove unimplemented function prototypeLioncash1-2/+0
2020-07-16kernel: Remove unused variablesLioncash3-7/+2
2020-07-16kernel: Add missing includeLioncash1-0/+1
2020-07-16cpu_manager: Mark function getters as staticLioncash3-7/+8
2020-07-16hid: Only update keyboard & debug pad inputs if enabledDavid Marcec2-33/+37
2020-07-16Add comment to clarify the nullptr checkMorph1-0/+1
2020-07-16filesystem: Create subdirectories prior to creating a fileMorph1-0/+3
2020-07-16core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash6-15/+13
2020-07-16core_timing: Make use of std::chrono with ScheduleEventLioncash5-16/+24
2020-07-15kernel/process: Move name and system context to the bottom of the member listLioncash1-6/+6
2020-07-15kernel/handle_table: Remove usages of the global system instanceLioncash4-8/+15
2020-07-15kernel/thread: Remove global GetCurrentThread()Lioncash3-23/+7
2020-07-13memory_layout: Remove unused data memberLioncash1-2/+0
2020-07-13address_space_info: Use type alias to simplify codeLioncash1-14/+13
2020-07-13address_space_info: Make use of designated initializersLioncash2-46/+27
2020-07-13kernel/scheduler: Use std::mutex instead of spin lockReinUsesLisp1-1/+1
2020-07-12hle: service: mii: Rewrite service to properly support creation of random and default miis.bunnei8-912/+3265
2020-07-10configuration: implement per-game configurations (#4098)lat9nq6-22/+23
2020-07-08AM: fix GetDesiredLanguage:CrazyMax1-1/+13
2020-07-07GetDisplayVersion should return a null-terminated version string.CrazyMax1-4/+16
2020-07-05AM/ISelfController: Stub CreateManagedDisplaySeparableLayerMorph2-1/+20
2020-07-02Rename two functions in NSVolcaEM1-2/+2
2020-07-02Rename GetApplicationArea2 to GetApplicationAreaSizeVolcaEM1-2/+2
2020-07-01key_manager: Correct casing of instance()Lioncash1-1/+1
2020-06-29Remove duplicate functionsVolcaEM1-2/+0
2020-06-29Use decimal instead of hexadecimalVolcaEM1-3/+5
2020-06-29Fix typoVolcaEM1-1/+1
2020-06-29Clang-formatVolcaEM1-1/+1
2020-06-29service: Update function tablesVolcaEM27-157/+285
2020-06-29core_timing,scheduler: Use std::scoped_lock when possibleReinUsesLisp1-11/+10
2020-06-28ldr: Cleanup NRO & NRR structsDavid Marcec1-8/+8
2020-06-28am: Stub GetIndirectLayerConsumerHandleDavid Marcec1-1/+13
2020-06-28acc: ListOpenContextStoredUsers partial stubDavid Marcec5-4/+14
2020-06-28Core/Common: Address Feedback.Fernando Sahmkow5-16/+17
2020-06-27NvFlinger: Clang Format.Fernando Sahmkow1-1/+1
2020-06-27SVC: Implement 32-bits wrappers and update Dynarmic.Fernando Sahmkow2-30/+273
2020-06-27SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32Fernando Sahmkow2-6/+39
2020-06-27SVC: Add GetThreadPriority32 & SetThreadPriority32Fernando Sahmkow2-2/+30
2020-06-27Common/Kernel: Corrections and small bug fixing.Fernando Sahmkow1-2/+2
2020-06-27Services/NvFlinger: Do vSync in a sepparate thread on Multicore.Fernando Sahmkow2-3/+60
2020-06-27Kernel: Correct Host Context on Threads and Scheduler.Fernando Sahmkow4-11/+11
2020-06-27Clang Format.Fernando Sahmkow4-12/+11
2020-06-27General: Cleanup legacy code.Fernando Sahmkow9-254/+6
2020-06-27Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBreak.Fernando Sahmkow2-3/+13
2020-06-27HLE_IPC: Correct HLE Event behavior on timeout.Fernando Sahmkow3-1/+19
2020-06-27SingleCore: Improve Cycle timing Behavior and replace mutex in global scheduler for spinlock.Fernando Sahmkow2-2/+3
2020-06-27FrameLimiting: Enable frame limiting for single core.Fernando Sahmkow1-0/+1
2020-06-27SingleCore: Use Cycle Timing instead of Host Timing.Fernando Sahmkow2-4/+13
2020-06-27Scheduler: Correct Reload/UnloadFernando Sahmkow2-3/+5
2020-06-27Thread: Release the ARM Interface on exitting.Fernando Sahmkow3-1/+8
2020-06-27General: Move ARM_Interface into Threads.Fernando Sahmkow8-119/+88
2020-06-27Core: Refactor ARM Interface.Fernando Sahmkow3-24/+43
2020-06-27SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface.Fernando Sahmkow1-1/+1
2020-06-27SingleCore: Move Host Timing from a sepparate thread to main cpu thread.Fernando Sahmkow2-1/+10
2020-06-27ARM: Addapt to new Exclusive Monitor Interface.Fernando Sahmkow2-9/+4
2020-06-27Scheduler: Correct yielding interaction with SetThreadActivity.Fernando Sahmkow1-0/+15
2020-06-27General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running.Fernando Sahmkow5-3/+51
2020-06-27General: Fix Stop functionFernando Sahmkow2-3/+20
2020-06-27Kernel: Rewind on SVC change.Fernando Sahmkow3-5/+16
2020-06-27Kernel: Preempt Single core on redudant yields.Fernando Sahmkow5-19/+40
2020-06-27CPU_Manager: Unload/Reload threads on preemption on SingleCoreFernando Sahmkow2-0/+52
2020-06-27Synchronization: Correct wide Assertion.Fernando Sahmkow1-2/+4
2020-06-27General: Initial Setup for Single Core.Fernando Sahmkow2-0/+22
2020-06-27Scheduler: Set last running time on thread.Fernando Sahmkow2-4/+2
2020-06-27Kernel: Corrections to TimeManager, Scheduler and Mutex.Fernando Sahmkow3-5/+5
2020-06-27Kernel: Fixes, corrections and asserts to scheduler and different svcs.Fernando Sahmkow8-38/+38
2020-06-27Scheduler: Correct yields.Fernando Sahmkow2-7/+25
2020-06-27Mutex: Revert workaround due to poor exclusive memory.Fernando Sahmkow1-9/+2
2020-06-27ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes.Fernando Sahmkow4-9/+10
2020-06-27SVC: WaitSynchronization add Termination Pending Result.Fernando Sahmkow2-1/+5
2020-06-27Scheduler: Remove arm_interface lock and a few corrections.Fernando Sahmkow1-7/+3
2020-06-27SVC: Correct SetThreadActivity.Fernando Sahmkow4-38/+59
2020-06-27SCC: Small corrections to CancelSynchronizationFernando Sahmkow3-2/+14
2020-06-27Scheduler: Correct locking for hle threads.Fernando Sahmkow1-1/+2
2020-06-27Scheduler: Fix HLE Threads on guardFernando Sahmkow1-4/+6
2020-06-27Scheduler: Protect on closed threads.Fernando Sahmkow1-7/+17
2020-06-27Scheduler: Correct assert.Fernando Sahmkow1-4/+2
2020-06-27Core: Correct rebase.Fernando Sahmkow1-6/+5
2020-06-27Scheduler: Release old thread fiber before trying to switch to the next thread fiber.Fernando Sahmkow2-11/+35
2020-06-27NVDRV: Remove frame limiting as Host Timing already takes care.Fernando Sahmkow1-1/+0
2020-06-27Mutex: Correct Result writting to clear exclusivity.Fernando Sahmkow1-3/+11
2020-06-27SVC: Correct svcWaitForAddress and svcSignalToAddress.Fernando Sahmkow4-68/+161
2020-06-27Scheduler: Correct Select Threads Step 2.Fernando Sahmkow1-0/+1
2020-06-27Kernel: Corrections to Scheduling.Fernando Sahmkow3-14/+15
2020-06-27Kernel: Correct Signal on Thread Death and Setup Sync Objects on Thread for DebuggingFernando Sahmkow3-15/+17
2020-06-27Core: Correct HLE Event Callbacks and other issues.Fernando Sahmkow5-37/+39
2020-06-27Process: Protect TLS region and Modules.Fernando Sahmkow1-0/+4
2020-06-27General: Add AssertsFernando Sahmkow3-0/+20
2020-06-27General: Add better safety for JIT use.Fernando Sahmkow2-1/+8
2020-06-27SVC: Correct races on physical core switching.Fernando Sahmkow1-5/+4
2020-06-27NVFlinger: Lock race condition between CPU, Host Timing, VSync.Fernando Sahmkow3-0/+11
2020-06-27SVC: Add locks to the memory management.Fernando Sahmkow1-0/+21
2020-06-27SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey.Fernando Sahmkow9-33/+84
2020-06-27SVC: Cleanup old methods.Fernando Sahmkow1-13/+9
2020-06-27CPU_Manager: Reconfigre guest threads for dynamrmic downsidesFernando Sahmkow2-0/+5
2020-06-27SVC: Correct SendSyncRequest.Fernando Sahmkow7-52/+115
2020-06-27SVC: Correct ArbitrateUnlockFernando Sahmkow3-33/+37
2020-06-27SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLockFernando Sahmkow8-90/+134
2020-06-27SVC: Remove global HLE Lock.Fernando Sahmkow1-3/+0
2020-06-27SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThreadCoreMask, GetCurrentProcessorNumberFernando Sahmkow3-15/+11
2020-06-27SVC: Correct CreateThread, StartThread, ExitThread, SleepThread.Fernando Sahmkow3-37/+31
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow27-383/+710
2020-06-27nfc: Update function tableVolcaEM1-3/+3
2020-06-27ncm: Update function tableVolcaEM1-10/+10
2020-06-27mm: Update function tableVolcaEM1-16/+16
2020-06-27mig: Update function tableVolcaEM1-0/+6
2020-06-27ldn: Update function tableVolcaEM1-0/+1
2020-06-27Oops (fix typo)VolcaEM1-1/+1
2020-06-27lbl: Update function tableVolcaEM1-0/+1
2020-06-27grc: Update function tableVolcaEM1-0/+3
2020-06-27friend: Update function tableVolcaEM1-0/+6
2020-06-27Use better names for "Unknown"sVolcaEM1-39/+39
2020-06-27Update function namesVolcaEM1-4/+4
2020-06-27btm: Give better names for unknown functionsDavid Marcec1-5/+5
2020-06-27btdrv: Update function table (#4174)VolcaEM1-83/+84
2020-06-27bpc: Update function tables (#4173)VolcaEM1-7/+13
2020-06-27bcat: Update function tables and add missing classes (#4172)VolcaEM2-0/+5
2020-06-27am: Update function tables and add missing classes (#4169)VolcaEM3-17/+19
2020-06-27aoc: Update function table (#4170)VolcaEM1-0/+1
2020-06-27eupld: Update function tableVolcaEM1-0/+1
2020-06-27es: Update function tableVolcaEM1-2/+41
2020-06-27btm: Update function tablesVolcaEM1-71/+76
2020-06-26caps_u: Fix GetAlbumContentsFileListForApplication stubMorph1-9/+15
2020-06-26caps: Use enum classes and check struct sizes on compile timeMorph1-34/+40
2020-06-26caps: Update copyright headersMorph14-14/+14
2020-06-25memory_manager: Remove useless assertionDavid Marcec1-1/+0
2020-06-24hid: Stub a series of "SevenSixAxisSensor" service commandsMorph2-21/+85
2020-06-24Prevent nullptr dereference on swkbd error caseDavid Marcec1-1/+1
2020-06-24prepo: : Don't read extra buffer from report unless passedDavid Marcec1-1/+6
2020-06-24Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSGDavid Marcec1-25/+22
2020-06-24Move GetKeyCodeMapImpl to an anonymous namespaceDavid Marcec1-19/+19
2020-06-24Fixed logging outputDavid Marcec1-1/+1
2020-06-24Implement GetKeyCodeMap & GetKeyCodeMap2David Marcec2-2/+72
2020-06-23lm: Silence no return value warningMorph1-1/+2
2020-06-22account: Update function tables and add missing classes (#4145)VolcaEM5-42/+384
2020-06-21hid: Implement Get/ResetGyroscopeZeroDriftModeMorph4-6/+56
2020-06-21Clang FormattingAmeer1-26/+16
2020-06-21GC Adapter ImplementationAmeer1-16/+26
2020-06-20software_keyboard: Eliminate trivial redundant copiesLioncash1-2/+2
2020-06-18memory_manager: Explicitly specifcy std::min<size_t>MerryMage1-2/+2
2020-06-18Move SHA256Hash to its original positionVolcaEM1-2/+2
2020-06-16Remove unnecessary pragmasVolcaEM1-8/+0
2020-06-16Revert IsValidNRO refactor but make it more readableVolcaEM1-26/+13
2020-06-16Update assert stringVolcaEM1-1/+1
2020-06-14Clang-format againVolcaEM1-2/+2
2020-06-14Use consistent variable namesVolcaEM1-4/+4
2020-06-14Clang-formatVolcaEM1-1/+2
2020-06-14Make assert strings consistentVolcaEM1-3/+3
2020-06-14Attempt to fix crashes in SSBU and refactor IsValidNROVolcaEM1-36/+59
2020-06-10nvdrv: Fix GetTPCMasks for ioctl3David Marcec2-21/+22
2020-06-10kernel: Account for system resource size for memory usageDavid Marcec1-2/+4
2020-06-05service: nvhost_vic: Ignore Submit commands.bunnei2-1/+18
2020-06-05nvdrv: Stub nvdec/vic ioctls to bypass nvdec moviesZach Hilman4-3/+239
2020-06-04Downgrade "handle not signaled" error to traceDavid Marcec1-1/+1
2020-06-02Address review commentsVolcaEM1-4/+4
2020-06-01Clang-formatVolcaEM1-2/+1
2020-06-01hid: Stub GetXpadIDsVolcaEM2-1/+14
2020-05-31Add comment to nrr_kindVolcaEM1-1/+1
2020-05-31ldr: Update NRR/NRO structs VolcaEM1-40/+72
2020-05-29kernel: ResourceLimit::Reserve remove useless while loopDavid Marcec1-5/+1
2020-05-21clang-formatVolcaEM1-1/+2
2020-05-21nifm: correct assert in CreateTemporaryNetworkProfileVolcaEM1-1/+1
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi1-1/+1
2020-05-16nv_flinger: Use enum for pixel format instead of u32David Marcec2-3/+11
2020-05-13time_zone: Use std::chrono::seconds for strong typing.bunnei1-1/+1
2020-05-12hid: Clear keyboard states & fix logic issueDavid Marcec1-3/+4
2020-05-11hle: service: time_zone_manager: Use current time zone setting.bunnei2-3/+32
2020-05-11service: fsp_srv: Stub implementation of OpenMultiCommitManager.bunnei2-1/+38
2020-05-11Stub SendKeyboardLockKeyEventDavid Marcec2-1/+11
2020-05-08Replace externals with Conan (#3735)James Rowe1-1/+1
2020-05-03kernel/memory: Remove #pragma once within cpp fileLioncash1-2/+0
2020-05-03kernel/memory: Remove unused includesLioncash7-8/+1
2020-05-03kernel/memory: Remove unused variables in memory_block_managerLioncash1-3/+0
2020-05-03kernel/memory: Make use of std::array consistently in address_space_infoLioncash1-6/+6
2020-05-03kernel/memory: Resolve -Wshadow warningsLioncash1-4/+4
2020-05-03kernel/memory: Amend potential encoding warningsLioncash6-12/+12
2020-05-03hle_ipc: Eliminate core memory globalsLioncash3-10/+16
2020-05-03Update src/core/hle/service/am/am.cppbunnei1-1/+1
2020-05-02readable_event: Remove unnecessary semicolon in Signal()Lioncash1-4/+6
2020-05-01nvdrv: Fix GetGpuTime stack corruptionDavid Marcec1-2/+3
2020-05-01am: IHomeMenuFunctions:GetPopFromGeneralChannelEventDavid Marcec3-4/+20
2020-04-30caps:su Stub out SetShimLibraryVersionJason Parker2-1/+13
2020-04-30fs-srv: GetFreeSpaceSize & GetTotalSpaceSizeDavid Marcec1-2/+2
2020-04-30nim: CreateServerInterface, CreateAccessorInterface, CreateAsyncInterfaceDavid Marcec1-1/+69
2020-04-30caps: Add missing service names to caps:suDavid Marcec1-0/+3
2020-04-30am: GetFriendInvitationStorageChannelEventDavid Marcec2-1/+14
2020-04-29psm: Mark as debug instead of warningDavid Marcec1-7/+14
2020-04-29am: Properly implement GetDisplayVersionDavid Marcec1-3/+14
2020-04-29am: IsVrModeEnabled & SetVrModeEnabled fixesDavid Marcec2-16/+6
2020-04-29acc: Return a unique value per account for GetAccountIdDavid Marcec1-5/+8
2020-04-29acc: Fix InitializeApplicationInfoDavid Marcec2-22/+15
2020-04-29kernel: Don't fail silentlyDavid Marcec7-0/+51
2020-04-29Don't fail silently for vi, sm, set and ns servicesDavid Marcec4-3/+27
2020-04-28kernel: Bad GetInfo ids should not be marked as stubsDavid Marcec1-2/+2
2020-04-28Updated comment to reflect ListQualifiedUsers betterDavid Marcec1-1/+3
2020-04-28style: Change AMs & Glues error codes to be dec instead of hexDavid Marcec2-7/+7
2020-04-28marked stubsDavid Marcec1-4/+5
2020-04-28account: ListQualifiedUsersDavid Marcec5-3/+13
2020-04-28Audin:u ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAudioInsAutoFiltered, OpenAudioInProtocolSpecifiedDavid Marcec2-5/+93
2020-04-26services: hid: Stub StopSevenSixAxisSensor.M&M2-1/+13
2020-04-24vi: Don't let uninitialized data pass as a response for SetBufferCountDavid Marcec1-1/+9
2020-04-24physical_core: Make use of std::make_unique instead of std::make_shared in ctorLioncash1-1/+3
2020-04-24shared_memory: Amend doxygen referenceLioncash2-5/+5
2020-04-24svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemoryLioncash1-2/+138
2020-04-23svc: Remove unused variableLioncash1-3/+0
2020-04-23page_table: Remove unused capturesLioncash1-2/+2
2020-04-23kernel: memory: Improve implementation of device shared memory. (#3707)bunnei5-3/+105
2020-04-21audio_renderer: Preliminary BehaviorInfo (#3736)David1-2/+7
2020-04-20service: Update function tablesLioncash18-7/+107
2020-04-20npad: Lower log level for VibrateController to DebugFearlessTobi1-1/+1
2020-04-20audren: Lower log level for RequestUpdateImpl to DebugFearlessTobi1-1/+1
2020-04-19service/time: Remove reliance on the global system accessorLioncash1-24/+26
2020-04-19thread: FPCR.FZ is likely not 1MerryMage1-2/+1
2020-04-18service: hid: npad: Fix implicit fallthrough errors.bunnei1-0/+2
2020-04-18time/system_clock_core: Remove unnecessary initializerLioncash1-1/+1
2020-04-18service/time: Mark IsStandardNetworkSystemClockAccuracySufficient as constLioncash1-1/+1
2020-04-18service/time: Add virtual destructors where applicableLioncash3-2/+3
2020-04-18service: Remove unused RequestParser instancesLioncash2-3/+0
2020-04-18memory/slab_heap: Make use of static_cast over reinterpret_castLioncash1-2/+2
2020-04-18am: Resolve ineffective movesLioncash1-2/+2
2020-04-17core: hle: Address various feedback & code cleanup.bunnei10-244/+144
2020-04-17memory: Add copyright notice for Atmosphere where applicable.bunnei6-0/+18
2020-04-17kernel: Remove old VMManager class.bunnei2-1971/+0
2020-04-17service: ldr: Updates for new VMM.bunnei1-150/+215
2020-04-17kernel: memory: page_table: Simplify GetPhysicalAddr impl.bunnei2-5/+3
2020-04-17kernel: svc: Updates for new VMM.bunnei1-488/+116
2020-04-17kernel: process: Updates for new VMM.bunnei2-79/+151
2020-04-17service: pl_u: Update for new shared memory layout.bunnei1-7/+5
2020-04-17service: time: Update for new shared memory layout.bunnei1-3/+2
2020-04-17service: hid: Update for new shared memory layout.bunnei1-3/+2
2020-04-17service: irs: Update for new shared memory layout.bunnei1-3/+3
2020-04-17kernel: resource_limit: Reserve physical memory.bunnei1-1/+6
2020-04-17kernel: Initialize memory layout for new VMM.bunnei2-0/+159
2020-04-17core: system: Rename GetDeviceManager -> DeviceManager.bunnei1-1/+1
2020-04-17kernel: transfer_memory: Refactor for new VMM.bunnei2-130/+16
2020-04-17kernel: shared_memory: Refactor for new VMM.bunnei2-220/+58
2020-04-17kernel: errors: Add ERR_OUT_OF_RESOURCES.bunnei1-0/+1
2020-04-17kernel: process_capability: Update to use Memory::PageTable.bunnei2-23/+25
2020-04-17kernel: memory: Add PageTable class, to manage process address space.bunnei2-0/+1508
2020-04-17kernel: memory: Add MemoryLayout class, to build physical memory layout.bunnei1-0/+73
2020-04-17kernel: memory: Add MemoryManager class, to manage page heaps.bunnei2-0/+274
2020-04-17kernel: memory: Add MemoryBlockManager class, to manage memory blocks.bunnei2-0/+254
2020-04-17kernel: memory: Add PageHeap class, to manage a heap of pages.bunnei2-0/+481
2020-04-17kernel: memory: Add PageLinkedList class, to manage a list of pages.bunnei1-0/+93
2020-04-17kernel: memory: Add system_control code, which will be used for ASLR support.bunnei2-0/+59
2020-04-17physical_memory: Add missing include for <vector>.bunnei1-0/+2
2020-04-17kernel: memory: Add MemoryBlock class, for managing memory blocks and their state.bunnei1-0/+315
2020-04-17kernel: memory: Add memory_types.h, for things that are commonly used in memory code.bunnei1-0/+18
2020-04-17kernel: memory: Add SlabHeap class, for managing memory heaps.bunnei1-0/+161
2020-04-17kernel: memory: Add AddressSpaceInfo class, for managing the memory address space.bunnei2-0/+164
2020-04-17core: memory: Move to Core::Memory namespace.bunnei10-30/+34
2020-04-17core: kernel: Add svc_types header to include SVC-specific types.bunnei2-0/+69
2020-04-17core: kernel: Move SVC to its own namesapce.bunnei2-6/+6
2020-04-17kernel: resource_limit: Improvements to implementation.bunnei2-12/+50
2020-04-17process: SetupMainThread: Zero out argument on process start.bunnei1-0/+2
2020-04-17General: Resolve warnings related to missing declarationsLioncash2-6/+2
2020-04-17time_zone_manager: Resolve sign conversion warningsLioncash1-2/+2
2020-04-17hle_ipc: Remove std::size_t casts where applicableLioncash2-21/+23
2020-04-16CMakeLists: Specify -Wextra on linux buildsLioncash6-23/+27
2020-04-15CMakeLists: Make -Wreorder a compile-time errorLioncash1-1/+1
2020-04-15kernel/thread: Resolve -Wswitch warningsLioncash1-0/+2
2020-04-15service: time: Implement CalculateStandardUserSystemClockDifferenceByUser.bunnei3-1/+25
2020-04-14service: friend: Stub IFriendService::GetBlockedUserListIds.bunnei1-1/+10
2020-04-10Buffer queue: Correct behavior of free buffer.Fernando Sahmkow2-9/+33
2020-04-10service/vi: Partially implement BufferQueue disconnectReinUsesLisp3-10/+44
2020-04-01capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571)Morph14-151/+524
2020-03-27services: hid: Stub InitializeSevenSixAxisSensor.bunnei2-1/+9
2020-03-27services: time: Implement CalculateSpanBetween.bunnei3-1/+31
2020-03-27am: Implement VR related APIsperillamint2-3/+42
2020-03-26services: ldr: Fix MemoryState for read/write regions of NROs.bunnei1-5/+15
2020-03-23sm/controller: Increase PointerBufferSizeFearlessTobi1-1/+1
2020-03-22core/web_browser: Allow WebApplet to exit gracefully when an error occursFearlessTobi1-0/+6
2020-03-19set: implement GetRegionCodeDan2-1/+10
2020-03-18time_zone_content_manager: Fix out of bounds readReinUsesLisp1-1/+1
2020-03-12NVFlinger: Do the microprofile Flip after processing a valid frame.Fernando Sahmkow1-2/+2
2020-03-03core: hle: Implement separate A32/A64 SVC interfaces.bunnei2-107/+380
2020-03-03core: Implement separate A32/A64 ARM interfaces.bunnei8-36/+73
2020-02-27AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454)Morph2-2/+14
2020-02-22Scheduler: Inline global scheduler in Scheduler Lock.Fernando Sahmkow1-4/+2
2020-02-22Kernel: Correct pending feedback.Fernando Sahmkow1-3/+4
2020-02-22Kernel: Address Feedback.Fernando Sahmkow6-30/+47
2020-02-22Kernel: Implement Scheduler locksFernando Sahmkow2-0/+89
2020-02-22Kernel: Implement Time Manager.Fernando Sahmkow4-1/+96
2020-02-22Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel.Fernando Sahmkow4-24/+105
2020-02-22Kernel: Make global scheduler depend on KernelCoreFernando Sahmkow4-8/+24
2020-02-19httplib compatibilityBrian Clinkenbeard1-3/+4
2020-02-18analog_from_button get direction implementationCJBok1-5/+5
2020-02-16IUserLocalCommunicationService: add function Initialize2Nguyen Dac Nam1-1/+9
2020-02-16HLE: correct function name of IUserLocalCommunicationServiceNguyen Dac Nam1-1/+1
2020-02-16nvhost_gpu: implement ChannelSetTimeslicenamkazy2-0/+20
2020-02-14Core: Address FeedbackFernando Sahmkow5-16/+27
2020-02-12address_arbiter: Collapse loops in InsertThread() and RemoveThread()Lioncash1-19/+17
2020-02-12address_arbiter: Simplify GetThreadsWaitingOnAddress()Lioncash2-10/+9
2020-02-12bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPassphrase()Lioncash1-1/+1
2020-02-12bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()Lioncash1-1/+1
2020-02-12kernel/thread: Remove trivial usages of the global system accessorLioncash1-2/+2
2020-02-12Core: Set all hardware emulation constants in a single file.Fernando Sahmkow9-29/+37
2020-02-11Kernel: Refactor synchronization to better match REFernando Sahmkow22-80/+210
2020-02-11update hwopus DecodeInterleaved for FW 7.0.0+makigumo1-2/+4
2020-02-11Kernel: Change WaitObject to Synchronization object. In order to better reflect RE.Fernando Sahmkow19-71/+76
2020-02-08hle: services: Use std::shared_ptr instead of copy by value.bunnei9-50/+52
2020-02-06kernel: transfer_memory: Properly reserve and reset memory region.bunnei5-40/+116
2020-02-06wait_object: Make wait behavior only require one object to signal.Zach Hilman1-11/+2
2020-02-06am: Correct IPC object count mismatch.bunnei1-6/+4
2020-02-06services: am: Clear events on PopOutData and PopInteractiveOutData.bunnei1-0/+2
2020-02-06am: Refactor IStorage interface.bunnei7-43/+81
2020-02-06applets: software_keyboard: Signal state change on end of interactive session.bunnei1-0/+1
2020-02-06applets: software_keyboard: Minor cleanup.bunnei1-2/+2
2020-02-06services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser.bunnei1-15/+15
2020-02-06hle_ipc: Add error checking to read/write buffer access.bunnei1-8/+42
2020-01-31kernel/physical_core: Make use of std::unique_ptrLioncash2-4/+10
2020-01-31kernel/physical_core: Remove unused kernel reference member variableLioncash3-11/+7
2020-01-27System: Address FeedbackFernando Sahmkow4-10/+20
2020-01-26Kernel: Remove a few global instances from the kernel.Fernando Sahmkow2-2/+2
2020-01-26Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Fernando Sahmkow5-6/+2
2020-01-26ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfasce.Fernando Sahmkow1-15/+2
2020-01-25Core: Refactor CPU Management.Fernando Sahmkow4-12/+127
2020-01-25bsd: Stub several more functions.bunnei2-4/+48
2020-01-24Kernel: Implement Physical Core.Fernando Sahmkow2-0/+81
2020-01-23service: time: Implement ToPosixTimeWithMyRule.bunnei4-1/+34
2020-01-20time: Fix month off-by-one error.bunnei1-2/+2
2020-01-18core/memory: Create a special MapMemoryRegion for physical memory.Markus Wick2-3/+5
2020-01-18core/hle: Simplify PhysicalMemory usage in vm_manager.Markus Wick1-23/+11
2020-01-15Moved analog direction logic to sdl_implCJBok1-9/+22
2020-01-14Corrected directional states sensitivityCJBok1-9/+9
2020-01-11core/kernel: Fix GetTotalPhysicalMemoryUsed.Markus Wick1-2/+2
2020-01-09hid: Fix analog sticks directional statesCJBok1-12/+12
2020-01-05service: time: Implement GetStandardLocalSystemClock.bunnei3-1/+9
2020-01-04time: Remove overflow error checking (currently breaks ADO builds).bunnei2-18/+2
2020-01-04service: time: Implement GetClockSnapshotFromSystemClockContext.bunnei3-3/+27
2020-01-04service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.bunnei5-1/+51
2020-01-04service: time: Rewrite implementation of glue services.bunnei34-444/+2806
2020-01-04core: Initialize several structs that make use of Common::UUID.bunnei5-100/+101
2020-01-04service: vi: Implement CloseLayer.bunnei5-11/+48
2019-12-30video_core: Block in WaitFence.Markus Wick1-1/+1
2019-12-25NvServices: Correct Ioctl Remap.Fernando Sahmkow2-3/+5
2019-12-11Kernel: Correct behavior of Address Arbiter threads. (#3165)Fernando Sahmkow3-24/+67
2019-12-11kernel/svc: Correct function signature of SignalProcessWideKeyLioncash2-9/+6
2019-12-08kernel: Remove unnecessary includesLioncash15-11/+17
2019-12-08kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNewLioncash2-2/+24
2019-12-05CpuCore: Clear exclusive state after doing a run in dynarmic.Fernando Sahmkow1-1/+0
2019-11-28kernel: Implement a more accurate IPC dispatch.bunnei18-167/+245
2019-11-27file_sys/directory: Make EntryType an enum classLioncash1-2/+2
2019-11-27core/memory; Migrate over SetCurrentPageTable() to the Memory classLioncash1-7/+11
2019-11-27core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash4-21/+25
2019-11-27core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash8-33/+50
2019-11-27core/memory: Migrate over ReadCString() to the Memory classLioncash1-2/+4
2019-11-27core/memory: Migrate over GetPointer()Lioncash1-1/+2
2019-11-27core: Prepare various classes for memory read/write migrationLioncash8-17/+32
2019-11-27core/memory: Migrate over address checking functions to the new Memory classLioncash3-8/+8
2019-11-27core/memory: Migrate over memory mapping functions to the new Memory classLioncash1-6/+7
2019-11-27core_timing: Use better reference tracking for EventType. (#3159)bunnei6-14/+14
2019-11-26kernel: Fix reference management for client/server session.bunnei3-20/+18
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei69-364/+364
2019-11-23Update svc.cppbunnei1-0/+1
2019-11-23svc: GetSystemTick should return cntpct_el0, not core ticks.bunnei1-1/+3
2019-11-21Kernel: Optimize condition variable threads management.Fernando Sahmkow4-24/+21
2019-11-21Kernel: Correct SignalProcessWideKeyFernando Sahmkow1-6/+2
2019-11-21Kernel: Correct behavior of Condition Variables to be more similar to real hardware.Fernando Sahmkow5-15/+74
2019-11-16Kernel: Correct Cancel Synchronization.Fernando Sahmkow3-2/+19
2019-11-14service/am: Remove unnecessary Skip callsLioncash1-8/+16
2019-11-14am: Stub QueryApplicationPlayStatisticsLioncash2-5/+14
2019-11-12service: Update function tablesLioncash33-7/+192
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash3-3/+3
2019-11-12service: Resolve sign conversion errorsLioncash15-58/+55
2019-11-12kernel: Resolve sign conversion warningsLioncash4-72/+60
2019-11-12result: Add default error code for the ResultCode(-1) caseLioncash1-1/+9
2019-11-12result: Resolve sign-coversion warningsLioncash1-1/+1
2019-11-11Implement stub for QueryApplicationPlayStatisticsByUidMichael Scire2-0/+10
2019-11-07nifm: Only return that there's an internet connection when there's a BCATServerFernando Sahmkow1-3/+17
2019-11-04common_func: Use std::array for INSERT_PADDING_* macros.bunnei3-8/+11
2019-11-03kernel: readable_event: Signal only once.bunnei1-2/+4
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei23-84/+48
2019-11-03kernel: readable_event: Initialize members.bunnei1-1/+1
2019-11-03core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibilityFearlessTobi2-3/+31
2019-10-28scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as constLioncash2-5/+5
2019-10-28scheduler: Silence sign conversion warningsLioncash1-5/+5
2019-10-28scheduler: Initialize class members directly where applicableLioncash2-6/+4
2019-10-28scheduler: Amend documentation commentsLioncash2-75/+59
2019-10-18hid/npad: Fix incorrect connection boolean value in ConnectAllDisconnectedControllers()Lioncash1-1/+1
2019-10-18hid/npad: Add missing break in default caseLioncash1-0/+1
2019-10-18hid/npad: Replace std::for_each with ranged for loopsLioncash1-13/+12
2019-10-18hid/npad: Remove redundant non-const variant of IsControllerSupported()Lioncash2-34/+5
2019-10-18hid/npad: Move function declarationsLioncash1-5/+6
2019-10-17apm/controller: Make SetPerformanceConfiguration() use an array of pairs over a mapLioncash1-14/+34
2019-10-17apm/controller: Make GetCurrentPerformanceMode() a const member functionLioncash2-2/+2
2019-10-15bcat: Remove use of global system accessorsLioncash6-29/+55
2019-10-15Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.Fernando Sahmkow2-4/+1
2019-10-15Kernel: Address Feedback 2Fernando Sahmkow2-9/+6
2019-10-15Kernel: Clang FormatFernando Sahmkow2-5/+5
2019-10-15Kernel: Reverse global accessor removal.Fernando Sahmkow4-23/+9
2019-10-15Kernel: Address Feedback.Fernando Sahmkow6-67/+98
2019-10-15Kernel Scheduler: Make sure the global scheduler shutdowns correctly.Fernando Sahmkow3-0/+17
2019-10-15Kernel_Thread: Eliminate most global accessors.Fernando Sahmkow1-11/+11
2019-10-15KernelSVC: Assert that condition variable address is aligned to 4 bytes.Fernando Sahmkow1-0/+4
2019-10-15Kernel: Correct Paused schedulingFernando Sahmkow1-3/+1
2019-10-15Kernel: Corrections to Wait Objects clearing in which a thread could still be signalled after a timeout or a cancel.Fernando Sahmkow3-3/+4
2019-10-15Kernel: Correct redundant yields to only advance time forward.Fernando Sahmkow1-3/+5
2019-10-15Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqualFernando Sahmkow1-5/+13
2019-10-15Kernel: Correct Results in Condition Variables and MutexesFernando Sahmkow3-24/+17
2019-10-15Kernel: Clang FormatFernando Sahmkow2-2/+3
2019-10-15Kernel: Remove global system accessor from WaitObjectFernando Sahmkow4-2/+17
2019-10-15Scheduler: Implement Yield Count and Core migration on Thread Preemption.Fernando Sahmkow2-5/+85
2019-10-15Scheduler: Corrections to YieldAndBalanceLoad and Yield bombing protection.Fernando Sahmkow2-8/+8
2019-10-15Kernel: Initial implementation of thread preemption.Fernando Sahmkow3-0/+30
2019-10-15Scheduler: Add protections for Yield bombingFernando Sahmkow5-24/+31
2019-10-15Kernel: Style and CorrectionsFernando Sahmkow8-90/+130
2019-10-15Correct PrepareRescheduleFernando Sahmkow3-37/+20
2019-10-15Comment and reorganize the schedulerFernando Sahmkow2-98/+104
2019-10-15Add PrepareReschedule where required.Fernando Sahmkow3-16/+18
2019-10-15Correct compiling errors and addapt to the new interface.Fernando Sahmkow1-4/+1
2019-10-15Correct Supervisor Calls to work with the new scheduler,Fernando Sahmkow1-26/+41
2019-10-15Add interfacing to the Global SchedulerFernando Sahmkow2-0/+17
2019-10-15Addapt thread class to the new SchedulerFernando Sahmkow2-60/+237
2019-10-15Implement a new Core SchedulerFernando Sahmkow2-258/+411
2019-10-13pl_u: Fix mismatched rebase size error in font encryptionZach Hilman2-11/+11
2019-10-13pl_u: Use kernel physical memoryZach Hilman1-0/+1
2019-10-13pl_u: Remove excess static qualifierZach Hilman1-1/+1
2019-10-13pl_u: Use OSS system archives if real archives don't existZach Hilman1-110/+47
2019-10-12nvflinger/buffer_queue: Remove use of a global system accessorLioncash3-4/+8
2019-10-07hid: Implement DeactivateNpadMorph2-1/+13
2019-10-07hid: Stub SetNpadJoyAssignmentModeSingle and reorganize service commandsMorph2-92/+126
2019-10-06bcat/module: Silence truncation warningsLioncash1-3/+3
2019-10-06bcat: Take std::function instance by value in NullBackend's constructorLioncash2-2/+2
2019-10-06bcat: In-class initialize ProgressServiceBackend's impl memberLioncash2-2/+2
2019-10-06bcat: Make ProgressServiceBackend's constructor take a std::string_viewLioncash2-3/+7
2019-10-06bcat: Make ProgressServiceBackend's GetEvent() constLioncash2-2/+2
2019-10-06boxcat: Silence an unused variable warningLioncash1-1/+2
2019-10-06core: Remove Core::CurrentProcess()Lioncash1-1/+1
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash10-43/+65
2019-10-05NvFlinger: Remove leftover from corrections and clang format.Fernando Sahmkow1-4/+0
2019-10-05Nvdrv: Correct Event setup in NvdrvFernando Sahmkow2-23/+14
2019-10-05NVFlinger: Reverse the change that only signaled events on buffer acquire.Fernando Sahmkow2-20/+1
2019-10-05Nvdrv: Do framelimiting only in the CPU ThreadFernando Sahmkow1-0/+4
2019-10-05NvFlinger: Don't swap buffers if a frame is missing and always trigger event in sync gpu.Fernando Sahmkow1-1/+3
2019-10-05GPU_Async: Correct fences, display events and more.Fernando Sahmkow2-2/+21
2019-10-05Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncsFernando Sahmkow2-3/+9
2019-10-05audio/audout_u: Change formatting for old clang-format versionsReinUsesLisp1-1/+1
2019-10-05service/nvdrv: Silence -WswitchReinUsesLisp4-4/+10
2019-10-05service/nfp: Silence -Wunused and -WswitchReinUsesLisp1-4/+5
2019-10-05service/hid: Silence -Wunused and -WswitchReinUsesLisp15-23/+18
2019-10-05service/am: Silence -WreorderReinUsesLisp1-2/+1
2019-10-05service/hid: Remove unused system referenceReinUsesLisp2-2/+1
2019-10-05service/friend: Remove unused fieldReinUsesLisp1-1/+0
2019-10-05service/filesystem: Silence -Wunused-variableReinUsesLisp1-1/+1
2019-10-05service/bcat: Silence -Wreorder and -WunusedReinUsesLisp2-2/+2
2019-10-05service/audio: Silence -WunusedReinUsesLisp1-1/+1
2019-10-05service/apm: Silence -Wunused and -WreorderReinUsesLisp2-4/+5
2019-10-02qt: Add service dialogZach Hilman1-6/+5
2019-10-01boxcat: Use updated game-asset API URL and tagsZach Hilman1-6/+6
2019-10-01bcat: Add FSC accessors for BCAT dataZach Hilman10-31/+51
2019-09-30boxcat: Implement events global fieldZach Hilman3-12/+14
2019-09-30bcat: Implement DeliveryCacheProgressImpl structureZach Hilman5-84/+310
2019-09-30boxcat: Use Etag header names for file digestZach Hilman1-10/+11
2019-09-30boxcat: Add downloading and client for launch parameter dataZach Hilman2-16/+77
2019-09-30bcat: Add backend function for BCAT Indirect (launch parameter)Zach Hilman2-0/+11
2019-09-30bcat: Expose CreateBackendFromSettings helper functionZach Hilman2-2/+2
2019-09-30am: Unstub PopLaunchParameter and add bcat connection for app-specific dataZach Hilman2-16/+52
2019-09-30bcat: Implement cmd 90201 ClearDeliveryCacheStorageZach Hilman1-1/+23
2019-09-30bcat: Implement cmd 30100 SetPassphraseZach Hilman1-1/+33
2019-09-30bcat: Implement cmd RequestSyncDeliveryCache and variantZach Hilman1-2/+70
2019-09-30bcat: Implement IDeliveryCacheProgressService commandsZach Hilman1-0/+131
2019-09-30bcat: Implement IDeliveryCacheFileService commandsZach Hilman1-0/+117
2019-09-30bcat: Implement IDeliveryCacheDirectoryService commandsZach Hilman1-0/+99
2019-09-30bcat: Implement IDeliveryCacheStorageService commandsZach Hilman1-0/+58
2019-09-30bcat: Add commands to create IDeliveryCacheStorageServiceZach Hilman3-2/+32
2019-09-30module: Create BCAT backend based upon Settings value on constructionZach Hilman2-1/+16
2019-09-30bcat: Add BCAT backend for Boxcat serviceZach Hilman2-0/+407
2019-09-30bcat: Add backend class to generify the functions of BCATZach Hilman2-0/+100
2019-09-30nifm: Signal to applications that internet access is availableZach Hilman1-3/+10
2019-09-30applets: Add accessor for AppletFrontendSetZach Hilman2-0/+6
2019-09-30filesystem: Add getter for BCAT temporary directoryZach Hilman1-0/+9
2019-09-29Services::ES fix casting warningsFreddyFunk1-6/+6
2019-09-24Signal styleset changes at a better timeDavid Marcec1-8/+2
2019-09-22lm: Flush manager output on core shutdownZach Hilman2-5/+11
2019-09-22lm: Rename Initialize to Log and implement with manager/reporterZach Hilman1-140/+22
2019-09-22lm: Implement manager class to output to reporterZach Hilman2-0/+233
2019-09-22core: Add LM::Manager to systemZach Hilman3-16/+17
2019-09-22removed commentDavid Marcec1-1/+0
2019-09-22RebasedDavid Marcec3-11/+19
2019-09-22service/acc: Lower log severity from INFO to DEBUGFearlessTobi1-7/+7
2019-09-22removed unneeded semicolonDavid Marcec1-1/+1
2019-09-22Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"David Marcec2-50/+117
2019-09-22Removed reference to core timing to nvflinger and used system insteadDavid Marcec1-1/+1
2019-09-22marked controller constructors as explicitDavid Marcec8-8/+8
2019-09-22RebaseDavid Marcec25-62/+75
2019-09-22RebaseDavid Marcec5-20/+21
2019-09-22Deglobalize System: ViDavid Marcec3-8/+8
2019-09-22Deglobalize System: TimeDavid Marcec4-14/+21
2019-09-22RebaseDavid Marcec2-8/+12
2019-09-22Deglobalize System: NvFlingerDavid Marcec2-6/+7
2019-09-22RebaseDavid Marcec4-8/+12
2019-09-22Deglobalize System: NimDavid Marcec2-7/+12
2019-09-22Deglobalize System: NifmDavid Marcec2-13/+23
2019-09-22Deglobalize System: NFPDavid Marcec4-14/+16
2019-09-22Deglobalize System: LDRDavid Marcec2-6/+7
2019-09-22Deglobalize System: IRSDavid Marcec3-5/+6
2019-09-22Deglobalize System: HidDavid Marcec20-37/+44
2019-09-22Deglobalize System: FriendDavid Marcec4-22/+24
2019-09-22Deglobalize System: FatalDavid Marcec6-20/+29
2019-09-22Deglobalize System: BtmDavid Marcec2-7/+13
2019-09-22Deglobalize System: BtdrvDavid Marcec2-5/+9
2019-09-22Deglobalize System: AocDavid Marcec2-11/+13
2019-09-22Deglobalize System: AmDavid Marcec1-1/+1
2019-09-22pl_u: Use kernel physical memoryZach Hilman1-0/+1
2019-09-22qt: Prompt user for confirmation if exit lock is activeZach Hilman1-1/+1
2019-09-22server side clang format fix2David Marcec1-18/+18
2019-09-22am: Implement ISelfController ExitLock commandsZach Hilman1-2/+6
2019-09-22am: Implement ISelfController ExitZach Hilman4-4/+20
2019-09-22am: Add RequestExit event to AppletMessageQueueZach Hilman2-0/+6
2019-09-22Use clang-format provided by build serverDavid Marcec1-20/+18
2019-09-22pl_u: Remove excess static qualifierZach Hilman1-1/+1
2019-09-22pl_u: Use OSS system archives if real archives don't existZach Hilman2-109/+41
2019-09-22pl_u: Expose method to encrypt TTF to BFTTFZach Hilman2-14/+14
2019-09-22prepo: Remove system global accessorsZach Hilman3-15/+18
2019-09-22prepo: Implement SaveReport New and System variantsZach Hilman1-15/+71
2019-09-22configure_debug: Move reporting option to loggingZach Hilman8-14/+15
2019-09-21filesystem: Add const qualification to various accessorsZach Hilman3-68/+76
2019-09-21yuzu: Port old usages of Filesystem namespace to FilesystemControllerZach Hilman4-15/+38
2019-09-21services: Pass FileSystemController as reference to services that need itZach Hilman11-20/+47
2019-09-21am: Unstub IApplicationFunctions EnsureSaveData (20)Zach Hilman1-8/+14
2019-09-21filesystem: Pass Size Getter functions to IFileSystem for sizesZach Hilman3-20/+31
2019-09-21filesystem: Add FileSystemController to deglobalize FS servicesZach Hilman2-58/+359
2019-09-21Mark KickOffPb & SubmitGPFIFO as traceDavid Marcec1-4/+4
2019-09-20disable clang-format tempDavid Marcec1-0/+2
2019-09-19Initial implementation of Ioctl2 & Ioctl3David Marcec24-63/+143
2019-09-05service/am: Remove usages of global system accessorsLioncash16-96/+141
2019-09-05kernel/vm_manager: Correct doxygen comment parameter tags for MapPhysicalMemory/UnmapPhysicalMemoryLioncash1-4/+4
2019-09-05kernel/vm_manager: Move variables closer to usage spots in MapPhysicalMemory/UnmapPhysicalMemoryLioncash1-16/+10
2019-09-04AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827)mailwl2-0/+16
2019-09-04dittoMorph19841-1/+1
2019-09-04IsVibrationEnabled() as a const member funcMorph19841-1/+1
2019-09-04clang-formatMorph19841-2/+2
2019-09-04Update npad.hMorph19841-0/+1
2019-09-04Update npad.cppMorph19841-0/+6
2019-09-04Update hid.hMorph19841-0/+2
2019-09-04Update hid.cppMorph19841-2/+23
2019-09-04Add Kernel::EventPair audio_input_device_switch_event;Morph19841-0/+1
2019-09-04remove <f32>Morph19841-1/+1
2019-09-04audren_u: Stub IAudioDevice::QueryAudioDeviceInputEventMorph19841-1/+14
2019-09-04explicitly represent 1 as a float (1.0f instead of 1)Morph19841-1/+1
2019-09-04Change u32 -> f32Morph19841-1/+1
2019-09-03service/audio/audren_u: Stub IAudioDevice::GetAudioDeviceOutputVolumeMorph19841-2/+15
2019-08-30kernel/vm_manager: Correct behavior in failure case of UnmapPhysicalMemory()Lioncash1-0/+2
2019-08-30kernel/vm_manager: Reserve memory ahead of time for slow path in MergeAdjacentVMALioncash1-1/+4
2019-08-30kernel/vm_manager: std::move shared_ptr instance in MergeAdjacentVMALioncash1-1/+1
2019-08-30kernel/vm_manager: Deduplicate iterator creation in MergeAdjacentVMALioncash1-7/+10
2019-08-30kernel/vm_manager: Simplify some std::vector constructor callsLioncash1-2/+2
2019-08-30kernel/vm_manager: Simplify some assertion messagesLioncash1-10/+10
2019-08-29accommodate for fmt updateEthan1-1/+1
2019-08-21gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfigReinUsesLisp1-1/+1
2019-07-19Kernel: Address FeedbackFernando Sahmkow2-3/+9
2019-07-19VM_Manager: Align allocated memory to 256bytesFernando Sahmkow10-32/+48
2019-07-19service/audren_u: Handle audio USB output revision queries in ListAudioDeviceName()Lioncash2-16/+45
2019-07-19service/audren_u: Move revision testing code out of AudRenULioncash2-63/+63
2019-07-19service/audio: Remove global system accessorsLioncash7-34/+54
2019-07-19service/audren_u: Remove unnecessary return value from GetActiveAudioDeviceName()Lioncash1-2/+1
2019-07-19service/audren_u: Report proper device namesLioncash1-6/+29
2019-07-18Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace.Fernando Sahmkow1-4/+4
2019-07-12Clang formatDavid Marcec1-2/+4
2019-07-12"AudioRenderer" thread should have a unique nameDavid Marcec2-4/+4
2019-07-12Remove unicorn mappings/unmappingsMichael Scire1-19/+0
2019-07-11service/am: Implement IsAutoSleepDisabledLioncash2-1/+10
2019-07-11service/am: Implement SetAutoSleepDisabledLioncash2-1/+23
2019-07-11core/arm: Remove obsolete Unicorn memory mappingLioncash1-20/+0
2019-07-11Restore memory perms on svcUnmapMemory/UnloadNroMichael Scire2-7/+34
2019-07-10mii: Handle logging of unknown database sourceZach Hilman1-0/+4
2019-07-09IFriendService::GetFriendListDavid Marcec1-1/+34
2019-07-09Prevent merging of device mapped memory blocks.Michael Scire1-0/+5
2019-07-08addressed issuesDavid Marcec1-6/+7
2019-07-08key_manager: Convert Ticket union to std::variantZach Hilman1-2/+2
2019-07-08es: Populate/synthesize tickets on constructionZach Hilman1-2/+3
2019-07-08key_manager: Add structure for Ticket parsingZach Hilman1-9/+9
2019-07-08es: Implement ETicket GetPersonalizedTicketData (17)Zach Hilman1-1/+21
2019-07-08es: Implement ETicket GetCommonTicketData (16)Zach Hilman1-1/+20
2019-07-08es: Implement ETicket GetPersonalizedTicketSize (15)Zach Hilman1-1/+17
2019-07-08es: Implement ETicket GetCommonTicketSize (14)Zach Hilman1-1/+17
2019-07-08es: Implement ETicket ListPersonalizedTicket (12)Zach Hilman1-1/+24
2019-07-08es: Implement ETicket ListCommonTicket (11)Zach Hilman1-1/+24
2019-07-08es: Implement ETicket CountPersonalizedTicket (10)Zach Hilman1-1/+12
2019-07-08es: Implement ETicket CountCommonTicket (9)Zach Hilman1-1/+12
2019-07-08es: Implement ETicket GetTitleKey (8)Zach Hilman1-1/+27
2019-07-08es: Implement ETicket ImportTicket (1)Zach Hilman1-1/+45
2019-07-07Remove unused member function declarationMichael Scire1-9/+0
2019-07-07physmem: add helpers, cleanup logic.Michael Scire2-171/+170
2019-07-07clang-format fixesMichael Scire2-3/+3
2019-07-07address review commentaryMichael Scire5-36/+42
2019-07-07Implement MapPhysicalMemory/UnmapPhysicalMemoryMichael Scire6-20/+468
2019-07-07kernel/process: Allocate the process' TLS region during initializationLioncash3-3/+14
2019-07-07kernel/process: Move main thread stack allocation to its own functionLioncash2-12/+17
2019-07-07mii: Implement IDatabaseService SetInterfaceVersionZach Hilman1-1/+15
2019-07-06clang-format fixesMichael Scire1-4/+5
2019-07-06am: Implement GetAccumulatedSuspendedTickValueMichael Scire2-7/+19
2019-07-06kernel/vm_manager: Rename 'new map' to 'stack'Lioncash3-37/+37
2019-07-06kernel/vm_manager: Handle stack/TLS IO region placement betterLioncash1-2/+13
2019-07-05NVServices: Correct delayed responses.Fernando Sahmkow1-24/+19
2019-07-05Nv_Host_Ctrl: Correct difference calculationFernando Sahmkow1-5/+7
2019-07-05NVServices: Address FeedbackFernando Sahmkow8-21/+38
2019-07-05NVServices: Styling, define constructors as explicit and correctionsFernando Sahmkow18-36/+31
2019-07-05NVFlinger: Correct GCC compile errorFernando Sahmkow6-17/+16
2019-07-05NVServices: Make NVEvents Automatic according to documentation.Fernando Sahmkow2-4/+7
2019-07-05NVServices: Correct CtrlEventWaitSync to block the ipc until timeout.Fernando Sahmkow23-31/+104
2019-07-05GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardwareFernando Sahmkow5-14/+14
2019-07-05nvflinger: Make the force 30 fps still force 30 fpsFernando Sahmkow1-1/+1
2019-07-05nv_services: Fixes to event liberation.Fernando Sahmkow1-6/+14
2019-07-05nvflinger: Acquire buffers in the same order as they were queued.Fernando Sahmkow2-3/+11
2019-07-05nv_services: Deglobalize NvServicesFernando Sahmkow23-51/+65
2019-07-05nv_host_ctrl: Make Sync GPU variant always return synced result.Fernando Sahmkow1-0/+5
2019-07-05nvhost_ctrl: Corrections to event handlingFernando Sahmkow2-8/+12
2019-07-05Gpu: Mark areas as protected.Fernando Sahmkow1-0/+6
2019-07-05nv_services: Stub CtrlEventSignalFernando Sahmkow2-12/+34
2019-07-05Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsFernando Sahmkow3-8/+1
2019-07-05nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregisterFernando Sahmkow7-17/+192
2019-07-05nv_services: Create GPU channels correctlyFernando Sahmkow2-2/+5
2019-07-05video_core: Implement GPU side SyncpointsFernando Sahmkow3-7/+33
2019-07-05nv_services: Correct buffer queue fencing and GPFifo fencingFernando Sahmkow7-57/+69
2019-07-05nvflinger: Implement swap intervalsFernando Sahmkow5-8/+21
2019-07-04kernel/process: Default initialize all member variablesLioncash1-2/+2
2019-07-04kernel/process: Decouple TLS handling from threadsLioncash4-66/+97
2019-07-04kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundaryLioncash2-13/+49
2019-07-03acc_su: Implement GetProfileEditor (205)Zach Hilman3-1/+13
2019-07-03acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage'Zach Hilman1-1/+73
2019-07-03profile_manager: Add setter for ProfileBase and ProfileDataZach Hilman2-0/+13
2019-07-03acc: Add IProfileCommon for IProfile and IProfileEditorZach Hilman1-8/+31
2019-07-02file_sys: Rename other ContentRecordType membersBakugo1-2/+2
2019-07-01IAudioDevice::QueryAudioDeviceOutputEventDavid Marcec1-3/+16
2019-07-01hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignmentDavid Marcec5-3/+98
2019-06-29am: Implement SetCpuBoostMode in terms of APMZach Hilman5-13/+26
2019-06-29apm: Implement SetCpuBoostModeZach Hilman2-0/+14
2019-06-29apm: Add getters for performance config and modeZach Hilman2-33/+49
2019-06-29apm: Add apm:am serviceZach Hilman2-11/+9
2019-06-29apm: Add Controller class to manage speed data and applicationZach Hilman2-0/+138
2019-06-29fsp-srv: Implement GetAccessLogVersionInfoZach Hilman2-3/+14
2019-06-29fsp-srv: Implement OutputAccessLogToSdCardZach Hilman6-26/+61
2019-06-29set: Implement GetQuestFlagZach Hilman2-1/+10
2019-06-28Attemp clang format fix?David Marcec1-1/+0
2019-06-28Addressed issuesDavid Marcec2-13/+13
2019-06-28Addressed issuesDavid Marcec2-17/+12
2019-06-27Implemented InitializeApplicationInfo & InitializeApplicationInfoRestrictedDavid Marcec4-6/+114
2019-06-27pm: Implement pm:shell and pm:dmnt GetApplicationPidZach Hilman3-7/+33
2019-06-27pm: Implement pm:dmnt GetTitlePidZach Hilman1-7/+36
2019-06-27pm: Implement pm:info GetTitleIdZach Hilman1-2/+47
2019-06-26Addressed issuesDavid Marcec5-37/+53
2019-06-26glue: Correct missing bytes in ApplicationLaunchParameterZach Hilman4-28/+61
2019-06-25Implement Time::GetSharedMemoryNativeHandleDavid Marcec7-29/+243
2019-06-25SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this should be the users account idDavid Marcec1-1/+3
2019-06-25fixed spelling errors and fixed issue with Pop not returning the SizedNotificationInfoDavid Marcec1-6/+8
2019-06-25applets: Pass current process title ID to appletsZach Hilman11-41/+59
2019-06-25general_frontend: Add documentation for parental controls and ecommerce appletsZach Hilman2-16/+16
2019-06-25web_browser: Only delete temporary directory if it was createdZach Hilman1-1/+3
2019-06-25web_browser: Take ECommerce applet frontend optionally in constructorZach Hilman1-1/+6
2019-06-25web_browser: Use function tables for execute and initializeZach Hilman2-7/+285
2019-06-25web_browser: Correct structures and properly parse TLVs/ShimKindZach Hilman2-61/+168
2019-06-25applets: Track ECommerce and Parental Control applet frontendsZach Hilman2-7/+29
2019-06-25applets: Implement Auth applet backendZach Hilman2-0/+146
2019-06-25glue: Implement arp:w and arp:r servicesZach Hilman3-2/+330
2019-06-25glue: Add errors for glue/arp servicesZach Hilman3-0/+58
2019-06-25glue: Add scaffolding for bgtc:t and bgtc:sc servicesZach Hilman2-0/+73
2019-06-25arp: Move to glue servicesZach Hilman2-91/+0
2019-06-25glue: Add manager to keep track of application registryZach Hilman2-0/+119
2019-06-24Implemented INotificationServiceDavid Marcec4-1/+126
2019-06-21service/acc: Silence truncation warningsLioncash1-3/+3
2019-06-20Revert PR 2590.Fernando Sahmkow1-1/+1
2019-06-18service/audio/audren_u: Correct event reset type for the system eventLioncash1-1/+1
2019-06-17Addressed issuesDavid Marcec3-8/+13
2019-06-16Core_Timing: Make core_timing threadsafe by default.Fernando Sahmkow1-3/+3
2019-06-16Signalled accumulated_suspended_tick_changed_event on creation based on REDavid Marcec1-0/+1
2019-06-16CleanupDavid Marcec11-29/+38
2019-06-16Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEventDavid Marcec6-7/+72
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash2-7/+7
2019-06-12kernel/vm_manager: Remove redundant Reset call in destructorLioncash1-3/+1
2019-06-10kernel: Differentiate kernel and user processes when picking IDZach Hilman4-8/+25
2019-06-10kernel/process: Make Create()'s name parameter be taken by valueLioncash2-2/+2
2019-06-10kernel/svc: Implement TotalMemoryUsedWithoutMmHeap/TotalMemoryAvailableWithoutMmHeapLioncash3-2/+42
2019-06-10kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo()Lioncash3-6/+6
2019-06-10kernel/svc: Remove duplicate enum entry in svcGetInfo()Lioncash1-2/+1
2019-06-07constants: Extract backup JPEG used by account servicesZach Hilman1-16/+4
2019-06-05service/ns: Add missing override specifiersLioncash1-9/+9
2019-06-05kernel/process: Remove unused boost header includeLioncash1-1/+0
2019-06-05core/core_timing_util: Amend casing of cyclesTo* functionsLioncash2-3/+3
2019-06-05core/core_timing_util: Use std::chrono types for specifying time unitsLioncash3-7/+9
2019-05-29core/core: Remove unnecessary includesLioncash2-5/+37
2019-05-27ncm: Implement LR OpenAddOnContentLocationResolver (2)Zach Hilman1-24/+21
2019-05-27ncm: Implement LR OpenRegisteredLocationResolver (1)Zach Hilman1-0/+27
2019-05-27ncm: Implement LR OpenLocationResolver (0)Zach Hilman1-0/+50
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman3-6/+7
2019-05-25prepo: Save reports from PlayReport serviceZach Hilman1-2/+23
2019-05-25fatal: Save report on fatal:u callZach Hilman1-21/+5
2019-05-25service: Save report on unimplemented function callZach Hilman1-0/+3
2019-05-25applets/error: Save report on error appletZach Hilman1-5/+14
2019-05-25applets: Save report on stubbed appletZach Hilman4-15/+49
2019-05-25svc: Save report on call to svcBreakZach Hilman1-1/+7
2019-05-23Fix bitmask logic inversionMichael Scire1-2/+1
2019-05-23fix introduced clang-format errorsMichael Scire1-3/+2
2019-05-23Address review commentsMichael Scire5-45/+118
2019-05-23clang-format fixesMichael Scire4-31/+32
2019-05-23Implement IApplicationFunctions::GetDesiredLanguageMichael Scire6-403/+1002
2019-05-23service/aoc: Avoid allocating and discarding dataLioncash1-8/+8
2019-05-23service/aoc: Remove unnecessary includesLioncash1-2/+0
2019-05-23service/aoc: Pop all passed values where applicableLioncash1-12/+45
2019-05-19ipc_helpers: Amend floating-point type in Pop<double> specializationLioncash1-1/+1
2019-05-19Address review commentTobias1-1/+1
2019-05-19kernel/svc: Mark GetThreadList() and UnmapProcessCodeMemory() as internally linkedLioncash1-4/+4
2019-05-19service/am: Add missing return in error case for IStorageAccessor's Read()/Write().Lioncash1-0/+2
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash18-31/+32
2019-05-18HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThreadWeiyi Wang4-9/+10
2019-05-10service/set: Correct and simplify behavior related to copying language codesLioncash1-34/+22
2019-05-01service/audren_u: Handle variadic command buffers in GetWorkBufferSize()Lioncash2-17/+93
2019-05-01service/audren_u: Handle version 2 of performance frame info in GetWorkBufferSize()Lioncash2-6/+13
2019-05-01service/audren_u: Clean up work buffer calculationsLioncash1-49/+214
2019-04-29kernel/svc: Make svcCreateThread/svcStartThread/svcSleepThread/svcExitThread calls show up in the debug logLioncash1-4/+4
2019-04-29kernel/svc: Reorganize svcSetThreadCoreMask()Lioncash1-32/+39
2019-04-29kernel/thread: Update thread processor ID flagsLioncash2-7/+16
2019-04-28service/audctl: Update documentation comments to be relative to 8.0.0Lioncash1-2/+2
2019-04-25mii_manager: Fix incorrect loop condition in mii UUID generation codeZach Hilman3-2/+3
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman3-6/+6
2019-04-25mii: Implement Delete and Destroy fileZach Hilman3-8/+116
2019-04-25mii: Implement IsUpdated command (IPC 0)Zach Hilman3-9/+34
2019-04-25mii_manager: Cleanup and optimizationZach Hilman3-36/+50
2019-04-25mii: Implement IDatabaseService commands using MiiManagerZach Hilman1-15/+242
2019-04-25mii: Add MiiManager class to manage Mii databaseZach Hilman2-0/+622
2019-04-25common: Extract UUID to its own classZach Hilman3-78/+28
2019-04-19kernel/svc: Name supervisor call 0x36Lioncash1-1/+1
2019-04-18service/audctl: Implement GetTargetVolumeMin() and GetTargetVolumeMax()Lioncash2-2/+32
2019-04-17web_browser: Make OpenPage non-constZach Hilman8-15/+20
2019-04-17main: Add GMainWindow hooks for Error displayZach Hilman1-2/+2
2019-04-17general_backend: Move StubApplet and add backend PhotoViewerZach Hilman2-1/+102
2019-04-17applets: Add Error appletZach Hilman3-24/+224
2019-04-17applets: Port current applets to take frontend in constructorZach Hilman6-14/+16
2019-04-17am: Delegate applet creation to AppletManagerZach Hilman1-24/+3
2019-04-17applets: Add AppletManager class to control lifetimeZach Hilman2-0/+137
2019-04-17kernel/thread: Unify wait synchronization typesLioncash6-38/+34
2019-04-17kernel/svc: Migrate svcCancelSynchronization behavior to a thread functionLioncash3-7/+17
2019-04-17kernel/wait_object: Make GetHighestPriorityReadyThread() a const member functionLioncash2-2/+2
2019-04-17kernel/vm_manager: Remove usages of global system accessorsLioncash3-7/+11
2019-04-15svc: Specify handle value in thread's nameLioncash2-2/+10
2019-04-15kernel/thread: Remove BoostPriority()Lioncash2-11/+0
2019-04-14kernel/thread: Remove unused guest_handle member variableLioncash3-16/+7
2019-04-13kernel/svc: Implement svcUnmapProcessCodeMemoryLioncash3-1/+143
2019-04-13kernel/svc: Implement svcMapProcessCodeMemoryLioncash4-1/+131
2019-04-12core/core: Move process execution start to System's Load()Lioncash2-8/+11
2019-04-12core/process: Remove unideal page table setting from LoadFromMetadata()Lioncash1-5/+0
2019-04-12core/cpu_core_manager: Create threads separately from initialization.Lioncash2-2/+7
2019-04-11kernel: Make handle type declarations constexprLioncash10-10/+10
2019-04-11service: Update service function tablesLioncash27-57/+262
2019-04-10ldr: Mark IsValidNROHash() as a const member functionLioncash1-5/+4
2019-04-10ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrrLioncash1-60/+81
2019-04-10fsp_srv: Remove unnecessary parameter popping in IDirectory's Read()Lioncash1-4/+1
2019-04-10fsp_srv: Log out option values in IFile's Read and Write functionsLioncash1-4/+6
2019-04-10kernel/server_session: Remove obsolete TODOsLioncash1-7/+2
2019-04-09kernel/process: Set page table when page table resizes occur.Lioncash1-0/+2
2019-04-09added a toggle to force 30fps modezarroboogs1-6/+10
2019-04-08kernel/svc: Deglobalize the supervisor call handlersLioncash3-322/+373
2019-04-07kernel: Handle page table switching within MakeCurrentProcess()Lioncash3-4/+2
2019-04-06kernel/server_session: Return a std::pair from CreateSessionPair()Lioncash4-11/+8
2019-04-06kernel/server_port: Return a std::pair from CreatePortPair()Lioncash2-7/+7
2019-04-05hle/result: Remove unnecessary bitfield entry for ResultCodeLioncash1-4/+0
2019-04-05service/fsp_srv: Don't pass SaveDataDescriptor instances by value.Lioncash2-4/+4
2019-04-05service/fsp_srv: Remove unnecessary unknown member in OpenSaveDataFileSystemLioncash1-7/+8
2019-04-05service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structsLioncash1-1/+3
2019-04-05filesystem: Use a std::string_view in OpenFile()Lioncash1-5/+8
2019-04-04hle/service: Resolve unused variable warningsLioncash8-62/+58
2019-04-04core: Add missing override specifiers where applicableLioncash9-18/+5
2019-04-04kernel/svc: Properly sanitize mutex address in WaitProcessWideKeyAtomicLioncash1-0/+14
2019-04-03service/am: Correct behavior of CreateTransferMemoryStorage()Lioncash1-6/+6
2019-04-03kernel/transfer_memory: Add accessors to data and sizesLioncash2-11/+31
2019-04-03kernel/server_session: Provide a GetName() overrideLioncash1-0/+4
2019-04-03kernel/object: Remove unused handle type entryLioncash2-2/+0
2019-04-02kernel/svc: Implement svcGetThreadListLioncash4-1/+70
2019-04-02kernel/svc: Implement svcGetProcessListLioncash4-1/+53
2019-04-02process: Fix up compilationReinUsesLisp1-1/+1
2019-04-02kernel/thread: Make AllWaitObjectsReady() a const qualified member functionLioncash2-2/+2
2019-04-02kernel/wait_object: Make ShouldWait() take thread members by pointer-to-constLioncash11-11/+11
2019-04-01kernel/thread: Avoid sign conversion within GetCommandBufferAddress()Lioncash1-2/+2
2019-04-01kernel/thread: Make parameter of GetWaitObjectIndex() const qualifiedLioncash2-3/+3
2019-04-01kernel/resource_limit: Remove the name member from resource limitsLioncash3-14/+6
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash3-3/+3
2019-03-30kernel/scheduler: Remove unused parameter to AddThread()Lioncash3-4/+4
2019-03-30kernel/scheduler: Use deduction guides on mutex locksLioncash1-8/+8
2019-03-30service/fatal: Mark local variables as const where applicableLioncash1-6/+6
2019-03-30service/fatal: Remove unnecessary semicolonLioncash1-1/+1
2019-03-30service/fatal: Name FatalInfo structure membersLioncash1-31/+44
2019-03-29kernel/shared_memory: Remove unused core/memory.h includeLioncash1-1/+0
2019-03-29kernel/shared_memory: Sanitize supplied size when unmappingLioncash3-4/+18
2019-03-29core/yuzu: Remove enable_nfc settingfearlessTobi1-1/+1
2019-03-29kernel/process: Report total physical memory used to svcGetInfoLioncash3-4/+11
2019-03-29kernel/process: Store the total size of the code memory loadedLioncash2-0/+5
2019-03-28kernel/process: Store the main thread stack size to a data memberLioncash2-4/+7
2019-03-28kernel/process: Make Run's stack size parameter a u64Lioncash2-2/+2
2019-03-28kernel/process: Ensure that given stack size is always page-alignedLioncash1-0/+4
2019-03-28patch_manager: Dump NSO name with build IDZach Hilman1-2/+1
2019-03-27Fixes and corrections on formatting.Fernando Sahmkow1-6/+9
2019-03-27Use MultiLevelQueue instead of old ThreadQueueListFernando Sahmkow2-19/+24
2019-03-27game_list: Register content with ContentProviderZach Hilman1-2/+3
2019-03-27core: Port current uses of RegisteredCache to ContentProviderZach Hilman3-9/+8
2019-03-26service/am: Implement EnterFatalSection and LeaveFatalSectionLioncash2-2/+29
2019-03-26service/am: Sort ISelfController's member functions according to table orderLioncash2-36/+36
2019-03-24core/core_timing: Make callback parameters consistentLioncash4-9/+9
2019-03-24kernel/kernel: Remove unnecessary forward declarationLioncash1-3/+0
2019-03-24kernel/process: Remove unused AddressMapping structLioncash1-8/+0
2019-03-24kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize()Lioncash2-24/+46
2019-03-24kernel/vm_manager: Rename HeapAllocate to SetHeapSizeLioncash3-4/+3
2019-03-24kernel/vm_manager: Handle case of identical calls to HeapAllocateLioncash1-0/+5
2019-03-24kernel/vm_manager: Remove unused class variablesLioncash1-3/+0
2019-03-24kernel/vm_manager: Remove unnecessary heap_used data memberLioncash3-13/+2
2019-03-24kernel/vm_manager: Tidy up heap allocation codeLioncash3-27/+37
2019-03-22kernel/codeset: Make CodeSet's memory data member a regular std::vectorLioncash2-4/+5
2019-03-21service/am: Add function table for IDebugFunctionsLioncash1-1/+15
2019-03-21kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectivelyLioncash4-22/+20
2019-03-21kernel/vm_manager: Amend flag values for CodeMutableLioncash1-1/+1
2019-03-21gpu: Rewrite virtual memory manager using PageTable.bunnei1-10/+2
2019-03-21gpu: Move GPUVAddr definition to common_types.bunnei1-2/+2
2019-03-20kernel/process: Make MapSegment lambda reference parameter constLioncash1-1/+1
2019-03-20kernel: Move CodeSet structure to its own source filesLioncash4-44/+105
2019-03-20Fix crash caused by 2238.Fernando Sahmkow1-1/+2
2019-03-20Fix small bug that kept a thread as a condvar thread after being signalled.Fernando Sahmkow2-6/+8
2019-03-20Add CondVar Thread State.Fernando Sahmkow4-4/+6
2019-03-20Small fixes to address_arbiter to better match the IDB.Fernando Sahmkow2-5/+5
2019-03-18fsp_srv: Unstub SetCurrentProcessLioncash2-1/+5
2019-03-18service/am: Add basic implementation of ChangeMainAppletMasterVolumeLioncash2-1/+29
2019-03-18service/am: Unstub SetTransparentVolumeRate()Lioncash2-1/+17
2019-03-18service/am: Unstub SetExpectedMasterVolume()Lioncash2-11/+27
2019-03-17core: Move PageTable struct into Common.bunnei4-9/+10
2019-03-16ipc_helpers: Allow pushing and popping floating-point valuesLioncash1-0/+30
2019-03-16kernel/thread: Actually remove the definition of ExitCurrentThread()Lioncash1-6/+0
2019-03-16kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThreadLioncash2-8/+7
2019-03-16kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interfaceLioncash4-25/+24
2019-03-16kernel/thread: Expand documentation of nominal_priority and current_priorityLioncash2-3/+11
2019-03-16kernel/thread: Make bracing consistent within UpdatePriority()Lioncash1-2/+4
2019-03-16kernel/thread: Amend condition within UpdatePriority()Lioncash1-3/+3
2019-03-16kernel/thread: Maintain priority ordering of added mutex waiting threadsLioncash1-14/+24
2019-03-15gpu: Use host address for caching instead of guest address.bunnei1-1/+2
2019-03-15core/hle/kernel/mutex: Remove usages of global system accessorsLioncash1-11/+15
2019-03-15core/hle/kernel: Make Mutex a per-process class.Lioncash5-18/+47
2019-03-13core/hle/kernel/svc: Implement svcUnmapTransferMemoryLioncash1-1/+48
2019-03-13core/hle/kernel/svc: Implement svcMapTransferMemoryLioncash1-1/+57
2019-03-13core/hle/kernel: Split transfer memory handling out into its own classLioncash5-4/+175
2019-03-13kernel/process: Remove use of global system accessorsLioncash2-8/+9
2019-03-11set_sys: Move constants to anonymous namespaceZach Hilman1-1/+1
2019-03-11kernel/server_port: Make data members privateLioncash4-14/+36
2019-03-11hwopus: Leverage multistream API for decoding regular Opus packetsLioncash1-34/+48
2019-03-11set_sys: Use official nintendo version stringZach Hilman1-11/+7
2019-03-11set_sys: Use correct error codes in GetFirmwareVersion*Zach Hilman1-21/+41
2019-03-10core/hle/result: Remove now-unnecessary manually defined copy assignment operatorLioncash1-5/+0
2019-03-10core/hle/result: Amend error in comment description for ResultCodeLioncash1-1/+1
2019-03-10core/hle/result: Remove now-unused constructor for ResultCodeLioncash1-10/+0
2019-03-10core/hle/result: Relocate IPC error code to ipc_helpersLioncash3-3/+4
2019-03-10service/service: Remove unncessary calls to c_str()Lioncash1-4/+3
2019-03-10set_sys: Implement GetFirmwareVersion(2) for libnx hosversionZach Hilman2-2/+63
2019-03-08kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optionalLioncash4-47/+47
2019-03-08kernel: Make the address arbiter instance per-processLioncash6-26/+33
2019-03-08kernel/svc: Move address arbiter signaling behind a unified API functionLioncash3-22/+26
2019-03-08kernel/svc: Move address arbiter waiting behind a unified API functionLioncash3-19/+24
2019-03-07service/audio/hwopus: Move decoder state to its own classLioncash1-50/+85
2019-03-07service/audio/hwopus: Provide a name for the second word of OpusPacketHeaderLioncash1-2/+4
2019-03-07service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoderManagerLioncash1-17/+17
2019-03-07service/audio/hwopus: Enclose internals in an anonymous namespaceLioncash1-2/+3
2019-03-07service/audio/audout_u: Only actually stop the audio stream in StopAudioOut if the stream is playingLioncash1-1/+3
2019-03-07gpu: Move command processing to another thread.bunnei1-1/+1
2019-03-07gpu: Refactor command and swap buffers interface for asynch.bunnei3-14/+4
2019-03-06hle/service/audio/audout_u: Correct lack of return in failure case of AppendAudioOutBufferImpl()Lioncash1-0/+1
2019-03-06kernel/server_session: Make data members privateLioncash5-32/+73
2019-03-06kernel/client_session: Make data members privateLioncash1-4/+5
2019-03-05hle/service/audio: Extract audio error codes to a headerLioncash3-10/+20
2019-03-05kernel/address_arbiter: Pass in system instance to constructorLioncash4-21/+39
2019-03-05kernel/address_arbiter: Minor tidying upLioncash1-18/+18
2019-03-05kernel/address_arbiter: Convert the address arbiter into a classLioncash5-82/+135
2019-03-05vm_manager: Remove cheat-specific ranges from VMManagerZach Hilman3-25/+2
2019-03-05kernel/thread: Remove obsolete TODO in Create()Lioncash1-2/+0
2019-03-05core/hle/ipc: Remove unnecessary includesLioncash6-8/+12
2019-03-05vm_manager: Add support for storing and getting main code regionZach Hilman2-0/+28
2019-03-05controllers/npad: Add accessor for current press stateZach Hilman1-0/+1
2019-03-04vm_manager: Use range helpers in HeapAlloc() and HeapFree()Lioncash1-4/+2
2019-03-04vm_manager: Provide address range checking functions for other memory regionsLioncash2-4/+35
2019-03-04kernel/scheduler: Pass in system instance in constructorLioncash2-9/+11
2019-03-04kernel/shared_memory: Get rid of the use of global accessor functions within Create()Lioncash1-3/+2
2019-03-04svc: Migrate address range checking functions to VMManagerLioncash3-23/+30
2019-03-01service/audio/audren_u: Implement OpenAudioRendererAutoLioncash2-7/+20
2019-03-01service/audio: Provide an implementation of ExecuteAudioRendererRenderingLioncash1-1/+12
2019-02-27service/hid: Amend forward declaration of ServiceManagerLioncash1-1/+1
2019-02-27audio_core/audio_renderer: Name previously unknown parameters of AudioRendererParameterLioncash1-13/+13
2019-02-27common/math_util: Move contents into the Common namespaceLioncash5-6/+6
2019-02-27service/vi: Unstub GetDisplayServiceLioncash5-11/+49
2019-02-27core/ipc_helper: Allow popping all signed value types with RequestParserLioncash1-0/+15
2019-02-26service/vi: Remove use of a module classLioncash8-46/+99
2019-02-25kernel/handle_table: Make local variables as const where applicableLioncash1-4/+5
2019-02-25kernel/handle_table: Allow process capabilities to limit the handle table sizeLioncash6-10/+54
2019-02-25kernel/handle-table: In-class initialize data membersLioncash2-3/+2
2019-02-25kernel/handle_table: Resolve truncation warningsLioncash1-2/+2
2019-02-25service/vi: Update IManagerDisplayService's function tableLioncash1-0/+1
2019-02-22service/nvflinger: Store BufferQueue instances as regular data membersLioncash7-36/+39
2019-02-21service/vi/vi_layer: Convert Layer struct into a classLioncash6-10/+43
2019-02-21service/nvflinger: Move display specifics over to vi_displayLioncash4-35/+141
2019-02-20service/nvflinger: Relocate definitions of Layer and Display to the vi serviceLioncash6-57/+119
2019-02-16address_arbiter: Use nested namespaces where applicableLioncash2-8/+4
2019-02-16core_timing: Convert core timing into a classLioncash32-81/+123
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash21-54/+50
2019-02-08nvdisp_disp0: change drawing message log level from Warning to TraceTobias1-3/+3
2019-02-06remove all occurance of specifying endianness inside BitFieldWeiyi Wang6-96/+96
2019-02-06service/nvflinger,service/vi: Handle failure cases with exposed APILioncash4-47/+133
2019-02-05service/nvflinger: Mark FindVsyncEvent() as a const member functionLioncash2-2/+2
2019-02-05service/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent()Lioncash3-3/+3
2019-02-01kernel: Remove the Timer classLioncash6-227/+0
2019-01-30kernel/wait_object: Devirtualize functions related to manipulating the thread list directlyLioncash1-3/+3
2019-01-30kernel/timer: Remove unnecessary WakeupAllWaitingThreads() overrideLioncash2-6/+0
2019-01-30kernel/readable_event: Remove unnecessary WakeupAllWaitingThreads() overrideLioncash2-6/+0
2019-01-30hwopus: Implement DecodeInterleavedLioncash1-4/+35
2019-01-30service/nvflinger: Make FindBufferQueueId() a const member functionLioncash2-2/+26
2019-01-30service/nvflinger: Rename Get prefix on function to FindLioncash3-23/+23
2019-01-30hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeInterleavedWithPerfOldLioncash1-19/+14
2019-01-30hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64*Lioncash1-9/+6
2019-01-30hwopus: Mark local variables as const where applicableLioncash1-8/+16
2019-01-30hwopus: Fill in the rest of the unknown service function namesLioncash1-9/+11
2019-01-30service/ns: Update function tablesLioncash1-14/+20
2019-01-30service/ncm: Update function tablesLioncash1-4/+4
2019-01-30service/audio: Update function tablesLioncash4-8/+23
2019-01-30service/am/applet_ae: Update function tablesLioncash1-1/+2
2019-01-30service/fsp-srv: Update function tablesLioncash2-17/+25
2019-01-30service/btm: Update function tablesLioncash1-55/+97
2019-01-30service/btdrv: Update function tablesLioncash1-46/+101
2019-01-30service/psc: Update function tablesLioncash1-8/+9
2019-01-30nvflinger: Add the Null displayLioncash1-1/+2
2019-01-30nvflinger: Change log message in OpenDisplay to be a debug log instead of a warningLioncash1-1/+1
2019-01-30nvflinger: Remove unnecessary header inclusionsLioncash1-2/+0
2019-01-30nvflinger: Mark locals const where applicableLioncash1-11/+11
2019-01-30nvflinger: Use a std::array for the available displays instead of std::vectorLioncash2-7/+7
2019-01-30hle/ipc_helpers: Fix clang-format warningsLioncash1-1/+0
2019-01-29hle/ipc_helpers: Allow pushing signed valuesLioncash1-0/+22
2019-01-28service/pm: Implement SetMaintenanceBoot()Lioncash1-1/+10
2019-01-28service/pm: Tidy up functionality related to SystemBootModeLioncash2-2/+9
2019-01-28service/vi: Remove stubbed notifier from SetLayerVisibilityLioncash1-2/+3
2019-01-27kernel/svc: Log out uncaught C++ exceptions from svcBreakLioncash1-0/+4
2019-01-17core/frontend/applets/web_browser: Include missing headersLioncash1-2/+8
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash1-1/+1
2019-01-08settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman1-6/+4
2019-01-08time: Use custom RTC settings if applicable for gameZach Hilman1-6/+10
2019-01-05service/vi: Correct scaling mode conversionsLioncash1-15/+13
2019-01-05service/vi: Factor out scaling mode conversions from the IPC function itselfLioncash1-17/+21
2019-01-05service/vi: Unstub IApplicationDisplayService' SetLayerScalingMode()Lioncash1-21/+38
2019-01-05service/vi: Correct reported dimensions from IApplicationDisplayService's GetDisplayResolution()Lioncash1-12/+8
2019-01-04Removed pulse event typeDavid Marcec3-7/+0
2019-01-04Return no application area when games try to open an application areaDavid Marcec1-4/+4
2019-01-04Proper no message handling for AM::PopMessageDavid Marcec1-1/+10
2019-01-03 Fixed botw deadlock(and possibly 30 fps games rendering too fast? needs testing to confirm)David Marcec1-1/+1
2019-01-03service/vi: Implement SetDisplayEnabled()Lioncash1-1/+10
2019-01-03service/vi: Log more information where applicableLioncash1-63/+74
2019-01-03service/vi: Implement OpenDefaultDisplay in terms of OpenDisplayLioncash1-4/+17
2019-01-02service/vi: Correct initial width and height valuesLioncash1-2/+2
2019-01-02service/vi: Document unknown DisplayInfo struct membersLioncash1-2/+13
2019-01-01core/kernel: Remove unnecessary inclusionsLioncash16-16/+22
2018-12-31kernel/svc: Correct misleading error message within CreateThread()Lioncash1-2/+3
2018-12-31kernel/svc: Sanitize core number and thread priorities in CreateThread()Lioncash1-6/+17
2018-12-31kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriorityMask()Lioncash2-11/+11
2018-12-31kernel/svc: Simplify thread core ID sanitizing in CreateThreadLioncash1-7/+1
2018-12-30service/time: Minor cleanup to GetClockSnapshot()Lioncash1-7/+9
2018-12-30service/time: Fill in some structures and remove padding where not necessaryLioncash2-7/+9
2018-12-29Moved log backtrace to arm_interface.cpp. Added printing of error code to fatalDavid Marcec1-1/+2
2018-12-29travis: Use correct package for linux Qt5WebEngineZach Hilman2-3/+2
2018-12-29web_browser: Add bounds checking to applet interfaceZach Hilman4-132/+134
2018-12-28core: Add getter and setter for WebBrowserApplet frontendZach Hilman1-1/+1
2018-12-28applets: Implement LibAppletOff (Web) appletZach Hilman3-0/+232
2018-12-28hid: Make Hid service accessible and add GetPressStateZach Hilman4-459/+540
2018-12-28am: Add size parameter to am:IStorage loggingZach Hilman1-4/+4
2018-12-28kernel/process: Start the main thread using the specified ideal coreLioncash1-2/+2
2018-12-28kernel: Rename 'default' CPU core to 'ideal' coreLioncash4-21/+21
2018-12-28kernel/thread: Move process thread initialization into process.cppLioncash3-36/+30
2018-12-28kernel/process: Remove most allocation functions from Process' interfaceLioncash4-49/+35
2018-12-27am: Implement GetSaveDataSize and ExtendSaveDataZach Hilman2-2/+47
2018-12-27filesystem: Populate save data sizes from control dataZach Hilman2-0/+53
2018-12-27kernel/vm_manager: Reset region attributes when unmapping a VMALioncash1-0/+1
2018-12-26npad: Remove code to invert input in horizontal mode.bunnei1-46/+0
2018-12-21hid: Fix SetNpadJoyHoldType and improve logging.bunnei1-44/+163
2018-12-21kernel/process: Hook up the process capability parser to the process itselfLioncash2-120/+18
2018-12-21kernel/process_capability: Handle debug capability flagsLioncash2-1/+18
2018-12-21kernel/process_capability: Handle handle table capability flagsLioncash2-1/+11
2018-12-21kernel/process_capability: Handle kernel version capability flagsLioncash2-1/+18
2018-12-21kernel/process_capability: Handle program capability flagsLioncash3-2/+29
2018-12-21kernel/process_capability: Handle interrupt capability flagsLioncash1-1/+21
2018-12-21kernel/process_capability: Handle syscall capability flagsLioncash2-1/+29
2018-12-21kernel/process_capability: Handle the priority mask and core mask flagsLioncash2-1/+40
2018-12-21kernel/process: Introduce process capability parsing skeletonLioncash4-3/+466
2018-12-19kernel/svc: Handle thread handles within GetProcessIdLioncash1-10/+23
2018-12-19svc: Implement svcSetMemoryAttributeLioncash1-5/+46
2018-12-19vm_manager: Add member function for setting memory attributes across an address rangeLioncash2-0/+41
2018-12-19vm_manager: Add member function for checking a memory range adheres to certain attributes, permissions and statesLioncash2-0/+100
2018-12-19kernel/kernel: Use correct initial PID for userland Process instancesLioncash2-4/+14
2018-12-19kernel/svc: Correct output parameter for svcGetThreadIdLioncash1-1/+1
2018-12-19kernel/thread: Make thread_id a 64-bit valueLioncash3-5/+5
2018-12-19kernel/svc: Correct output parameter for svcGetProcessIdLioncash2-2/+10
2018-12-19kernel/process: Make process_id a 64-bit valueLioncash3-6/+6
2018-12-19Device handle should not be a random id, instead it's the current npad idDavid Marcec1-2/+2
2018-12-19Moved backtrace to ArmInterfaceDavid Marcec3-11/+3
2018-12-19Fixed uninitialized memory due to missing returns in canaryDavid Marcec1-0/+1
2018-12-19service/sm: Improve debug log for RegisterServiceLioncash1-4/+5
2018-12-18kernel/thread: Set default fpcrMerryMage1-0/+3
2018-12-18service/am: Unstub GetAppletResourceUserIdLioncash1-2/+5
2018-12-16vm_manager: Rename meminfo_state to stateLioncash2-10/+9
2018-12-16vm_manager: Add backing functionality for memory attributesLioncash2-1/+85
2018-12-15nvhost_gpu: Skip empty GPU command lists.bunnei1-0/+4
2018-12-13Fix Service object leak on emulation stopJens Schmer2-10/+12
2018-12-12svc: Enable svcQueryProcessMemoryLioncash2-1/+6
2018-12-12svc: Write out the complete MemoryInfo structure in QueryProcessMemoryLioncash1-0/+3
2018-12-12svc: Handle memory writing explicitly within QueryProcessMemoryLioncash2-26/+22
2018-12-12vm_manager: Correct ordering of last two struct members of MemoryInfoLioncash1-2/+2
2018-12-12svc_wrap: Correct register index for a wrapper specializationLioncash1-1/+1
2018-12-12vm_manager: Amend the returned values for invalid memory queries in QueryMemory()Lioncash2-4/+7
2018-12-12vm_manager: Migrate memory querying to the VMManager interfaceLioncash4-18/+33
2018-12-12vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.hLioncash3-17/+16
2018-12-12vm_manager: Amend MemoryState enum membersLioncash5-28/+111
2018-12-12Fix Process object leak on emulation stopJens Schmer3-13/+12
2018-12-10fsp_srv: Implement IStorage::GetSizeZach Hilman1-2/+15
2018-12-10service/fsp_srv: Correct returned value in GetGlobalAccessLogMode()Lioncash1-1/+10
2018-12-10applets: Correct usage of SignalStateChanged eventZach Hilman3-6/+4
2018-12-06vm_manager: Make vma_map privateLioncash4-22/+36
2018-12-06hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSGLioncash1-2/+1
2018-12-06hle/service: Remove unnecessary using declarationsLioncash1-5/+1
2018-12-06hle/service, hle/sm: Compress usages of MakeResult()Lioncash2-3/+3
2018-12-06hle/service, hle/sm: Use structured bindings where applicableLioncash2-9/+3
2018-12-05kernel/process: Set ideal core from metadataLioncash1-0/+1
2018-12-05service/ldr: Deduplicate instruction cache clearing code in LoadNro()Lioncash1-8/+2
2018-12-05service/ldr: Amend layout of the NRO headerLioncash1-3/+3
2018-12-05service/ldr: Corrent padding within the NRR header layoutLioncash1-1/+2
2018-12-05svc: Avoid incorrect fast yield conditionZach Hilman1-6/+1
2018-12-05kernel/svc: Correct behavior of svcResetSignal()Lioncash1-4/+11
2018-12-05kernel/process: Make Process a WaitObjectLioncash3-6/+68
2018-12-05kernel/readable_event: Add member function for enforcing a strict reset contractLioncash2-1/+22
2018-12-04kernel/svc: Remove unused header inclusionLioncash1-1/+0
2018-12-04kernel/svc: Implement svcSignalEvent()Lioncash1-1/+16
2018-12-04kernel/svc: Implement svcCreateEvent()Lioncash2-1/+42
2018-12-04kernel/object: Amend handle types to distinguish between readable and writable eventsLioncash5-10/+19
2018-12-04kernel/handle_table: Amend reference to CTR-OS in Create()Lioncash1-2/+3
2018-12-04kernel/svc: Implement the resource limit svcGetInfo optionLioncash4-9/+34
2018-12-04svc: Implement SetThreadActivity (thread suspension)Luke Street4-6/+72
2018-12-04[Kernel::CreateThread] Match format specifiers to LOG_TRACE's argumentsV.Kalyuzhny1-1/+1
2018-12-04scheduler: Avoid manual Reschedule callZach Hilman2-11/+11
2018-12-03scheduler: Only work steal higher priority threads from other coresZach Hilman3-35/+24
2018-12-03applets: Correct event ResetTypes from OneShot to StickyZach Hilman4-13/+5
2018-12-03am: Use ProfileSelect appletZach Hilman1-0/+4
2018-12-03applets: Implement ProfileSelect appletZach Hilman2-0/+130
2018-12-03software_keyboard: Signal state changed event upon constructionZach Hilman1-1/+6
2018-12-03aoc_u: Obey disabled add-ons list when listing DLCZach Hilman1-0/+12
2018-12-03Moved backtrace to ArmInterfaceDavid Marcec1-14/+1
2018-12-03Print backtrace on svcBreakDavid Marcec3-0/+24
2018-12-02service/usb: Update function tableLioncash1-1/+1
2018-12-02service/erpt: Update function tableLioncash1-5/+7
2018-12-02Fixed crash with SetNpadModeDavid Marcec1-2/+3
2018-12-02svc: Use the current process' handle table for retrieving the process instance to act uponLioncash1-1/+2
2018-12-02svc: Reorganize svcGetInfo, handle more error cases for existing implemented info categoriesLioncash1-50/+99
2018-12-02svc: Avoid performance-degrading unnecessary rescheduleZach Hilman2-8/+6
2018-12-02service/audio/audout_u: Amend constructor initialization list orderLioncash1-2/+2
2018-12-02filesystem: De-globalize registered_cache_unionLioncash3-19/+6
2018-12-01Fix debug buildLioncash1-1/+1
2018-12-01service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash3-1/+35
2018-11-30Services/VI: Dereferencing an uninitialized std::optional is undefined behavior.Subv1-0/+2
2018-11-30service/set: Convert GetLanguageCode over to using PushEnum()Lioncash1-1/+1
2018-11-30service/set: Implement MakeLanguageCodeLioncash2-1/+19
2018-11-29hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman9-14/+14
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman30-311/+169
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman25-153/+274
2018-11-29hle_ipc: Use event pair for SleepClientThreadZach Hilman2-19/+22
2018-11-29kernel: Add named event tableZach Hilman2-0/+30
2018-11-29kernel: Divide Event into ReadableEvent and WritableEventZach Hilman5-59/+206
2018-11-29kernel/object: Add descriptions to ResetTypesZach Hilman1-3/+3
2018-11-28npad: Use NPadIdToIndex to prevent invalid array accessZach Hilman1-2/+2
2018-11-28dma_pushbuffer: Optimize to avoid loop and copy on Push.bunnei1-8/+6
2018-11-27npad: Fix copy/paste error with LED position assignmentsZach Hilman1-3/+3
2018-11-27gpu: Rewrite GPU command list processing with DmaPusher class.bunnei1-3/+10
2018-11-27svc: Implement svcSetResourceLimitLimitValue()Lioncash1-1/+36
2018-11-27svc: Implement svcGetResourceLimitCurrentValue()Lioncash1-16/+49
2018-11-27svc: Implement svcGetResourceLimitLimitValue()Lioncash2-2/+33
2018-11-27svc: Implement svcCreateResourceLimit()Lioncash2-1/+27
2018-11-27Added comment on Main memory size for more clarityDavid Marcec1-0/+1
2018-11-27Made svcSetHeapSize and svcCreateSharedMemory more readableDavid Marcec1-4/+4
2018-11-27Reworked svcs slightly, improved error messages in AM and fsp_srvDavid Marcec3-20/+30
2018-11-26profile_manager: Save and load ProfileData from diskZach Hilman3-17/+19
2018-11-26Fixed hwopus compile errorDavid Marcec1-1/+1
2018-11-26Improved error messages in AM, HwOpus and NvMapDavid Marcec3-26/+39
2018-11-26Improved error messages for SVCsDavid Marcec1-76/+170
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec51-374/+726
2018-11-25svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfoLuke Street1-1/+2
2018-11-24service/sm: Take std::string by const reference in UnregisterServiceLioncash2-2/+2
2018-11-24nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus.bunnei2-2/+18
2018-11-22am: Return StubApplet instead of nullptr when AppletId not foundZach Hilman3-11/+11
2018-11-22debug_pad: Avoid loading input for nonexistent buttons (Home and Screenshot)Zach Hilman1-2/+3
2018-11-22audout_u: Add support for multiple IAudioOut streams.bunnei2-9/+22
2018-11-22scheduler: Add explanations for YieldWith and WithoutLoadBalancingZach Hilman5-77/+139
2018-11-22applets: Add StubAppletZach Hilman2-0/+96
2018-11-22kernel/handle_table: Move private static functions into the cpp fileLioncash2-7/+9
2018-11-22kernel/handle_table: Restrict handle table size to 1024 entriesLioncash1-5/+2
2018-11-22kernel/handle_table: Default destructor in the cpp fileLioncash2-0/+3
2018-11-21nvhost_ctrl_gpu: Implement IoctlGetGpuTime.bunnei2-0/+19
2018-11-21am: Correct build failureLioncash1-2/+2
2018-11-20kernel/process: Move <random> include to the cpp fileLioncash2-1/+1
2018-11-20am/applets: Make the applet data broker part of the applet itself.Lioncash5-31/+36
2018-11-20am/applets: Replace includes with forward declarations where applicableLioncash2-2/+9
2018-11-20am/applets: Relocate comments above the relevant data member in AppletDataBrokerLioncash1-11/+18
2018-11-20kernel/resource_limit: Clean up interfaceLioncash6-190/+81
2018-11-20lm: Implement SetDestination by doing nothingLioncash1-1/+12
2018-11-19software_keyboard: Fix erroneous extra PushNormalDataZach Hilman1-3/+2
2018-11-19software_keyboard: Return correct result code on user cancel operationZach Hilman3-5/+1
2018-11-19applet: Add AppletDataBroker to manage HLE to AM service interactionZach Hilman5-104/+194
2018-11-19software_keyboard: Use correct offset for inital text stringZach Hilman1-1/+2
2018-11-19kernel/shared_memory: Make Map() and Unmap() take the target process by reference rather than as a pointerLioncash3-12/+12
2018-11-19kernel/shared_memory: Add a const qualified member function overload for GetPointer()Lioncash2-1/+12
2018-11-19kernel/shared_memory: Use 64-bit types for offset and size in CreateForAppletLioncash2-2/+2
2018-11-19kernel/shared_memory: Make GetPointer() take a std::size_t instead of a u32Lioncash2-2/+2
2018-11-19kernel/shared_memory: Make data members privateLioncash1-12/+17
2018-11-19ldr: Clean up error codesLioncash1-29/+12
2018-11-19svc: Implement yield types 0 and -1Zach Hilman5-2/+114
2018-11-19filesystem: Clear registered union paths on factory creationZach Hilman2-0/+6
2018-11-19hid: Use player-defined controller type as PREFERRED_CONTROLLERZach Hilman4-174/+61
2018-11-19hid/npad: Update NPad to use player controller bindings and typeZach Hilman2-55/+108
2018-11-19hid/touchscreen: Update Touchscreen to use advanced parametersZach Hilman1-6/+6
2018-11-19hid: Add controller bindings for Mouse controllerZach Hilman2-4/+30
2018-11-19hid: Add keyboard bindings for Keyboard controllerZach Hilman2-2/+24
2018-11-19hid: Add controller bindings for DebugPad controllerZach Hilman2-21/+43
2018-11-19Added missing start/end touch attributes to touchscreenDavid Marcec2-1/+18
2018-11-19Added debugpad skeletonDavid Marcec2-2/+55
2018-11-19Added controller helper funcsDavid Marcec2-0/+35
2018-11-19Changed polling rate of hid and Right joycon rotationDavid Marcec1-2/+2
2018-11-19Left joycon rotation button remappingDavid Marcec2-7/+21
2018-11-19Added automatic npad switch based on supported stylesetsDavid Marcec2-4/+124
2018-11-19Added multi-input support and controller assignment at any portDavid Marcec2-122/+181
2018-11-19Removed hard coded values for width and heightDavid Marcec1-2/+4
2018-11-19software_keyboard: Check for UTF-8 config flagZach Hilman2-9/+23
2018-11-18svc: ResetSignal is not stubbedTobias1-1/+1
2018-11-18software_keyboard: Push all data over all channels on dialog completionZach Hilman1-18/+26
2018-11-18applet: Use std::queue instead of std::vector for storage stackZach Hilman5-18/+44
2018-11-18applet: Add operation completed callbackZach Hilman2-3/+5
2018-11-18software_keyboard: Push buffer size to offset 0x4 in output dataZach Hilman4-18/+39
2018-11-18software_keyboard: Make GetText asynchronousZach Hilman3-6/+20
2018-11-18am: Allow applets to push multiple and different channels of dataZach Hilman4-36/+34
2018-11-18am: Implement ILibraryAppletAccessor IsCompleted and GetResultZach Hilman1-4/+8
2018-11-18am: Implement text check software keyboard modeZach Hilman3-14/+95
2018-11-18am: Deglobalize software keyboard appletZach Hilman7-31/+48
2018-11-18am: Construct and use proper applets with ILibraryAppletAccessorZach Hilman1-1/+26
2018-11-18am/applets: Add connector between frontend and AM applet classesZach Hilman2-0/+128
2018-11-18am/applets: Add Applet superclass to describe a generic appletZach Hilman2-0/+75
2018-11-18am: Unstub ILibraryAppletAccessor::StartZach Hilman1-5/+17
2018-11-18am: Implement PopInteractiveOutData and PushInteractiveInDataZach Hilman1-14/+24
2018-11-18am: Convert storage stack to vectorZach Hilman1-27/+59
2018-11-18am: Move AM::IStorage to headerZach Hilman1-0/+16
2018-11-18am: Move IStorageAccessor to header and update backing bufferZach Hilman2-64/+62
2018-11-18am: Implement CreateTransferMemoryStorageZach Hilman2-0/+26
2018-11-18svc: Implement svcCreateTransferMemoryZach Hilman1-3/+33
2018-11-18ldr_ro: Add error check for memory allocation failureZach Hilman4-13/+27
2018-11-17vi: Implement TransactParcel for Disconnect and DetachBufferZach Hilman1-0/+22
2018-11-17Stubbed am:EnableApplicationCrashReportMysticExile2-10/+18
2018-11-17hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.bunnei1-1/+1
2018-11-17Implemented CalculateStandardUserSystemClockDifferenceByUserDavid Marcec3-1/+18
2018-11-16kernel/errors: Clean up error codesLioncash2-62/+32
2018-11-16Added various bluetooth based cmds for palmaDavid Marcec2-1/+145
2018-11-16Added SetIsPalmaAllConnectable, SetPalmaBoostModeDavid Marcec1-2/+14
2018-11-16Report resolution scaling support for vi and amDavid Marcec2-13/+29
2018-11-16file_sys/errors: Extract FS-related error codes to file_sys/errors.hLioncash3-13/+11
2018-11-16Fixed priority switching edge case for handheld (#1675)David1-12/+46
2018-11-16fsp_srv: Add support for using open source archive if not found in NANDZach Hilman1-0/+10
2018-11-16csrng: Use random integer distribution instead of raw engineZach Hilman1-1/+2
2018-11-15ldr_ro: Implement UnloadNro (command 1)Zach Hilman1-22/+85
2018-11-15ldr_ro: Fully Implement LoadNro (command 0)Zach Hilman1-11/+110
2018-11-15ldr_ro: Implement UnloadNrr (command 3)Zach Hilman1-2/+84
2018-11-15ldr_ro: Fully implement LoadNrr (command 2)Zach Hilman1-0/+112
2018-11-15process: Make MirrorMemory take state to map new memory asZach Hilman1-1/+2
2018-11-15pl_u: Resize buffers in shared font data getter to what game requestsZach Hilman1-0/+8
2018-11-14service/acc: Correct error case within TrySelectUserWithoutInteraction()Lioncash1-2/+4
2018-11-14profile_manager: Replace iterative loop with a ranged-for loop in ParseUserSaveFile()Lioncash1-4/+5
2018-11-14profile_manager: Move UUID Format function definitions into the cpp fileLioncash2-11/+18
2018-11-14nfp: Correct erroneous sizeof expression within GetTagInfo()Lioncash1-1/+1
2018-11-14service/audren_u: Forward RequestUpdateAuto through the same function as RequestUpdateLioncash1-3/+3
2018-11-14hid/npad: Add missing break in switch statement within Controller_NPad::OnUpdate()Lioncash1-0/+1
2018-11-14service: Mark MakeFunctionString with the [[maybe_unused]] attribute.Lioncash1-2/+2
2018-11-14kernel/thread: Deduplicate scheduler switching codeLioncash2-37/+13
2018-11-13hle/audren_u: Implement Get/SetRenderingTimeLimitLioncash1-2/+23
2018-11-13vm_manager: Unstub GetTotalHeapUsage()Lioncash1-2/+1
2018-11-13kernel/process: Migrate heap-related memory management out of the process class and into the vm managerLioncash4-84/+97
2018-11-13svc: Use proper random entropy generation algorithmZach Hilman3-1/+27
2018-11-13svc: Return random seed for svcGetInfo RandomEntropyZach Hilman1-1/+2
2018-11-12csrng: Use std::mt19937 engine for random number generationZach Hilman2-2/+11
2018-11-10Added maybe_unusedDavid Marcec2-2/+7
2018-11-10Added ToPosixTime & ToPosixTimeWithMyRuleDavid Marcec1-2/+41
2018-11-10Added consts and staticDavid Marcec1-6/+6
2018-11-09Implement GetClockSnapshotDavid Marcec3-21/+88
2018-11-08svcBreak now dumps information from the debug buffer passed (#1646)David1-0/+28
2018-11-07Updated npad styles on holdtype switchesDavid Marcec1-0/+2
2018-11-07FixupsDavid Marcec1-1/+1
2018-11-07Ability to switch between docked and undocked mode in-gameDavid Marcec6-35/+138
2018-11-07fixed spelling errorDavid Marcec1-1/+1
2018-11-07Added missing logDavid Marcec1-0/+1
2018-11-07Implement acc:TrySelectUserWithoutInteractionDavid Marcec5-3/+25
2018-11-06Implement SetMemoryPermissionFrederic Laing1-3/+39
2018-11-04Fix typo in BufferTransformFlagsFrederic Laing1-2/+2
2018-11-04sm: Implement RegisterService and UnregisterServiceZach Hilman2-2/+55
2018-11-03Stubbed SetMemoryPermissionFrederic Laing2-1/+12
2018-11-02Fixed incorrect hwopus assertDavid Marcec1-1/+1
2018-11-02Fixed HID crash when launching more than 1 game & signaled syleset change eventDavid Marcec2-0/+5
2018-11-02filesystem: Cache RegisteredCacheUnion instead of constructing on demandZach Hilman2-4/+11
2018-10-31configure_system: Contrain profile usernames to 32 charactersLioncash1-1/+2
2018-10-30service/usb: Update IPdSession's function tableLioncash1-3/+3
2018-10-30general: Remove unused boost inclusions where applicableLioncash1-2/+0
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L7-23/+25
2018-10-30hle_ipc: Add member function for querying the existence of a domain headerLioncash3-3/+6
2018-10-30hle_ipc: Make GetDomainMessageHeader return a regular pointerLioncash2-3/+3
2018-10-29ns: Implement command 400: GetApplicationControlDataZach Hilman2-15/+73
2018-10-29bis_factory: Add getter for mod dump root for a title IDZach Hilman2-4/+22
2018-10-29fsp_srv: Implement ISaveDataInfoReaderZach Hilman1-0/+144
2018-10-29fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceIdZach Hilman2-1/+13
2018-10-29savedata_factory: Expose accessors for SaveDataSpaceZach Hilman2-0/+11
2018-10-28core: Make System references const where applicableLioncash2-3/+3
2018-10-27service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursivelyDeeJayBro1-2/+26
2018-10-26svc: Localize the GetInfo enum class to the function itselfLioncash2-32/+31
2018-10-26svc: Implement svcGetInfo command 0xF0000002Lioncash6-4/+98
2018-10-26ldr: Partially implement LoadNro.bunnei1-3/+49
2018-10-26process: LoadModule should clear JIT instruction cache.bunnei1-0/+6
2018-10-26Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size.bunnei2-0/+28
2018-10-25service/usb: Update service function tablesLioncash1-21/+22
2018-10-25service/acc: Move fallback image to file scopeLioncash1-14/+13
2018-10-25service/acc: Silence compiler warningsLioncash1-5/+8
2018-10-25service/acc: Early return in failure case in LoadImage()Lioncash1-8/+8
2018-10-24kernel/errors: Remove now-unused, unnecessary, error codesLioncash2-13/+0
2018-10-24kernel/shared_memory: Return ERR_INVALID_MEMORY_PERMISSIONS instead of ERR_INVALID_COMBINATIONLioncash1-4/+3
2018-10-24kernel/server_port: Simplify emptiness check within ShouldWait()Lioncash1-1/+1
2018-10-24kernel/server_port: Change error case return value in Accept() to ERR_NOT_FOUNDLioncash2-3/+1
2018-10-24kernel/error: Remove leftover 3DS error codesLioncash1-5/+0
2018-10-24kernel/svc: Amend returned error code for invalid priorities in CreateThreadLioncash1-1/+1
2018-10-24kernel/svc: Move and correct returned error code for invalid thread priorities in SetThreadPriority()Lioncash1-5/+6
2018-10-24kernel/error: Add error code for invalid pointersLioncash1-1/+1
2018-10-24kernel/error: Add error code for closed sessionsLioncash1-1/+3
2018-10-24profile_manager: Use std::optional instead of boost::optionalLioncash3-43/+48
2018-10-24yuzu/main: Notify user of loading errors with Amiibo dataLioncash2-3/+5
2018-10-24npad: Remove unused controller variable from OnInit()Lioncash1-2/+3
2018-10-24aoc_u: Make use of previously-unused CheckAOCTitleIDMatchesBase() functionLioncash1-3/+3
2018-10-24profile_manager: Create save data if it doesn't exist on useZach Hilman2-13/+37
2018-10-24acc: Fix account UUID duplication errorZach Hilman4-17/+47
2018-10-24configure_system: Clear selection after user deleteZach Hilman1-1/+1
2018-10-24profile_manager: Load user icons, names, and UUIDs from system saveZach Hilman4-26/+129
2018-10-24acc: Load user images from config dirZach Hilman1-9/+45
2018-10-24am: Pass current user UUID to launch parametersZach Hilman1-7/+9
2018-10-24profile_manager: Load users from emulator settingsZach Hilman2-5/+7
2018-10-24Added Amiibo support (#1390)David3-50/+294
2018-10-23Added assertion failed, reworked logging levelsDavid Marcec1-16/+24
2018-10-23Added break types to svcBreakDavid Marcec1-4/+42
2018-10-22psm: Stub GetChargerTypeZach Hilman2-24/+27
2018-10-21service: Add the basic skeleton for the NPNS servicesLioncash3-2/+107
2018-10-21hid: Update service function table for hidbusLioncash1-0/+1
2018-10-21am: Add the basic skeleton for the tcap serviceLioncash3-0/+42
2018-10-21am: Update service function tablesLioncash4-15/+60
2018-10-21prepo: Update service function table.Lioncash1-8/+13
2018-10-21lbl: Update service function table namesLioncash1-28/+28
2018-10-21psm: Stub GetBatteryChargePercentageZach Hilman2-1/+14
2018-10-21service: Add skeleton for psm serviceZach Hilman3-0/+72
2018-10-20kernel/process: Make the handle table per-processLioncash8-98/+95
2018-10-20svc: Fix vma boundary check in svcQueryMemoryLioncash1-1/+1
2018-10-20Added auto controller switching to supported controllers and single joycon button rotationDavid Marcec2-4/+189
2018-10-20aoc_u: Stub GetAddOnContentListChangedEventZach Hilman2-1/+16
2018-10-19Stubbed home blockingDavid Marcec2-4/+36
2018-10-19es: Update service function tablesLioncash1-7/+11
2018-10-19audio: Update service function tablesLioncash1-17/+20
2018-10-19omm: Update service function tablesLioncash1-16/+18
2018-10-19nifm: Update service function tablesLioncash1-0/+1
2018-10-19hid: Update service function tablesLioncash1-6/+45
2018-10-19nim: Add the basic skeleton of the nim:eca serviceLioncash1-0/+17
2018-10-19ns: Update service function tableLioncash1-6/+49
2018-10-19set_cal: Update service function tableLioncash1-1/+2
2018-10-18svc: Check for word alignment of addresses within svcArbitrateLock/svcArbitrateUnlockLioncash1-0/+8
2018-10-18common: Move Is4KBAligned() to alignment.hLioncash1-9/+7
2018-10-18Used better names for mm:u and fixed bad stubDavid Marcec1-8/+42
2018-10-18svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemoryLioncash3-3/+50
2018-10-18hid/controller: Remove unused header inclusionsLioncash9-9/+0
2018-10-18hid/controller/npad: Remove unused dump_idx member variableLioncash1-1/+0
2018-10-18hid/controller/npad: Remove unnecessary semicolon from the closing brace of LedPattern's constructorLioncash1-1/+1
2018-10-18hid/controller/npad: Remove #pragma once from the cpp fileLioncash1-2/+0
2018-10-18hid/controller/npad: Move npad_id_list into the cpp fileLioncash2-2/+10
2018-10-18hid/controller/npad: Remove unnecessary const from void return typeLioncash2-2/+2
2018-10-18hid/controller: Default the destructors of all controller types in the cpp fileLioncash16-0/+16
2018-10-18controller_base: Default the base class constructor and destructor in the cpp fileLioncash2-2/+4
2018-10-17Using dual joycons as the default controllerDavid Marcec3-77/+59
2018-10-17fsp_srv: Apply patches to Data storage in OpenDataStorageByDataIdZach Hilman1-1/+5
2018-10-16Implement VI ConvertScalingMode (#1475)David1-1/+49
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicableLioncash3-12/+11
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash4-15/+15
2018-10-15svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo()Lioncash4-28/+44
2018-10-15aoc: Read DLC base title ID from RegisteredCacheZach Hilman1-2/+13
2018-10-14Stop all threads on svcBreakDavid Marcec1-0/+6
2018-10-14aoc: Return size in ListAddOnContentZach Hilman1-1/+2
2018-10-13svc: Implement svcGetProcessInfoLioncash3-4/+50
2018-10-13filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by referenceLioncash4-14/+13
2018-10-12kernel/process: Make CodeSet a regular non-inherited objectLioncash4-40/+14
2018-10-12thread: Remove unnecessary memset from ResetThreadContext()Lioncash1-4/+1
2018-10-12Returned an error before processing other remapsDavid Marcec1-6/+2
2018-10-12Made the minimum alignment more clearDavid Marcec1-2/+3
2018-10-12svc: Fix typos in sanitizing checks for MapMemory/UnmapMemoryLioncash1-3/+3
2018-10-12WipDavid Marcec2-3/+23
2018-10-11Dynamically decide handheld variant based on supported npad id priorityDavid Marcec3-19/+62
2018-10-11Added error codes for nvmapDavid Marcec1-12/+59
2018-10-11Passing an invalid nmap handle to Remap should throw an errorDavid Marcec1-3/+14
2018-10-11nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer.bunnei1-3/+4
2018-10-11HwOpus, Implemented DecodeInterleavedWithPerformanceDavid Marcec1-3/+34
2018-10-11svc: Add missing address range sanitizing checks to MapMemory/UnmapMemoryLioncash2-12/+81
2018-10-10Added BeginPermitVibrationSession and EndPermitVibrationSessionDavid Marcec3-2/+26
2018-10-10Added GetLedPattern and HandheldVariantDavid Marcec3-6/+63
2018-10-10kernel/thread: Use a regular pointer for the owner/current processLioncash6-29/+29
2018-10-10Kirby expects handheld controllers to be at position 8David Marcec1-2/+8
2018-10-10Added the ability to "disconnect" individual npadsDavid Marcec3-16/+40
2018-10-10Removed unneeded forward declarationsDavid Marcec2-13/+2
2018-10-10Addressed changes for better hidDavid Marcec19-167/+238
2018-10-10"Better Hid" rework part 1David Marcec21-644/+1482
2018-10-10Changed all casts in svc_wrap.h to be static_cast insteadDavid Marcec1-25/+28
2018-10-10Use a better name than "dont_kill_application"David Marcec1-2/+2
2018-10-10Fixed incorrect types for svcBreakDavid Marcec2-3/+8
2018-10-09Added bitfield instead of manually checking if the bit is setDavid Marcec1-4/+12
2018-10-09Actual kill execution when the bit isn't set, not the other way aroundDavid Marcec1-1/+1
2018-10-09svcBreak, Signalling to the debugger should not kill executionDavid Marcec1-5/+12
2018-10-08Unmapping an unmapped buffer should succeedDavid Marcec1-1/+6
2018-10-07Fixed assertion due to CountAddOnContentDavid Marcec1-5/+5
2018-10-06Added forward define for ServerPortDavid Marcec2-4/+6
2018-10-06Ported #4296 from citraDavid Marcec3-1/+25
2018-10-06kernel/mutex: Amend behavior of TransferMutexOwnership()Lioncash1-1/+1
2018-10-05thread: Make the scheduler pointer a regular pointerbalika0112-4/+4
2018-10-05romfs_factory: Extract packed update setter to new functionZach Hilman2-0/+10
2018-10-04kernel/thread: Make all instance variables privateLioncash11-187/+363
2018-10-03aoc_u: Fix edge case with DLC that causes breaksZach Hilman1-1/+1
2018-10-03services/fsp_srv: Amend service function tableLioncash1-0/+2
2018-10-03service/lbl: Update service function tableLioncash1-19/+19
2018-10-01aoc_u: Extract AccumulateAOCTitleIDs to separate functionZach Hilman1-20/+26
2018-10-01aoc_u: Implement GetAddOnContentBaseIdZach Hilman2-3/+5
2018-10-01aoc_u: Implement Count, List and Prepare AddOnContentZach Hilman2-3/+78
2018-09-30kernel/svc: Implement svcGetThreadContext()Lioncash3-2/+37
2018-09-30kernel/process: Add a data member to determine if a process is 64-bit or not.Lioncash2-0/+11
2018-09-30kernel/process: Make data member variables privateLioncash7-55/+100
2018-09-30Implement ISystemDisplayService::GetDisplayModeraven021-1/+19
2018-09-28kernel/object: Remove unnecessary std::move from DynamicObjectCast()Lioncash2-3/+2
2018-09-25service: Add missing headers inclusions where applicableLioncash5-1/+7
2018-09-25kernel/scheduler: Take ARM_Interface instance by reference in the constructorLioncash2-9/+9
2018-09-25memory: Dehardcode the use of fixed memory range constantsLioncash4-13/+17
2018-09-25svc: Report correct memory-related values within some of the cases in svcGetInfo()Lioncash3-28/+41
2018-09-25memory: Dehardcode the use of a 36-bit address spaceLioncash2-5/+16
2018-09-24process/vm_manager: Amend API to allow reading parameters from NPDM metadataLioncash4-10/+248
2018-09-24Implemented fatal:u properly (#1347)David3-4/+140
2018-09-24Stubbed IRS (#1349)David2-18/+167
2018-09-24stream: Preserve enum class type in GetState()Lioncash1-1/+1
2018-09-24svc: Updated svc namestech4me1-7/+7
2018-09-23Added audren:u#GetAudioRendererStateDavid Marcec1-1/+8
2018-09-22filesystem: Add LayeredFS VFS directory getterZach Hilman2-1/+14
2018-09-21svc: Move most process termination code to its own function within ProcessLioncash3-32/+56
2018-09-21thread/process: Move TLS slot marking/freeing to the process classLioncash4-68/+89
2018-09-21Revert GetRequestStateDavid Marcec1-1/+1
2018-09-21kernel/thread: Use owner_process when setting the page table in SetupMainThread()Lioncash3-5/+5
2018-09-21arm_interface: Replace kernel vm_manager include with a forward declarationLioncash1-0/+1
2018-09-20Fixed submitDavid Marcec1-2/+1
2018-09-20Added IRequest::SubmitDavid Marcec1-1/+8
2018-09-20Removed unneeded event clearDavid Marcec1-1/+0
2018-09-20Implemented NTC & IEnsureNetworkClockAvailabilityServiceDavid Marcec1-3/+100
2018-09-19Reworked incorrect nifm stubs (#1355)David1-3/+10
2018-09-19Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevisionDavid Marcec3-7/+12
2018-09-19Corrected SSL::SetInterfaceVersionDavid Marcec1-3/+3
2018-09-19Removed MakeBuilder as it's not needed anymoreDavid Marcec1-7/+0
2018-09-19Removed the use of rp.MakeBuilderDavid Marcec6-27/+26
2018-09-19Invalid default value of username in yuzu_cmd (#1334)Philippe Babin1-2/+3
2018-09-18Added ActivateGestureDavid Marcec1-1/+7
2018-09-18Implemented GetDefaultDisplayResolutionDavid Marcec2-1/+18
2018-09-18Added StopSixAxisSensorDavid Marcec1-1/+7
2018-09-18Stubbed ActivateConsoleSixAxisSensor & StartConsoleSixAxisSensorDavid Marcec1-2/+14
2018-09-18Implemented GetImageSizeDavid Marcec1-1/+9
2018-09-18svc_wrap: Convert the PARAM macro into a functionLioncash1-37/+36
2018-09-18arm_interface: Remove ARM11-isms from the CPU interfaceLioncash1-2/+2
2018-09-18kernel/mutex: Replace ResultCode construction for invalid addresses with the named variantLioncash1-2/+2
2018-09-18kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock()Lioncash1-0/+8
2018-09-15Port # #4192 from Citra: "svc: change unknown to thread in CreateThread"Valentin Vanelslande1-1/+1
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi31-119/+125
2018-09-14services/sm: Amend error code constantsLioncash2-8/+6
2018-09-14kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory()Lioncash1-2/+18
2018-09-14kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMemory() and svcUnmapSharedMemory()Lioncash1-17/+25
2018-09-14kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMemory()Lioncash1-0/+23
2018-09-14kernel/svc: Sanitize heap sizes within svcSetHeapSize()Lioncash2-0/+8
2018-09-13kernel/errors: Amend error code for ERR_NOT_FOUNDLioncash1-1/+2
2018-09-13service/vi: Replace includes with forward declarations where applicableLioncash3-7/+9
2018-09-13kernel/thread: Include thread-related enums within the kernel namespaceLioncash2-7/+7
2018-09-13service: Use nested namespace specifiers where applicableLioncash3-12/+6
2018-09-13ipc: minor fixValentin Vanelslande1-1/+1
2018-09-13services/pl_u: Add missing Korean font to the fallback case for shared fontsLioncash1-2/+4
2018-09-12svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processor ID is givenLioncash1-2/+2
2018-09-12kernel/errors: Correct error codes for invalid thread priority and invalid processor IDLioncash3-7/+9
2018-09-12svc: Do nothing if svcOutputDebugString() is given a length of zeroLioncash1-0/+4
2018-09-12svc: Correct parameter type for OutputDebugString()Lioncash2-3/+3
2018-09-12service/audio: Replace includes with forward declarations where applicableLioncash7-17/+34
2018-09-12pl_u: Eliminate mutable file-scope stateLioncash2-66/+88
2018-09-12service/prepo: Move class into the cpp fileLioncash2-39/+40
2018-09-11externals: Place font data within cpp filesLioncash1-6/+6
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash148-45/+291
2018-09-11Use open-source shared fonts if no dumped file is available (#1269)Tobias1-1/+25
2018-09-10video_core: Move command buffer loop.Markus Wick2-31/+12
2018-09-10service: Remove unused g_kernel_named_ports variableLioncash1-2/+0
2018-09-09hid: Implement ReloadInputDevicesfearlessTobi1-4/+4
2018-09-07core: Migrate current_process pointer to the kernelLioncash2-0/+23
2018-09-06core/core: Remove unnecessary sm/controller includeLioncash4-1/+5
2018-09-04bktr: Fix bucket overlap errorZach Hilman1-1/+1
2018-09-04registration: Add RegisteredCacheUnionZach Hilman2-0/+10
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-1/+3
2018-09-02service: Migrate global named port map to the KernelCore classLioncash5-19/+51
2018-09-02ssl: Move SSL class to cpp fileLioncash2-37/+39
2018-09-02filesystem: Move dir retrieval after path checking in DeleteFile()Lioncash1-2/+5
2018-09-01filesystem: Implement OpenReadOnlySaveDataFilesystemZach Hilman2-1/+7
2018-09-01filesystem: Add OpenFileSystemWithPatchZach Hilman2-1/+23
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash6-4/+13
2018-08-31gl_renderer: Cache textures, framebuffers, and shaders based on CPU address.bunnei1-0/+1
2018-08-31core: Make the main System class use the PImpl idiomLioncash2-2/+4
2018-08-29kernel: Eliminate kernel global stateLioncash45-429/+629
2018-08-28gpu: Make memory_manager privateLioncash1-6/+6
2018-08-28hle/result: Make ResultVal's move constructor as noexceptLioncash1-1/+1
2018-08-26set: Fixed GetAvailableLanguageCodes() to follow the max_entriestech4me2-8/+45
2018-08-25kernel/error: Amend error code for ERR_MAX_CONNECTIONS_REACHEDLioncash1-2/+4
2018-08-25kernel/error: Amend error code for ERR_PORT_NAME_TOO_LONGLioncash1-2/+1
2018-08-25kernel/error: Add error code for the handle table being fullLioncash3-4/+4
2018-08-25kernel/error: Add error code for invalid memory permissionsLioncash2-3/+4
2018-08-25kernel/error: Correct kernel error code for invalid combinationLioncash1-1/+2
2018-08-25svc: Return process title ID if queried in GetInfo()Lioncash1-2/+1
2018-08-25core: Namespace all code in the arm subdirectory under the Core namespaceLioncash4-6/+8
2018-08-24hid: Move core include to cpp fileLioncash2-1/+4
2018-08-24filesystem: Fix typo in log messageLioncash1-1/+1
2018-08-24Added GetBootMode (#1107)David4-3/+25
2018-08-23Addressed plu TTF changesDavid Marcec1-6/+7
2018-08-23filesystem: Add CreateFactories methods to fsZach Hilman2-8/+11
2018-08-23filesystem: Add logging to registration gettersZach Hilman1-4/+25
2018-08-23Added SharedFonts loading via TTFDavid Marcec1-5/+50
2018-08-22Added missing include for pl:uDavid Marcec1-0/+1
2018-08-22PL:U Added BFTTF loading(Loading from System NAND dumps) (#1088)David1-25/+140
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash3-2/+3
2018-08-21am: Utilize std::array within PopLaunchParameter()Lioncash1-3/+4
2018-08-21service/filesystem: Use forward declarations where applicableLioncash3-5/+19
2018-08-21acc: Replace profile_manager include with a forward declarationLioncash2-2/+6
2018-08-21acc: Simplify WriteBuffer call within LoadImage()Lioncash1-3/+3
2018-08-21acc: Correct IProfile's constructor initializer list orderLioncash1-1/+1
2018-08-21acc: Remove unused DEFAULT_USER_IDLioncash1-3/+0
2018-08-21profile_manager: Use INVALID_UUID in the initializer of last_opened_userLioncash1-1/+1
2018-08-21profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()Lioncash1-1/+1
2018-08-21profile_manager: Use type aliases for username data, profile data, and user arraysLioncash2-19/+22
2018-08-21profile_manager: Take ProfileInfo by const reference where applicableLioncash2-8/+8
2018-08-21profile_manager: Make array parameter to CreateNewUser a const referenceLioncash2-2/+2
2018-08-21profile_manager: Remove unnecessary staticLioncash1-1/+1
2018-08-21profile_manager: Simplify UUID's two param constructor, operator==, and operator boolLioncash1-6/+4
2018-08-21profile_manager: Move UUID generation function to the cpp fileLioncash2-10/+12
2018-08-20profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser()Lioncash1-2/+2
2018-08-20Added CheckFreeCommunicationPermissionDavid Marcec1-1/+8
2018-08-19filesystem: Add support for loading of system archivesZach Hilman4-16/+50
2018-08-17Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)greggameplayer2-2/+22
2018-08-16correct coding stylegreggameplayer1-1/+1
2018-08-16Implement GetDefaultDisplayResolutionChangeEventgreggameplayer2-1/+13
2018-08-15kernel/server_session: Add IsSession() member functionLioncash3-3/+8
2018-08-15sm/controller: Correct return value of QueryPointerBufferSizeLioncash1-1/+1
2018-08-15lm: Use LOG_DEBUG for printing out trace logsLioncash1-1/+1
2018-08-15lm: Handle threads and modules within the loggerLioncash1-1/+19
2018-08-15kernel/svc: Log svcBreak parametersLioncash1-2/+5
2018-08-14mm_u: Forward all old variants of functions to the new onesLioncash1-5/+11
2018-08-14mm_u: Move implementation class into the cpp fileLioncash2-46/+46
2018-08-14audout_u: Correct IAudioOut initializer list orderLioncash1-1/+1
2018-08-13Core::CoreTiming: add UnscheduleEventThreadsafeB3n301-1/+1
2018-08-13kernel/object: Tighten object against data racesLioncash2-8/+9
2018-08-13Registered missing channel devicesDavid Marcec1-0/+4
2018-08-13Added missing channel devicesDavid Marcec4-0/+140
2018-08-13Kernel/SVC: Don't reschedule the current core when creating a new thread.Subv1-1/+0
2018-08-13Kernel/Threads: Lock the HLE mutex when executing the wakeup callback.Subv1-0/+5
2018-08-13Kernel/Thread: Always use the threadsafe option when scheduling wakeups.Subv1-2/+4
2018-08-12Kernel/Mutex: Don't duplicate threads in the mutex waiter list.Subv2-2/+22
2018-08-12vfs: Make type hierarchy objects classes instead of structsLioncash1-1/+1
2018-08-12scheduler: Make HaveReadyThreads() a const member functionLioncash2-2/+2
2018-08-12GetAudioDeviceServiceWithRevisionInfoDavid Marcec2-1/+13
2018-08-12hid: disable clang-format around tablesLioncash1-4/+5
2018-08-12hid: Stub DisconnectNpad()Lioncash1-1/+7
2018-08-12Pushed the requested sample rate instead of our fixed sample rateDavid Marcec1-4/+2
2018-08-12Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCountDavid Marcec1-5/+28
2018-08-12Stub UpdateUserPresenceDavid Marcec1-1/+8
2018-08-12filesystem: Add Open and Register functions for BISFactoryZach Hilman2-4/+23
2018-08-12friend: Stub DeclareCloseOnlinePlaySession.bunnei1-1/+10
2018-08-12friend: Fix CreateFriendService to return an IFriendService interface.bunnei1-2/+86
2018-08-12server_session: Provide more useful information and don't crash on bad IPC request.bunnei1-0/+8
2018-08-11Better UUID randomnessDavid Marcec1-2/+7
2018-08-11Removed un-needed count from ListOpenUsers and ListAllUsersDavid Marcec1-4/+2
2018-08-11Added better explanations in the profile managerDavid Marcec2-1/+34
2018-08-11Code cleanup for profile managerDavid Marcec3-40/+47
2018-08-11Removed const from ProfileBase InvalidateDavid Marcec1-1/+1
2018-08-11fixed invalid uuid bool operatorDavid Marcec1-1/+1
2018-08-11Added GetOpenUserCountDavid Marcec3-3/+14
2018-08-11Removed all for loops from the profile managerDavid Marcec1-9/+4
2018-08-11Added missing ListAllUsers countDavid Marcec1-1/+2
2018-08-11If statement style changeDavid Marcec1-11/+19
2018-08-11Second round of account changesDavid Marcec3-18/+21
2018-08-11First round of account changesDavid Marcec3-49/+55
2018-08-11Refactored profile manager sharingDavid Marcec10-20/+28
2018-08-11Added IsUserRegistrationRequestPermittedDavid Marcec7-3/+19
2018-08-11video_core; Get rid of global g_toggle_framelimit_enabled variableLioncash1-0/+1
2018-08-09buffer_queue: Make reference parameter of SetPreallocatedBuffer constLioncash2-2/+2
2018-08-09hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter constLioncash2-2/+2
2018-08-09Don't add user if the uuid already existsDavid Marcec1-0/+4
2018-08-09core: Port core to VfsFilesystem for file accessZach Hilman4-11/+16
2018-08-09filesystem: Remove unnecessary if conditionsZach Hilman1-1/+1
2018-08-09fsp_srv: Use std::string_view's copy() function instead of strncpy()Lioncash1-5/+1
2018-08-09fsp_srv: Emplace entries first when building index instead of emplacing lastLioncash1-2/+3
2018-08-08Open first user addedDavid Marcec1-1/+3
2018-08-08Inital pass of account backend implementationDavid Marcec3-12/+22
2018-08-08GetProfileBase and GetProfileBaseAndData addedDavid Marcec3-44/+106
2018-08-08began initial implementation of "ProfileManager"David Marcec4-44/+200
2018-08-08Service/Account: stub LoadImage functionmailwl1-1/+22
2018-08-08Switched uuids from u128 to new UUID structDavid Marcec2-10/+49
2018-08-08hid: fix IsSixAxisSensorAtRest() responsemailwl1-1/+1
2018-08-08nvhost_gpu: Don't over copy IoctlSubmitGpfifo.bunnei1-1/+1
2018-08-08am: Stub SetScreenShotImageOrientation.bunnei2-1/+9
2018-08-08acc: Add missing function table entries for GetUserCountLioncash2-2/+2
2018-08-08acc: Stub GetUserCount. (#973)bunnei3-1/+9
2018-08-08nvdrv: Get rid of global std::weak_ptrLioncash5-11/+22
2018-08-08hle: Remove unused romfs.cpp/.hLioncash2-124/+0
2018-08-07service/apm: Add the apm:sys serviceLioncash3-0/+34
2018-08-07nvflinger: Correct typo in name of composition eventLioncash1-1/+1
2018-08-07nvdrv: Make Ioctl()'s definition match its prototypeLioncash1-1/+1
2018-08-07nvdrv: Get rid of indirect inclusionsLioncash12-15/+17
2018-08-07nvflinger: Get rid of indirect inclusionsLioncash2-1/+7
2018-08-07nvflinger: Use std::string_view in OpenDisplay()Lioncash2-2/+3
2018-08-07services/hid: Add ActivateNpadWithRevision() to the hid function info arrayLioncash1-0/+1
2018-08-07service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule()Lioncash1-2/+2
2018-08-07service: Add usb servicesLioncash3-0/+255
2018-08-07client_port: Make all data members privateLioncash3-7/+21
2018-08-06kernel/event: Make data members privateLioncash1-4/+8
2018-08-06Service/Audio: audout_a.cpp: remove pragma oncemailwl1-2/+0
2018-08-05address_arbiter: Return by value from GetThreadsWaitingOnAddress()Lioncash1-15/+15
2018-08-05audio_core: Implement audren_u audio playback.bunnei2-218/+9
2018-08-05audio_core: Use s16 where possible for audio samples.bunnei1-3/+3
2018-08-05audio_core: Port codec code from Citra for ADPCM decoding.bunnei2-11/+3
2018-08-05service: Add arp servicesLioncash3-0/+93
2018-08-04service: Remove redundant #pragma once directivesLioncash5-10/+0
2018-08-04audio_core: Streams need unique names for CoreTiming.bunnei1-1/+1
2018-08-04renderer_base: Make Rasterizer() return the rasterizer by referenceLioncash1-2/+2
2018-08-04video_core: Eliminate the g_renderer global variableLioncash3-10/+13
2018-08-04kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6956cb23ac0d58cLioncash3-13/+38
2018-08-03kernel/process: Use std::array where applicableLioncash1-1/+2
2018-08-03kernel/process: Use accessors instead of class members for referencing segment arrayLioncash2-15/+35
2018-08-03core/memory: Get rid of 3DS leftoversLioncash9-302/+24
2018-08-03Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851)David4-5/+45
2018-08-02kernel/vm_manager: Convert loop into std::any_of()Lioncash1-4/+4
2018-08-02kernel/vm_manager: Use const where applicableLioncash3-19/+19
2018-08-02kernel/vm_manager: Use the VAddr type alias in CarveVMA()Lioncash1-2/+2
2018-08-02kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_tLioncash1-8/+5
2018-08-02kernel/thread: Make GetFreeThreadLocalSlot() reference parameter a const referenceLioncash1-1/+2
2018-08-02kernel/thread: Make GetFreeThreadLocalSlot() internally linkedLioncash1-1/+1
2018-08-02service: Add migration servicesLioncash3-0/+51
2018-08-02kernel: Move object class to its own source filesLioncash33-146/+177
2018-08-02service: Add psc servicesLioncash3-0/+94
2018-08-02service/ns: Add missing ns servicesLioncash1-0/+447
2018-08-01lm: Amend name of ILoggerLioncash1-4/+4
2018-08-01service/filesystem: Add fsp:ldr and fsp:pr servicesLioncash5-0/+85
2018-08-01service: Add capture servicesLioncash3-0/+169
2018-08-01service: Add bpc and pcv servicesLioncash5-0/+175
2018-08-01kernel/thread: Remove unimplemented function prototypeLioncash1-6/+0
2018-08-01service/audio: Add missing servicesLioncash13-0/+277
2018-07-31kernel: Remove unused object_address_table.cpp/.hLioncash5-102/+0
2018-07-31audout_u: Remove std::move in OpenAudioOutImpl()Lioncash1-1/+1
2018-07-31kernel: Remove unnecessary includesLioncash22-27/+46
2018-07-31service/am: Add missing am servicesLioncash7-0/+150
2018-07-31service: Add fgm servicesLioncash3-0/+92
2018-07-31service: Add the pcie serviceLioncash3-0/+81
2018-07-31nvhost_gpu: Added checks to ensure we don't read past the end of the entries when handling a GPU command list.Subv1-3/+6
2018-07-31nvhost_ctrl_gpu: Only read the input parameters if they are actually there.Subv1-3/+11
2018-07-31audio_core: Move to audout_u impl.bunnei2-4/+6
2018-07-31Implemented various hwopus functions (#853)David2-5/+131
2018-07-30Add some HID commands (#843)Hexagon121-2/+16
2018-07-29service: Add wlan servicesLioncash3-1/+190
2018-07-29service/btm: Add basic implementation of GetCoreImpl()Lioncash1-1/+35
2018-07-29service: Add btm servicesLioncash3-0/+104
2018-07-28audout: Implement IAudioOut interface with AudioCore.bunnei2-93/+114
2018-07-27service: Add ncm servicesLioncash3-0/+76
2018-07-27service: Add mii servicesLioncash3-0/+124
2018-07-27service/nfc: Implement Create[x]Interface functionsLioncash1-4/+43
2018-07-27service: Add nfc servicesLioncash3-0/+200
2018-07-27service/lbl: Implement EnableVrMode, DisableVrMode and GetVrModeLioncash1-3/+35
2018-07-27service: Add the lbl serviceLioncash3-0/+75
2018-07-27service: Add the btdrv serviceLioncash3-1/+91
2018-07-26service/hid: Add the hidbus, hid:dbg, hid:sys, and hid:tmp servicesLioncash1-0/+220
2018-07-26service/hid: Add the xcd:sys serviceLioncash3-0/+55
2018-07-26service/hid: Add irs servicesLioncash3-0/+73
2018-07-26service: Add the grc:c serviceLioncash3-0/+48
2018-07-26kernel/timer: Make data members private where applicableLioncash1-5/+17
2018-07-26service: Add the nim servicesLioncash3-0/+141
2018-07-26service: Add ldn servicesLioncash3-0/+160
2018-07-26service/sockets: Add ethc:c and ethc:i servicesLioncash3-0/+64
2018-07-26service/sockets: Add missing bsdcfg socket serviceLioncash3-0/+29
2018-07-26service: Add ldr servicesLioncash3-0/+99
2018-07-26lm: Move LM's class declaration into the cpp fileLioncash2-37/+31
2018-07-26lm: Amend names of Initialize() in Logger and Initialize() in LMLioncash2-7/+7
2018-07-26lm: Add missing function entry to Logger's function tableLioncash1-0/+1
2018-07-26service: Add eupld servicesLioncash3-0/+70
2018-07-26service: Add the erpt servicesLioncash3-0/+69
2018-07-25service/nvdrv: Take std::string in Open() by const referenceLioncash2-2/+2
2018-07-25service/nvdrv: Use std::move where applicableLioncash1-3/+5
2018-07-25service/nifm: Deduplicate interface codeLioncash8-135/+30
2018-07-25service: Add pm servicesLioncash3-0/+88
2018-07-25service: Add the es serviceLioncash3-0/+75
2018-07-25time: Add the time:a serviceLioncash3-10/+11
2018-07-24friend: Add friend:m, friend:s, and friend:v servicesLioncash1-0/+3
2018-07-24friend/interface: Add missing CreateDaemonSuspendSessionService() to the function handler tableLioncash1-0/+1
2018-07-24friend: Deduplicate interfacesLioncash5-44/+9
2018-07-24svc: Resolve sign comparison warnings in WaitSynchronization()Lioncash1-4/+7
2018-07-24svc: Log parameters in SetMemoryAttribute()Lioncash1-1/+3
2018-07-24time: Simplify interface creationLioncash5-60/+13
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage7-0/+7
2018-07-24set_sys: Implement SetColorSetId()Lioncash2-5/+25
2018-07-24ipc_helper: Add helper member function for popping enum values to RequestParserLioncash1-0/+8
2018-07-24core: Make converting constructors explicit where applicableLioncash2-2/+2
2018-07-24apm/interface: Remove redundant declaration of InstallInterfaces()Lioncash1-3/+0
2018-07-24mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by referenceLioncash1-1/+1
2018-07-24VFS Regression and Accuracy Fixes (#776)Zach Hilman1-16/+29
2018-07-24hle_ipc: Make constructors explicit where applicableLioncash2-12/+13
2018-07-24ipc_helpers: Make member variables of ResponseBuilder privateLioncash1-5/+6
2018-07-23vi: Add std::is_trivially_copyable checks to Read and Write functionsLioncash1-2/+13
2018-07-23vi: std::move std::vector in constructors where applicableLioncash1-9/+9
2018-07-23hle: Remove config_mem.h/.cppLioncash5-100/+0
2018-07-23hle: Remove shared_page.h/.cppLioncash5-159/+0
2018-07-23set: Add missing log call in GetAvailableLanguageCodeCount()Lioncash1-0/+2
2018-07-23set: Implement GetAvailableLanguageCodeCount()Lioncash2-21/+29
2018-07-23set: Correct return code size of value in GetAvailableLanguageCodes()Lioncash1-2/+2
2018-07-22Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real kernel.Subv1-7/+31
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash1-1/+1
2018-07-21GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.Subv3-6/+34
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash2-3/+3
2018-07-21CPU: Save and restore the TPIDR_EL0 system register on every context switch.Subv3-0/+13
2018-07-20apm: Improve stub for GetPerformanceConfiguration.bunnei1-1/+16
2018-07-20ipc_helpers: Add PushEnum() member function to ResponseBuilderLioncash1-0/+19
2018-07-20HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error.Subv1-6/+8
2018-07-20audren_u: Use a std::array instead of std::string for holding the audio interface/device nameLioncash1-2/+4
2018-07-20audout_u: Use a std::array instead of std::string for holding the audio interface nameLioncash1-1/+2
2018-07-20thread: Convert ThreadStatus into an enum classLioncash9-71/+70
2018-07-20pl_u: Simplify WriteBuffer() calls in GetSharedFontInOrderOfPriority()Lioncash1-3/+3
2018-07-19HLE/ACC: Return an IProfile that is consistent with what was requested.Subv1-5/+15
2018-07-19HLE/ACC: Change the default user id to be consistent with what we tell games on startup.Subv1-2/+1
2018-07-19HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers.Subv1-4/+6
2018-07-19hle_ipc: Introduce generic WriteBuffer overload for multiple container typesLioncash5-10/+25
2018-07-19pl_u: Specify correct size for buffers in GetSharedFontInOrderOfPriority()Lioncash1-3/+3
2018-07-19svc: Correct always true assertion case in SetThreadCoreMaskLioncash1-3/+4
2018-07-19pl_u: Remove printf specifier in log call in a log call in GetSharedFontInOrderOfPriority()Lioncash1-1/+1
2018-07-19hid: Use a ranged-for loops in UpdatePadCallbackLioncash1-7/+3
2018-07-19hid: Use HID_NUM_LAYOUTS constant for indicating size of the layouts arrayLioncash1-1/+1
2018-07-19Filesystem: Return EntryType::Directory for the root directory.Subv1-0/+4
2018-07-19hle/service: Make constructors explicit where applicableLioncash22-25/+25
2018-07-19nvflinger: Emplace Display instances directlyLioncash1-9/+4
2018-07-19nvdrv: Take std::string by const reference in GetDevice()Lioncash1-1/+1
2018-07-19hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteBuffer() overloadsLioncash1-1/+1
2018-07-19fsp_srv: Remove unnecessary vector construction in IFile's Write() functionLioncash1-2/+3
2018-07-19fsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() functionLioncash1-10/+8
2018-07-19filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's constructorLioncash1-1/+3
2018-07-19filesystem: Use std::string's empty() function instead of comparing against a literalLioncash1-1/+1
2018-07-19filesystem: Remove pragma disabling global optimizationsLioncash1-2/+0
2018-07-19fsp_srv: Make IStorage constructor explicitLioncash1-1/+1
2018-07-19fsp_srv: Add missing includesLioncash1-0/+5
2018-07-19fsp_srv: Resolve sign-mismatch warnings in assertion comparisonsLioncash1-3/+3
2018-07-19fsp_srv: Respect write length in Write()Lioncash1-4/+5
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman5-116/+383
2018-07-19address_arbiter: Correct assignment within an assertion statement in WakeThreads()Lioncash1-1/+1
2018-07-19service/prepo: Add missing header guardLioncash1-0/+2
2018-07-19vm_manager: Add missing commas to string literal array elements in GetMemoryStateName()Lioncash1-22/+12
2018-07-19core/memory, core/hle/kernel: Use std::move where applicableLioncash8-13/+21
2018-07-19core: Don't construct instance of Core::System, just to access its live instanceLioncash1-6/+6
2018-07-18hle/filesystem: Amend trace log in OpenSaveData() to compile in debug modeLioncash1-1/+1
2018-07-18Fill in more fields in TouchScreenEntryTouchZach Hilman1-4/+9
2018-07-18Single touch supportZach Hilman1-4/+19
2018-07-18vi: Change TransactionId::CancelBuffer to LOG_CRITICAL.bunnei1-1/+1
2018-07-18vi: Fix size for ListDisplays default display.bunnei1-2/+2
2018-07-18vi: Partially implement buffer crop parameters.bunnei6-10/+26
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman5-101/+130
2018-07-17nvflinger: Fix for BufferQueue event handling.bunnei6-32/+21
2018-07-17Kernel/Arbiter: Fix bug in WaitIfLessThanMichael Scire1-2/+4
2018-07-16scheduler: Clear exclusive state when switching contextsMerryMage1-0/+1
2018-07-15HID: Update controllers less oftenJames Rowe1-3/+3
2018-07-14Services/BSD: Corrected the return for StartMonitoring according to SwIPC.Subv1-2/+1
2018-07-14No need to use ASSERT_MSG with an empty messageDavid Marcec1-2/+2
2018-07-13We only need to alert for memory pool changesDavid Marcec1-2/+0
2018-07-13initialized voice status and unused sizes in the update data headerDavid Marcec1-1/+3
2018-07-12Audout "Auto" functionsDavid Marcec2-14/+14
2018-07-12Added IsWirelessCommunicationEnabled, IsEthernetCommunicationEnabled, IsAnyInternetRequestAcceptedDavid Marcec1-3/+21
2018-07-11hid: Fix timestamps and controller type.bunnei1-7/+5
2018-07-10NvOsGetConfigU32 production implDavid Marcec1-17/+2
2018-07-08nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips.bunnei1-1/+1
2018-07-08Revert "Virtual Filesystem (#597)"bunnei5-405/+71
2018-07-06Virtual Filesystem (#597)Zach Hilman5-71/+405
2018-07-03Update AudioRenderer Voice Sections (#614)David1-0/+87
2018-07-03Update clang formatJames Rowe17-75/+70
2018-07-03Rename logging macro back to LOG_*James Rowe54-401/+401
2018-07-01GPU: Remove a surface from the cache when its backing memory is being unmapped from the GPU's MMU.Subv1-0/+5
2018-07-01nvmap: Return the address of the nvmap object when Freeing it for the last time.Subv2-4/+11
2018-06-25Send the correct RequestUpdateAudioRenderer revision in the output header (#587)David1-1/+1
2018-06-25Service/Audio: add hwopus service, stub GetWorkBufferSize functionmailwl3-0/+51
2018-06-24Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader (#583)David2-34/+21
2018-06-23Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly (#580)David2-44/+76
2018-06-22IPC: skip empty buffer writemailwl1-0/+5
2018-06-22Kernel/Arbiters: Fix casts, cleanup comments/magic numbersMichael Scire2-17/+16
2018-06-22Add additional missing format.Michael Scire2-21/+27
2018-06-22Run clang-format on PR.Michael Scire3-180/+181
2018-06-22Kernel/Arbiters: HLE is atomic, adjust code to reflect that.Michael Scire2-37/+13
2018-06-21Kernel/Arbiters: Initialize arb_wait_address in thread struct.Michael Scire2-1/+5
2018-06-21Kernel/Arbiters: Clear WaitAddress in SignalToAddressMichael Scire1-0/+1
2018-06-21Kernel/Arbiters: Mostly implement SignalToAddressMichael Scire4-10/+110
2018-06-21Kernel/Arbiters: Implement WaitForAddressMichael Scire4-6/+67
2018-06-21Service/Audio: update audren:u servicemailwl2-49/+60
2018-06-21Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.Michael Scire7-9/+147
2018-06-20Build: Fixed some MSVC warnings in various parts of the code.Subv3-4/+5
2018-06-19Implement GetAvailableLanguageCodes2 (#575)greggameplayer1-4/+1
2018-06-19Services/FS: Return the correct error code when trying to mount a nonexistent savedata.Subv1-2/+11
2018-06-18svc: Add a stub for UserExceptionContextAddr.Jules Blok1-0/+5
2018-06-14Narrow down filter of layout configsZach Hilman2-10/+5
2018-06-13Move loop condition to free functionZach Hilman1-4/+9
2018-06-13Avoid initializing single-joycon layouts with handheld controllerZach Hilman2-1/+5
2018-06-12hid: Update all layouts and only show handheld as connected, fixes libnx input for P1_AUTOshinyquagsire232-2/+3
2018-06-07Common/string_util: add StringFromBuffer functionmailwl1-22/+9
2018-06-06Stub IUser::AttachAvailabilityChangeEventmailwl1-5/+23
2018-06-06nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524)greggameplayer2-0/+53
2018-06-06Remove unused header filesmailwl1-2/+0
2018-06-06nifm: Stub out IRequest::SetConnectionConfirmationOption.bunnei1-1/+10
2018-06-06am: Stub out IApplicationFunctions::GetPseudoDeviceId.bunnei2-1/+13
2018-06-05Small fixesmailwl2-6/+8
2018-06-05Service/MM: add service and stub some functionsmailwl3-0/+81
2018-06-04Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params (#511)greggameplayer1-0/+47
2018-06-04Correct function resultsmailwl1-4/+16
2018-06-04Service/nfp:user : stub some functions.mailwl1-6/+70
2018-06-04am: Implement ILibraryAppletAccessor::PopOutData.bunnei1-1/+11
2018-06-04am: ISelfController:LaunchableEvent should be sticky.bunnei1-1/+1
2018-06-04am: Stub out ILibraryAppletAccessor Start and GetResult methods.bunnei1-2/+16
2018-06-04am: Implement ILibraryAppletAccessor::PushInData.bunnei1-43/+55
2018-06-04am: Implement IStorageAccessor::Write.bunnei1-1/+17
2018-06-04am: Cleanup IStorageAccessor::Read.bunnei1-5/+3
2018-06-04am: Implement ILibraryAppletCreator::CreateStorage.bunnei2-21/+34
2018-06-02Kernel/Threads: A thread waking up by timeout from a WaitProcessWideKey may already have an assigned lock owner.Subv1-2/+5
2018-06-01Service/time: implement posix time to calendar conversionmailwl2-14/+72
2018-05-31Kernel/Thread: Corrected a typo that caused the affinity mask to never be changed.Subv1-2/+2
2018-05-31Kernel/SVC: Support special core values -2 and -3 in svcSetThreadCoreMask.Subv2-1/+28
2018-05-30add IPC CommandType & Some HID FunctionInfo (#487)greggameplayer2-0/+33
2018-05-30Kernel/Thread: Corrected a typo in an assert about the processor id.Subv1-1/+1
2018-05-30Services/nvdrv: add '/dev/nvhost-nvdec' devicemailwl3-0/+72
2018-05-30nvhost_ctrl: Stub out IocCtrlEventRegister.bunnei2-0/+10
2018-05-30nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand.bunnei2-5/+9
2018-05-28Service/BCAT: add module and servicesmailwl5-0/+114
2018-05-27NvOsGetConfigU32 should return null instead of 0 for default outputDavid Marcec1-1/+1
2018-05-26am: Stub IApplicationFunctions GetDisplayVersion.bunnei2-1/+10
2018-05-26Add & correct miscellaneous things (#470)greggameplayer4-4/+55
2018-05-26GetAudioRendererWorkBufferSize impl (#465)David2-2/+88
2018-05-25Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463)David2-0/+22
2018-05-24Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUTmailwl2-0/+16
2018-05-24Fix deadlocks caused from HID having too many layoutsDavid Marcec1-1/+1
2018-05-23Add & correct some error modulesgreggameplayer1-2/+8
2018-05-23change some functionsgreggameplayer1-6/+6
2018-05-23correct placement and add size checkgreggameplayer1-21/+25
2018-05-23Add ioctl commands with their params and size checkgreggameplayer1-2/+86
2018-05-22Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440)David2-1/+20
2018-05-21Correct audio command numbers & add or rename some functions (#455)greggameplayer5-34/+34
2018-05-20Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex release.Subv1-1/+0
2018-05-20GPU: Implemented the nvmap Free ioctl.Subv2-1/+48
2018-05-20GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.Subv2-0/+50
2018-05-20Add and correct some Error Modules (#444)greggameplayer1-6/+40
2018-05-19Kernel/SVC: Signal the highest priority threads first in svcSignalProcessWideKey.Subv1-51/+68
2018-05-19Kernel/Threads: Reschedule the proper core when operating on that core's threads.Subv1-2/+6
2018-05-19SVC: Removed unused WaitSynchronization1 functionSubv1-30/+0
2018-05-18rename fatal:u functions & add ThrowFatalgreggameplayer1-2/+3
2018-05-18Properly update fatal.h void namegreggameplayer1-2/+2
2018-05-18Properly rename fatal module functionsgreggameplayer1-2/+2
2018-05-17Added RequestWithContext & ControlWithContextDavid Marcec3-1/+7
2018-05-13Updated nfp with more service namesHexagon121-24/+24
2018-05-11More accurate GetTPCMasks implDavid Marcec2-4/+8
2018-05-11thread: Rename mask to affinity_masks.bunnei3-4/+4
2018-05-11thread: Support core change on ResumeFromWait and improve ChangeCore.bunnei1-37/+68
2018-05-11scheduler: Protect scheduling functions with a global mutex.bunnei2-0/+18
2018-05-11thread: Initialize ideal_core and mask members.bunnei1-0/+2
2018-05-11threading: Reschedule only on cores that are necessary.bunnei2-3/+3
2018-05-11svc: Implement GetThreadCoreMask and SetThreadCoreMask.bunnei1-7/+22
2018-05-11thread: Implement ChangeCore function.bunnei2-1/+58
2018-05-11svc: SignalProcessWideKey should apply to all cores.bunnei1-43/+50
2018-05-11svc: Implement GetCurrentProcessorNumber.bunnei1-2/+2
2018-05-11core: Implement multicore support.bunnei5-45/+65
2018-05-07Stubs for QLaunch (#428)Hexagon124-5/+221
2018-05-07hid: Tweaks, Analog Sticks (#435)Max Thomas2-68/+220
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash20-73/+74
2018-05-02ipc: Add support for PopIpcInterface() method.bunnei4-0/+23
2018-05-01GetSharedFontInOrderOfPriority (#381)David4-24/+54
2018-05-01GPU: Don't write to invalid memory locations when handling ioctls that don't have an output.Subv2-5/+0
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash8-12/+16
2018-04-30string_util: Remove StringFromFormat() and related functionsLioncash2-4/+3
2018-04-29am: Fix GetDesiredLanguage implementation.bunnei1-2/+4
2018-04-29set: Fix GetAvailableLanguageCodes implementation.bunnei2-6/+45
2018-04-27core: Replace usages of LOG_GENERIC with new fmt-capable equivalentsLioncash3-6/+4
2018-04-27general: Convert assertion macros over to be fmt-compatibleLioncash6-12/+12
2018-04-27Switched to NGLOG_WARNINGDavid Marcec3-4/+4
2018-04-26Added PREPO to logging backend, Removed comments from SaveReportWithUserDavid Marcec2-13/+2
2018-04-26kernel/shared_memory: Remove unnecessary semicolon at end of ConvertPermissions()Lioncash1-1/+1
2018-04-26kernel: Migrate logging macros to fmt-compatible onesLioncash11-106/+109
2018-04-25Service/PCTL: convert to module, add services, stubmailwl6-37/+69
2018-04-24service: Move logging macros over to new fmt-compatible onesLioncash1-5/+5
2018-04-24vi: Move logging macros over to new fmt-compatible onesLioncash1-26/+27
2018-04-24time: Move logging macros over to new fmt-compatible onesLioncash1-12/+12
2018-04-24ssl: Move logging macros over to new fmt-compatible onesLioncash1-3/+3
2018-04-24spl: Move logging macros over to new fmt-compatible onesLioncash1-1/+1
2018-04-24sockets: Move logging macros over to new fmt-compatible onesLioncash2-7/+8
2018-04-24sm: Move logging macros over to new fmt-compatible onesLioncash2-9/+8
2018-04-24set: Move logging macros over to new fmt-compatible onesLioncash2-2/+2
2018-04-24pctl: Move logging macros over to new fmt-compatible onesLioncash1-1/+1
2018-04-24nvflinger: Move logging macros over to new fmt-compatible onesLioncash2-3/+3
2018-04-24nvdrv: Move logging macros over to new fmt-compatible onesLioncash7-60/+61
2018-04-24ns: Move logging macros over to new fmt-compatible onesLioncash1-6/+6
2018-04-24nifm: Move logging macros over to new fmt-compatible onesLioncash1-11/+11
2018-04-24nfp: Move logging macros over to new fmt-compatible onesLioncash1-1/+1
2018-04-24lm: Move logging macros over to new fmt-compatible onesLioncash1-6/+6
2018-04-24hid: Move logging macros over to new fmt-compatible onesLioncash1-25/+25
2018-04-24friend: Move logging macros over to new fmt-compatible onesLioncash1-1/+1
2018-04-24filesystem: Move logging macros over to new fmt-compatible onesLioncash2-30/+29
2018-04-24fatal: Move logging macros over to new fmt-compatible onesLioncash1-2/+2
2018-04-24audio: Move logging macros over to new fmt-compatible onesLioncash2-21/+21
2018-04-24apm: Move logging macros over to new fmt-compatible onesLioncash1-3/+3
2018-04-24aoc: Move logging macros over to new fmt-compatible onesLioncash1-2/+2
2018-04-24am: Move logging macros over to new fmt-compatible onesLioncash3-50/+50
2018-04-24acc: Move logging macros over to new fmt-compatible onesLioncash1-10/+10
2018-04-24Service/FS: implement IFileSystem::RenameFilemailwl1-1/+21
2018-04-23Kernel: Implemented mutex priority inheritance.Subv4-10/+94
2018-04-23NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already been allocated.Subv1-0/+10
2018-04-23Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.Subv2-0/+47
2018-04-23Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Subv5-5/+5
2018-04-23GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec9-25/+63
2018-04-22lioncash proposed changesDavid1-2/+2
2018-04-22Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec10-11/+107
2018-04-21Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOsSubv1-1/+1
2018-04-21Qt: Update the WaitTree widget to show info about the current mutex of each thread.Subv3-8/+8
2018-04-21Kernel: Remove unused ConditionVariable class.Subv5-148/+0
2018-04-21Kernel: Remove old and unused Mutex code.Subv4-209/+3
2018-04-21Kernel: Properly implemented svcWaitProcessWideKey and svcSignalProcessWideKeySubv1-83/+46
2018-04-21Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.Subv6-22/+126
2018-04-21core: Relocate g_service_manager to the System classLioncash4-32/+32
2018-04-21resource_limit: Make ResourceTypes an enum classLioncash3-38/+38
2018-04-20common_funcs: Remove ARRAY_SIZE macroLioncash1-1/+2
2018-04-20service: Use nested namespace specifiers where applicableLioncash136-570/+273
2018-04-20vi: Remove redundant initializers in the constructorsLioncash1-9/+5
2018-04-19nvflinger: Call MicroProfileFlip on NVFlinger::Compose.bunnei1-0/+3
2018-04-17Service/VI: stub SetLayerVisibility, fix GetDisplayResolution outputmailwl1-7/+27
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon1213-11/+207
2018-04-15pl_u: Use empty shared font if none is available.bunnei1-17/+14
2018-04-15fsp_srv: Implement DeleteFile.bunnei1-1/+15
2018-04-15vm_manager: Increase GetTotalMemoryUsage value.bunnei1-1/+1
2018-04-15fsp_srv: Implement IFile::Flush.bunnei1-1/+9
2018-04-13Fixed normal params in GetDisplayResolutionHexagon121-1/+1
2018-04-13Stubbed out GetPlayerLedPatternHexagon121-1/+7
2018-04-11Service/SSL: update service according switchbrewmailwl2-1/+98
2018-04-11Various fixes and clangHexagon126-115/+108
2018-04-10Decimal changeHexagon121-4/+4
2018-04-10Updated pctl:a with new service names.Hexagon121-4/+101
2018-04-10Updated nvmemp with new service names.Hexagon121-4/+4
2018-04-10Updated nvdrv with more service names.Hexagon121-0/+7
2018-04-10Updated pl:u with more service names.Hexagon121-1/+3
2018-04-10Updated hid with more service names.Hexagon121-0/+50
2018-04-10Updated friend:u with more service names.Hexagon121-1/+2
2018-04-10Updated the unknown nameHexagon121-1/+1
2018-04-10Updated friend:a with more service names.Hexagon121-1/+2
2018-04-10Updated fsp-srv with more service names.Hexagon121-4/+102
2018-04-10Updated CodecCtl with more service names.Hexagon121-3/+3
2018-04-10Updated audren with more service names.Hexagon121-10/+14
2018-04-10Updated audrec with more service names.Hexagon121-7/+9
2018-04-10Updated audout with more service names.Hexagon121-13/+16
2018-04-10Updated audin with more service names.Hexagon121-9/+16
2018-04-10Updated AOC with more service names.Hexagon121-0/+1
2018-04-10Updated AppletOE with more service names.Hexagon121-0/+1
2018-04-10Updated AppletAE with more service names.Hexagon121-0/+1
2018-04-10Updated AM with more service names.Hexagon121-2/+82
2018-04-10Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 servicesmailwl10-127/+336
2018-04-07Fix spelling of InitializeJames Rowe2-3/+3
2018-04-03svc: Stub out SetThreadActivity, GetThreadContext.bunnei2-2/+19
2018-04-03audren_u: Stub out GetActiveAudioDeviceName.bunnei1-1/+13
2018-04-03audout_u: Implement GetAudioOutState.bunnei1-1/+8
2018-04-03nifm: GetResult does not return a data field.bunnei1-2/+1
2018-04-03vi: Implement GetDisplayResolution.bunnei2-0/+26
2018-04-03shared_memory: Remove incorrect 3ds-specific check.bunnei1-12/+0
2018-04-03service: Add friend:u interface.bunnei3-0/+39
2018-04-02externals: Update fmt to 4d35f94Daniel Lim Wee Soong1-6/+6
2018-04-01hid: Write empty touch screen state.bunnei1-5/+21
2018-04-01hle_ipc, fsp_srv: Cleanup logging.bunnei2-3/+3
2018-03-31hid: Stub out GetSupportedNpadStyleSet.bunnei1-0/+8
2018-03-31hle_ipc: Do not ensure write buffer size.bunnei1-2/+5
2018-03-31fsp_srv: Implement GetSize and SetSize.bunnei1-2/+21
2018-03-31memory: Fix stack region.bunnei2-3/+4
2018-03-30audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.bunnei1-8/+36
2018-03-30svc: Stub GetThreadCoreMask.bunnei2-3/+26
2018-03-30service: Add NFP module interface.bunnei5-0/+95
2018-03-29result: Check against self-assignment in ResultVal's copy assignment operatorLioncash1-0/+3
2018-03-27config: Rename is_docked to use_docked_mode to be consistent with other config bools.bunnei1-5/+5
2018-03-27config: Add setting for whether the system is docked or not.bunnei1-2/+6
2018-03-25Service/sockets: add bsd:s, nsd:a, nsd:u servicesmailwl7-30/+92
2018-03-25audren_u: Fix GetAudioDevice.bunnei2-7/+48
2018-03-25hid: Stub out SetNpadJoyAssignmentModeDual.bunnei1-1/+7
2018-03-25pl_u: Add RequestLoad.bunnei2-0/+11
2018-03-23renderer_opengl: Fixes for properly flushing & rendering the framebuffer.bunnei1-6/+0
2018-03-23renderer_opengl: Better handling of framebuffer transform flags.bunnei2-3/+3
2018-03-23Service/SSL: add ssl servicemailwl3-0/+41
2018-03-23nvdisp_disp0: Always flush and invalidate framebuffer region.bunnei1-0/+7
2018-03-23video_core: Move FramebufferInfo to FramebufferConfig in GPU.bunnei1-3/+3
2018-03-22Service/spl: add module and servicesmailwl7-0/+168
2018-03-21FS: Implemented IFileSystem::CreateDirectory.Subv1-0/+15
2018-03-21Service/vi: convert services to modulemailwl8-212/+160
2018-03-20Service: add fatal:u, fatal:p servicesmailwl7-0/+138
2018-03-20FS: Implemented IFileSystem's OpenDirectory function.Subv1-0/+28
2018-03-20FS: Added the IDirectory IPC interface and implemented its two functions.Subv1-0/+51
2018-03-20FS: Implement MountSdCard.Subv1-2/+6
2018-03-20FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.Subv2-0/+6
2018-03-19Clang FixesN00byKing3-7/+7
2018-03-19oopsN00byKing1-3/+3
2018-03-19More Warning cleanupsN00byKing2-2/+2
2018-03-19Clean Warnings (?)N00byKing10-15/+15
2018-03-19vi: Remove DequeueBuffer and wait until next available buffer.bunnei3-12/+49
2018-03-19hle_ipc: Add SleepClientThread to block current thread within HLE routines.bunnei2-0/+47
2018-03-19hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.bunnei2-9/+9
2018-03-19hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.bunnei3-7/+14
2018-03-19thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.bunnei3-20/+6
2018-03-17nvflinger: Remove superfluous buffer format check.bunnei1-3/+1
2018-03-17process: MirrorMemory should use MemoryState::Mapped.bunnei1-1/+1
2018-03-16process: Unmap previously allocated heap.bunnei1-1/+3
2018-03-16arm_interface: Support unmapping previously mapped memory.bunnei1-0/+3
2018-03-16svc: Use more correct values for GetInfo MapRegion and NewMapRegion.bunnei3-29/+5
2018-03-16kernel: Move stack region outside of application heap.bunnei3-8/+3
2018-03-16process: Fix stack memory state.bunnei1-2/+4
2018-03-16MemoryState: Add additional memory states and improve naming.bunnei5-18/+45
2018-03-16IGeneralService: fix function listmailwl1-2/+3
2018-03-16Service/NIFM: stub cancel functionmailwl1-1/+6
2018-03-16Service/NIFM: convert to modulemailwl8-122/+75
2018-03-14core: Move process creation out of global state.bunnei11-39/+43
2018-03-04FS: Stubbed CreateSaveData. It currently does nothing.Subv2-0/+15
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv3-2/+40
2018-03-04CoreTiming: Unschedule the pending events when an Interface is destroyed.Subv3-2/+10
2018-03-03Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called.Subv1-0/+3
2018-03-03Service/Set: add more servicesmailwl11-10/+340
2018-03-02Kernel: Store the program id in the Process class instead of the CodeSet class.Subv2-9/+8
2018-03-02FS: Implement MountSaveData and some of the IFile interface.Subv2-0/+189
2018-03-02Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv2-2/+10
2018-02-27thread: Clear the process list on shutdown.Jules Blok1-1/+3
2018-02-27ResultCode: Mark any error code that isn't 0 as an error.Subv1-2/+2
2018-02-25(Hopefully) Fix MinGW BuildN00byKing1-1/+1
2018-02-25Add UnmapSharedMemoryN00byKing2-1/+17
2018-02-23time: Add missing time:s functions, used for libnxshinyquagsire231-0/+4
2018-02-22Stub more functionsmailwl7-8/+90
2018-02-22Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl4-0/+20
2018-02-22time: Add GetStandardLocalSystemClock, used by libnxshinyquagsire233-0/+9
2018-02-20Add warning if Domain request has no domain message headermailwl1-0/+3
2018-02-20Fix: change check for domain order and existance of domain message headermailwl3-3/+4
2018-02-20IPC: add domain header to response if only it exists in requestmailwl3-6/+8
2018-02-20Service/AOC: stub ListAddOnContent functionmailwl2-2/+26
2018-02-19acc_u0: Stub ListOpenUsers service function.bunnei2-1/+11
2018-02-19service: Add Friend service interface.bunnei5-0/+96
2018-02-19scheduler: Cleanup based on PR feedback.bunnei2-4/+3
2018-02-19AM: Corrected the response in EnsureSaveData.Subv1-1/+2
2018-02-18kernel: Use Scheduler class for threading.bunnei3-172/+16
2018-02-18kernel: Add Scheduler, which encapsulates the scheduling loading from Thread module.bunnei2-0/+208
2018-02-18kernel: Remove unused address_arbiter code.bunnei4-197/+0
2018-02-18 Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation.Subv4-50/+63
2018-02-17nvmap: Make IocFromId return the same existing handle instead of creating a new one.Subv1-5/+2
2018-02-17Parcel: Ensure we don't read past the end of the parcels in Vi.Subv1-0/+5
2018-02-17Vi: Mark all fences as NO_FENCE in the DequeueBuffer response parcel.Subv1-2/+2
2018-02-17Vi: Always write the IGBPBuffer in the RequestBuffer response parcel.Subv1-1/+2
2018-02-16Service/hid: stub some functionsmailwl4-1/+98
2018-02-15nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT.Subv2-0/+25
2018-02-15Vi: Mark the fences as valid in the DequeueBuffer response parcel.Subv1-0/+3
2018-02-15Vi: Added a missing u32 in the DequeueBuffer response parcel.Subv1-0/+1
2018-02-15Vi: Don't write the IGBPBuffer in the IGBPRequestBufferResponseParcel.Subv1-4/+2
2018-02-15Vi: Properly write the BufferProducerFence object in the DequeueBuffer response parcel.Subv2-18/+28
2018-02-15shared_memory: Remove some checks.bunnei1-13/+0
2018-02-15pl_u: Implement basic shared font loading from RAM dump.bunnei5-0/+178
2018-02-15hid: Stub GetVibrationDeviceInfo and SendVibrationValues.bunnei1-0/+15
2018-02-14hle_ipc: Remove const from WriteBuffer size.bunnei2-2/+2
2018-02-14Fix fps counter to correctly measure frame end when there was no frame to drawJames Rowe1-0/+2
2018-02-14nvdrv/interface: Silence formatting specifier warningsLioncash1-1/+2
2018-02-14nvmap: Silence formatting specifier warningsLioncash1-1/+2
2018-02-14nvhost_gpu: Silence formatting specifier warningsLioncash1-6/+8
2018-02-14nvhost_ctrl: Silence formatting specifier warningsLioncash1-2/+2
2018-02-14nvhost_ctrl_gpu: Silence formatting specifier warningsLioncash1-3/+4
2018-02-14nvhost_as_gpu: Silence formatting specifier warningsLioncash1-5/+7
2018-02-14thread: Silence formatting specifier warningsLioncash1-2/+3
2018-02-14vm_manager: Silence formatting specifier warningsLioncash1-5/+7
2018-02-14hle_ipc: Add GetReadBufferSize and check write buffer size.bunnei2-0/+10
2018-02-14service: Remove remaining uses of BufferDescriptor*.bunnei5-14/+8
2018-02-14audio: Use WriteBuffer instead of BufferDescriptorB.bunnei2-9/+3
2018-02-14vi: Eliminate direct usage of BufferDescriptorB.bunnei1-14/+3
2018-02-14nvdrv: Use ReadBuffer/WriteBuffer functions for Ioctl.bunnei1-17/+5
2018-02-14vi: Use ReadBuffer/WriteBuffer functions for TransactParcel.bunnei1-44/+19
2018-02-14hle_ipc: Add helper functions for reading and writing buffers.bunnei1-4/+2
2018-02-14hle_ipc: Add helper functions for reading and writing buffers.bunnei3-0/+55
2018-02-14vi: Fix TransactParcelAuto to support both buffer formats.bunnei1-25/+16
2018-02-14audren_u: Schedule reoccuring event. (#183)bunnei2-6/+36
2018-02-13Service/lm: add support to multiline logsmailwl1-20/+49
2018-02-13vi: Add FENCE_HACK, which is useful for booting BOTW.bunnei1-7/+21
2018-02-13vi: Stub TransactParcel CancelBuffer.bunnei1-0/+2
2018-02-13TransactParcel: Move WriteBlock to narrowest scope.bunnei1-10/+13
2018-02-12Add RequestUpdateAudioRenderer, StartAudioRenderer and StopAudioRenderer stubs to audren:ugdkchan1-2/+76
2018-02-12Make a GPU class in VideoCore to contain the GPU state.Subv7-181/+15
2018-02-12GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.Subv3-3/+5
2018-02-12nvdrv: Make the GPU memory manager available to nvhost-gpu.Subv3-6/+16
2018-02-12vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.bunnei6-11/+46
2018-02-11vi: Fix OpenLayer and CreateStrayLayer.bunnei1-6/+8
2018-02-10fsp_srv: Stub MountSdCard.bunnei2-0/+9
2018-02-10apm: Refactor service impl. to support multiple ports.bunnei4-58/+100
2018-02-10vi: Implement TransactParcelAuto.bunnei1-32/+46
2018-02-10nvflinger: (Hack) Use first available buffer if none are found.bunnei1-1/+5
2018-02-10IGBPQueueBufferRequestParcel: Don't enforce buffer length.bunnei1-1/+0
2018-02-10IGBPRequestBufferResponseParcel: Fix response for libnx.bunnei1-7/+4
2018-02-09nvdrv: Fix QueryEvent for libnx.bunnei2-4/+8
2018-02-09IApplicationDisplayService::CloseDisplay: Fix response params size.bunnei1-1/+1
2018-02-09nvhost_ctrl_gpu: Implement ZCullGetInfo.bunnei1-2/+14
2018-02-09acc_u0: Implement ListAllUsers.bunnei2-2/+15
2018-02-08nvhost_as_gpu: Implement AllocateSpace and MapBufferEx.bunnei2-10/+33
2018-02-08nvdrv: Add MemoryManager class to track GPU memory.bunnei2-0/+160
2018-02-08nvmap: Refactor to expose nvmap objects.bunnei2-19/+22
2018-02-08nvhost_as_gpu: Add nvmap as a class member.bunnei3-2/+9
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl9-6/+191
2018-02-06Service/hid: stub SetNpadHandheldActivationModemailwl1-0/+7
2018-02-06mutex: Update hasWaiters on release.bunnei1-0/+1
2018-02-06hid: Stub ActivateTouchScreen and SetNpadJoyHoldType.bunnei1-2/+14
2018-02-06Extra nvdrv support (#162)David16-37/+761
2018-02-06IApplicationFunctions: Stub out EnsureSaveData.bunnei2-0/+8
2018-02-05Dont call UNIMPLEMENTED for 'empty services', just return error codeDavid Marcec1-0/+2
2018-02-05set: GetAvailableLanguageCodes should not return lang_codes size.bunnei1-2/+3
2018-02-05nvflinger: Signal BufferQueue native handle event.bunnei1-0/+1
2018-02-05logger: Add Time service logging category.bunnei1-10/+10
2018-02-05logger: Add SET service logging category.bunnei1-1/+1
2018-02-05logger: Add PCTL service logging category.bunnei1-1/+1
2018-02-05logger: Add LM service logging category.bunnei1-2/+2
2018-02-05logger: Add APM service logging category.bunnei1-2/+3
2018-02-05lm: Ensure log string is non-empty before checking back().bunnei1-1/+1
2018-02-05logger: Add NIFM service logging category.bunnei4-11/+11
2018-02-05logger: Add VI service logging category.bunnei4-21/+20
2018-02-05hid: Stub out several functions.bunnei1-1/+39
2018-02-04hid: Implement CreateActiveVibrationDeviceList.bunnei1-0/+25
2018-02-04logger: Use Service_HID category where applicable.bunnei1-2/+2
2018-02-04logger: Use Service_NVDRV category where applicable.bunnei2-10/+10
2018-02-04logger: Add AM service logging category.bunnei3-42/+42
2018-02-04logger: Add "account" service logging category.bunnei1-8/+8
2018-02-04acc_u0: Stub out GetLastOpenedUser.bunnei2-0/+10
2018-02-04GetInfo: Implement IsCurrentProcessBeingDebugged.bunnei1-0/+3
2018-02-04WaitProcessWideKeyAtomic: Handle case where condition variable was already created.bunnei3-13/+17
2018-02-04acc:u0 : stub GetAccountIdmailwl1-1/+9
2018-02-03svc: SharedMemory size should be 64-bits and cleanup.bunnei3-11/+11
2018-02-03ArbitrateLock: Assert that requesting_thread is current_thread.bunnei1-0/+1
2018-02-03controller: DuplicateSession should return a ClientSession.bunnei1-4/+9
2018-02-03Service:nifm: add nifm:a, nifm:s and nifm:u servicesmailwl9-0/+370
2018-02-02Service/am: Add AppletAE service (#153)mailwl6-379/+569
2018-02-02Services/vi: add vi:s and vi:u servicesmailwl5-0/+124
2018-02-02vi::CreateStrayLayer : add padding to requestmailwl1-0/+1
2018-01-30shared_memory: Only mark addresses as invalid if they are within the heapshinyquagsire231-1/+2
2018-01-30[WIP] sfdnsres: stub (#146)mailwl4-2/+51
2018-01-27memory: Replace all memory hooking with Special regionsMerryMage2-6/+6
2018-01-26time: Implement ISteadyClock::GetCurrentTimePoint.bunnei2-1/+22
2018-01-25audout_u: Various cleanups.bunnei1-29/+17
2018-01-25ResponseBuilder: Use a bit field for customizing instead of always_move_handles.bunnei3-11/+21
2018-01-25time: Stub GetSystemClockContext function.bunnei2-2/+17
2018-01-25server_session: Fix scenario where all domain handlers are closed.bunnei1-3/+3
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei19-128/+129
2018-01-25service: Fix all incorrect IPC response headers.bunnei14-82/+42
2018-01-25ipc_helpers: Make interface domain agnostic and add header validation.bunnei2-25/+58
2018-01-25hle: Integrate Domain handling into ServerSession.bunnei7-38/+74
2018-01-25hle: Remove Domain and SyncObject kernel objects.bunnei9-166/+2
2018-01-25handle_table: Remove ConvertSessionToDomain.bunnei2-17/+0
2018-01-25audout:u OpenAudioOut and IAudioOut (#138)st4rk2-14/+166
2018-01-24Fix time returning epoch time in milliseconds rather than in secondsgdkchan1-1/+1
2018-01-23Services: Added a todo about returning interfaces as domain objects in lm, hid and time.Subv3-0/+12
2018-01-22Time: Don't create unnecessary ports when retrieving the clock service sessions.Subv1-33/+27
2018-01-22HID: Don't create an unnecessary port in CreateAppletResource.Subv1-13/+13
2018-01-22LM: Don't create an unnecessary port in Initialize.Subv2-15/+10
2018-01-22IPC: Don't create an unnecessary port when using PushIpcInterface outside of a domain.Subv1-4/+5
2018-01-22Stub OpenAudioOut and fix a issue with HID IAppletResource being created more than oncegdkchan3-2/+21
2018-01-22AppletOE: Stubbed CreateManagedDisplayLayer to create a new layer in the Default display.Subv1-0/+14
2018-01-22AppletOE: Make ISelfController keep a reference to nvflinger.Subv5-10/+32
2018-01-22Services: Vi shouldn't be responsible for creating nvflinger.Subv5-7/+13
2018-01-22VI: Move BufferQueue and NVFlinger to their own folder/namespace.Subv8-363/+448
2018-01-22Added stubs for audio services. (#116)st4rk11-5/+299
2018-01-21Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114)David7-5/+158
2018-01-21nvmap: Add a return 0 underneath the UNIMPLEMENTED macroLioncash1-0/+1
2018-01-21nvmap: Make IoctlCommands an enum classLioncash2-12/+12
2018-01-21fsp_srv: Various improvements to IStorage:Read implementation.bunnei5-48/+79
2018-01-21filesystem: Implement basic IStorage functionality.David Marcec5-0/+254
2018-01-21VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some results.Subv2-0/+58
2018-01-21service/time: remove accidental #pragmastgsm2-4/+0
2018-01-21Format: Run the new clang format on everythingJames Rowe30-40/+43
2018-01-20Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)David3-1/+23
2018-01-20Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware3-3/+3
2018-01-19acc, set, applet_oe: stub various functions, add set service (#105)goaaats7-0/+159
2018-01-19ISelfController: Stub LockExit and UnlockExitRozlette1-0/+16
2018-01-19time: Add new line to ends of files.bunnei4-4/+4
2018-01-19applet_oe: Clang-format.bunnei1-2/+1
2018-01-19time: Stub out GetTotalLocationNameCount and some cleanup.bunnei2-4/+12
2018-01-19nvdrv: Stub SetClientPID.bunnei2-0/+13
2018-01-19svc: Fix svcGetInfo MapRegionBaseAddr.bunnei3-1/+9
2018-01-19svc: Add additional fields to MemoryInfo struct.bunnei1-0/+4
2018-01-19Fix dispdrv typogdkchan1-1/+1
2018-01-18Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96)gdkchan5-7/+127
2018-01-18Start to implement/stub BSD:U and SFDNSRES services (#78)flerovium^-^6-0/+154
2018-01-18time: Fix use of CamelCase in ToCalendarTimeWithMyRuleRozlette1-6/+6
2018-01-18time: Refactor time:* to use a single shared moduleRozlette6-26/+103
2018-01-18lm: Minor logging fix to skip a byte.bunnei1-0/+7
2018-01-18controller: Use DuplicateSession for DuplicateSessionEx.bunnei2-1/+8
2018-01-18svc: Rename some entries to match their analogue on SwitchBrewLioncash1-7/+7
2018-01-18svc: Add CreateJitMemory and MapJitMemory svc stringsLioncash1-2/+2
2018-01-18vi: Make constructors explicit where applicableLioncash1-13/+14
2018-01-18vi: Add missing override specifiersLioncash1-7/+7
2018-01-18vi: Copy data directly into the std::vector within Parcel's ReadBlock functionLioncash1-2/+3
2018-01-17TIME: consolidate time:* interfaces, stub functions and structsRozlette4-83/+164
2018-01-17svc: Clang-format fix.bunnei1-6/+4
2018-01-17hle_ipc: Clang format.bunnei1-2/+3
2018-01-17nvdrv: stubbed Close(cmd 2)Frederic Meyer4-0/+26
2018-01-17hid: Adjust timing based on actual hardwareshinyquagsire231-3/+3
2018-01-17ipc: Implement domain command CloseVirtualHandle.bunnei3-3/+34
2018-01-17UI: Fix frame rate perf statsJames Rowe1-0/+3
2018-01-17acc_u0: Add IPC interface and stub InitializeApplicationInfo.bunnei5-0/+82
2018-01-17hid: clang-formatshinyquagsire231-3/+3
2018-01-17hid: Adjust for style guideshinyquagsire232-63/+68
2018-01-17applet_oe: Fix GetOperationMode and GetPerformanceMode.bunnei1-2/+2
2018-01-17NV: Implemented the nvdrv service, which uses the same interface as nvdrv:aSubv3-14/+16
2018-01-17NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.Subv13-165/+95
2018-01-17VI: Stubbed GetNativeHandle, Create/DestroyStrayLayer and CloseDisplaySubv2-3/+85
2018-01-17Services: Stubbed APM::OpenSession and the ISession interface.Subv3-2/+53
2018-01-17AppletOE: Stub a bunch of functions required by libnx homebrew.Subv1-4/+62
2018-01-17SVC: Correct some return values in svcGetInfo and added TitleId and PrivilegedProcessId stubs.Subv1-6/+21
2018-01-17SVC: Add 4.0.0+ comment to GetInfoType enum values.Subv1-0/+1
2018-01-17IPC: Push domain objects as move handles when not in a domain.Subv2-2/+28
2018-01-16SetThreadCoreMask stub, time to implement fspDavid Marcec1-1/+6
2018-01-16implemented more of ISelfController and IApplicationFunctionsDavid Marcec1-0/+53
2018-01-16Added more svcGetInfo pairsDavid Marcec4-2/+29
2018-01-16clang-formatMerryMage9-26/+21
2018-01-16hid: Write to all layouts, implement circular buffers, set up controller metadata.shinyquagsire232-39/+71
2018-01-15pctl: Clang format.bunnei1-1/+1
2018-01-15pctl: GetService should return an IParentalControlService interface.bunnei1-3/+8
2018-01-15applet_oe: Stub SetFocusHandlingMode, GetCurrentFocusState, SetTerminateResult.bunnei1-2/+55
2018-01-15hid: Bare-minimum sharedmem inputshinyquagsire232-2/+88
2018-01-15hid: Remove redundant HID prefix on structs/enumsshinyquagsire231-73/+73
2018-01-15hid: Add sharedmem structsshinyquagsire231-0/+312
2018-01-15vi: Add IManagerDisplayService::CloseDisplay functionbsaleil1-0/+10
2018-01-15Games expect 15 for ICommonStateGetter::ReceiveMessage in order to continue executionDavid Marcec1-1/+1
2018-01-15renderer: Render previous frame when no new one is available.bunnei1-1/+4
2018-01-15lm: Fix IPC header for Initialize.bunnei1-1/+1
2018-01-15time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei5-1/+117
2018-01-15audio: Add files to CMake.bunnei1-1/+0
2018-01-15hid: Remove unused registered_loggers.bunnei1-3/+0
2018-01-15audio: Stub out AudOutU::ListAudioOuts.bunnei5-0/+84
2018-01-15hid: Implement IAppletResource::GetSharedMemoryHandle.bunnei3-14/+68
2018-01-14shared_memory: Minor fixes and cleanup.bunnei1-6/+6
2018-01-14svc: Implement svcMapSharedMemory.bunnei2-1/+38
2018-01-14kernel: Increase default stack size to 64K.bunnei1-1/+1
2018-01-13Fix build on macOS and linuxMerryMage1-2/+0
2018-01-13yuzu: Update license text to be consistent across project.bunnei49-49/+49
2018-01-13Remove settings issues in sdl and fix a few files that broke in mingwJames Rowe1-2/+0
2018-01-13Remove references to PICA and rasterizers in video_coreJames Rowe4-249/+0
2018-01-12core: Include <algorithm> where used.bunnei3-0/+6
2018-01-12nv: Fix more broken asserts.bunnei2-3/+3
2018-01-12nvdisp_disp0: Fix broken assert.bunnei1-1/+1
2018-01-12core: Fix recent GCC build breaks.bunnei1-2/+2
2018-01-12svc: Implement GetSystemTick.bunnei2-2/+21
2018-01-11nvdisp_disp0: Call SwapBuffers to render framebuffer.bunnei1-0/+7
2018-01-11NV: Move the nv device nodes to their own directory and namespace.Subv10-166/+423
2018-01-11VI: Use a Pulse event instead of OneShot for the vblank events.Subv1-1/+1
2018-01-11vi: Use new CoreTiming::EventTypebunnei1-1/+5
2018-01-11NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service.Subv6-172/+252
2018-01-11NV: Determine what buffer to draw for each layer of each display.Subv2-13/+58
2018-01-11NV: Signal all display's vsync event 60 times per second.Subv2-1/+32
2018-01-11NV: Give each display its own vsync event.Subv2-12/+29
2018-01-11NV: Keep track of Displays, Layers and BufferQueues in nvflinger.Subv4-41/+261
2018-01-11IPC: Allow passing arguments to the Interfaces when using PushIpcInterfaceSubv1-3/+3
2018-01-11NV: Implemented (with stubs) the vi:m service and some of its subservices.Subv5-0/+718
2018-01-11NV: Implemented the nvdrv:a service and the /dev/nvmap device.Subv4-0/+354
2018-01-11IPC: Corrected some definitions for the buffer C descriptor flags.Subv3-3/+10
2018-01-11svc: Stub ResetSignal and CreateTransferMemorySubv2-3/+28
2018-01-11svc: Stub SetMemoryAttributeSubv2-0/+11
2018-01-10Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)Subv4-10/+25
2018-01-10Services: Allow lm to log single-character messages.Subv1-7/+3
2018-01-09SVC: Fixed WaitSynchronization with multiple handles when none is immediately ready.Subv1-7/+18
2018-01-09SVC: Implemented CancelSynchronization.Subv2-1/+19
2018-01-09ErrorCodes: Updated the InvalidHandle and Timeout kernel error codes.Subv1-2/+7
2018-01-09SVC: Fixed WaitSynchronization with multiple handles when at least one of them is ready.Subv2-3/+29
2018-01-09kernel: Rename Semaphore to ConditionVariable.bunnei8-159/+167
2018-01-09mutex: Remove unused call to VerifyGuestState.bunnei1-3/+0
2018-01-09Kernel: Actually wake up the requested number of threads in Semaphore::Release.Subv3-18/+16
2018-01-09Kernel: Properly keep track of mutex lock data in the guest memory. This fixes userland locking/unlocking.Subv3-63/+60
2018-01-09Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.Subv4-30/+78
2018-01-09CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)B3n303-11/+7
2018-01-07IPC: Make DuplicateSession return the Domain instead of the Session if the request was made on a Domain interface.Subv2-2/+7
2018-01-07AppletOE: Fixed command buffer structure for ReceiveMessage.Subv1-2/+1
2018-01-07IPC: Corrected some command headers in the IPC Controller interface.Subv1-4/+2
2018-01-07IPC: Corrected some command header sizes in appletOE.Subv1-12/+21
2018-01-07IPC: Take the number of domain objects as a parameter in MakeBuilder.Subv2-4/+6
2018-01-07SM: Fixed connecting to services with an 8-byte name, like appletOE.Subv1-12/+4
2018-01-07IPC: Fixed pushing ResultCodes into the command buffer.Subv2-7/+9
2018-01-07IPC: Add functions to read the input move/copy objects from an IPC request.Subv3-2/+42
2018-01-07IPC: Don't attempt to read the command buffer if it holds a Close request.Subv1-0/+5
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.Subv8-405/+118
2018-01-07IPC: Skip the entire u64 of the command id when receiving an IPC request.Subv2-15/+5
2018-01-07IPC: Use the correct size when pushing raw data to the command buffer and fixed pushing domain objects.Subv4-10/+29
2018-01-07svc: Implement svcSignalProcessWideKey.bunnei2-4/+23
2018-01-07semaphore: More changes for Switch.bunnei2-11/+17
2018-01-07wait_object: Refactor to allow waking up a single thread.bunnei2-15/+28
2018-01-06svc: Implement svcWaitProcessWideKeyAtomic.bunnei2-1/+54
2018-01-06semaphore: Updates for Switch.bunnei2-21/+31
2018-01-06lm: Assert on unsupported multi-message.bunnei1-0/+9
2018-01-06svc: Implement WaitSynchronization for a single handle.bunnei1-4/+24
2018-01-06svc: Refactor LockMutex code to use WaitSynchronization1.bunnei1-13/+45
2018-01-05lm: Improve Log() to format a useful string.bunnei1-10/+75
2018-01-05svc: Add missing string_util include.bunnei1-0/+1
2018-01-03arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei2-23/+11
2018-01-03vm_manager: Use a more reasonable MAX_ADDRESS size.bunnei1-5/+4
2018-01-03svc: Remove unnecessary "svc" prefix to naming scheme.bunnei1-106/+106
2018-01-03pctl: Remove duplicate InstallInterfaces function.bunnei1-4/+0
2018-01-03hle: Move SVC code to kernel namespace.bunnei3-131/+118
2018-01-01svc: Improve svcGetInfo.bunnei2-35/+41
2018-01-01vm_manager: Stub out a bunch of interfaces used by svcGetInfo.bunnei2-1/+51
2018-01-01svc: Fix string formatting for CreateThread.bunnei1-1/+1
2018-01-01core/video_core: Fix a bunch of u64 -> u32 warnings.bunnei1-2/+2
2018-01-01svc: Stub out svcWaitSynchronization.bunnei1-1/+9
2018-01-01svc: Implement svcExitProcess.bunnei3-11/+77
2018-01-01svc: Implement svcUnlockMutex.bunnei1-1/+11
2018-01-01svc: Implement svcLockMutex.bunnei3-24/+134
2018-01-01kernel: Add ObjectAddressTable class.bunnei3-2/+101
2017-12-31thread: Keep track of the initially created handle.bunnei3-2/+7
2017-12-31svc: Implement svcExitThread.bunnei1-1/+9
2017-12-31svc: Implement svcCreateThread.bunnei1-2/+57
2017-12-31svc: Cleanup svcGetThreadPriority.bunnei1-3/+5
2017-12-31svc: Stub out svcGetCurrentProcessorNumber.bunnei1-1/+7
2017-12-31errors: Define missing kernel error codes.bunnei1-0/+3
2017-12-31svc: Implement svcSetThreadPriority.bunnei1-1/+30
2017-12-31svc: Change SignalProcessWideKey to a stub.bunnei1-2/+2
2017-12-31function_wrappers: Cleanup, fix warnings, remove unused code.bunnei1-187/+35
2017-12-31svc: Implement svcUnmapMemory.bunnei3-1/+15
2017-12-30svc: Minor cleanups.bunnei1-8/+9
2017-12-30svc: Implement svcStartThread.bunnei1-0/+16
2017-12-30thread: Main thread should set thread handle to reg 1.bunnei1-1/+4
2017-12-30thread: Remove THUMB mode flag.bunnei1-1/+1
2017-12-30thread: Main thread should be ready by default, all others dormant.bunnei1-4/+3
2017-12-29kernel: Various 64-bit fixes in memory/process/threadbunnei5-14/+14
2017-12-29applet_oe: Stub out a bunch of interfaces necessary for boot.bunnei2-1/+159
2017-12-29controller: Implement DuplicateSession.bunnei2-9/+11
2017-12-29kernel: Fix implementation of ConvertSessionToDomain.bunnei10-54/+90
2017-12-29ap, aoc_u: Minor cleanup.bunnei3-4/+1
2017-12-29service: Add empty interface for pctl:a.bunnei5-0/+86
2017-12-29kernel: Add basic support for Domain object.bunnei4-4/+110
2017-12-29kernel: Add SyncObject primitive, use it for ClientSession.bunnei3-10/+40
2017-12-29svc: Implement MapMemory.bunnei2-3/+16
2017-12-29process: Add method to mirror a memory region.bunnei2-0/+27
2017-12-28svc: Implement SetHeapSize.bunnei2-3/+19
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei10-20/+10
2017-12-28service: Halt on ReportUnimplementedFunction and improve output log.bunnei1-4/+2
2017-12-28service: Add empty interface for aoc:u.bunnei3-0/+42
2017-11-01service: Return proper result code for IPC::CommandType::Close.bunnei4-9/+12
2017-11-01hle: Use Switch formatted result codes.bunnei5-272/+86
2017-10-23svc: Implement GetThreadId and GetProcessId.bunnei2-2/+37
2017-10-20hle: Fix QueryMemory response for MemoryInfo.bunnei7-149/+31
2017-10-19lm: Implement lm::Initialize and Logger::log.bunnei2-3/+67
2017-10-19hle_ipc: Only copy necessary fields for outgoing command buffer.bunnei1-1/+1
2017-10-19hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer.bunnei2-14/+19
2017-10-19service: Add CreatePort function (that does not register/install).bunnei2-0/+12
2017-10-18ipc_helpers: Fix alignment (was wrong as a result of a dynarmic bug).bunnei1-3/+4
2017-10-18service: Print correct command ID on unimplemented function.bunnei1-1/+1
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei10-33/+82
2017-10-15hle: Add service stubs for apm and appletOE.bunnei9-2/+130
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei15-637/+567
2017-10-14svc: Some logging cleanup.bunnei1-7/+5
2017-10-14svc: Update MemoryInfo flags for 64-bit.bunnei1-5/+5
2017-10-14svc: Initial nx impl. for QueryMemory, ConnectToPort, SendSyncRequest, etc.bunnei1-1185/+185
2017-10-13Remove more 3DS-specific code.bunnei4-45/+0
2017-10-13Remove more 3DS-specific code.bunnei5-1411/+1
2017-10-13Remove more 3DS-specific code.bunnei1-9/+0
2017-10-13Remove lots more 3DS-specific code.bunnei24-4161/+6
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei184-21488/+2
2017-10-10loader: Various improvements for NSO/NRO loaders.bunnei2-4/+4
2017-10-09Change command header in nwm::UDS Initialize functionDragios1-1/+1
2017-10-04SVC: Removed GetPointer usage in the GetResourceLimit functions.Subv1-10/+16
2017-10-04SVC: Remove GetPointer usage in CreatePort.Subv2-6/+4
2017-10-04SVC: Replace GetPointer usage with ReadCString in ConnectToPort.Subv2-20/+9
2017-10-04SVC: Replace GetPointer usage with ReadBlock in OutputDebugString.Subv2-4/+6
2017-10-04SVC: Replace GetPointer usage with Read32 in ReplyAndReceive.Subv2-7/+6
2017-10-04SVC: Replace GetPointer usage with Read32 in WaitSynchronizationN.Subv2-8/+8
2017-10-02Kernel/SharedMemory: Don't take over and unmap the source memory block when creating a shared memory, just reference it.Subv1-15/+12
2017-10-01Kernel/Thread: Added a helper function to get a thread's command buffer VAddr.Subv2-0/+12
2017-09-30nso: Refactor and allocate .bss section.bunnei2-8/+10
2017-09-30process: Support loading multiple codesets.bunnei2-20/+27
2017-09-30kernel: Various threading fixes to support 64-bit addressing.bunnei2-8/+8
2017-09-30core: Various changes to support 64-bit addressing.bunnei2-21/+21
2017-09-30arm: Use 64-bit addressing in a bunch of places.bunnei2-2/+2
2017-09-30Services/NIM: Implement CheckForSysUpdateEvent.Subv3-2/+29
2017-09-30Moved down_count to CoreTimingHuw Pascoe1-1/+1
2017-09-30Services/UDS: Handle the rest of the connection sequence. (#2963)B3n303-19/+250
2017-09-30Fixed type conversion ambiguityHuw Pascoe21-56/+59
2017-09-28Kernel/Threads: When putting a thread to wait, specify a function to execute when it is awoken.Subv4-17/+91
2017-09-27Kernel/Thread: Allow specifying which process a thread belongs to when creating it.Subv4-17/+22
2017-09-26HLE/APT: Always set up the APT parameter when starting a library applet.Subv2-30/+47
2017-09-25HLE/Archives: Allow multiple loaded applications to access their SelfNCCH archive independently.Subv2-1/+24
2017-09-25Services/UDS: Added a function to send EAPoL-Start packets (#2920)B3n305-88/+250
2017-09-24memory: Add GetCurrentPageTable/SetCurrentPageTableMerryMage1-7/+4
2017-09-24HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the Home Menu doesn't try to reboot the system.Subv3-2/+26
2017-09-24HLE/APT: Prepare the APT Wakeup parameter when the game calls InitializeSubv1-6/+19
2017-09-24HLE/SRV: Implemented RegisterService.Subv4-1/+33
2017-09-16Services/NS: Port ns:s to the new service framework.Subv6-40/+73
2017-09-15Kernel/Threads: Don't clear the CPU instruction cache when performing a context switch from an idle thread into a thread in the same process.Subv1-1/+3
2017-09-15Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer.Subv2-25/+7
2017-09-10Kernel/Memory: Switch the current page table when a new process is scheduled.Subv1-0/+10
2017-09-10Kernel/Memory: Give each Process its own page table.Subv2-5/+14
2017-09-04Remove _flag in var namesmailwl1-6/+6
2017-09-04Mii Selector Applet: update Mii structuresmailwl2-34/+29
2017-09-03APT: load different shared font depending on the regionwwylele3-135/+155
2017-08-29Use recursive_mutex instead of mutex to fix #2902danzel3-3/+3
2017-08-27Services/UDS: Remove an old duplicated declaration of WifiPacket.Subv2-22/+0
2017-08-27Services/UDS: Handle the connection sequence packets.Subv1-17/+83
2017-08-27Services/UDS: Store the received beacon frames until RecvBeaconBroadcastData is called, up to 15 beacons at the same time, removing any older beacon frames when the limit is exceeded.Subv1-3/+62
2017-08-27Services/UDS: Add functions to generate 802.11 auth and assoc response frames.Subv4-11/+142
2017-08-24HID: use TouchDevice for touch padwwylele1-4/+8
2017-08-22Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state between the cpu thread and any other possible threads that might touch the kernel (network thread, etc).Subv4-3/+36
2017-08-22Kernel/Threads: Don't immediately switch to the new main thread when loading a new process.Subv1-5/+1
2017-08-21Warnings: Add UNREACHABLE macros to switches that contemplate all possible values.Subv1-0/+3
2017-08-21HLE/Applets: Fixed some conversion warnings when creating the framebuffer shared memory objects.Subv4-8/+8
2017-08-20HID: fix a comment and a warningwwylele1-2/+2
2017-08-15dsp_dsp: Remove size assertion in LoadComponentMerryMage1-3/+4
2017-08-11HID: use MotionDevice for Accelerometer and Gyroscopewwylele1-5/+27
2017-08-10HID: zero unused PadState bitswwylele2-2/+2
2017-08-09Service/dlp: Update function tables according 3dbrewmailwl3-4/+44
2017-08-08Update cryptoppJames1-1/+1
2017-08-07Services/APT: Use the AppletAttributes union directly when dealing with applet attrs.Subv1-19/+15
2017-08-07Services/APT: Use an array to hold data about the 4 possible concurrent applet types (Application, Library, HomeMenu, System).Subv2-35/+204
2017-08-04telemetry: Add field for RequiresSharedFont.bunnei1-0/+4
2017-07-21Service/APT: Log Send/Cancel/Receive/GlanceParameter calls even if they return an error.Subv1-7/+9
2017-07-21Services/APT: Return the proper error code when calling SendParameter with an outstanding parameter already in memory.Subv2-4/+17
2017-07-21Services/APT: Reset the APT parameter inside CancelParameter if the conditions are met.Subv1-6/+23
2017-07-21Services/APT: Properly clear the apt parameter after a successful ReceiveParameter call.Subv1-2/+8
2017-07-21Services/APT: Use the right error codes in ReceiveParameter and GlanceParameter when the parameter doesn't exist.Subv1-0/+28
2017-07-21Services/APT: Use boost::optional for the APT parameter structure.Subv1-20/+26
2017-07-17stubbed frd::UnscrambleLocalFriendCode (#2827)B3n303-1/+57
2017-07-01Service/boss:P: Add some functions to FunctionTablemailwl1-0/+3
2017-06-29Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest.Subv3-4/+7
2017-06-26UDS: Use the ToDS and FromDS fields to properly calculate the AAD used during encryption.Subv1-15/+32
2017-06-26UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID enum.Subv1-4/+1
2017-06-26UDS: Run clang-format.Subv3-51/+55
2017-06-26UDS: Added functions to encrypt and decrypt the data frames.Subv3-12/+156
2017-06-26Kernel/Sessions: Clean up the list of pending request threads of a session when the client endpoint is closed.Subv1-0/+5
2017-06-26Kernel/SVC: Partially implemented svcReplyAndReceive.Subv2-11/+121
2017-06-26apt: load shared font from system archivewwylele3-20/+258
2017-06-25apt/shared_font: don't relocate zero offsetwwylele1-2/+4
2017-06-25Kernel/ServerSession: Keep track of which threads have issued sync requests.Subv3-9/+29
2017-06-23Kernel: Implement AcceptSession SVCYuri Kunde Schlesner4-3/+38
2017-06-23Kernel: Fix SVC wrapper for CreatePortYuri Kunde Schlesner1-3/+2
2017-06-23Kernel: Implement CreateSessionToPort SVCYuri Kunde Schlesner1-1/+12
2017-06-22Kernel: Implement CreateSession SVCYuri Kunde Schlesner2-3/+26
2017-06-22Memory: Add function to flush a virtual range from the rasterizer cacheYuri Kunde Schlesner2-8/+7
2017-06-22Memory: Make PhysicalToVirtualAddress return a boost::optionalYuri Kunde Schlesner2-2/+2
2017-06-21Kernel/IPC: Support translation of null handlesYuri Kunde Schlesner1-7/+12
2017-06-19ResultVal: Remove MoveFrom()Yuri Kunde Schlesner24-57/+53
2017-06-19ResultVal: Add an rvalue overload of Unwrap()Yuri Kunde Schlesner1-1/+6
2017-06-19Kernel: Add comment about the extended linear heap areaYuri Kunde Schlesner1-0/+2
2017-06-19Kernel/IPC: Make HLERequestContext usable from outside kernelYuri Kunde Schlesner3-5/+10
2017-06-15UDS: Clarify comment about the first 4 bytes of the SecureData header.Subv2-1/+5
2017-06-15UDS: Return the correct error messages in SendTo when not connected to a network or trying to send to itself.Subv1-6/+13
2017-06-15UDS: Stub SendTo to generate the unencrypted data frame with the right headers.Subv3-1/+259
2017-06-15UDS: Added a hook for updating the connection status when a client connects to the network.Subv1-0/+36
2017-06-13Services/UDS: Set the proper bit in the ConnectionStatus structure when creating a network. (#2738)Sebastian Valle3-5/+15
2017-06-12Kernel/IPC: Use boost::small_vector for HLE context objectsYuri Kunde Schlesner1-1/+3
2017-06-11Kernel: Allow clearing request_objects to re-use buffer spaceYuri Kunde Schlesner3-0/+14
2017-06-11Kernel: Basic support for IPC translation for HLE servicesYuri Kunde Schlesner3-18/+130
2017-06-11Service/sm: Convert srv: to use IPC helpersYuri Kunde Schlesner1-49/+56
2017-06-11IPC: Add Pop/PushObjects methods to RequestParser/BuilderYuri Kunde Schlesner1-10/+103
2017-06-11IPC: Add basic HLERequestContext support to RequestParser/BuilderYuri Kunde Schlesner1-1/+32
2017-06-11Kernel: Add methods in HLERequestContext abstracting handle creationYuri Kunde Schlesner2-0/+12
2017-06-11ServiceFramework: Use separate copy of command bufferYuri Kunde Schlesner3-9/+29
2017-06-09Service/sm: Convert 'srv:' to ServiceFrameworkYuri Kunde Schlesner5-51/+75
2017-06-08Session: Remove/add some forward declarationsYuri Kunde Schlesner2-1/+2
2017-06-08Kernel: Ensure objects are kept alive during ClientSession disconnectionYuri Kunde Schlesner1-7/+13
2017-06-08Service: Remove a few redundant namespace qualifiersYuri Kunde Schlesner1-5/+5
2017-06-08Service: Add new ServiceFramework framework for writing HLE servicesYuri Kunde Schlesner4-3/+268
2017-06-06Kernel: Remove some unnecessary namespace qualificationsYuri Kunde Schlesner1-4/+6
2017-06-06Services/UDS: Implement DecryptBeaconData.Subv1-1/+97
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner31-12/+79
2017-06-06Service: Make service registration part of the sm implementationYuri Kunde Schlesner5-24/+145
2017-06-06Service/sm: Use an actual semaphore for the notification semaphoreYuri Kunde Schlesner1-8/+9
2017-06-06Service: Move SRV interface to a new sm/ subdirectoryYuri Kunde Schlesner3-7/+8
2017-06-06Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionYuri Kunde Schlesner11-62/+73
2017-06-06ResultVal: Add more convenience utils for creating and cascading resultsYuri Kunde Schlesner1-0/+19
2017-06-06HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner13-73/+98
2017-06-03Addressed Bunnei's review comments, and made some other tweaks:TheKoopaKingdom1-1/+2
2017-06-03Switched to the ERROR_NOT_FOUND constant from errors.h.TheKoopaKingdom1-2/+1
2017-06-03Moved whitelist checks from FS_User to the Archive_NCCH handler.TheKoopaKingdom1-52/+2
2017-06-03Created a whitelist of system archives to prevent false positives creating dialogs.TheKoopaKingdom2-7/+53
2017-06-03Made some changes from review comments:TheKoopaKingdom2-9/+6
2017-06-03Added system for handling core errors in citra-qt.TheKoopaKingdom3-2/+12
2017-05-30Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner17-203/+240
2017-05-30Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner12-132/+174
2017-05-30Kernel: Removed HandleTable::GetWaitObjectYuri Kunde Schlesner2-11/+2
2017-05-29Kernel: Extract dynamic Object pointer cast into its own functionYuri Kunde Schlesner1-11/+24
2017-05-28Remove some unnecessary inclusions of video_core.hYuri Kunde Schlesner2-2/+0
2017-05-28Core: Fix some out-of-style includesYuri Kunde Schlesner1-1/+1
2017-05-27fixup!cam: use IPCHelperwwylele2-30/+43
2017-05-25FS: Remove unused result definitionYuri Kunde Schlesner1-5/+0
2017-05-25Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner22-132/+177
2017-05-25GSP_GPU: Move error codes from result.h to local fileYuri Kunde Schlesner2-17/+23
2017-05-25FileSys: Move all result description to errors.hYuri Kunde Schlesner5-44/+19
2017-05-25result: Make error description a generic integerYuri Kunde Schlesner3-6/+18
2017-05-25Make BitField and ResultCode constexpr-initializableYuri Kunde Schlesner1-18/+15
2017-05-24cam: move u32->u8 trancation to IPCHelperwwylele1-34/+33
2017-05-24cam: use IPCHelperwwylele1-278/+238
2017-05-22Kernel/Sessions: Remove the ClientSession::Create function.Subv3-16/+3
2017-05-19use IPCHelper for PTM servicesemmaus3-31/+45
2017-05-15Services/UDS: Use the new IPC helper functions.Subv1-21/+10
2017-05-15Services/UDS: Implement RecvBeaconBroadcastData.Subv1-19/+69
2017-05-15Services/UDS: Generate the UDS beacons when the beacon callback fires.Subv4-7/+535
2017-05-15Kernel: Remove a now unused enum and variable regarding a session's status.Subv2-8/+0
2017-05-15Kernel: Use a Session object to keep track of the status of a Client/Server session pair.Subv7-32/+85
2017-05-10Kernel: Map special regions according to ExHeaderYuri Kunde Schlesner4-50/+102
2017-05-10DSP: Create backing memory for entire DSP RAMYuri Kunde Schlesner1-1/+6
2017-05-08Remove ability to load symbol mapsYuri Kunde Schlesner1-8/+2
2017-05-07fixup!ir: implement new 3ds HID via ir:rstwwylele1-31/+32
2017-05-06Create a random console_unique_id (#2668)B3n302-5/+71
2017-05-04ir: implement new 3ds HID via ir:rstwwylele8-23/+206
2017-05-03ir: implement circle pad prowwylele4-44/+757
2017-04-17ldr_ro: use IPC helperwwylele1-193/+138
2017-04-12dsp_dsp: Messages are modified by service before being sent to DSPMerryMage1-0/+18
2017-04-03error conversion fixes for soc_unoah the goodra1-39/+32
2017-04-01Fix OutputDebugString syscallMichael Theall2-4/+4
2017-03-27Services/UDS: Fixed a style mistake in GetChannel.Sebastian Valle1-2/+1
2017-03-26Services/UDS: Use consistent spelling for WiFi and simplify the GetChannel function.Subv1-4/+4
2017-03-26Services/UDS: Signal the connection event when closing down the network.Subv1-0/+1
2017-03-26Services/UDS: Do not allow trying to start up a network that only the host can connect to.Subv1-0/+3
2017-03-26Service/UDS: Schedule an event to broadcast the beacon frames every 102.4ms.Subv2-2/+58
2017-03-26Services/UDS: Store the entire NetworkInfo structure that was used to create the network.Subv1-13/+5
2017-03-26Services/UDS: Initial support for hosting local-wlan networks.Subv2-44/+336
2017-03-25ptm: create SharedExtSave file before openning itwwylele1-1/+1
2017-03-21shared_page: stub battery statewwylele2-1/+16
2017-03-20hopefully fix clang-format issues with old versionLectem1-3/+2
2017-03-19address more commentsLectem1-20/+20
2017-03-18Cast size_t to u32 for PushStaticBuffer usagesLectem1-2/+2
2017-03-18IPCHelper Skip method + address comments for aptLectem3-38/+46
2017-03-18apt: fix RequestBuilder parameters for Unwrapwwylele1-1/+1
2017-03-18fix #2560 and other commentsLectem3-22/+22
2017-03-18move push out of class body and add u8 u16 bool specializationsLectem4-55/+114
2017-03-18refactor APT service to use the new IPC helpersLectem4-195/+258
2017-03-12cfg: implement GenHashConsoleUniquewwylele1-7/+24
2017-03-09Refined thread launch on syscore error messagesFernando Sahmkow1-5/+15
2017-03-01Input: remove unused stuff & clean upwwylele1-34/+0
2017-03-01HID: use AnalogDevicewwylele1-2/+9
2017-03-01HID: use ButtonDevicewwylele2-1/+47
2017-02-27Timer: restore missing signaled=true from #2421wwylele1-0/+2
2017-02-27Fix log entry in timer::signal (#2600)B3n301-1/+1
2017-02-27Doxygen: Amend minor issues (#2593)Mat M5-9/+10
2017-02-27Core: Make PerfStats internally lockedYuri Kunde Schlesner1-2/+1
2017-02-27Add performance statistics to status barYuri Kunde Schlesner1-0/+3
2017-02-27Core: Remove unnecessary include in thread.hYuri Kunde Schlesner3-1/+2
2017-02-26IR: separate functions of each port to their own fileswwylele6-147/+159
2017-02-22Timers: Return an error when calling SetTimer with negative timeouts.Subv1-0/+5
2017-02-22Timers: Immediately signal the timer if it was started with an initial value of 0.Subv2-16/+31
2017-02-21APT: implement Wrap and Unwrapwwylele5-6/+149
2017-02-17HID: move enable_accelerometer/gyroscope_count initialization into Init() (#2574)Weiyi Wang1-2/+5
2017-02-14HLE/IPC: Fix uninitialized variables in helpers (#2568)Yuri Kunde Schlesner1-3/+3
2017-02-14NWM changed to NIMnoah the goodra1-1/+1
2017-02-14turned clang format back onnoah the goodra1-1/+1
2017-02-13loader: use self NCCH archivewwylele1-1/+1
2017-02-13file_sys: add Self NCCH archivewwylele1-0/+4
2017-02-11hid: remove the touch field from PadState (#2557)Weiyi Wang1-4/+0
2017-02-05fix wwylele's comment and use typename in templatesLectem1-4/+4
2017-02-03GSP_GPU::StoreDataCache stubbed (#2428)mailwl1-1/+28
2017-01-31HLE/Applets: Stub Mint (eShop) Applet (#2463)mailwl3-0/+106
2017-01-30Core: update Kernel Config Memory to latest version (11.2)mailwl1-5/+8
2017-01-29core: fix err_f.cpp warning about unhandled enumeration value on OSXKloen1-0/+2
2017-01-23core: fix mic_u warnings on MSVCKloen1-4/+4
2017-01-20HID: reset acceleroeter and gyroscope index in Initwwylele1-0/+2
2017-01-19CFG: override language setting on bootwwylele1-36/+38
2017-01-16CoreTiming: use named constant for ARM11 clock ratewwylele1-3/+3
2017-01-16HID: manages updating itself using correct tickswwylele2-58/+93
2017-01-14Service/NFC: stub some functionsmailwl4-20/+249
2017-01-14GSP::WriteHWRegsWithMask: fix register maskmailwl1-1/+1
2017-01-11Threads: Check the process' resource limit for the max allowed priority when creating a thread and remove the priority clamping code.Subv2-13/+9
2017-01-11Thread: Added priority range checking to svcSetThreadPriority and removed priority clamping code from Thread::SetPriority.Subv3-18/+18
2017-01-11Y2R: Use the proper error code when GetStandardCoefficient receives an invalid value.Subv1-1/+3
2017-01-11CAM: implement basic camera functions with a blank camerawwylele3-172/+1242
2017-01-06Kernel: Fix SharedMemory objects always returning error when addr = 0 (#2404)Hyper1-1/+5
2017-01-06Kernel: Don't attempt to yield execution in SleepThread(0) if there are no available threads to run.Subv3-0/+14
2017-01-05Kernel: Remove some unused functions.Subv2-32/+0
2017-01-05Kernel: Removed the priority boost code for starved threads.Subv1-27/+0
2017-01-05Kernel: Implemented Pulse event and timers.Subv5-13/+20
2017-01-05Kernel/Semaphore: Fixed a regression in semaphore waits.Subv1-1/+2
2017-01-05Kernel: Add some asserts to enforce the invariants in the scheduler.Subv2-2/+13
2017-01-05Kernel: Remove a thread from all of its waiting objects' waiting_threads list when it is awoken.Subv1-18/+4
2017-01-05Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all the objects that a thread is waiting on.Subv4-21/+22
2017-01-04Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true.Subv3-16/+20
2017-01-04Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexesSubv5-42/+60
2017-01-04Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.Subv5-24/+42
2017-01-04Kernel/Mutex: Implemented priority inheritance.Subv5-31/+51
2017-01-04Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Subv17-68/+56
2017-01-04Kernel/Synch: Do not attempt a reschedule on every syscall.Subv2-2/+18
2017-01-04Fix some warnings (#2399)Jonathan Hao4-8/+6
2016-12-30fix comments alignmentLectem1-22/+22
2016-12-30Service/NFC: stub GetTagInRangeEventmailwl5-0/+42
2016-12-30Service/AC: add ac:i servicemailwl8-295/+418
2016-12-27Core: remove unused hle.cppwwylele1-58/+0
2016-12-26move Pop methods out of class bodyLectem1-72/+88
2016-12-26IPC helpers exampleLectem3-35/+40
2016-12-26IPC helpersLectem2-48/+322
2016-12-23core: Move emu_window and key_map into coreMerryMage1-1/+1
2016-12-22Service/NWM: add nwm servicesmailwl17-8/+301
2016-12-22ThreadContext: Move from "core" to "arm_interface".bunnei2-4/+5
2016-12-22core: Replace "AppCore" nomenclature with just "CPU".bunnei4-44/+43
2016-12-22Address clang-format issues.bunnei2-11/+12
2016-12-22core: Remove HLE module, consolidate code & various cleanups.bunnei12-82/+53
2016-12-22core: Consolidate core and system state, remove system module & cleanups.bunnei5-45/+45
2016-12-17Thread: remove the thread from the thread list when exitingwwylele3-3/+15
2016-12-16Kernel: remove object's waiting thread if it is deadwwylele1-1/+2
2016-12-15FS: fix debug build from #2249wwylele1-11/+9
2016-12-15hid: Get rid of a double -> float truncation warningLioncash1-1/+2
2016-12-15core: Add missing #pragma once directives where applicableLioncash2-0/+4
2016-12-15act: Fix docstring typoLioncash1-1/+1
2016-12-15Service/CECD: Add cecd:ndm servicemailwl7-13/+79
2016-12-14Fixed the codestyle to match our clang-format rules.Subv16-68/+108
2016-12-14Fixed the codestyle to match our clang-format rules.Subv3-27/+39
2016-12-14Service/ACT: move ACT services to foldermailwl7-6/+38
2016-12-13Minor amendment of GSP_GPU::ImportDisplayCaptureInfo codeJamePeng1-3/+5
2016-12-12csnd:SND reformat source codemailwl2-49/+92
2016-12-11APT::GetStartupArgument: force clear startup argumentmailwl2-5/+11
2016-12-11Add all services to the Service namespaceLioncash42-473/+378
2016-12-10Properly remove a thread from its wait_objects' waitlist when it is awoken by a timeout.Subv3-2/+11
2016-12-09Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass.Subv6-47/+38
2016-12-09Kernel/IPC: Small codestyle cleanupSubv2-3/+1
2016-12-09WaitSynch: Removed unused variables and reduced SharedPtr copies.Subv4-73/+56
2016-12-09service: Add cfg:nor serviceLioncash3-0/+47
2016-12-09ptm: Use boolean instead of integral valueLioncash1-1/+1
2016-12-09service: Drop '_Interface' from cfg service namesLioncash7-12/+12
2016-12-08Added a framework for partially handling Session disconnections.Subv8-9/+67
2016-12-08Use std::move where appropriate.Subv11-177/+186
2016-12-08service: Add the ptm:s serviceLioncash3-0/+14
2016-12-08service: Add common ptm:u commands to other ptm servicesLioncash4-0/+54
2016-12-08service: Drop '_Interface' in ptm service class namesLioncash7-14/+14
2016-12-08service: Add ptm::gets and ptm::sets servicesLioncash5-0/+86
2016-12-08service: Add mvd and qtm servicesLioncash13-0/+259
2016-12-08service: Add nfc servicesLioncash7-30/+193
2016-12-08ssl_c: Update function tableLioncash1-0/+3
2016-12-08ptm: Update ptm_sysm function tableLioncash3-6/+7
2016-12-08pm_app: Update function tableLioncash1-6/+9
2016-12-08nwm_uds: Update function tableLioncash1-5/+7
2016-12-08nim: Update function tablesLioncash2-0/+2
2016-12-08http_c: Update function tableLioncash1-0/+4
2016-12-08gsp_lcd: Update function tableLioncash1-0/+4
2016-12-08fs_user: Update function tableLioncash1-0/+2
2016-12-08dlp_srvr: Update function tableLioncash1-0/+7
2016-12-08cfg: Update function tablesLioncash3-0/+3
2016-12-08cecd_u: Update function tableLioncash1-1/+13
2016-12-08boss_p: Update function tableLioncash1-3/+68
2016-12-08act: Update function tablesLioncash2-0/+10
2016-12-08apt: Update apt function tablesLioncash2-7/+73
2016-12-08Update AM service function tablesLioncash6-113/+246
2016-12-07applet: Move common IsRunning underlying variable to the Applet classLioncash8-28/+19
2016-12-07applet: Make virtual destructor defaultedLioncash1-1/+1
2016-12-07applet: Make constructor protectedLioncash1-1/+2
2016-12-07Config: auto-select region and languagewwylele2-2/+62
2016-12-07Use boost remove_erase_if instead of the erase-remove idiomSubv1-2/+3
2016-12-07Improved the algorithm for GetHighestPriorityReadyThread.Subv1-14/+13
2016-12-05Return an error code when connecting to a saturated port.Subv5-7/+20
2016-12-05HLE: Use a member variable instead of a virtual function to retrieve the max number of sessions that can be connected to an HLE service at the same time.Subv5-8/+18
2016-12-05Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, TranslateRequest and HandleSyncRequestImpl.Subv6-22/+59
2016-12-05Kernel: Remove the Redirection handle type.Subv1-2/+0
2016-12-05KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.Subv12-69/+86
2016-12-04Threading: Added some utility functions and const correctness.Subv3-15/+35
2016-12-04GSP: Downgrade log severity of SetAxiConfigQoSModeYuri Kunde Schlesner1-1/+1
2016-12-04Threading: Reworked the way our scheduler works.Subv7-189/+179
2016-12-03Declare empty ServerSession and ClientSession constructors as default.Subv2-4/+4
2016-12-01Threads do not wait for the server endpoint to call AcceptSession before returning from a ConnectToPort or GetServiceHandle call.Subv2-3/+5
2016-12-01Fixed the rebase mistakes.Subv10-82/+76
2016-12-01A bit of a redesign.Subv13-263/+266
2016-12-01IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists.Subv6-26/+21
2016-12-01Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and is now its own standalone class.Subv4-24/+52
2016-12-01fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv4-5/+6
2016-12-01 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv15-86/+310
2016-11-30Set client SDK version to Service APIsmailwl7-13/+86
2016-11-29FileSys: Implement OtherSaveDatawwylele3-0/+12
2016-11-29FS: add missing MediaTypewwylele1-1/+1
2016-11-29FileSys: abstract SD save data archive sourcewwylele1-1/+2
2016-11-25Output parameters to logmailwl1-4/+6
2016-11-25MIC_U: Stub service funcionsmailwl2-16/+305
2016-11-24Bravely Default/Second stuck #1822 (#2188)pippo29314-2/+22
2016-11-20Kernel/Loader: Grab the system mode from the NCCH ExHeader.Subv2-6/+4
2016-11-19Kernel/Events: Log an error when trying to create Pulse events and timers.Subv2-0/+10
2016-11-19APT/Applets: Renamed the members of the SignalType enum.Subv5-16/+27
2016-11-19FileSys: rename SaveDataCheck archive to NCCH archivewwylele2-6/+5
2016-11-19PTM & CFG: use the correct path and error code according to the new FileSys policywwylele2-5/+6
2016-11-19FileSys: add SDMCWriteOnlyArchivewwylele2-0/+9
2016-11-19FileSys: add ExtSaveDataArchivewwylele1-0/+1
2016-11-19FileSys: add SaveDataArchivewwylele1-0/+7
2016-11-17cfg: add config block 0x00090000wwylele1-2/+8
2016-11-02Style fixmailwl1-2/+2
2016-11-02Rename AcConfig, change types u8 to u32mailwl1-21/+25
2016-11-02AC_U: Stub functions, used if EULA agreedmailwl2-14/+190
2016-11-01FileSys: make Archive interfaces return error codewwylele1-32/+9
2016-10-28core: some errno values are uncommon on UnixJan Beich1-0/+8
2016-10-25FRD: fix GetMyFriendKeymailwl1-1/+1
2016-10-20Fix typosRicardo de Almeida Gonzaga3-3/+3
2016-10-12NWM: stub Initialize with an errorwwylele1-0/+11
2016-10-06Rework the code of err:f serviceJamePeng1-118/+198
2016-10-02Update the stub code of BOSSJamePeng3-4/+1808
2016-10-02fs: clean up log formatwwylele1-22/+24
2016-10-02fs: implement DeleteDirectoryRecursivelywwylele3-1/+51
2016-09-22move ResetType to kernel.hwwylele3-7/+6
2016-09-22name objectswwylele1-0/+4
2016-09-22implement wait tree widgetwwylele4-0/+16
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner72-72/+72
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot82-210/+71
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner71-362/+383
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot132-3462/+4009
2016-09-15arm: ResetContext shouldn't be part of ARM_Interface.bunnei1-1/+17
2016-08-27LDR: Implement CROwwylele8-97/+3007
2016-08-27Auto-detect original shared_font.bin memory baseYuri Kunde Schlesner3-30/+68
2016-08-02fix #1942 and adds a few IPC functions for descriptorsLectem5-22/+110
2016-07-28Instead of segfaulting, log an error to remind the user to dump the shared font fileHenrik Rydgard1-0/+7
2016-07-23HLE: implement system timewwylele2-2/+60
2016-07-15Correct APT::0x00550040 and APT::0x00560000 functionJamePeng5-22/+31
2016-07-04Fix the errorcode of archive handleJamePeng2-10/+15
2016-07-04HLE/Applets: Implement ErrEula appletmailwl4-0/+116
2016-07-03HLE/FS: Document some command parameters and implemented command 0x08560240 (CreateLegacySystemSaveData)Subv1-11/+42
2016-07-03Service::CFG/FS: add and refactor out utilities for front-endwwylele4-15/+146
2016-07-03Service::CFG: move known block ID to an enumwwylele1-11/+25
2016-07-03Service::CFG: add SetConfigInfoBlk4wwylele4-8/+73
2016-07-02Service::CFG: add missing languagewwylele1-1/+2
2016-07-02Service::CFG: name sound output modeswwylele2-2/+7
2016-06-30Result: fix and update ErrorModulewwylele1-6/+19
2016-06-11Kernel/SVC: Implemented svcCreatePort.Subv6-3/+41
2016-06-11hid: add missing headerwwylele1-0/+2
2016-06-05Kernel: Added ClientPort and ServerPort classes.Subv5-2/+135
2016-06-05service: Add other DLP servicesLioncash9-21/+142
2016-06-04Thread: update timeout when rerunning WaitSynchwwylele1-0/+49
2016-06-01gsp::gpu: Reset g_thread_id in UnregisterInterruptRelayQueuemailwl2-15/+22
2016-05-31Fix parameter name in EnableNotificationmailwl2-2/+6
2016-05-31Fix mistakes, add output header codesmailwl1-8/+24
2016-05-31remove ugly functionmailwl1-35/+3
2016-05-31srv: Update according 3dbrewmailwl1-15/+137
2016-05-30Switch context on the same thread if necessarywwylele1-2/+6
2016-05-28Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types in the memory block manipulation functions.Subv1-1/+0
2016-05-28Memory: Make ReadBlock and WriteBlock accept void pointers.Subv2-13/+11
2016-05-28SOC_U: Remove usage of GetPointerSubv1-27/+73
2016-05-28SSL_C: Remove use of Memory::GetPointerMerryMage1-4/+3
2016-05-28GSP_GPU: Remove use of Memory::GetPointerMerryMage1-33/+50
2016-05-28DSP_DSP: Remove use of Memory::GetPointerMerryMage1-7/+10
2016-05-28FS/Archive: Remove use of Memory::GetPointerMerryMage1-7/+14
2016-05-26Memory: Added necessary headers and removed unnecessary headerMerryMage1-0/+1
2016-05-24New3DS: Minor style cleanup to #1520.bunnei1-2/+2
2016-05-21CFG: Remove use of Memory::GetPointerMerryMage1-6/+10
2016-05-21APT: Remove use of Memory::GetPointerMerryMage5-35/+36
2016-05-21Kernel/Thread: Remove use of Memory::GetPointerMerryMage1-1/+1
2016-05-21Applets/swkdb: Remove use of Memory::GetPointerMerryMage1-1/+1
2016-05-21SVC::WaitSynchronizationN: Reschedule at the endwwylele1-2/+3
2016-05-18Update ACT:U and create ACT:A (#1809)András Domonkos4-0/+54
2016-05-17Set fpscr for new threadsJannik Vogel2-0/+5
2016-05-16DSP_DSP: Remove GetHeadphoneStatus logspam (#1799)Maribel1-2/+2
2016-05-15fixup! fixup! Refactor input systemwwylele1-1/+1
2016-05-15Refactor input subsystemwwylele2-35/+36
2016-05-14Memory: Fixed a regression caused by #1695 and #1689.Subv1-0/+3
2016-05-13HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block.Subv5-5/+44
2016-05-13Kernel: Account for automatically-allocated shared memories in the amount of used linear heap memory.Subv1-0/+5
2016-05-13APT: Move the shared font loading and relocation functions to their own subdirectory services/apt/bcfnt.Subv3-66/+165
2016-05-13Kernel/SharedMemory: Log an error when Map fails.Subv1-1/+10
2016-05-13Kernel: Implemented shared memory permissions.Subv4-9/+50
2016-05-13APT: Implement relocating the shared font to its true address.Subv1-9/+74
2016-05-13Kernel/Memory: Remove the Shared Memory region from the legacy memory map.Subv1-1/+0
2016-05-13Kernel/SharedMemory: Properly implemented shared memory support.Subv10-118/+147
2016-05-13Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.Subv2-2/+3
2016-05-07fixup simple type conversions where possibleAlexander Laties1-2/+2
2016-05-07Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Subv2-0/+7
2016-05-07Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap.Subv4-22/+74
2016-05-07HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets.Subv5-23/+44
2016-05-06HLE: Rename RescheduleIsPending to IsReschedulePending.bunnei2-2/+2
2016-05-05Layout Mii parameters input/output, and return success as result of applet workmailwl2-0/+49
2016-05-03clean up config blockwwylele1-29/+13
2016-05-01remove duplicated function declarationwwylele1-13/+0
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot2-1/+1
2016-04-29add config block 0x00170000wwylele1-0/+4
2016-04-29Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner2-5/+0
2016-04-27DSP_DSP: Fix log format strings and argumentsMerryMage1-12/+20
2016-04-27DSP_DSP: Add return IPC headersMerryMage2-4/+27
2016-04-27DSP_DSP: Updated interrupt implementationMerryMage2-42/+106
2016-04-27y2r_u: Cleanup some formatting.bunnei1-52/+89
2016-04-24am: title_id is long long uintSam Spilsbury1-1/+1
2016-04-24DSP_DSP: Remove unused variableMerryMage1-2/+0
2016-04-23return checks if event and memory createdmailwl1-1/+8
2016-04-23fs: Fix what appears to be a typo (filename_size / file_size)Sam Spilsbury1-1/+1
2016-04-22gsp::Gpu: implement AcquireRight, ReleaseRight functionsmailwl1-8/+37
2016-04-21HWRasterizer: Texture forwardingtfarley3-24/+18
2016-04-21ac:u: stub CloseAsync; check memory size aling in svc:GetProcessInfo(type=2)mailwl2-1/+29
2016-04-20Update the stub code of NDM service!JamePeng3-27/+420
2016-04-20Update the code of service y2r!JamePeng2-32/+357
2016-04-20Implement CheckNew3DS and CheckNew3DSAppJamePeng8-10/+135
2016-04-16core: Clean out some unnecessary header includesLioncash2-9/+0
2016-04-11Set Kernel config "Unknown Value" to 0x1mailwl2-2/+7
2016-04-08update the code of AM service! (#1623)JamePeng6-51/+289
2016-04-08cecd:u: stub GetCecStateAbbreviated (#1648)mailwl3-0/+28
2016-04-06append SetAppCpuTimeLimit and GetAppCpuTimeLimit to APT:AJamePeng3-13/+16
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage2-8/+8
2016-04-04implement APT::GetStartupArgumentJamePeng5-2/+37
2016-04-04Append the missing function name"GetAppletInfo" to APT:AJamePeng1-1/+2
2016-04-02Dummy implementation dlp:SRVR Service.exhalatio3-0/+61
2016-04-02Rework sockopt translation to match the error translation code already in placeRyan Loebs1-22/+30
2016-03-31cecd:u: stub GetCecInfoEventHandle, GetChangeStateEventHandlemailwl3-3/+54
2016-03-31Add gsp functions: SetAxiConfigQoSMode, UnregisterInterruptRelayQueuemailwl1-6/+41
2016-03-31GSP: Return proper error codes for register writespurpasmart963-80/+97
2016-03-30Code styleRyan Loebs1-2/+2
2016-03-30Added GetSockOptNameRyan Loebs1-15/+58
2016-03-29Derp: win32: typedef int socklen_t;Ryan Loebs1-4/+0
2016-03-29But of course, Windows uses 'int' while Linux uses 'socklen_t'Ryan Loebs1-0/+4
2016-03-29Compiling on Windows nowRyan Loebs1-3/+3
2016-03-29Formatting...Ryan Loebs1-1/+1
2016-03-29Addressing PR commentsRyan Loebs1-4/+4
2016-03-29SOC UpdatesRyan Loebs1-3/+46
2016-03-29Add common methods to all cfg:* portsRyan Loebs3-0/+21
2016-03-27frd:u: Initial stub some functionsmailwl4-55/+234
2016-03-26use reference instead of pointerwwylele1-9/+9
2016-03-25implement GyroscopeCalibrateParamwwylele2-9/+20
2016-03-22implement accel and gyro backendwwylele4-23/+176
2016-03-21session: Make helper functions constexprLioncash1-6/+6
2016-03-21hle: Get rid of global access to g_rescheduleLioncash3-7/+20
2016-03-21soc_u: Get rid of explicit delete and newLioncash1-8/+5
2016-03-20HLE/FS: Change the error code returned when an ExtSaveData archive is not found.Subv1-4/+8
2016-03-20HLE/FS: Corrected some style concerns.Subv4-6/+4
2016-03-20HLE/FS: Fixed creating the config savefile when it doesn't exist.Subv1-1/+1
2016-03-20HLE/FS: Implemented GetFormatInfoSubv6-48/+127
2016-03-20HLE/FS: Don't return an error when deleting the ExtSaveData if it does not exist.Subv1-1/+1
2016-03-20HLE/FS: Return the proper error codes when opening files.Subv1-3/+4
2016-03-20HLE/FS: Fixed the OpenDirectory error codeSubv1-1/+1
2016-03-20HLE/FS: Return the proper error codes on file Read/Write operations.Subv2-2/+16
2016-03-20HLE/FS: Corrected the error codes for DeleteFileSubv1-4/+1
2016-03-20HLE/FS: Corrected the error codes for CreateFileSubv1-1/+3
2016-03-20HLE/FS: FS::CreateFile takes an u64 for the file size.Subv3-5/+5
2016-03-14Reorganize the ndm service path for dummy implement functionJamePeng5-24/+118
2016-03-13hid: fix pad updatewwylele1-1/+1
2016-03-13svc: Move ResetType enum to the kernel event headerLioncash10-16/+17
2016-03-12svc: Remove unused ArbitrationType enumLioncash1-9/+0
2016-03-12svc: Make ResetType an enum classLioncash11-24/+23
2016-03-12Fix headerpippo29311-1/+1
2016-03-12GetArchiveResource stubpippo29311-1/+25
2016-03-12HLE/Applets: Implemented a dummy Mii Selector applet.Subv6-2/+154
2016-03-12gsp_gpu: Change 0 literal to nullptrLioncash1-1/+1
2016-03-12hle: Update service function tablesLioncash4-1/+16
2016-03-09renderer_base: Don't directly expose the rasterizer unique_ptrLioncash2-5/+5
2016-03-06DSP: Implement Pipe 2MerryMage1-43/+151
2016-03-06Memory: Do correct Phys->Virt address translation for non-APP linheapYuri Kunde Schlesner2-2/+5
2016-03-06DSP: Print hash of firmware to consoleMerryMage1-8/+21
2016-03-05core: Use unrestricted union to hold storage of ResultVal valueYuri Kunde Schlesner1-42/+16
2016-03-04ac:u: Stub IsConnectedmailwl1-2/+17
2016-03-01ThreadProcessorId_All on SVC::CreateThreadKloen1-0/+1
2016-03-01Service/CFG: Fix potential endianess issueYuri Kunde Schlesner1-2/+3
2016-03-01Service/CFG: Add block 0x000A0000 (username) to default config fileYuri Kunde Schlesner1-1/+14
2016-03-01Service/CAM: Add doxycomments to all service functionsYuri Kunde Schlesner1-0/+217
2016-02-26Initial implementation ir:usermailwl3-18/+142
2016-02-21AudioCore: Skeleton ImplementationMerryMage3-58/+94
2016-02-13Service/CAM: Dummy implementation of some functionsYuri Kunde Schlesner3-20/+346
2016-02-12BitField: Make trivially copyable and remove assignment operatorMerryMage7-20/+20
2016-02-02services: Get rid of unnecessary includesLioncash69-132/+32
2016-02-02services: Update function tablesLioncash2-5/+11
2016-01-30Memory: Implement MMIOMerryMage2-4/+8
2016-01-14HLE/SVC: Implement UnmapMemoryBlock.Subv5-5/+60
2015-12-30services: Update some function tablesLioncash25-113/+369
2015-12-30HLE/Timers: Reset OneShot timers when they are acquired instead of when they're triggered.Subv1-3/+3
2015-12-28SVC: Fixed ArbitrateAddress to behave as it does on hardware.Subv2-9/+18
2015-12-25svc: Remove superfluous printf argumentLioncash1-1/+1
2015-12-24HLE/Sockets: Fixed the buffer offset in recvfrom.Subv1-3/+13
2015-12-13svc: Fix compilation with LOG_TRACE enabledLioncash1-1/+1
2015-12-08VideoCore: Unify interface to OpenGL and SW rasterizersYuri Kunde Schlesner2-5/+5
2015-12-07VideoCore: Rename HWRasterizer methods to be less confusingYuri Kunde Schlesner2-5/+5
2015-12-01Kernel: Implement svcGetSystemInfoYuri Kunde Schlesner7-1/+95
2015-11-23Services/Cam: Added new log type and camera enums from 3dbrew.Subv1-0/+156
2015-11-22Add stub functions for Initialize and GenerateRandomData in ssl:Cpolaris-1-2/+51
2015-11-22Add Initialize and GenerateRandomData stubspolaris-1-0/+2
2015-10-28csnd_snd: Get rid of type punningLioncash1-12/+13
2015-10-28Added CSND stub.Matthias Ernst2-4/+66
2015-10-28Implement FS_User::GetFreeBytesarchshift3-1/+42
2015-10-24Fix copy pasteFiliph Sandström1-1/+1
2015-10-23Fix wrong branchFiliph Sandström1-0/+12
2015-10-23Add GetTotalStepCount StubFiliph Sandström1-1/+1
2015-10-23Update ptm.hFiliph Sandström1-0/+8
2015-10-07Silence -Wsign-compare warnings.Rohit Nirmal1-1/+1
2015-09-30Service/CFG: Use a constexpr function for country initializationEmmanuel Gil Peyrot1-4/+3
2015-09-29fix some xcode 7.0 warningsMartin Lindhe1-1/+1
2015-09-16general: Silence some warnings when using clangLioncash5-10/+12
2015-09-14Service/CFG: Add default entry for block 0x000A0001 (birthday)Yuri Kunde Schlesner1-0/+6
2015-09-14Service/CFG: Correct flags in 2 default blocksYuri Kunde Schlesner1-2/+2
2015-09-14Service/CFG: Add additional blocks to default save dataYuri Kunde Schlesner1-0/+34
2015-09-14Fix narrowing conversion warningYuri Kunde Schlesner1-1/+1
2015-09-14Service/CFG: Move several private types from the header to the cppYuri Kunde Schlesner2-63/+49
2015-09-14Service/CFG: Clean up default block creationYuri Kunde Schlesner2-27/+17
2015-09-14GSP: Implement command 0x05, used for flushing cachesYuri Kunde Schlesner2-13/+34
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash1-1/+1
2015-09-10General: Fix up doxygen commentsLioncash4-7/+4
2015-09-03Add cam:u service function names to its function tablearchshift1-3/+60
2015-08-30SVC: Advance time when calling GetSystemTick to escape busy-wait loopsYuri Kunde Schlesner1-1/+4
2015-08-28Kernel: Fix wrong linear heap base on titles using newer kernelsYuri Kunde Schlesner1-1/+1
2015-08-27Kernel: Fix assertion failure when ControlMemory is called with size=0Yuri Kunde Schlesner1-0/+8
2015-08-27Core: Improve APT Shared Font hackYuri Kunde Schlesner3-4/+29
2015-08-25Integrate the MicroProfile profiling libraryYuri Kunde Schlesner2-0/+9
2015-08-16GPU: Implement TextureCopy-mode display transfersYuri Kunde Schlesner2-11/+25
2015-08-16Kernel: Remove unused legacy heap MapBlock_* functionsYuri Kunde Schlesner2-77/+0
2015-08-16APT: Adjust shared font hack so it works with the new linear heap codeYuri Kunde Schlesner1-10/+11
2015-08-16Kernel: Implement svcGetProcessInfo in a basic wayYuri Kunde Schlesner5-2/+70
2015-08-16Kernel: Add more infrastructure to support different memory layoutsYuri Kunde Schlesner8-27/+139
2015-08-16HLE: Remove empty ConfigMem and SharedPage Shutdown functionsYuri Kunde Schlesner5-10/+0
2015-08-16Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}Yuri Kunde Schlesner4-2/+161
2015-08-16Memory: Move address type conversion routines to memory.cpp/hYuri Kunde Schlesner3-3/+0
2015-08-16Process: Store kernel compatibility version during loadingYuri Kunde Schlesner2-3/+7
2015-08-16Kernel: Properly implement ControlMemory FREE and COMMITYuri Kunde Schlesner5-36/+338
2015-08-16VMManager: Introduce names for used ResultCodesYuri Kunde Schlesner2-6/+11
2015-08-16VMManager: Make LogLayout log level configurable as a parameterYuri Kunde Schlesner3-5/+15
2015-08-16VMManager: Change block offsets to size_tYuri Kunde Schlesner2-3/+3
2015-07-29core: Eliminate some unused variable warningsLioncash2-3/+5
2015-07-29core: Fix missing prototype warningsLioncash1-0/+1
2015-07-29am_net: Add missing function to the function tableLioncash1-0/+1
2015-07-29am_net: Add correct function name to the function tableLioncash1-1/+1
2015-07-28Move input values into an arrayJames Rowe2-1/+14
2015-07-26dyncom: Rename armdefs.h to armstate.hLioncash1-1/+1
2015-07-24Service/APT: Fixed a regression, PreloadLibraryApplet should also start an applet when called.Subv6-5/+36
2015-07-24Service/APT: Return proper parameters in GetLockHandle.Subv4-14/+49
2015-07-24GSP: Don't try to write memory fill registers if start address is 0Yuri Kunde Schlesner1-13/+18
2015-07-23Qt/GPU Breakpoints: Added three more breakpoint types:Subv1-0/+7
2015-07-21Services/Logging: Log more useful information when some operations fail.Subv1-4/+8
2015-07-21dyncom: Pass SVC immediates directly.Lioncash2-5/+4
2015-07-21Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.Subv3-3/+33
2015-07-21Services/CFG: Added some missing functions to cfg:sSubv1-1/+3
2015-07-21Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.Subv1-0/+8
2015-07-20SOC:U : Update deprecated function gethostbyname() to getaddrinfo()zawata1-2/+8
2015-07-19Change trace/unimplemented service call logs to use hexarchshift1-1/+1
2015-07-19Add more frd:u unknown service commands from 3dbrewarchshift1-1/+12
2015-07-17Kernel/SVC: Implemented svcQueryProcessMemorySubv2-6/+28
2015-07-17Kernel/SVC: Implemented svcQueryMemory.Subv2-4/+24
2015-07-17Core\HLE : Fix Warningzawata2-3/+3
2015-07-17Ensure all kernel objects are released during shutdownYuri Kunde Schlesner12-8/+45
2015-07-14Archive: Correct a few incorrect types in function signaturesYuri Kunde Schlesner1-1/+1
2015-07-13Add CiTrace recording support.Tony Wasserka1-1/+1
2015-07-12Kernel: Add CodeSet case to Object::IsWaitableYuri Kunde Schlesner1-0/+1
2015-07-12Core: Fix applet includes using iwyu.Emmanuel Gil Peyrot7-7/+32
2015-07-12Applets: Reworked how the Applet update event is handled.Subv7-35/+61
2015-07-12Core: Properly configure address space when loading a binaryYuri Kunde Schlesner5-14/+88
2015-07-12Kernel: Remove unused member from EventYuri Kunde Schlesner2-2/+1
2015-07-12Applets: Add infrastructure to allow custom drawing and input handling in Applets.Subv7-39/+162
2015-07-12HLE/APT: Initial HLE support for applets.Subv8-50/+406
2015-06-28Core: Cleanup hw includes.Emmanuel Gil Peyrot3-0/+7
2015-06-28Core: Cleanup soc:U includes.Emmanuel Gil Peyrot2-26/+36
2015-06-28Core: Cleanup file_sys includes.Emmanuel Gil Peyrot4-8/+20
2015-06-28Core: Cleanup core includes.Emmanuel Gil Peyrot4-7/+5
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot3-1/+5
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot8-16/+20
2015-06-27Services: Use the standard _WIN32 define in soc:U instead of our own EMU_PLATFORM.Emmanuel Gil Peyrot1-8/+7
2015-06-25Services/SOC: Added command headers to some of the soc commands.Subv1-5/+13
2015-06-23Add helpers to create IPC command buffer headers and descriptorsYuri Kunde Schlesner3-7/+43
2015-06-22Y2R: Rework conversion process, enabling support for all formatsYuri Kunde Schlesner2-163/+309
2015-06-21Y2R: Re-organize how params are stored. Support SetConversionParamsYuri Kunde Schlesner1-72/+100
2015-06-17kernel: Fix svcWaitSynch to always acquire requested wait objects.bunnei9-113/+68
2015-06-12Services: Continue separation of services into their own folderspurpasmart9672-607/+1134
2015-06-02ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.Subv3-11/+32
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot22-65/+65
2015-05-27hid: Get rid of undefined behaviorLioncash1-2/+2
2015-05-27Kernel: Add VMManager to manage process address spacesYuri Kunde Schlesner2-0/+445
2015-05-26Service/GSP: Implemented ImportDisplayCaptureInfo.Subv1-1/+47
2015-05-25Core/SVC: Map the shared memory created in CreateMemoryBlock to the specified address.Subv1-0/+2
2015-05-23y2r_u: Remove unused variable in StartConversionLioncash1-1/+0
2015-05-23HID: Stub DisableAccelerometer and DisableGyroscopeLowpurpasmart964-9/+47
2015-05-23Flush for y2r (moflex)tfarley1-0/+11
2015-05-23OpenGL renderertfarley1-0/+9
2015-05-22Service::Y2R: Support for grayscale decoding of specific formatsYuri Kunde Schlesner1-35/+265
2015-05-21Kernel: Fix a warning introduced with ResourceLimit, and remove the fallback code to prevent it from happening again.Emmanuel Gil Peyrot1-2/+1
2015-05-21y2r_u: Stub StartConversion to prevent moflex games from hanging.bunnei1-1/+17
2015-05-21Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.bunnei7-20/+22
2015-05-17Implement svcBreakarchshift2-1/+17
2015-05-16Delete unused hle/coprocessor.cpparchshift1-33/+0
2015-05-16CFG: Update the cfg service to be like other integrated servicespurpasmart965-337/+304
2015-05-16APT/FS: Remove asserts that were causing false positivespurpasmart962-5/+5
2015-05-15Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Subv8-14/+326
2015-05-15Memory: Read SharedPage directly from Memory::ReadYuri Kunde Schlesner2-58/+35
2015-05-15Memory: Read ConfigMem directly from Memory::ReadYuri Kunde Schlesner2-49/+36
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner11-12/+12
2015-05-14process: Get rid of warningsLioncash1-3/+3
2015-05-14thread: Fix a conditional check in RescheduleLioncash1-1/+1
2015-05-12Thread: Remove the idle threadYuri Kunde Schlesner2-44/+19
2015-05-12Core/Memory: Add TLS support for creating up to 300 threadsSubv3-7/+19
2015-05-12Core/Scheduling: Prepare the new priority in the thread queue when svcSetPriority is calledSubv1-0/+2
2015-05-12PTM: Changed the way the ptm services are handled to be like thepurpasmart965-125/+112
2015-05-12fixup!Subv3-16/+12
2015-05-12NWM_UDS: Fix a typo in the nwm service port namepurpasmart961-1/+1
2015-05-11Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThreadSubv6-4/+50
2015-05-11Thread: Correctly set main thread initial stack positionYuri Kunde Schlesner3-5/+4
2015-05-11fixup! Set the TLS address in the schedulerSubv2-2/+7
2015-05-11Core/Memory: Give every emulated thread it's own TLS area.Subv3-4/+22
2015-05-11fixup! GSP: Small tweaks to shared memory initializationYuri Kunde Schlesner1-1/+1
2015-05-11GSP: Small tweaks to shared memory initializationYuri Kunde Schlesner1-9/+11
2015-05-11Kernel: Zero-fill shared memory blocks when mappingYuri Kunde Schlesner1-0/+8
2015-05-11Kernel: Capture SharedMemory attributes at creation, not when mappingYuri Kunde Schlesner7-28/+51
2015-05-09Common: Remove the BIT macroYuri Kunde Schlesner1-2/+2
2015-05-09Memory: Re-organize and rename memory area address constantsYuri Kunde Schlesner3-4/+5
2015-05-09Kernel: Remove unused g_main_thread variableYuri Kunde Schlesner3-5/+1
2015-05-09Process: Rename StaticAddressMapping => AddressMappingYuri Kunde Schlesner2-5/+5
2015-05-09Process: Add more documentation to the class membersYuri Kunde Schlesner1-2/+16
2015-05-09Process: Use BitField to store process flagsYuri Kunde Schlesner2-16/+24
2015-05-09Process: Support parsing of exheader kernel capsYuri Kunde Schlesner2-4/+72
2015-05-09Kernel: Remove g_program_idYuri Kunde Schlesner2-8/+0
2015-05-09Kernel: Introduce skeleton Process class to hold process dataYuri Kunde Schlesner4-19/+101
2015-05-07Fix printf format warningYuri Kunde Schlesner1-1/+1
2015-05-07Common: Remove common.hYuri Kunde Schlesner32-18/+48
2015-05-07Clean-up includesYuri Kunde Schlesner2-2/+7
2015-05-07FileSys: De-inline Path membersYuri Kunde Schlesner1-0/+2
2015-05-07FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner4-13/+21
2015-05-07Move typedefs from kernel.h to more appropriate placesYuri Kunde Schlesner2-10/+8
2015-05-06HLE: Clean up SVC dispatch mechanismYuri Kunde Schlesner4-77/+38
2015-05-02HLE: Properly initialize and shutdown remaining modules.bunnei5-3/+20
2015-05-02Kernel: Properly initialize and shutdown all modules.bunnei4-9/+20
2015-05-02Services: Initialize all state variables at bootup.bunnei8-22/+38
2015-04-29ConfigMem: Remove duplicate retail bitpurpasmart961-1/+0