| Commit message (Expand) | Author | Files | Lines |
2016-03-01 | ThreadProcessorId_All on SVC::CreateThread | Kloen | 1 | -0/+1 |
2016-01-14 | HLE/SVC: Implement UnmapMemoryBlock. | Subv | 1 | -5/+27 |
2015-12-25 | svc: Remove superfluous printf argument | Lioncash | 1 | -1/+1 |
2015-12-13 | svc: Fix compilation with LOG_TRACE enabled | Lioncash | 1 | -1/+1 |
2015-12-01 | Kernel: Implement svcGetSystemInfo | Yuri Kunde Schlesner | 1 | -1/+46 |
2015-08-30 | SVC: Advance time when calling GetSystemTick to escape busy-wait loops | Yuri Kunde Schlesner | 1 | -1/+4 |
2015-08-25 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | 1 | -0/+4 |
2015-08-16 | Kernel: Implement svcGetProcessInfo in a basic way | Yuri Kunde Schlesner | 1 | -1/+47 |
2015-08-16 | Kernel: Add more infrastructure to support different memory layouts | Yuri Kunde Schlesner | 1 | -1/+1 |
2015-08-16 | Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h} | Yuri Kunde Schlesner | 1 | -1/+1 |
2015-08-16 | Kernel: Properly implement ControlMemory FREE and COMMIT | Yuri Kunde Schlesner | 1 | -13/+95 |
2015-07-21 | dyncom: Pass SVC immediates directly. | Lioncash | 1 | -4/+3 |
2015-07-17 | Kernel/SVC: Implemented svcQueryProcessMemory | Subv | 1 | -6/+16 |
2015-07-17 | Kernel/SVC: Implemented svcQueryMemory. | Subv | 1 | -2/+14 |
2015-07-17 | Core\HLE : Fix Warning | zawata | 1 | -2/+2 |
2015-06-17 | kernel: Fix svcWaitSynch to always acquire requested wait objects. | bunnei | 1 | -9/+17 |
2015-05-29 | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 1 | -2/+2 |
2015-05-25 | Core/SVC: Map the shared memory created in CreateMemoryBlock to the specified address. | Subv | 1 | -0/+2 |
2015-05-21 | Kernel: Move reschedules from SVCs to actual mechanisms that reschedule. | bunnei | 1 | -20/+2 |
2015-05-17 | Implement svcBreak | archshift | 1 | -1/+13 |
2015-05-15 | Core/ResourceLimits: Implemented the basic structure of ResourceLimits. | Subv | 1 | -11/+38 |
2015-05-15 | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 1 | -1/+1 |
2015-05-12 | fixup! | Subv | 1 | -9/+9 |
2015-05-11 | Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread | Subv | 1 | -2/+31 |
2015-05-11 | Kernel: Capture SharedMemory attributes at creation, not when mapping | Yuri Kunde Schlesner | 1 | -1/+3 |
2015-05-07 | Fix printf format warning | Yuri Kunde Schlesner | 1 | -1/+1 |
2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | 1 | -0/+1 |
2015-05-06 | HLE: Clean up SVC dispatch mechanism | Yuri Kunde Schlesner | 1 | -3/+34 |
2015-04-10 | SVC: Assert on unsupported CreateThread processor ID. | bunnei | 1 | -3/+9 |
2015-04-10 | SVC: Update various SVCs to cause a reschedule. | bunnei | 1 | -2/+22 |
2015-04-10 | Thread: Implement priority boost for starved threads. | bunnei | 1 | -6/+16 |
2015-04-10 | SVC: Reschedule on svcCreateThread. | bunnei | 1 | -0/+2 |
2015-03-16 | arm_interface: Get rid of GetTicks. | Lioncash | 1 | -2/+3 |
2015-02-11 | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 1 | -1/+1 |
2015-02-10 | Scheduler refactor Pt. 1 | Kevin Hartman | 1 | -5/+9 |
2015-02-10 | WaitSynch: Always reschedule (verified behavior on hw). | bunnei | 1 | -4/+4 |
2015-02-02 | Kernel: Stop creating useless Handles during object creation | Yuri Kunde Schlesner | 1 | -7/+11 |
2015-02-02 | SVC: Enable CloseHandle, clean up DuplicateHandle | Yuri Kunde Schlesner | 1 | -9/+5 |
2015-02-02 | Thread: Modernize two functions that slipped through previous rebases | Yuri Kunde Schlesner | 1 | -3/+3 |
2015-02-02 | Make Port/Service registration and querying more HW-accurate | Yuri Kunde Schlesner | 1 | -4/+16 |
2015-01-30 | SVC: Use CASCADE_RESULT in SVC handlers | Yuri Kunde Schlesner | 1 | -73/+32 |
2015-01-30 | Remove result.h InvalidHandle | Yuri Kunde Schlesner | 1 | -15/+16 |
2015-01-30 | SVC: Change return type of handlers to ResultCode | Yuri Kunde Schlesner | 1 | -90/+90 |
2015-01-30 | Kernel: Convert Event to not use Handles | Yuri Kunde Schlesner | 1 | -11/+29 |
2015-01-30 | Kernel: Convert Timer to (mostly) not use Handles | Yuri Kunde Schlesner | 1 | -7/+40 |
2015-01-30 | Kernel: Convert Mutex to not use Handles | Yuri Kunde Schlesner | 1 | -5/+19 |
2015-01-30 | Kernel: Convert AddressArbiter to not use Handles | Yuri Kunde Schlesner | 1 | -6/+24 |
2015-01-30 | Kernel: Convert Semaphore to not use Handles | Yuri Kunde Schlesner | 1 | -6/+27 |
2015-01-30 | Kernel: Convert SharedMemory to not use Handles | Yuri Kunde Schlesner | 1 | -15/+29 |
2015-01-27 | SVC: Update the SVC function table | purpasmart96 | 1 | -7/+7 |
2015-01-22 | WaitSynchronization: Added a result code for invalid result, fixed bug. | bunnei | 1 | -3/+9 |
2015-01-22 | Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup. | bunnei | 1 | -3/+3 |
2015-01-22 | Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. | bunnei | 1 | -7/+3 |
2015-01-22 | WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. | bunnei | 1 | -2/+2 |
2015-01-22 | Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs. | bunnei | 1 | -0/+1 |
2015-01-22 | Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObject safely. | bunnei | 1 | -2/+2 |
2015-01-22 | SVC: Removed a Sleep that made no sense | bunnei | 1 | -6/+1 |
2015-01-22 | AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that made no sense. | bunnei | 1 | -3/+3 |
2015-01-22 | Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. | bunnei | 1 | -10/+20 |
2015-01-22 | WaitSynchronizationN: Improved comments | bunnei | 1 | -7/+12 |
2015-01-22 | WaitSynchronizationN: Refactor to fix several bugs | bunnei | 1 | -25/+27 |
2015-01-22 | Kernel: Separate WaitSynchronization into Wait and Acquire methods. | bunnei | 1 | -4/+5 |
2015-01-22 | WaitSynchronizationN: Handle case where handles=nullptr. | bunnei | 1 | -0/+4 |
2015-01-22 | WaitSynchronizationN: Handle case where handle_count is invalid. | bunnei | 1 | -3/+7 |
2015-01-22 | WaitSynchronizationN: Handle case where handle_count=0. | bunnei | 1 | -19/+29 |
2015-01-22 | WaitSynchronizationN: Implement return values | bunnei | 1 | -27/+50 |
2015-01-13 | AddrArbiter: Implement arbitration types 3 and 4. | Subv | 1 | -1/+1 |
2015-01-11 | SVC: Wake up the thread after the delay in WaitSync1 | Subv | 1 | -3/+2 |
2015-01-10 | Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance. | archshift | 1 | -1/+0 |
2015-01-09 | Kernel: Start using boost::intrusive_ptr for lifetime management | Yuri Kunde Schlesner | 1 | -13/+18 |
2015-01-09 | Thread: Reduce use of Handles and move some funcs to inside the class. | Yuri Kunde Schlesner | 1 | -20/+31 |
2015-01-09 | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | 1 | -0/+1 |
2015-01-09 | SVC: Implemented the Timer service calls. | Subv | 1 | -4/+32 |
2015-01-09 | SVC: Fixed SleepThread. | Subv | 1 | -0/+4 |
2015-01-07 | Warn if a new thread is intended to be run on the system CPU core until we implement correct scheduling for such a thread. | Kevin Hartman | 1 | -0/+5 |
2014-12-31 | SOC_U: Preliminary implementation of sockets. | Subv | 1 | -1/+13 |
2014-12-28 | Kernel: New handle manager | Yuri Kunde Schlesner | 1 | -19/+9 |
2014-12-28 | Rename ObjectPool to HandleTable | Yuri Kunde Schlesner | 1 | -5/+5 |
2014-12-21 | License change | purpasmart96 | 1 | -1/+1 |
2014-12-21 | Thread: Wait current thread on svc_SleepThread | bunnei | 1 | -1/+2 |
2014-12-15 | Remove SyncRequest from K::Object and create a new K::Session type | Yuri Kunde Schlesner | 1 | -7/+4 |
2014-12-13 | Kernel/Semaphores: Fixed build | Subv | 1 | -2/+2 |
2014-12-13 | SVC: Implemented ReleaseSemaphore. | Subv | 1 | -3/+10 |
2014-12-13 | SVC: Implemented svcCreateSemaphore | Subv | 1 | -1/+10 |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 1 | -27/+27 |
2014-12-12 | MemMap: Renamed "GSP" heap to "linear", as this is not specific to GSP. | bunnei | 1 | -1/+1 |
2014-12-04 | SVC: Implemented GetThreadId. | Subv | 1 | -4/+5 |
2014-11-26 | SVC: Add debug log to ArbitrateAddress. | bunnei | 1 | -0/+2 |
2014-11-26 | SVC: SleepThread should yield to the next ready thread. | bunnei | 1 | -0/+3 |
2014-11-24 | HLE: Revamp error handling throrough the HLE code | Yuri Kunde Schlesner | 1 | -31/+37 |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 1 | -14/+14 |
2014-11-19 | Kernel:Add missing permissions in shared memory & svc | purpasmart96 | 1 | -0/+4 |
2014-11-18 | core: Mark some hle functions as static | Lioncash | 1 | -26/+26 |
2014-10-30 | Fix some warnings | Sean | 1 | -3/+3 |
2014-09-09 | core: Prune redundant includes | archshift | 1 | -3/+0 |
2014-09-09 | Added string_util to common, small changes in loader.cpp | archshift | 1 | -1/+1 |
2014-08-19 | SVC: Added support for svc_GetSystemTick. | bunnei | 1 | -1/+6 |
2014-08-18 | Core: Alter the kernel string functions to use std::string instead of const char*. | Lioncash | 1 | -5/+5 |
2014-08-17 | Core: Fix a formatting error in svc.cpp | Lioncash | 1 | -3/+2 |
2014-08-08 | SVC: Fixed typo with MapMemoryBlock DEBUG_LOG call. | bunnei | 1 | -1/+1 |
2014-08-06 | SVC: Removed ArbitrateAddress log message that spams to much. | bunnei | 1 | -2/+0 |
2014-07-09 | Kernel: Added preliminary support for address arbiters. | bunnei | 1 | -8/+10 |
2014-07-05 | SharedMemory: Updated MapSharedMemory to use an enum for permissions. | bunnei | 1 | -10/+9 |
2014-07-05 | GSP: Fixed to use real shared memory object, various cleanups. | bunnei | 1 | -5/+6 |
2014-06-13 | SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace. | bunnei | 1 | -126/+126 |
2014-06-13 | SVC: Cleaned up function wrappers to pass in correct argument types. | bunnei | 1 | -148/+138 |
2014-06-13 | SVC: Moved declaration of "wait" variable in SendSyncRequest for improved readability. | bunnei | 1 | -1/+1 |
2014-06-13 | HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) | bunnei | 1 | -107/+107 |
2014-06-13 | HLE: Updated various handle debug assertions to be more clear. | bunnei | 1 | -6/+6 |
2014-06-13 | Kernel: Added real support for thread and event blocking | bunnei | 1 | -28/+31 |
2014-06-02 | svc: updated WaitSynchronizationN to properly use first pointer argument | bunnei | 1 | -3/+3 |
2014-06-02 | svc: changed DuplicateHandle log message from "error" to "debug" | bunnei | 1 | -1/+1 |
2014-06-02 | svc: added GetThreadPriority and SetThreadPriority, added (incomplete) DuplicateHandle support | bunnei | 1 | -3/+26 |
2014-06-02 | kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule | bunnei | 1 | -2/+7 |
2014-06-02 | svc: cleaned up function_wrappers, updated various SVCs to make use of pointer arguments | bunnei | 1 | -16/+18 |
2014-06-01 | svc: updated waitSychronization to not overwrite handle on return, added stub for SleepThread (does nothing) | bunnei | 1 | -2/+21 |
2014-05-30 | hle: cleaned up log messages | bunnei | 1 | -27/+28 |
2014-05-30 | svc: updated OutputDebugString to use OS_LOG | bunnei | 1 | -1/+1 |
2014-05-30 | svc: changed unimplemented SVC log messages from "debug" messages to "error" messages | bunnei | 1 | -8/+8 |
2014-05-30 | svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and various fixes | bunnei | 1 | -22/+32 |
2014-05-28 | svc: implemented WaitSynchronization1, WaitSynchronizationN, and CreateEvent | bunnei | 1 | -14/+54 |
2014-05-27 | kernel: updated SyncRequest to take boolean thread wait result as a parameter | bunnei | 1 | -2/+9 |
2014-05-27 | svc: added some assertions | bunnei | 1 | -6/+4 |
2014-05-27 | svc: changed SendSyncRequest to use Kernel::Object SyncRequest (instead of just service Interface class) | bunnei | 1 | -2/+2 |
2014-05-27 | svc: added stub for DuplicateHandle SVC call | bunnei | 1 | -1/+8 |
2014-05-23 | svc: added a check to ensure that a service was implemented before attempting to connect to its port | bunnei | 1 | -1/+5 |
2014-05-23 | thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reason" argument | bunnei | 1 | -2/+2 |
2014-05-23 | thread: removed unused SwitchContext/Reschedule reason field, added missing arg parameter to SVC CreateThread | bunnei | 1 | -8/+5 |
2014-05-22 | svc: added Kernel::Reschedule to svc WaitSynchronization1, updated log messages to include newly created handles | bunnei | 1 | -4/+7 |
2014-05-21 | svc: enabled use of newly created kernel thread handle | bunnei | 1 | -5/+5 |
2014-05-21 | mutex: refactored the interface to code to return a Mutex* handle | bunnei | 1 | -1/+1 |
2014-05-21 | mutex: initial commit of HLE module | bunnei | 1 | -4/+5 |
2014-05-21 | svc: added some comments | bunnei | 1 | -0/+7 |
2014-05-21 | thread: moved threading calls to the Kernel namespace | bunnei | 1 | -2/+2 |
2014-05-21 | renamed "syscall" module to "svc" (more accurate naming) | bunnei | 1 | -5/+7 |
2014-05-19 | renamed "session" to "handle" | bunnei | 1 | -3/+3 |
2014-05-19 | fix warning | bunnei | 1 | -1/+1 |
2014-05-19 | renamed "UID" to "Handle" where appropriate | bunnei | 1 | -2/+2 |
2014-05-18 | - added stub for CreateEvent | bunnei | 1 | -8/+22 |
2014-05-18 | added stubbed function for WaitSynchronizationN | bunnei | 1 | -3/+13 |
2014-05-17 | cleanups to SVC CreateThread | bunnei | 1 | -8/+15 |
2014-05-16 | - added SVC stubs for QueryMemory and GetThreadId | bunnei | 1 | -2/+14 |
2014-05-16 | - added ThreadContext struct | bunnei | 1 | -8/+12 |
2014-05-14 | added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter decoding for now) | bunnei | 1 | -6/+37 |
2014-05-08 | removed unnecessary log message | bunnei | 1 | -1/+1 |
2014-05-07 | - added debug logging to syscall.cpp | bunnei | 1 | -134/+162 |
2014-05-02 | - added some function wrappers for HLE | bunnei | 1 | -2/+17 |
2014-04-25 | fixed bug where svc_ControlMemory was not properly getting passed in parameters | bunnei | 1 | -2/+2 |
2014-04-25 | - added preliminary support for svc_MapMemoryBlock | bunnei | 1 | -4/+34 |
2014-04-18 | renamed hw_lcd module to just lcd | bunnei | 1 | -2/+0 |
2014-04-18 | added GSP heap memory allocation | bunnei | 1 | -1/+25 |
2014-04-17 | - fixed tabs in function_wrappers.h | bunnei | 1 | -126/+138 |
2014-04-13 | - added HLE to connect to "srv:" service | bunnei | 1 | -128/+138 |
2014-04-12 | - renamed hle_syscall to just syscall | bunnei | 1 | -62/+64 |
2014-04-11 | added remaining known syscall functions to Syscall_Table | bunnei | 1 | -0/+80 |
2014-04-11 | base code to call a syscall from ARM11 appcore | bunnei | 1 | -4/+51 |
2014-04-11 | changed some naming/misc cleanups | bunnei | 1 | -2/+2 |
2014-04-11 | - removed syscall classes (will just use HLEFunction) | bunnei | 1 | -4/+6 |
2014-04-11 | added initial modules for setting up SysCall HLE | bunnei | 1 | -0/+22 |