| Commit message (Expand) | Author | Age | Files | Lines |
* | General: Initial Setup for Single Core. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+19 |
* | Kernel: Fixes, corrections and asserts to scheduler and different svcs. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+1 |
* | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow | 2020-06-27 | 1 | -7/+77 |
* | kernel: resource_limit: Reserve physical memory. | bunnei | 2020-04-17 | 1 | -1/+6 |
* | kernel: Initialize memory layout for new VMM. | bunnei | 2020-04-17 | 1 | -0/+115 |
* | CMakeLists: Make -Wreorder a compile-time error | Lioncash | 2020-04-15 | 1 | -1/+1 |
* | core: Implement separate A32/A64 ARM interfaces. | bunnei | 2020-03-03 | 1 | -0/+4 |
* | Kernel: Address Feedback. | Fernando Sahmkow | 2020-02-22 | 1 | -11/+16 |
* | Kernel: Implement Time Manager. | Fernando Sahmkow | 2020-02-22 | 1 | -1/+11 |
* | Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel. | Fernando Sahmkow | 2020-02-22 | 1 | -12/+76 |
* | Kernel: Make global scheduler depend on KernelCore | Fernando Sahmkow | 2020-02-22 | 1 | -3/+11 |
* | Kernel: Refactor synchronization to better match RE | Fernando Sahmkow | 2020-02-11 | 1 | -1/+12 |
* | Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. | Fernando Sahmkow | 2020-02-11 | 1 | -2/+2 |
* | kernel/physical_core: Remove unused kernel reference member variable | Lioncash | 2020-01-31 | 1 | -4/+4 |
* | System: Address Feedback | Fernando Sahmkow | 2020-01-27 | 1 | -2/+3 |
* | ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfasce. | Fernando Sahmkow | 2020-01-26 | 1 | -15/+2 |
* | Core: Refactor CPU Management. | Fernando Sahmkow | 2020-01-25 | 1 | -1/+63 |
* | Kernel: Correct behavior of Address Arbiter threads. (#3165) | Fernando Sahmkow | 2019-12-11 | 1 | -3/+3 |
* | kernel: Remove unnecessary includes | Lioncash | 2019-12-08 | 1 | -1/+0 |
* | core/memory; Migrate over SetCurrentPageTable() to the Memory class | Lioncash | 2019-11-27 | 1 | -7/+11 |
* | core_timing: Use better reference tracking for EventType. (#3159) | bunnei | 2019-11-27 | 1 | -6/+7 |
* | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) | bunnei | 2019-11-25 | 1 | -9/+10 |
* | Kernel: Optimize condition variable threads management. | Fernando Sahmkow | 2019-11-21 | 1 | -1/+1 |
* | Kernel: Correct behavior of Condition Variables to be more similar to real hardware. | Fernando Sahmkow | 2019-11-21 | 1 | -0/+3 |
* | Kernel: Reverse global accessor removal. | Fernando Sahmkow | 2019-10-15 | 1 | -8/+0 |
* | Kernel Scheduler: Make sure the global scheduler shutdowns correctly. | Fernando Sahmkow | 2019-10-15 | 1 | -0/+2 |
* | Kernel: Correct Results in Condition Variables and Mutexes | Fernando Sahmkow | 2019-10-15 | 1 | -6/+7 |
* | Kernel: Remove global system accessor from WaitObject | Fernando Sahmkow | 2019-10-15 | 1 | -0/+8 |
* | Kernel: Initial implementation of thread preemption. | Fernando Sahmkow | 2019-10-15 | 1 | -0/+16 |
* | Kernel: Style and Corrections | Fernando Sahmkow | 2019-10-15 | 1 | -1/+1 |
* | Add interfacing to the Global Scheduler | Fernando Sahmkow | 2019-10-15 | 1 | -0/+10 |
* | kernel: Differentiate kernel and user processes when picking ID | Zach Hilman | 2019-06-10 | 1 | -4/+10 |
* | Merge pull request #2416 from lioncash/wait | bunnei | 2019-04-25 | 1 | -2/+1 |
|\ |
|
| * | kernel/thread: Unify wait synchronization types | Lioncash | 2019-04-17 | 1 | -2/+1 |
* | | core/cpu_core_manager: Create threads separately from initialization. | Lioncash | 2019-04-12 | 1 | -1/+6 |
|/ |
|
* | kernel: Handle page table switching within MakeCurrentProcess() | Lioncash | 2019-04-07 | 1 | -0/+2 |
* | Merge pull request #2270 from lioncash/plist | bunnei | 2019-04-03 | 1 | -0/+4 |
|\ |
|
| * | kernel/svc: Implement svcGetProcessList | Lioncash | 2019-04-02 | 1 | -0/+4 |
* | | kernel/resource_limit: Remove the name member from resource limits | Lioncash | 2019-04-01 | 1 | -1/+1 |
|/ |
|
* | general: Use deducation guides for std::lock_guard and std::unique_lock | Lioncash | 2019-04-01 | 1 | -1/+1 |
* | Merge pull request #2266 from FernandoS27/arbitration | bunnei | 2019-03-29 | 1 | -1/+2 |
|\ |
|
| * | Fix small bug that kept a thread as a condvar thread after being signalled. | Fernando Sahmkow | 2019-03-20 | 1 | -1/+2 |
| * | Add CondVar Thread State. | Fernando Sahmkow | 2019-03-20 | 1 | -1/+1 |
* | | core/core_timing: Make callback parameters consistent | Lioncash | 2019-03-24 | 1 | -1/+1 |
|/ |
|
* | kernel: Make the address arbiter instance per-process | Lioncash | 2019-03-08 | 1 | -11/+1 |
* | kernel/address_arbiter: Pass in system instance to constructor | Lioncash | 2019-03-05 | 1 | -7/+12 |
* | kernel/address_arbiter: Convert the address arbiter into a class | Lioncash | 2019-03-05 | 1 | -0/+11 |
* | core_timing: Convert core timing into a class | Lioncash | 2019-02-16 | 1 | -6/+6 |
* | core_timing: Rename CoreTiming namespace to Core::Timing | Lioncash | 2019-02-12 | 1 | -3/+3 |
* | kernel: Remove the Timer class | Lioncash | 2019-02-01 | 1 | -42/+0 |
* | core/kernel: Remove unnecessary inclusions | Lioncash | 2019-01-01 | 1 | -1/+0 |
* | kernel/kernel: Use correct initial PID for userland Process instances | Lioncash | 2018-12-19 | 1 | -4/+2 |
* | kernel/thread: Make thread_id a 64-bit value | Lioncash | 2018-12-19 | 1 | -2/+2 |
* | kernel/process: Make process_id a 64-bit value | Lioncash | 2018-12-19 | 1 | -2/+2 |
* | kernel/resource_limit: Clean up interface | Lioncash | 2018-11-20 | 1 | -63/+16 |
* | core: Make System references const where applicable | Lioncash | 2018-10-28 | 1 | -2/+2 |
* | kernel/process: Make the handle table per-process | Lioncash | 2018-10-20 | 1 | -10/+0 |
* | kernel/thread: Use a regular pointer for the owner/current process | Lioncash | 2018-10-10 | 1 | -6/+6 |
* | kernel/thread: Make all instance variables private | Lioncash | 2018-10-04 | 1 | -18/+18 |
* | core: Migrate current_process pointer to the kernel | Lioncash | 2018-09-07 | 1 | -0/+14 |
* | service: Migrate global named port map to the KernelCore class | Lioncash | 2018-09-02 | 1 | -0/+24 |
* | kernel: Eliminate kernel global state | Lioncash | 2018-08-29 | 1 | -15/+268 |
* | kernel/object: Tighten object against data races | Lioncash | 2018-08-13 | 1 | -1/+1 |
* | core/memory: Get rid of 3DS leftovers | Lioncash | 2018-08-03 | 1 | -5/+1 |
* | kernel: Remove unused object_address_table.cpp/.h | Lioncash | 2018-07-31 | 1 | -2/+0 |
* | hle: Remove config_mem.h/.cpp | Lioncash | 2018-07-23 | 1 | -3/+0 |
* | hle: Remove shared_page.h/.cpp | Lioncash | 2018-07-23 | 1 | -2/+0 |
* | core: Move process creation out of global state. | bunnei | 2018-03-14 | 1 | -1/+0 |
* | kernel: Add ObjectAddressTable class. | bunnei | 2018-01-01 | 1 | -2/+5 |
* | Kernel: Move HandleTable to a separate file | Yuri Kunde Schlesner | 2017-05-30 | 1 | -84/+1 |
* | Kernel: Move WaitObject to a separate file | Yuri Kunde Schlesner | 2017-05-30 | 1 | -79/+0 |
* | Kernel: Centralize error definitions in errors.h | Yuri Kunde Schlesner | 2017-05-25 | 1 | -0/+1 |
* | Kernel: Add some asserts to enforce the invariants in the scheduler. | Subv | 2017-01-05 | 1 | -0/+8 |
* | Kernel: Remove a thread from all of its waiting objects' waiting_threads list when it is awoken. | Subv | 2017-01-05 | 1 | -18/+4 |
* | Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all the objects that a thread is waiting on. | Subv | 2017-01-05 | 1 | -1/+7 |
* | Kernel/Mutex: Update a mutex priority when a thread stops waiting on it. | Subv | 2017-01-04 | 1 | -8/+15 |
* | Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. | Subv | 2017-01-04 | 1 | -8/+6 |
* | Kernel: remove object's waiting thread if it is dead | wwylele | 2016-12-16 | 1 | -1/+2 |
* | Fixed the codestyle to match our clang-format rules. | Subv | 2016-12-14 | 1 | -4/+5 |
* | Properly remove a thread from its wait_objects' waitlist when it is awoken by a timeout. | Subv | 2016-12-10 | 1 | -1/+6 |
* | WaitSynch: Removed unused variables and reduced SharedPtr copies. | Subv | 2016-12-09 | 1 | -10/+4 |
* | Use boost remove_erase_if instead of the erase-remove idiom | Subv | 2016-12-07 | 1 | -2/+3 |
* | Improved the algorithm for GetHighestPriorityReadyThread. | Subv | 2016-12-07 | 1 | -14/+13 |
* | Threading: Added some utility functions and const correctness. | Subv | 2016-12-04 | 1 | -7/+6 |
* | Threading: Reworked the way our scheduler works. | Subv | 2016-12-04 | 1 | -5/+54 |
* | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | 2016-11-20 | 1 | -4/+2 |
* | implement wait tree widget | wwylele | 2016-09-22 | 1 | -0/+4 |
* | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 2016-09-21 | 1 | -1/+1 |
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -3/+1 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -1/+2 |
* | Kernel: Add more infrastructure to support different memory layouts | Yuri Kunde Schlesner | 2015-08-16 | 1 | -3/+16 |
* | Common: Cleanup key_map includes. | Emmanuel Gil Peyrot | 2015-06-28 | 1 | -2/+0 |
* | kernel: Fix svcWaitSynch to always acquire requested wait objects. | bunnei | 2015-06-17 | 1 | -18/+4 |
* | Core/ResourceLimits: Implemented the basic structure of ResourceLimits. | Subv | 2015-05-15 | 1 | -0/+3 |
* | fixup! | Subv | 2015-05-12 | 1 | -1/+3 |
* | Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread | Subv | 2015-05-11 | 1 | -2/+2 |
* | Kernel: Remove unused g_main_thread variable | Yuri Kunde Schlesner | 2015-05-09 | 1 | -2/+0 |
* | Kernel: Remove g_program_id | Yuri Kunde Schlesner | 2015-05-09 | 1 | -2/+0 |
* | Kernel: Introduce skeleton Process class to hold process data | Yuri Kunde Schlesner | 2015-05-09 | 1 | -12/+2 |
* | Common: Remove common.h | Yuri Kunde Schlesner | 2015-05-07 | 1 | -1/+2 |
* | Kernel: Properly initialize and shutdown all modules. | bunnei | 2015-05-02 | 1 | -4/+7 |
* | Kernel: Fixed default thread priority. | bunnei | 2015-04-10 | 1 | -1/+1 |
* | Build: Fixed some warnings | Subv | 2015-02-12 | 1 | -2/+2 |
* | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 2015-02-11 | 1 | -2/+2 |
* | Scheduler refactor Pt. 1 | Kevin Hartman | 2015-02-10 | 1 | -5/+1 |
* | core: Fix some warnings on OSX | Lioncash | 2015-02-03 | 1 | -1/+0 |
* | Kernel: Make WaitObjects share ownership of Threads waiting on them | Yuri Kunde Schlesner | 2015-02-02 | 1 | -4/+4 |
* | Kernel: Fix bug in HandleTable::Close | Yuri Kunde Schlesner | 2015-02-02 | 1 | -1/+1 |
* | Kernel: Remove Object::GetHandle (it's not used anymore :D) | Yuri Kunde Schlesner | 2015-02-02 | 1 | -4/+1 |
* | Kernel: Introduce unique Object ids for debugging | Yuri Kunde Schlesner | 2015-02-02 | 1 | -0/+2 |
* | Kernel: Renamed some functions for clarity. | bunnei | 2015-01-22 | 1 | -1/+1 |
* | Session: Change to a WaitObject. | bunnei | 2015-01-22 | 1 | -1/+1 |
* | Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs. | bunnei | 2015-01-22 | 1 | -1/+1 |
* | AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that made no sense. | bunnei | 2015-01-22 | 1 | -1/+1 |
* | Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. | bunnei | 2015-01-22 | 1 | -2/+4 |
* | WaitSynchronizationN: Implement return values | bunnei | 2015-01-22 | 1 | -2/+2 |
* | WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup. | bunnei | 2015-01-22 | 1 | -3/+10 |
* | Kernel: Added WaitObject and changed "waitable" objects inherit from it. | bunnei | 2015-01-22 | 1 | -0/+26 |
* | Kernel: Start using boost::intrusive_ptr for lifetime management | Yuri Kunde Schlesner | 2015-01-09 | 1 | -13/+10 |
* | Kernel: Don't re-assign object's handle when duplicating one | Yuri Kunde Schlesner | 2015-01-09 | 1 | -1/+2 |
* | Thread: Reduce use of Handles and move some funcs to inside the class. | Yuri Kunde Schlesner | 2015-01-09 | 1 | -1/+1 |
* | Kernel: Move Thread's definition to the header file | Yuri Kunde Schlesner | 2015-01-09 | 1 | -2/+1 |
* | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | 2015-01-09 | 1 | -0/+1 |
* | Merge pull request #255 from Subv/cbranch_3 | bunnei | 2015-01-09 | 1 | -1/+3 |
|\ |
|
| * | SVC: Implemented the Timer service calls. | Subv | 2015-01-09 | 1 | -1/+3 |
* | | Threads: Use a dummy idle thread when no other are ready. | Subv | 2015-01-08 | 1 | -0/+2 |
|/ |
|
* | Kernel: New handle manager | Yuri Kunde Schlesner | 2014-12-28 | 1 | -51/+67 |
* | Rename ObjectPool to HandleTable | Yuri Kunde Schlesner | 2014-12-28 | 1 | -10/+10 |
* | License change | purpasmart96 | 2014-12-21 | 1 | -2/+2 |
* | Filesystem/Archives: Implemented the SaveData archive | Subv | 2014-12-18 | 1 | -0/+1 |
* | HLE: Rename namespaces to match move & fix initialization order | Yuri Kunde Schlesner | 2014-12-16 | 1 | -5/+0 |
* | HLE: Move kernel/archive.* to service/fs/ | Yuri Kunde Schlesner | 2014-12-16 | 1 | -1/+1 |
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 1 | -4/+4 |
* | kernel: Shorten GetCount | Lioncash | 2014-12-04 | 1 | -6/+3 |
* | kernel: Make some functions const | Lioncash | 2014-12-04 | 1 | -2/+2 |
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 1 | -3/+3 |
* | Core: Get rid of unnecessary switch statement in Kernel | Lioncash | 2014-09-15 | 1 | -41/+2 |
* | core: Prune redundant includes | archshift | 2014-09-09 | 1 | -2/+0 |
* | Core: Use std::array for managing kernel object space | Lioncash | 2014-08-19 | 1 | -2/+1 |
* | Core: Alter the kernel string functions to use std::string instead of const char*. | Lioncash | 2014-08-18 | 1 | -2/+2 |
* | Archive: Added Init/Shutdown methods to reset kernel archive state. | bunnei | 2014-07-05 | 1 | -0/+3 |
* | Kernel: Removed unnecessary "#pragma once". | bunnei | 2014-06-13 | 1 | -2/+0 |
* | Kernel: Added freeing of kernel objects on emulator shutdown. | bunnei | 2014-06-13 | 1 | -0/+4 |
* | HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) | bunnei | 2014-06-13 | 1 | -1/+1 |
* | kernel: changed current default thread priority back to 0x30 - I think this is more correct | bunnei | 2014-06-05 | 1 | -1/+1 |
* | kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule | bunnei | 2014-06-02 | 1 | -1/+2 |
* | kernel: refactored function naming to remove "__" prefix | bunnei | 2014-05-23 | 1 | -5/+10 |
* | thread: moved threading calls to the Kernel namespace | bunnei | 2014-05-21 | 1 | -3/+3 |
* | - created a Kernel namespace | bunnei | 2014-05-21 | 1 | -25/+24 |
* | changed "UID" to "Handle" to be a little more consistent with CTR naming | bunnei | 2014-05-16 | 1 | -5/+5 |
* | changed primary thread priority to 0x30 - this is typical, not 0x31 | bunnei | 2014-05-15 | 1 | -1/+2 |
* | - added __KernelLoadExec function | bunnei | 2014-05-14 | 1 | -0/+11 |
* | added initial kernel/thread modules | bunnei | 2014-05-10 | 1 | -0/+142 |