| Commit message (Expand) | Author | Age | Files | Lines |
* | memory: Add GetCurrentPageTable/SetCurrentPageTable | MerryMage | 2017-09-24 | 1 | -7/+4 |
* | Merge pull request #2842 from Subv/switchable_page_table | B3n30 | 2017-09-15 | 5 | -30/+33 |
|\ |
|
| * | Kernel/Threads: Don't clear the CPU instruction cache when performing a context switch from an idle thread into a thread in the same process. | Subv | 2017-09-15 | 1 | -1/+3 |
| * | Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer. | Subv | 2017-09-15 | 2 | -25/+7 |
| * | Kernel/Memory: Switch the current page table when a new process is scheduled. | Subv | 2017-09-10 | 1 | -0/+10 |
| * | Kernel/Memory: Give each Process its own page table. | Subv | 2017-09-10 | 2 | -5/+14 |
* | | Merge pull request #2839 from Subv/global_kernel_lock | James Rowe | 2017-08-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Kernel/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). | Subv | 2017-08-22 | 1 | -1/+1 |
* | | | Merge pull request #2893 from Subv/not_schedule_main_thread | bunnei | 2017-08-22 | 1 | -5/+1 |
|\ \ \ |
|
| * | | | Kernel/Threads: Don't immediately switch to the new main thread when loading a new process. | Subv | 2017-08-22 | 1 | -5/+1 |
| | |/
| |/| |
|
* / | | Warnings: Add UNREACHABLE macros to switches that contemplate all possible values. | Subv | 2017-08-21 | 1 | -0/+3 |
|/ / |
|
* | | Merge pull request #2799 from yuriks/virtual-cached-range-flush | Weiyi Wang | 2017-07-22 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Memory: Make PhysicalToVirtualAddress return a boost::optional | Yuri Kunde Schlesner | 2017-06-22 | 1 | -1/+1 |
* | | Merge pull request #2793 from Subv/replyandreceive | Sebastian Valle | 2017-06-30 | 4 | -11/+39 |
|\ \ |
|
| * | | Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest. | Subv | 2017-06-29 | 2 | -3/+6 |
| * | | Kernel/Sessions: Clean up the list of pending request threads of a session when the client endpoint is closed. | Subv | 2017-06-26 | 1 | -0/+5 |
| * | | Kernel/ServerSession: Keep track of which threads have issued sync requests. | Subv | 2017-06-25 | 3 | -9/+29 |
* | | | Kernel: Implement AcceptSession SVC | Yuri Kunde Schlesner | 2017-06-23 | 3 | -2/+26 |
* | | | Kernel/IPC: Support translation of null handles | Yuri Kunde Schlesner | 2017-06-21 | 1 | -7/+12 |
| |/
|/| |
|
* | | Merge pull request #2789 from yuriks/misc-kernel | Weiyi Wang | 2017-06-21 | 1 | -0/+2 |
|\ \ |
|
| * | | Kernel: Add comment about the extended linear heap area | Yuri Kunde Schlesner | 2017-06-19 | 1 | -0/+2 |
| |/ |
|
* | | Merge pull request #2790 from yuriks/remove-movefrom | Yuri Kunde Schlesner | 2017-06-21 | 4 | -7/+7 |
|\ \ |
|
| * | | ResultVal: Remove MoveFrom() | Yuri Kunde Schlesner | 2017-06-19 | 4 | -7/+7 |
| |/ |
|
* / | Kernel/IPC: Make HLERequestContext usable from outside kernel | Yuri Kunde Schlesner | 2017-06-19 | 2 | -3/+9 |
|/ |
|
* | Kernel/IPC: Use boost::small_vector for HLE context objects | Yuri Kunde Schlesner | 2017-06-12 | 1 | -1/+3 |
* | Kernel: Allow clearing request_objects to re-use buffer space | Yuri Kunde Schlesner | 2017-06-11 | 2 | -0/+11 |
* | Kernel: Basic support for IPC translation for HLE services | Yuri Kunde Schlesner | 2017-06-11 | 2 | -6/+125 |
* | Kernel: Add methods in HLERequestContext abstracting handle creation | Yuri Kunde Schlesner | 2017-06-11 | 2 | -0/+12 |
* | ServiceFramework: Use separate copy of command buffer | Yuri Kunde Schlesner | 2017-06-11 | 1 | -3/+6 |
* | Merge pull request #2756 from yuriks/service-framework | Yuri Kunde Schlesner | 2017-06-09 | 2 | -6/+42 |
|\ |
|
| * | Service: Add new ServiceFramework framework for writing HLE services | Yuri Kunde Schlesner | 2017-06-08 | 2 | -2/+36 |
| * | Kernel: Remove some unnecessary namespace qualifications | Yuri Kunde Schlesner | 2017-06-06 | 1 | -4/+6 |
* | | Session: Remove/add some forward declarations | Yuri Kunde Schlesner | 2017-06-08 | 2 | -1/+2 |
* | | Kernel: Ensure objects are kept alive during ClientSession disconnection | Yuri Kunde Schlesner | 2017-06-08 | 1 | -7/+13 |
|/ |
|
* | Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession | Yuri Kunde Schlesner | 2017-06-06 | 7 | -33/+36 |
* | HLE: Move SessionRequestHandler from Service:: to Kernel:: | Yuri Kunde Schlesner | 2017-06-06 | 8 | -15/+90 |
* | Kernel: Move HandleTable to a separate file | Yuri Kunde Schlesner | 2017-05-30 | 13 | -202/+234 |
* | Kernel: Move WaitObject to a separate file | Yuri Kunde Schlesner | 2017-05-30 | 11 | -132/+173 |
* | Kernel: Removed HandleTable::GetWaitObject | Yuri Kunde Schlesner | 2017-05-30 | 1 | -9/+0 |
* | Kernel: Extract dynamic Object pointer cast into its own function | Yuri Kunde Schlesner | 2017-05-29 | 1 | -11/+24 |
* | Kernel: Centralize error definitions in errors.h | Yuri Kunde Schlesner | 2017-05-25 | 13 | -46/+133 |
* | Merge pull request #2406 from Subv/session_disconnect | Yuri Kunde Schlesner | 2017-05-22 | 6 | -51/+82 |
|\ |
|
| * | Kernel/Sessions: Remove the ClientSession::Create function. | Subv | 2017-05-22 | 3 | -16/+3 |
| * | Kernel: Remove a now unused enum and variable regarding a session's status. | Subv | 2017-05-15 | 2 | -8/+0 |
| * | Kernel: Use a Session object to keep track of the status of a Client/Server session pair. | Subv | 2017-05-15 | 6 | -32/+84 |
* | | Kernel: Map special regions according to ExHeader | Yuri Kunde Schlesner | 2017-05-10 | 4 | -50/+102 |
* | | DSP: Create backing memory for entire DSP RAM | Yuri Kunde Schlesner | 2017-05-10 | 1 | -1/+6 |
|/ |
|
* | Timer: restore missing signaled=true from #2421 | wwylele | 2017-02-27 | 1 | -0/+2 |
* | Fix log entry in timer::signal (#2600) | B3n30 | 2017-02-27 | 1 | -1/+1 |
* | Doxygen: Amend minor issues (#2593) | Mat M | 2017-02-27 | 1 | -1/+2 |
* | Merge pull request #2587 from yuriks/status-bar | Yuri Kunde Schlesner | 2017-02-27 | 2 | -1/+1 |
|\ |
|
| * | Core: Remove unnecessary include in thread.h | Yuri Kunde Schlesner | 2017-02-27 | 2 | -1/+1 |
* | | Timers: Immediately signal the timer if it was started with an initial value of 0. | Subv | 2017-02-22 | 2 | -16/+31 |
|/ |
|
* | Threads: Check the process' resource limit for the max allowed priority when creating a thread and remove the priority clamping code. | Subv | 2017-01-11 | 1 | -8/+2 |
* | Thread: Added priority range checking to svcSetThreadPriority and removed priority clamping code from Thread::SetPriority. | Subv | 2017-01-11 | 2 | -18/+4 |
* | Merge pull request #2397 from Subv/pulse | bunnei | 2017-01-10 | 5 | -13/+20 |
|\ |
|
| * | Kernel: Implemented Pulse event and timers. | Subv | 2017-01-05 | 5 | -13/+20 |
* | | Merge pull request #2410 from Subv/sleepthread | bunnei | 2017-01-07 | 2 | -0/+9 |
|\ \ |
|
| * | | Kernel: Don't attempt to yield execution in SleepThread(0) if there are no available threads to run. | Subv | 2017-01-06 | 2 | -0/+9 |
* | | | Merge pull request #2396 from Subv/sema_acquire | bunnei | 2017-01-07 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Kernel/Semaphore: Fixed a regression in semaphore waits. | Subv | 2017-01-05 | 1 | -1/+2 |
| |/ / |
|
* | | | Merge pull request #2408 from Subv/priority_boosting | bunnei | 2017-01-06 | 1 | -27/+0 |
|\ \ \ |
|
| * | | | Kernel: Removed the priority boost code for starved threads. | Subv | 2017-01-05 | 1 | -27/+0 |
| |/ / |
|
* / / | Kernel: Remove some unused functions. | Subv | 2017-01-05 | 2 | -32/+0 |
|/ / |
|
* | | Kernel: Add some asserts to enforce the invariants in the scheduler. | Subv | 2017-01-05 | 2 | -2/+13 |
* | | 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 | 3 | -10/+19 |
* | | Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true. | Subv | 2017-01-04 | 2 | -13/+17 |
* | | Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexes | Subv | 2017-01-04 | 4 | -42/+54 |
* | | Kernel/Mutex: Update a mutex priority when a thread stops waiting on it. | Subv | 2017-01-04 | 4 | -22/+39 |
* | | Kernel/Mutex: Implemented priority inheritance. | Subv | 2017-01-04 | 4 | -22/+51 |
* | | Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. | Subv | 2017-01-04 | 16 | -62/+50 |
* | | Kernel/Synch: Do not attempt a reschedule on every syscall. | Subv | 2017-01-04 | 1 | -0/+1 |
|/ |
|
* | ThreadContext: Move from "core" to "arm_interface". | bunnei | 2016-12-22 | 2 | -4/+5 |
* | core: Replace "AppCore" nomenclature with just "CPU". | bunnei | 2016-12-22 | 1 | -3/+3 |
* | core: Remove HLE module, consolidate code & various cleanups. | bunnei | 2016-12-22 | 4 | -7/+3 |
* | core: Consolidate core and system state, remove system module & cleanups. | bunnei | 2016-12-22 | 1 | -3/+3 |
* | Thread: remove the thread from the thread list when exiting | wwylele | 2016-12-17 | 2 | -2/+14 |
* | Kernel: remove object's waiting thread if it is dead | wwylele | 2016-12-16 | 1 | -1/+2 |
* | Merge pull request #2260 from Subv/scheduling | bunnei | 2016-12-16 | 6 | -115/+102 |
|\ |
|
| * | Fixed the codestyle to match our clang-format rules. | Subv | 2016-12-14 | 2 | -8/+11 |
| * | Properly remove a thread from its wait_objects' waitlist when it is awoken by a timeout. | Subv | 2016-12-10 | 2 | -1/+10 |
| * | WaitSynch: Removed unused variables and reduced SharedPtr copies. | Subv | 2016-12-09 | 3 | -13/+11 |
| * | 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 | 2 | -10/+22 |
| * | Threading: Reworked the way our scheduler works. | Subv | 2016-12-04 | 6 | -111/+76 |
* | | Fixed the codestyle to match our clang-format rules. | Subv | 2016-12-14 | 7 | -33/+51 |
* | | Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass. | Subv | 2016-12-09 | 2 | -2/+23 |
* | | Added a framework for partially handling Session disconnections. | Subv | 2016-12-08 | 4 | -9/+35 |
* | | Use std::move where appropriate. | Subv | 2016-12-08 | 5 | -7/+13 |
* | | Return an error code when connecting to a saturated port. | Subv | 2016-12-05 | 2 | -4/+11 |
* | | Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, TranslateRequest and HandleSyncRequestImpl. | Subv | 2016-12-05 | 2 | -0/+2 |
* | | Kernel: Remove the Redirection handle type. | Subv | 2016-12-05 | 1 | -2/+0 |
* | | KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it. | Subv | 2016-12-05 | 8 | -35/+60 |
* | | Declare empty ServerSession and ClientSession constructors as default. | Subv | 2016-12-03 | 2 | -4/+4 |
* | | Fixed the rebase mistakes. | Subv | 2016-12-01 | 7 | -51/+46 |
* | | A bit of a redesign. | Subv | 2016-12-01 | 6 | -215/+24 |
* | | IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists. | Subv | 2016-12-01 | 4 | -22/+15 |
* | | Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and is now its own standalone class. | Subv | 2016-12-01 | 2 | -8/+44 |
* | | fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. | Subv | 2016-12-01 | 3 | -4/+5 |
* | | Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. | Subv | 2016-12-01 | 7 | -56/+233 |
|/ |
|
* | Merge pull request #2196 from Subv/system_mode | Yuri Kunde Schlesner | 2016-11-28 | 2 | -6/+4 |
|\ |
|
| * | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | 2016-11-20 | 2 | -6/+4 |
* | | Kernel/Events: Log an error when trying to create Pulse events and timers. | Subv | 2016-11-19 | 2 | -0/+10 |
|/ |
|
* | Fix typos | Ricardo de Almeida Gonzaga | 2016-10-20 | 2 | -2/+2 |
* | move ResetType to kernel.h | wwylele | 2016-09-22 | 3 | -7/+6 |
* | implement wait tree widget | wwylele | 2016-09-22 | 4 | -0/+16 |
* | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 2016-09-21 | 14 | -14/+14 |
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 29 | -74/+16 |
* | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 2016-09-19 | 15 | -64/+36 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 30 | -419/+616 |
* | arm: ResetContext shouldn't be part of ARM_Interface. | bunnei | 2016-09-15 | 1 | -1/+17 |
* | fix #1942 and adds a few IPC functions for descriptors | Lectem | 2016-08-02 | 1 | -15/+103 |
* | Merge pull request #1869 from wwylele/dont-be-lazy | Yuri Kunde Schlesner | 2016-06-29 | 1 | -2/+6 |
|\ |
|
| * | Switch context on the same thread if necessary | wwylele | 2016-05-30 | 1 | -2/+6 |
* | | Merge pull request #1867 from mailwl/srv-update | bunnei | 2016-06-29 | 1 | -0/+4 |
|\ \ |
|
| * | | Fix parameter name in EnableNotification | mailwl | 2016-05-31 | 1 | -0/+4 |
| |/ |
|
* | | Merge pull request #1877 from wwylele/wait-fix-timeout | bunnei | 2016-06-18 | 1 | -0/+49 |
|\ \ |
|
| * | | Thread: update timeout when rerunning WaitSynch | wwylele | 2016-06-04 | 1 | -0/+49 |
| |/ |
|
* | | Kernel/SVC: Implemented svcCreatePort. | Subv | 2016-06-11 | 4 | -2/+11 |
* | | Kernel: Added ClientPort and ServerPort classes. | Subv | 2016-06-05 | 5 | -2/+135 |
|/ |
|
* | Merge pull request #1692 from Subv/rm_getpointer2 | bunnei | 2016-05-30 | 1 | -1/+1 |
|\ |
|
| * | Kernel/Thread: Remove use of Memory::GetPointer | MerryMage | 2016-05-21 | 1 | -1/+1 |
* | | Memory: Added necessary headers and removed unnecessary header | MerryMage | 2016-05-26 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #1800 from JayFoxRox/set-fpscr | bunnei | 2016-05-18 | 1 | -0/+2 |
|\ |
|
| * | Set fpscr for new threads | Jannik Vogel | 2016-05-17 | 1 | -0/+2 |
* | | Memory: Fixed a regression caused by #1695 and #1689. | Subv | 2016-05-14 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #1689 from Subv/shmem | bunnei | 2016-05-13 | 4 | -67/+161 |
|\ |
|
| * | HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block. | Subv | 2016-05-13 | 2 | -1/+30 |
| * | Kernel: Account for automatically-allocated shared memories in the amount of used linear heap memory. | Subv | 2016-05-13 | 1 | -0/+5 |
| * | Kernel/SharedMemory: Log an error when Map fails. | Subv | 2016-05-13 | 1 | -1/+10 |
| * | Kernel: Implemented shared memory permissions. | Subv | 2016-05-13 | 2 | -9/+47 |
| * | Kernel/Memory: Remove the Shared Memory region from the legacy memory map. | Subv | 2016-05-13 | 1 | -1/+0 |
| * | Kernel/SharedMemory: Properly implemented shared memory support. | Subv | 2016-05-13 | 2 | -65/+79 |
| * | Kernel/SVC: Fixed the register order for svcCreateMemoryBlock. | Subv | 2016-05-13 | 1 | -1/+1 |
* | | Merge pull request #1695 from Subv/tls_alloc | bunnei | 2016-05-13 | 4 | -22/+74 |
|\ \
| |/
|/| |
|
| * | Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. | Subv | 2016-05-07 | 4 | -22/+74 |
* | | Merge pull request #1766 from Subv/log_cpu | bunnei | 2016-05-08 | 1 | -0/+2 |
|\ \ |
|
| * | | Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1). | Subv | 2016-05-07 | 1 | -0/+2 |
| |/ |
|
* | | Merge pull request #1762 from bunnei/global | bunnei | 2016-05-06 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | hle: Get rid of global access to g_reschedule | Lioncash | 2016-03-21 | 1 | -1/+2 |
* | | Merge pull request #1643 from MerryMage/make_unique | Mathew Maidment | 2016-04-06 | 1 | -1/+2 |
|\ \ |
|
| * | | Common: Remove Common::make_unique, use std::make_unique | MerryMage | 2016-04-05 | 1 | -1/+2 |
| |/ |
|
* / | session: Make helper functions constexpr | Lioncash | 2016-03-21 | 1 | -6/+6 |
|/ |
|
* | svc: Move ResetType enum to the kernel event header | Lioncash | 2016-03-13 | 2 | -2/+8 |
* | svc: Make ResetType an enum class | Lioncash | 2016-03-12 | 2 | -2/+2 |
* | Memory: Do correct Phys->Virt address translation for non-APP linheap | Yuri Kunde Schlesner | 2016-03-06 | 2 | -2/+5 |
* | AudioCore: Skeleton Implementation | MerryMage | 2016-02-21 | 1 | -1/+4 |
* | BitField: Make trivially copyable and remove assignment operator | MerryMage | 2016-02-12 | 1 | -1/+1 |
* | Memory: Implement MMIO | MerryMage | 2016-01-30 | 2 | -4/+8 |
* | HLE/SVC: Implement UnmapMemoryBlock. | Subv | 2016-01-14 | 2 | -0/+28 |
* | HLE/Timers: Reset OneShot timers when they are acquired instead of when they're triggered. | Subv | 2015-12-30 | 1 | -3/+3 |
* | SVC: Fixed ArbitrateAddress to behave as it does on hardware. | Subv | 2015-12-28 | 2 | -9/+18 |
* | Kernel: Implement svcGetSystemInfo | Yuri Kunde Schlesner | 2015-12-01 | 4 | -0/+12 |
* | Silence -Wsign-compare warnings. | Rohit Nirmal | 2015-10-07 | 1 | -1/+1 |
* | general: Silence some warnings when using clang | Lioncash | 2015-09-16 | 1 | -2/+4 |
* | General: Fix up doxygen comments | Lioncash | 2015-09-10 | 3 | -6/+3 |
* | Kernel: Fix wrong linear heap base on titles using newer kernels | Yuri Kunde Schlesner | 2015-08-28 | 1 | -1/+1 |
* | Kernel: Fix assertion failure when ControlMemory is called with size=0 | Yuri Kunde Schlesner | 2015-08-27 | 1 | -0/+8 |
* | Core: Improve APT Shared Font hack | Yuri Kunde Schlesner | 2015-08-27 | 2 | -2/+27 |
* | Kernel: Remove unused legacy heap MapBlock_* functions | Yuri Kunde Schlesner | 2015-08-16 | 2 | -77/+0 |
* | Kernel: Implement svcGetProcessInfo in a basic way | Yuri Kunde Schlesner | 2015-08-16 | 3 | -1/+15 |
* | Kernel: Add more infrastructure to support different memory layouts | Yuri Kunde Schlesner | 2015-08-16 | 5 | -20/+138 |
* | Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h} | Yuri Kunde Schlesner | 2015-08-16 | 3 | -1/+160 |
* | Memory: Move address type conversion routines to memory.cpp/h | Yuri Kunde Schlesner | 2015-08-16 | 1 | -1/+0 |
* | Process: Store kernel compatibility version during loading | Yuri Kunde Schlesner | 2015-08-16 | 2 | -3/+7 |
* | Kernel: Properly implement ControlMemory FREE and COMMIT | Yuri Kunde Schlesner | 2015-08-16 | 4 | -23/+243 |
* | VMManager: Introduce names for used ResultCodes | Yuri Kunde Schlesner | 2015-08-16 | 2 | -6/+11 |
* | VMManager: Make LogLayout log level configurable as a parameter | Yuri Kunde Schlesner | 2015-08-16 | 3 | -5/+15 |
* | VMManager: Change block offsets to size_t | Yuri Kunde Schlesner | 2015-08-16 | 2 | -3/+3 |
* | dyncom: Rename armdefs.h to armstate.h | Lioncash | 2015-07-26 | 1 | -1/+1 |
* | Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled. | Subv | 2015-07-21 | 1 | -0/+8 |
* | Ensure all kernel objects are released during shutdown | Yuri Kunde Schlesner | 2015-07-17 | 1 | -7/+14 |
* | Merge pull request #921 from linkmauve/fix-applet | bunnei | 2015-07-12 | 2 | -0/+4 |
|\ |
|
| * | Core: Fix applet includes using iwyu. | Emmanuel Gil Peyrot | 2015-07-12 | 2 | -0/+4 |
* | | Kernel: Add CodeSet case to Object::IsWaitable | Yuri Kunde Schlesner | 2015-07-12 | 1 | -0/+1 |
|/ |
|
* | Core: Properly configure address space when loading a binary | Yuri Kunde Schlesner | 2015-07-12 | 5 | -14/+88 |
* | Kernel: Remove unused member from Event | Yuri Kunde Schlesner | 2015-07-12 | 2 | -2/+1 |
* | Core: Cleanup file_sys includes. | Emmanuel Gil Peyrot | 2015-06-28 | 1 | -1/+2 |
* | Core: Cleanup core includes. | Emmanuel Gil Peyrot | 2015-06-28 | 2 | -1/+2 |
* | Common: Cleanup key_map includes. | Emmanuel Gil Peyrot | 2015-06-28 | 4 | -6/+10 |
* | Add helpers to create IPC command buffer headers and descriptors | Yuri Kunde Schlesner | 2015-06-23 | 1 | -0/+34 |
* | kernel: Fix svcWaitSynch to always acquire requested wait objects. | bunnei | 2015-06-17 | 7 | -101/+37 |
* | Merge pull request #810 from yuriks/memmap | Yuri Kunde Schlesner | 2015-05-30 | 2 | -0/+445 |
|\ |
|
| * | Kernel: Add VMManager to manage process address spaces | Yuri Kunde Schlesner | 2015-05-27 | 2 | -0/+445 |
* | | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2015-05-29 | 5 | -11/+11 |
|/ |
|
* | Kernel: Fix a warning introduced with ResourceLimit, and remove the fallback code to prevent it from happening again. | Emmanuel Gil Peyrot | 2015-05-21 | 1 | -2/+1 |
* | Kernel: Move reschedules from SVCs to actual mechanisms that reschedule. | bunnei | 2015-05-21 | 6 | -0/+20 |
* | Merge pull request #772 from lioncash/warn | bunnei | 2015-05-18 | 1 | -3/+3 |
|\ |
|
| * | process: Get rid of warnings | Lioncash | 2015-05-14 | 1 | -3/+3 |
* | | Core/ResourceLimits: Implemented the basic structure of ResourceLimits. | Subv | 2015-05-15 | 6 | -1/+286 |
* | | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 2015-05-15 | 6 | -6/+5 |
* | | thread: Fix a conditional check in Reschedule | Lioncash | 2015-05-14 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #748 from Subv/tls_max | bunnei | 2015-05-12 | 3 | -7/+19 |
|\ |
|
| * | Core/Memory: Add TLS support for creating up to 300 threads | Subv | 2015-05-12 | 3 | -7/+19 |
* | | Merge pull request #751 from yuriks/idle-thread | bunnei | 2015-05-12 | 2 | -44/+19 |
|\ \ |
|
| * | | Thread: Remove the idle thread | Yuri Kunde Schlesner | 2015-05-12 | 2 | -44/+19 |
* | | | Merge pull request #757 from Subv/scheduling | bunnei | 2015-05-12 | 1 | -0/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Core/Scheduling: Prepare the new priority in the thread queue when svcSetPriority is called | Subv | 2015-05-12 | 1 | -0/+2 |
| |/ |
|
* | | Merge pull request #750 from Subv/process_svc | Yuri Kunde Schlesner | 2015-05-12 | 5 | -2/+15 |
|\ \
| |/
|/| |
|
| * | fixup! | Subv | 2015-05-12 | 2 | -7/+3 |
| * | Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread | Subv | 2015-05-11 | 5 | -2/+19 |
* | | Thread: Correctly set main thread initial stack position | Yuri Kunde Schlesner | 2015-05-11 | 3 | -5/+4 |
|/ |
|
* | Merge pull request #740 from yuriks/gsp-shmem | archshift | 2015-05-11 | 2 | -16/+37 |
|\ |
|
| * | Kernel: Zero-fill shared memory blocks when mapping | Yuri Kunde Schlesner | 2015-05-11 | 1 | -0/+8 |
| * | Kernel: Capture SharedMemory attributes at creation, not when mapping | Yuri Kunde Schlesner | 2015-05-11 | 2 | -16/+29 |
* | | fixup! Set the TLS address in the scheduler | Subv | 2015-05-11 | 2 | -2/+7 |
* | | Core/Memory: Give every emulated thread it's own TLS area. | Subv | 2015-05-11 | 3 | -4/+22 |
|/ |
|
* | Common: Remove the BIT macro | Yuri Kunde Schlesner | 2015-05-09 | 1 | -2/+2 |
* | Memory: Re-organize and rename memory area address constants | Yuri Kunde Schlesner | 2015-05-09 | 2 | -3/+4 |
* | Kernel: Remove unused g_main_thread variable | Yuri Kunde Schlesner | 2015-05-09 | 3 | -5/+1 |
* | Process: Rename StaticAddressMapping => AddressMapping | Yuri Kunde Schlesner | 2015-05-09 | 2 | -5/+5 |
* | Process: Add more documentation to the class members | Yuri Kunde Schlesner | 2015-05-09 | 1 | -2/+16 |
* | Process: Use BitField to store process flags | Yuri Kunde Schlesner | 2015-05-09 | 2 | -16/+24 |
* | Process: Support parsing of exheader kernel caps | Yuri Kunde Schlesner | 2015-05-09 | 2 | -4/+72 |
* | Kernel: Remove g_program_id | Yuri Kunde Schlesner | 2015-05-09 | 2 | -8/+0 |
* | Kernel: Introduce skeleton Process class to hold process data | Yuri Kunde Schlesner | 2015-05-09 | 4 | -19/+101 |
* | Common: Remove common.h | Yuri Kunde Schlesner | 2015-05-07 | 9 | -8/+14 |
* | Move typedefs from kernel.h to more appropriate places | Yuri Kunde Schlesner | 2015-05-07 | 1 | -10/+1 |
* | Kernel: Properly initialize and shutdown all modules. | bunnei | 2015-05-02 | 4 | -9/+20 |
* | Kernel: Use the correct format string for u64 hex. | Emmanuel Gil Peyrot | 2015-04-14 | 1 | -1/+1 |
* | SVC: Update various SVCs to cause a reschedule. | bunnei | 2015-04-10 | 1 | -4/+0 |
* | Kernel: Implemented priority inheritance for mutexes. | bunnei | 2015-04-10 | 3 | -4/+22 |
* | Thread: Implement priority boost for starved threads. | bunnei | 2015-04-10 | 2 | -22/+51 |
* | Kernel: Fixed default thread priority. | bunnei | 2015-04-10 | 2 | -5/+4 |
* | Initialize base address to 0x0 | Gareth Higgins | 2015-04-09 | 1 | -0/+1 |
* | Misc cleanup of common and related functions | archshift | 2015-02-20 | 1 | -2/+3 |
* | Build: Fixed some warnings | Subv | 2015-02-12 | 3 | -4/+4 |
* | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 2015-02-11 | 7 | -15/+13 |
* | Scheduler refactor Pt. 1 | Kevin Hartman | 2015-02-10 | 3 | -223/+258 |
* | Mutex: Locks should be recursive. | bunnei | 2015-02-10 | 2 | -16/+20 |
* | core: Fix some warnings on OSX | Lioncash | 2015-02-03 | 1 | -1/+0 |
* | Kernel: Stop creating useless Handles during object creation | Yuri Kunde Schlesner | 2015-02-02 | 12 | -36/+17 |
* | Kernel: Make WaitObjects share ownership of Threads waiting on them | Yuri Kunde Schlesner | 2015-02-02 | 6 | -12/+17 |
* | Explicitly instantiate constructors/destructors for Kernel objects | Yuri Kunde Schlesner | 2015-02-02 | 16 | -8/+50 |
* | Mutex: Replace g_mutex_held_locks with a set inside Thread | Yuri Kunde Schlesner | 2015-02-02 | 3 | -23/+18 |
* | 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 | 2 | -9/+1 |
* | Kernel: Introduce unique Object ids for debugging | Yuri Kunde Schlesner | 2015-02-02 | 4 | -8/+16 |
* | Kernel: Use separate Handle tables for CoreTiming userdata | Yuri Kunde Schlesner | 2015-02-02 | 4 | -18/+25 |
* | Kernel: Remove previous scheduled event when a Timer is re-Set | Yuri Kunde Schlesner | 2015-02-02 | 1 | -0/+3 |
* | Thread: Modernize two functions that slipped through previous rebases | Yuri Kunde Schlesner | 2015-02-02 | 3 | -15/+13 |
* | arm: Clean up ARMul_State | Lioncash | 2015-02-01 | 1 | -1/+1 |
* | shared_memory: Fix assignments in SharedMemory::Map | Lioncash | 2015-01-30 | 2 | -4/+4 |
* | Kernel: Mark all appropriate kernel objects as "final" | Yuri Kunde Schlesner | 2015-01-30 | 7 | -8/+7 |
* | Remove result.h InvalidHandle | Yuri Kunde Schlesner | 2015-01-30 | 1 | -1/+2 |
* | Kernel: Convert Event to not use Handles | Yuri Kunde Schlesner | 2015-01-30 | 2 | -83/+51 |
* | Kernel: Convert Timer to (mostly) not use Handles | Yuri Kunde Schlesner | 2015-01-30 | 2 | -104/+72 |
* | Kernel: Convert Mutex to not use Handles | Yuri Kunde Schlesner | 2015-01-30 | 2 | -101/+82 |
* | Kernel: Convert AddressArbiter to not use Handles | Yuri Kunde Schlesner | 2015-01-30 | 2 | -32/+31 |
* | Kernel: Convert Semaphore to not use Handles | Yuri Kunde Schlesner | 2015-01-30 | 2 | -61/+61 |
* | Kernel: Convert SharedMemory to not use Handles | Yuri Kunde Schlesner | 2015-01-30 | 2 | -71/+54 |
* | Move VAddr/PAddr typedefs to kernel.h | Yuri Kunde Schlesner | 2015-01-30 | 1 | -0/+5 |
* | Kernel: Remove useless/duplicated comments; mark functions static | Yuri Kunde Schlesner | 2015-01-30 | 6 | -32/+8 |
* | Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup. | bunnei | 2015-01-22 | 2 | -22/+42 |
* | Thread: Use std::find in CheckWait_WaitObject. | bunnei | 2015-01-22 | 1 | -4/+5 |
* | Mutex: Cleanup and remove redundant code. | bunnei | 2015-01-22 | 3 | -47/+29 |
* | Kernel: Renamed some functions for clarity. | bunnei | 2015-01-22 | 7 | -10/+10 |
* | Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. | bunnei | 2015-01-22 | 8 | -64/+39 |
* | WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. | bunnei | 2015-01-22 | 8 | -21/+20 |
* | Event: Fix implementation of "non-sticky" events. | bunnei | 2015-01-22 | 1 | -0/+4 |
* | Session: Change to a WaitObject. | bunnei | 2015-01-22 | 3 | -2/+9 |
* | Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs. | bunnei | 2015-01-22 | 1 | -1/+1 |
* | Mutex: Fix a bug where the thread should not wait if it already has the mutex. | bunnei | 2015-01-22 | 1 | -1/+4 |
* | Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObject safely. | bunnei | 2015-01-22 | 3 | -18/+57 |
* | AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that made no sense. | bunnei | 2015-01-22 | 4 | -35/+42 |
* | Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. | bunnei | 2015-01-22 | 8 | -112/+43 |
* | WaitSynchronizationN: Refactor to fix several bugs | bunnei | 2015-01-22 | 7 | -54/+49 |
* | Kernel: Separate WaitSynchronization into Wait and Acquire methods. | bunnei | 2015-01-22 | 7 | -14/+54 |
* | WaitSynchronizationN: Implement return values | bunnei | 2015-01-22 | 9 | -56/+139 |
* | Event: Fixed some bugs and cleanup (Subv) | bunnei | 2015-01-22 | 2 | -54/+13 |
* | Thread: Keep track of multiple wait objects. | bunnei | 2015-01-22 | 3 | -16/+30 |
* | Event: Get rid of permanent_lock hack. | bunnei | 2015-01-22 | 2 | -36/+8 |
* | WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup. | bunnei | 2015-01-22 | 2 | -4/+17 |
* | Kernel: Added WaitObject and changed "waitable" objects inherit from it. | bunnei | 2015-01-22 | 8 | -71/+73 |
* | core: Fix a few docstrings | Lioncash | 2015-01-20 | 2 | -2/+2 |
* | AddrArbiter: Implement arbitration types 3 and 4. | Subv | 2015-01-13 | 2 | -3/+20 |
* | Merge pull request #466 from Subv/wake | bunnei | 2015-01-11 | 1 | -0/+3 |
|\ |
|
| * | Thread: Prevent waking a thread multiple times. | Subv | 2015-01-11 | 1 | -0/+3 |
* | | Kernel: Start using boost::intrusive_ptr for lifetime management | Yuri Kunde Schlesner | 2015-01-09 | 10 | -76/+75 |
* | | Kernel: Don't re-assign object's handle when duplicating one | Yuri Kunde Schlesner | 2015-01-09 | 2 | -2/+3 |
|/ |
|
* | Thread: Fix nullptr access in a logging function | Yuri Kunde Schlesner | 2015-01-09 | 1 | -1/+2 |
* | Thread: Rename thread_queue => thread_list | Yuri Kunde Schlesner | 2015-01-09 | 1 | -6/+6 |
* | Thread: Reduce use of Handles and move some funcs to inside the class. | Yuri Kunde Schlesner | 2015-01-09 | 9 | -281/+190 |
* | Kernel: Move Thread's definition to the header file | Yuri Kunde Schlesner | 2015-01-09 | 3 | -53/+67 |
* | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | 2015-01-09 | 2 | -4/+6 |
* | Merge pull request #255 from Subv/cbranch_3 | bunnei | 2015-01-09 | 5 | -1/+194 |
|\ |
|
| * | SVC: Implemented the Timer service calls. | Subv | 2015-01-09 | 5 | -1/+194 |
* | | SVC: Fixed SleepThread. | Subv | 2015-01-09 | 2 | -8/+39 |
* | | Threads: Use a dummy idle thread when no other are ready. | Subv | 2015-01-08 | 3 | -1/+35 |
* | | Common: Clean up ThreadQueueList | Yuri Kunde Schlesner | 2015-01-07 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #407 from Subv/arbiter | bunnei | 2015-01-05 | 1 | -0/+11 |
|\ |
|
| * | AddressArbiter: Ported arbitration type 2 from 3dmoo. | Subv | 2015-01-03 | 1 | -0/+11 |
* | | Mutex: Add the calling thread to the waiting list when needed | Subv | 2015-01-04 | 1 | -2/+2 |
|/ |
|
* | Kernel: New handle manager | Yuri Kunde Schlesner | 2014-12-28 | 9 | -142/+189 |
* | Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants | Yuri Kunde Schlesner | 2014-12-28 | 8 | -15/+15 |
* | Rename ObjectPool to HandleTable | Yuri Kunde Schlesner | 2014-12-28 | 8 | -41/+41 |
* | Merge pull request #291 from purpasmart96/license | bunnei | 2014-12-21 | 15 | -16/+16 |
|\ |
|
| * | License change | purpasmart96 | 2014-12-21 | 15 | -16/+16 |
* | | Thread: Wait current thread on svc_SleepThread | bunnei | 2014-12-21 | 2 | -21/+33 |
* | | Merge pull request #316 from yuriks/thread-handle | bunnei | 2014-12-20 | 3 | -2/+16 |
|\ \ |
|
| * | | Kernel: Implement support for current thread pseudo-handle | Yuri Kunde Schlesner | 2014-12-20 | 3 | -2/+16 |
* | | | Clean up some warnings | Chin | 2014-12-20 | 2 | -5/+5 |
| |/
|/| |
|
* | | Merge pull request #185 from purpasmart96/mem_perm | bunnei | 2014-12-18 | 1 | -5/+9 |
|\ \ |
|
| * | | Kernel:Add missing permissions in shared memory & svc | purpasmart96 | 2014-11-19 | 1 | -5/+9 |
* | | | Filesystem/Archives: Implemented the SaveData archive | Subv | 2014-12-18 | 2 | -0/+7 |
| |/
|/| |
|
* | | 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 | 3 | -534/+1 |
* | | Remove SyncRequest from K::Object and create a new K::Session type | Yuri Kunde Schlesner | 2014-12-15 | 3 | -38/+75 |
* | | Kernel/Semaphore: Small style change | Subv | 2014-12-13 | 1 | -1/+1 |
* | | Kernel/Semaphores: Invert the available count checking. | Subv | 2014-12-13 | 1 | -11/+9 |
* | | Kernel/Semaphores: Addressed some issues. | Subv | 2014-12-13 | 2 | -32/+18 |
* | | Semaphore: Removed an unneeded function | Subv | 2014-12-13 | 1 | -5/+0 |
* | | Semaphores: Addressed some style issues | Subv | 2014-12-13 | 1 | -6/+5 |
* | | Semaphore: Implemented the initial_count parameter. | Subv | 2014-12-13 | 2 | -5/+7 |
* | | SVC: Implemented ReleaseSemaphore. | Subv | 2014-12-13 | 2 | -16/+64 |
* | | SVC: Implemented svcCreateSemaphore | Subv | 2014-12-13 | 2 | -0/+98 |
* | | kernel: Remove unused log arguments | Lioncash | 2014-12-13 | 1 | -3/+3 |
* | | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 6 | -72/+45 |
* | | Merge pull request #256 from Subv/mutex | bunnei | 2014-12-11 | 3 | -37/+67 |
|\ \ |
|
| * | | Mutex: Remove some forward declarations | Subv | 2014-12-07 | 1 | -16/+15 |
| * | | Mutex: Release all held mutexes when a thread exits. | Subv | 2014-12-07 | 3 | -22/+56 |
| * | | Mutex: Properly lock the mutex when a thread enters it | Subv | 2014-12-06 | 1 | -12/+9 |
* | | | Thread: Fixed to wait on address when in arbitration. | bunnei | 2014-12-09 | 3 | -11/+31 |
* | | | Make OpenDirectory fail if the directory doesn't exist | archshift | 2014-12-07 | 1 | -0/+5 |
|/ / |
|
* | | Merge pull request #250 from Subv/cbranch_2 | bunnei | 2014-12-05 | 2 | -0/+26 |
|\ \ |
|
| * | | Threads: Remove a redundant function. | Subv | 2014-12-04 | 1 | -9/+1 |
| * | | Threads: Implemented a sequential thread id | Subv | 2014-12-04 | 2 | -4/+19 |
| * | | SVC: Implemented GetThreadId. | Subv | 2014-12-04 | 2 | -0/+19 |
* | | | Merge pull request #222 from archshift/renamexyz | bunnei | 2014-12-05 | 2 | -33/+74 |
|\ \ \ |
|
| * | | | Updated archive.cpp functions for proper error handling | archshift | 2014-12-04 | 2 | -65/+36 |
| * | | | Implemented RenameDirectory in FS:USER | archshift | 2014-11-25 | 2 | -0/+35 |
| * | | | Implemented RenameFile in FS:USER | archshift | 2014-11-25 | 2 | -0/+35 |
* | | | | kernel: Shorten GetCount | Lioncash | 2014-12-04 | 1 | -6/+3 |
* | | | | kernel: Make some functions const | Lioncash | 2014-12-04 | 2 | -4/+4 |
| |/ /
|/| | |
|
* | | | Merge pull request #225 from bunnei/fix-release-mutex | bunnei | 2014-11-30 | 1 | -8/+7 |
|\ \ \ |
|
| * | | | Mutex: Changed behavior to always release mutex for all threads. | bunnei | 2014-11-26 | 1 | -8/+7 |
| |/ / |
|
* / / | Thread: Check that thread is actually in "wait state" when verifying wait. | bunnei | 2014-11-26 | 1 | -1/+1 |
|/ / |
|
* | | Use pointers instead of passing handles around in some functions. | Yuri Kunde Schlesner | 2014-11-24 | 1 | -19/+15 |
* | | Remove duplicated docs/update them for changed parameters. | Yuri Kunde Schlesner | 2014-11-24 | 9 | -78/+0 |
* | | HLE: Revamp error handling throrough the HLE code | Yuri Kunde Schlesner | 2014-11-24 | 13 | -201/+187 |
* | | Merge pull request #191 from archshift/deletexyz | bunnei | 2014-11-24 | 2 | -1/+47 |
|\ \ |
|
| * | | Added DeleteFile and DeleteDirectory functions to FS:USER and the archives. | archshift | 2014-11-23 | 2 | -1/+47 |
* | | | Merge pull request #211 from linkmauve/master | bunnei | 2014-11-19 | 12 | -42/+42 |
|\ \ \ |
|
| * | | | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 12 | -42/+42 |
* | | | | Merge pull request #208 from lioncash/statics | bunnei | 2014-11-19 | 1 | -22/+22 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add static to some variables | Lioncash | 2014-11-19 | 1 | -22/+22 |
| |/ / |
|
* / / | Remove extraneous semicolons | Lioncash | 2014-11-18 | 1 | -1/+1 |
|/ / |
|
* | | Archive: Fixed to not destroy archive handle on close. | bunnei | 2014-11-18 | 1 | -3/+3 |
* | | Archive: Fixed close archive before freeing. | bunnei | 2014-11-18 | 1 | -1/+1 |
* | | FS_User: Support FileSye::Path in a more generic way. | bunnei | 2014-11-18 | 1 | -0/+11 |
* | | FileSys: Updated backend code to use FileSys::Path instead of string for paths. | bunnei | 2014-11-18 | 2 | -10/+10 |
* | | Fix two format strings. | Lioncash | 2014-11-14 | 1 | -1/+1 |
|/ |
|
* | Added CreateDirectory function to service/fs.cpp, and in Archive. | archshift | 2014-11-02 | 2 | -2/+25 |
* | Fix some warnings | Sean | 2014-10-30 | 1 | -3/+3 |
* | Add `override` keyword through the code. | Yuri Kunde Schlesner | 2014-10-26 | 6 | -35/+35 |
* | FileSys: split the constructor into an Open method, in order to notify the opener something went wrong. | Emmanuel Gil Peyrot | 2014-10-06 | 1 | -0/+3 |
* | FileSys/Kernel: Implement SetSize service call for File objects. | Emmanuel Gil Peyrot | 2014-10-06 | 1 | -0/+8 |
* | Use the citra user path for the sdmc directory | archshift | 2014-09-21 | 1 | -2/+1 |
* | Kernel: Implement the Close command for Archive, File and Directory. | Emmanuel Gil Peyrot | 2014-09-17 | 2 | -0/+43 |
* | Kernel: Add a Directory object and a getter for it from an Archive object. | Emmanuel Gil Peyrot | 2014-09-17 | 3 | -0/+91 |
* | Kernel: Add a File object and a getter for it from an Archive object. | Emmanuel Gil Peyrot | 2014-09-17 | 2 | -0/+118 |
* | Core: Get rid of unnecessary switch statement in Kernel | Lioncash | 2014-09-15 | 1 | -41/+2 |
* | core: Prune redundant includes | archshift | 2014-09-09 | 3 | -6/+0 |
* | Threading: Fix thread starting to execute first instruction correctly. | bunnei | 2014-08-28 | 1 | -0/+5 |
* | Added FS functions to Archive and Archive_RomFS | archshift | 2014-08-23 | 1 | -3/+31 |
* | Core: Use std::array for managing kernel object space | Lioncash | 2014-08-19 | 2 | -5/+5 |
* | Core: Alter the kernel string functions to use std::string instead of const char*. | Lioncash | 2014-08-18 | 8 | -25/+22 |
* | Thread: Added more descriptive comment to WaitCurrentThread. | bunnei | 2014-08-07 | 2 | -2/+10 |
* | AddressArbiter: Removed unnecessary HLE::Reschedule. | bunnei | 2014-08-06 | 1 | -1/+0 |
* | AddressArbiter: Fixed bug with break statements missing from case statements. | bunnei | 2014-08-06 | 1 | -0/+2 |
* | Kernel: Updated Event and Mutex to specify handle that they are blocking for. | bunnei | 2014-08-06 | 2 | -2/+2 |
* | Kernel: Added preliminary support for address arbiters. | bunnei | 2014-07-09 | 3 | -1/+124 |
* | Thread: Added functions to resume threads from address arbitration. | bunnei | 2014-07-09 | 2 | -0/+44 |
* | SharedMemory: Updated MapSharedMemory to use an enum for permissions. | bunnei | 2014-07-05 | 2 | -6/+27 |
* | Kernel: Added support for shared memory objects. | bunnei | 2014-07-05 | 2 | -0/+132 |
* | Archive: Added Init/Shutdown methods to reset kernel archive state. | bunnei | 2014-07-05 | 3 | -0/+19 |
* | FileSys: Added preliminary support for applications reading the RomFS archive. | bunnei | 2014-07-05 | 2 | -10/+105 |
* | Kernel: Added stubbed code to support creation of kernel Archive objects. | bunnei | 2014-06-27 | 3 | -0/+85 |
* | 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 | 2 | -0/+10 |
* | Event: Updated several log messages to be assertions. | bunnei | 2014-06-13 | 1 | -16/+8 |
* | Thread: Renamed occurrences of "t" to "thread" to improve readability. | bunnei | 2014-06-13 | 1 | -48/+45 |
* | Thread: Cleaned up VerifyWait, fixed issue where nullptr msg could unnecessarily be logged. | bunnei | 2014-06-13 | 1 | -9/+7 |
* | HLE: Removed usnused EatCycles function. | bunnei | 2014-06-13 | 1 | -9/+0 |
* | Thread: Moved position of * in arguments. | bunnei | 2014-06-13 | 1 | -2/+2 |
* | Thread: Updated VerifyWait to be more readable (but functionally the same). | bunnei | 2014-06-13 | 1 | -4/+3 |
* | HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) | bunnei | 2014-06-13 | 3 | -9/+9 |
* | Kernel: Updated various kernel function "name" arguments to be const references. | bunnei | 2014-06-13 | 4 | -6/+6 |
* | HLE: Updated various handle debug assertions to be more clear. | bunnei | 2014-06-13 | 2 | -3/+3 |
* | Mutex: Moved ReleaseMutex iterator declaration to be inside while loop. | bunnei | 2014-06-13 | 1 | -2/+1 |
* | Kernel: Updated several member functions to be const | bunnei | 2014-06-13 | 4 | -11/+11 |
* | Thread: Fixed bug with ResetThread where cpu_registers[15] was being incorrectly set | bunnei | 2014-06-13 | 1 | -1/+1 |
* | Kernel: Made SyncRequest not pure virtual, with a default implementation of error (as this is not required for all kernel objects) | bunnei | 2014-06-13 | 3 | -23/+4 |
* | Kernel: Added real support for thread and event blocking | bunnei | 2014-06-13 | 5 | -48/+165 |
* | kernel: changed current default thread priority back to 0x30 - I think this is more correct | bunnei | 2014-06-05 | 1 | -1/+1 |
* | svc: added optional name field to Event and Mutex (used for debugging) | bunnei | 2014-06-03 | 4 | -8/+21 |
* | kernel: moved position of * for GetTypeName and GetName | bunnei | 2014-06-03 | 1 | -2/+2 |
* | svc: added GetThreadPriority and SetThreadPriority, added (incomplete) DuplicateHandle support | bunnei | 2014-06-02 | 2 | -0/+51 |
* | kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule | bunnei | 2014-06-02 | 3 | -4/+6 |
* | thread: updated Reschedule to sit at a synchronization barrier when no other threads are ready for execution | bunnei | 2014-06-01 | 1 | -0/+18 |
* | event: added a hackish ability to set an event as "locked" to its current state, cleaned up some comments | bunnei | 2014-06-01 | 2 | -4/+32 |
* | mutex: fixed typo in ReleaseMutex | bunnei | 2014-05-30 | 1 | -1/+3 |
* | event: added support for ClearEvent, fixed a bug with CreateEvent, fixed some comments | bunnei | 2014-05-30 | 2 | -9/+14 |
* | mutex: added preliminary SyncRequest/WaitSynchronization, added some comments/assertions | bunnei | 2014-05-28 | 1 | -0/+6 |
* | event: fixed typos and updated CMakeLists | bunnei | 2014-05-28 | 1 | -1/+1 |
* | event: added SetEventLocked method to change status an events lock | bunnei | 2014-05-28 | 2 | -0/+18 |
* | kernel: added event module to support creation of CTR "Event" objects | bunnei | 2014-05-28 | 2 | -0/+119 |
* | mutex: removed docstring comment that is no longer relevant | bunnei | 2014-05-27 | 1 | -1/+0 |
* | mutex: added additional docstrings | bunnei | 2014-05-27 | 1 | -0/+2 |
* | kernel: added WaitSynchronization method to Kernel::Object | bunnei | 2014-05-27 | 3 | -0/+29 |
* | kernel: updated SyncRequest to take boolean thread wait result as a parameter | bunnei | 2014-05-27 | 3 | -5/+20 |
* | kernel: added enum for known CurrentThread and CurrentProcess handles | bunnei | 2014-05-27 | 1 | -0/+5 |
* | kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest | bunnei | 2014-05-27 | 3 | -0/+11 |
* | thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reason" argument | bunnei | 2014-05-23 | 2 | -4/+4 |
* | thread: removed unused SwitchContext/Reschedule reason field, added missing arg parameter to SVC CreateThread | bunnei | 2014-05-23 | 2 | -4/+4 |
* | kernel: refactored function naming to remove "__" prefix | bunnei | 2014-05-23 | 5 | -62/+72 |
* | thread: moved ThreadStatus/WaitType to header, added support for arg on CreateThread, added correct CPSR reset | bunnei | 2014-05-23 | 2 | -35/+40 |
* | thread: fixed bug where result of __NextThread was not being properly checked when NULL | bunnei | 2014-05-22 | 1 | -1/+1 |
* | mutex: refactored the interface to code to return a Mutex* handle | bunnei | 2014-05-21 | 2 | -3/+13 |
* | mutex: initial commit of HLE module | bunnei | 2014-05-21 | 2 | -0/+148 |
* | kernel: fixed include, in general include "common.h" not "common_types.h" | bunnei | 2014-05-21 | 1 | -1/+1 |
* | thread: added correct lowest thread priority, added a thread priority check, and added some comments | bunnei | 2014-05-21 | 2 | -6/+10 |
* | thread: exposed ResumeThreadFromWait function for use in other kernel modules | bunnei | 2014-05-21 | 2 | -8/+11 |
* | thread: moved threading calls to the Kernel namespace | bunnei | 2014-05-21 | 3 | -101/+115 |
* | ARM_Interface: added SaveContext and LoadContext functions for HLE thread switching | bunnei | 2014-05-21 | 1 | -36/+2 |
* | renamed "syscall" module to "svc" (more accurate naming) | bunnei | 2014-05-21 | 1 | -1/+1 |
* | thread: whitespace change - fixed * and & placement | bunnei | 2014-05-21 | 2 | -27/+27 |
* | - created a Kernel namespace | bunnei | 2014-05-21 | 4 | -67/+79 |
* | thread: added declaration for __KernelReschedule to be used by syscall module | bunnei | 2014-05-20 | 1 | -0/+3 |
* | - updated service(s) to be KernelObject's | bunnei | 2014-05-19 | 1 | -4/+5 |
* | - moved Handle/Result definitions to kernel.h | bunnei | 2014-05-19 | 2 | -3/+2 |
* | changed a comment | bunnei | 2014-05-17 | 2 | -2/+2 |
* | - added enum ThreadProcessorId | bunnei | 2014-05-17 | 2 | -53/+107 |
* | - replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTH | bunnei | 2014-05-17 | 3 | -8/+12 |
* | completely gutted/refactored threading code to be simpler | bunnei | 2014-05-16 | 2 | -658/+230 |
* | changed "UID" to "Handle" to be a little more consistent with CTR naming | bunnei | 2014-05-16 | 2 | -18/+21 |
* | - added helper function for __KernelCreateThread | bunnei | 2014-05-15 | 2 | -4/+76 |
* | changed primary thread priority to 0x30 - this is typical, not 0x31 | bunnei | 2014-05-15 | 1 | -1/+2 |
* | fixed thread reset to not set stack address | bunnei | 2014-05-14 | 1 | -1/+1 |
* | various cleanups / remove unused code | bunnei | 2014-05-14 | 2 | -65/+29 |
* | added a bunch of threading code, recycled from PPSSPP, with lots of hacks in for 3DS... doesn't really do much yet. Just a jumping off point | bunnei | 2014-05-14 | 2 | -70/+543 |
* | - added __KernelLoadExec function | bunnei | 2014-05-14 | 2 | -13/+35 |
* | added initial kernel/thread modules | bunnei | 2014-05-10 | 4 | -0/+527 |