| Commit message (Expand) | Author | Files | Lines |
2023-02-07 | kernel/svc: switch to generated wrappers | Liam | 1 | -733/+0 |
2023-02-05 | kernel/svc: Split implementations into separate files | Liam | 1 | -4/+4 |
2022-11-23 | general: fix compile for Apple Clang | Liam | 1 | -2/+2 |
2022-11-12 | kernel: implement FlushProcessDataCache | Liam | 1 | -0/+8 |
2022-10-12 | k_server_session: preliminary support for userspace server sessions | Liam | 1 | -0/+18 |
2022-10-12 | Add implementation of svcCreateSession | Liam | 1 | -0/+14 |
2022-06-27 | core: Replace all instances of ResultCode with Result | german77 | 1 | -62/+62 |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | 1 | -3/+2 |
2022-02-15 | kernel: svc: Add OutputDebugString32, CreateCodeMemory32, ControlCodeMemory32 | Sergi Granell | 1 | -0/+22 |
2021-12-23 | core: hle: kernel: Implement SetMemoryPermission. | bunnei | 1 | -0/+8 |
2021-12-05 | kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory | itsmeft24 | 1 | -0/+27 |
2021-11-03 | svc: Correct WaitSynchronization num_handles param type | Morph | 1 | -2/+2 |
2021-05-06 | fixup! hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. | bunnei | 1 | -3/+3 |
2021-05-06 | hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. | bunnei | 1 | -3/+14 |
2021-05-06 | hle: kernel: Migrate KResourceLimit to KAutoObject. | bunnei | 1 | -3/+16 |
2021-05-06 | hle: kernel: svc: Use new handle table API for Process. | bunnei | 1 | -3/+5 |
2021-05-06 | hle: kernel: Migrate KTransferMemory to KAutoObject. | bunnei | 1 | -5/+7 |
2021-01-29 | hle: kernel: Recode implementation of KThread to be more accurate. | bunnei | 1 | -3/+53 |
2021-01-11 | core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. | bunnei | 1 | -16/+22 |
2021-01-11 | core: hle: kernel: Update KSynchronizationObject. | bunnei | 1 | -4/+5 |
2020-10-21 | Revert "core: Fix clang build" | bunnei | 1 | -9/+8 |
2020-10-18 | core: Fix clang build | Lioncash | 1 | -8/+9 |
2020-06-27 | SVC: Implement 32-bits wrappers and update Dynarmic. | Fernando Sahmkow | 1 | -3/+102 |
2020-06-27 | SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32 | Fernando Sahmkow | 1 | -0/+16 |
2020-06-27 | SVC: Add GetThreadPriority32 & SetThreadPriority32 | Fernando Sahmkow | 1 | -0/+18 |
2020-03-03 | core: hle: Implement separate A32/A64 SVC interfaces. | bunnei | 1 | -42/+116 |
2019-12-11 | kernel/svc: Correct function signature of SignalProcessWideKey | Lioncash | 1 | -5/+5 |
2019-12-08 | kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew | Lioncash | 1 | -0/+11 |
2019-07-07 | Implement MapPhysicalMemory/UnmapPhysicalMemory | Michael Scire | 1 | -0/+5 |
2019-04-13 | kernel/svc: Implement svcMapProcessCodeMemory | Lioncash | 1 | -0/+7 |
2019-04-08 | kernel/svc: Deglobalize the supervisor call handlers | Lioncash | 1 | -159/+193 |
2019-04-02 | kernel/svc: Implement svcGetProcessList | Lioncash | 1 | -0/+8 |
2018-12-19 | kernel/svc: Correct output parameter for svcGetProcessId | Lioncash | 1 | -1/+9 |
2018-12-12 | svc: Enable svcQueryProcessMemory | Lioncash | 1 | -0/+5 |
2018-12-12 | svc: Handle memory writing explicitly within QueryProcessMemory | Lioncash | 1 | -17/+0 |
2018-12-12 | svc_wrap: Correct register index for a wrapper specialization | Lioncash | 1 | -1/+1 |
2018-12-12 | vm_manager: Migrate memory querying to the VMManager interface | Lioncash | 1 | -1/+1 |
2018-12-12 | vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h | Lioncash | 1 | -1/+1 |
2018-12-04 | kernel/svc: Implement svcCreateEvent() | Lioncash | 1 | -0/+13 |
2018-11-27 | svc: Implement svcCreateResourceLimit() | Lioncash | 1 | -0/+8 |
2018-11-03 | Stubbed SetMemoryPermission | Frederic Laing | 1 | -0/+5 |
2018-10-13 | svc: Implement svcGetProcessInfo | Lioncash | 1 | -0/+8 |
2018-10-10 | Changed all casts in svc_wrap.h to be static_cast instead | David Marcec | 1 | -25/+28 |
2018-10-10 | Fixed incorrect types for svcBreak | David Marcec | 1 | -0/+5 |
2018-09-30 | kernel/svc: Implement svcGetThreadContext() | Lioncash | 1 | -0/+5 |
2018-09-18 | svc_wrap: Convert the PARAM macro into a function | Lioncash | 1 | -37/+36 |
2018-09-12 | svc: Correct parameter type for OutputDebugString() | Lioncash | 1 | -2/+2 |
2018-06-22 | Add additional missing format. | Michael Scire | 1 | -2/+6 |
2018-06-21 | Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs. | Michael Scire | 1 | -0/+10 |
2018-05-11 | core: Implement multicore support. | bunnei | 1 | -12/+12 |
2018-04-03 | svc: Stub out SetThreadActivity, GetThreadContext. | bunnei | 1 | -0/+5 |
2018-03-30 | svc: Stub GetThreadCoreMask. | bunnei | 1 | -0/+15 |
2018-02-25 | Add UnmapSharedMemory | N00byKing | 1 | -0/+5 |
2018-01-20 | Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113) | David | 1 | -0/+9 |
2018-01-14 | svc: Implement svcMapSharedMemory. | bunnei | 1 | -0/+5 |
2018-01-13 | yuzu: Update license text to be consistent across project. | bunnei | 1 | -1/+1 |
2018-01-12 | svc: Implement GetSystemTick. | bunnei | 1 | -0/+8 |
2018-01-11 | svc: Stub ResetSignal and CreateTransferMemory | Subv | 1 | -0/+8 |
2018-01-11 | svc: Stub SetMemoryAttribute | Subv | 1 | -0/+6 |
2018-01-09 | SVC: Fixed WaitSynchronization with multiple handles when at least one of them is ready. | Subv | 1 | -2/+5 |
2018-01-09 | kernel: Rename Semaphore to ConditionVariable. | bunnei | 1 | -1/+1 |
2018-01-07 | svc: Implement svcSignalProcessWideKey. | bunnei | 1 | -2/+2 |
2018-01-06 | svc: Implement svcWaitProcessWideKeyAtomic. | bunnei | 1 | -0/+5 |
2018-01-03 | hle: Move SVC code to kernel namespace. | bunnei | 1 | -22/+22 |
2017-12-31 | function_wrappers: Cleanup, fix warnings, remove unused code. | bunnei | 1 | -187/+35 |
2017-12-29 | svc: Implement MapMemory. | bunnei | 1 | -0/+5 |
2017-12-28 | svc: Implement SetHeapSize. | bunnei | 1 | -2/+10 |
2017-10-23 | svc: Implement GetThreadId and GetProcessId. | bunnei | 1 | -0/+8 |
2017-10-20 | hle: Fix QueryMemory response for MemoryInfo. | bunnei | 1 | -15/+3 |
2017-10-04 | SVC: Remove GetPointer usage in CreatePort. | Subv | 1 | -4/+2 |
2017-10-04 | SVC: Replace GetPointer usage with ReadCString in ConnectToPort. | Subv | 1 | -15/+0 |
2017-10-04 | SVC: Replace GetPointer usage with ReadBlock in OutputDebugString. | Subv | 1 | -2/+2 |
2017-10-04 | SVC: Replace GetPointer usage with Read32 in ReplyAndReceive. | Subv | 1 | -3/+2 |
2017-10-04 | SVC: Replace GetPointer usage with Read32 in WaitSynchronizationN. | Subv | 1 | -4/+4 |
2017-09-30 | arm: Use 64-bit addressing in a bunch of places. | bunnei | 1 | -1/+1 |
2017-06-26 | Kernel/SVC: Partially implemented svcReplyAndReceive. | Subv | 1 | -10/+13 |
2017-06-23 | Kernel: Fix SVC wrapper for CreatePort | Yuri Kunde Schlesner | 1 | -3/+2 |
2017-06-22 | Kernel: Implement CreateSession SVC | Yuri Kunde Schlesner | 1 | -0/+10 |
2017-05-25 | Kernel: Centralize error definitions in errors.h | Yuri Kunde Schlesner | 1 | -1/+1 |
2017-04-01 | Fix OutputDebugString syscall | Michael Theall | 1 | -2/+2 |
2016-12-22 | core: Replace "AppCore" nomenclature with just "CPU". | bunnei | 1 | -30/+30 |
2016-12-22 | core: Remove HLE module, consolidate code & various cleanups. | bunnei | 1 | -8/+8 |
2016-12-22 | core: Consolidate core and system state, remove system module & cleanups. | bunnei | 1 | -30/+30 |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 1 | -1/+1 |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 1 | -35/+68 |
2016-06-11 | Kernel/SVC: Implemented svcCreatePort. | Subv | 1 | -0/+10 |
2016-05-13 | Kernel/SVC: Fixed the register order for svcCreateMemoryBlock. | Subv | 1 | -1/+2 |
2016-03-13 | svc: Move ResetType enum to the kernel event header | Lioncash | 1 | -0/+1 |
2016-01-14 | HLE/SVC: Implement UnmapMemoryBlock. | Subv | 1 | -0/+4 |
2015-12-01 | Kernel: Implement svcGetSystemInfo | Yuri Kunde Schlesner | 1 | -0/+8 |
2015-08-16 | Kernel: Implement svcGetProcessInfo in a basic way | Yuri Kunde Schlesner | 1 | -0/+8 |
2015-07-17 | Kernel/SVC: Implemented svcQueryProcessMemory | Subv | 1 | -0/+12 |
2015-07-17 | Kernel/SVC: Implemented svcQueryMemory. | Subv | 1 | -2/+10 |
2015-07-17 | Core\HLE : Fix Warning | zawata | 1 | -1/+1 |
2015-06-17 | kernel: Fix svcWaitSynch to always acquire requested wait objects. | bunnei | 1 | -3/+14 |
2015-05-17 | Implement svcBreak | archshift | 1 | -0/+4 |
2015-05-15 | Core/ResourceLimits: Implemented the basic structure of ResourceLimits. | Subv | 1 | -2/+2 |
2015-05-15 | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 1 | -3/+3 |
2015-04-10 | Thread: Implement priority boost for starved threads. | bunnei | 1 | -0/+7 |
2015-01-30 | SVC: Use CASCADE_RESULT in SVC handlers | Yuri Kunde Schlesner | 1 | -4/+0 |
2015-01-30 | SVC: Change return type of handlers to ResultCode | Yuri Kunde Schlesner | 1 | -42/+37 |
2015-01-09 | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | 1 | -0/+2 |
2015-01-09 | SVC: Implemented the Timer service calls. | Subv | 1 | -0/+6 |
2014-12-31 | SOC_U: Preliminary implementation of sockets. | Subv | 1 | -0/+7 |
2014-12-21 | License change | purpasmart96 | 1 | -1/+1 |
2014-12-13 | SVC: Implemented ReleaseSemaphore. | Subv | 1 | -0/+7 |
2014-12-13 | SVC: Implemented svcCreateSemaphore | Subv | 1 | -0/+7 |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 1 | -2/+2 |
2014-08-19 | SVC: Added support for svc_GetSystemTick. | bunnei | 1 | -18/+42 |
2014-07-08 | function_wrappers: Fixed incorrect wrapper, added another. | bunnei | 1 | -2/+9 |
2014-06-13 | HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only module where they are needed). | bunnei | 1 | -0/+6 |
2014-06-13 | SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace. | bunnei | 1 | -31/+19 |
2014-06-13 | SVC: Cleaned up function wrappers to pass in correct argument types. | bunnei | 1 | -722/+63 |
2014-06-02 | svc: updated WaitSynchronizationN to properly use first pointer argument | bunnei | 1 | -1/+3 |
2014-06-02 | svc: cleaned up function_wrappers, updated various SVCs to make use of pointer arguments | bunnei | 1 | -15/+22 |
2014-06-01 | svc: added missing function wrapper for SleepThread | bunnei | 1 | -0/+4 |
2014-05-30 | svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and various fixes | bunnei | 1 | -0/+6 |
2014-05-29 | hle: properly cast 64-bit function wrapper parameters to (u64) | bunnei | 1 | -2/+2 |
2014-05-29 | hle: removed PARAM64 macro (this was incorrect), made several bug fixes accordingly for decoding U64 function parameters | bunnei | 1 | -2/+2 |
2014-05-18 | added stubbed function for WaitSynchronizationN | bunnei | 1 | -1/+6 |
2014-05-16 | - added SVC stubs for QueryMemory and GetThreadId | bunnei | 1 | -0/+5 |
2014-05-14 | added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter decoding for now) | bunnei | 1 | -1/+1 |
2014-05-07 | - added debug logging to syscall.cpp | bunnei | 1 | -1/+11 |
2014-05-02 | - added some function wrappers for HLE | bunnei | 1 | -8/+12 |
2014-04-28 | Problematic template functions | archshift | 1 | -15/+0 |
2014-04-17 | added a new function wrapper | bunnei | 1 | -0/+5 |
2014-04-17 | - fixed tabs in function_wrappers.h | bunnei | 1 | -268/+273 |
2014-04-11 | added initial modules for setting up SysCall HLE | bunnei | 1 | -0/+726 |