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