summaryrefslogtreecommitdiff
path: root/src/core/hle/svc.cpp
AgeCommit message (Expand)Author
2017-05-07Remove ability to load symbol mapsYuri Kunde Schlesner
2017-04-01Fix OutputDebugString syscallMichael Theall
2017-03-09Refined thread launch on syscore error messagesFernando Sahmkow
2017-02-21Timers: Return an error when calling SetTimer with negative timeouts.Subv
2017-01-11Threads: Check the process' resource limit for the max allowed priority when ...Subv
2017-01-11Thread: Added priority range checking to svcSetThreadPriority and removed pri...Subv
2017-01-06Merge pull request #2410 from Subv/sleepthreadbunnei
2017-01-06Kernel: Fix SharedMemory objects always returning error when addr = 0 (#2404)Hyper
2017-01-05Kernel: Don't attempt to yield execution in SleepThread(0) if there are no av...Subv
2017-01-05Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all th...Subv
2017-01-04Kernel: Use different thread statuses when a thread calls WaitSynchronization...Subv
2017-01-04Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...Subv
2017-01-04Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.Subv
2017-01-04Kernel/Mutex: Implemented priority inheritance.Subv
2017-01-04Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Subv
2017-01-04Kernel/Synch: Do not attempt a reschedule on every syscall.Subv
2016-12-22core: Replace "AppCore" nomenclature with just "CPU".bunnei
2016-12-21Address clang-format issues.bunnei
2016-12-21core: Remove HLE module, consolidate code & various cleanups.bunnei
2016-12-21core: Consolidate core and system state, remove system module & cleanups.bunnei
2016-12-17Thread: remove the thread from the thread list when exitingwwylele
2016-12-16Merge pull request #2260 from Subv/schedulingbunnei
2016-12-14Fixed the codestyle to match our clang-format rules.Subv
2016-12-14Fixed the codestyle to match our clang-format rules.Subv
2016-12-10Properly remove a thread from its wait_objects' waitlist when it is awoken by...Subv
2016-12-09WaitSynch: Removed unused variables and reduced SharedPtr copies.Subv
2016-12-08Use std::move where appropriate.Subv
2016-12-05Return an error code when connecting to a saturated port.Subv
2016-12-05KServerPorts now have an HLE handler "template", which is inherited by all Se...Subv
2016-12-04Threading: Added some utility functions and const correctness.Subv
2016-12-03Threading: Reworked the way our scheduler works.Subv
2016-12-01Threads do not wait for the server endpoint to call AcceptSession before retu...Subv
2016-11-30A bit of a redesign.Subv
2016-11-30 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Subv
2016-09-22name objectswwylele
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-06-11Kernel/SVC: Implemented svcCreatePort.Subv
2016-05-21SVC::WaitSynchronizationN: Reschedule at the endwwylele
2016-05-17Set fpscr for new threadsJannik Vogel
2016-05-12Kernel: Implemented shared memory permissions.Subv
2016-05-12Kernel/SharedMemory: Properly implemented shared memory support.Subv
2016-05-08Merge pull request #1766 from Subv/log_cpubunnei
2016-05-07Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Subv
2016-04-30Merge pull request #1647 from mailwl/acu-closeasyncbunnei
2016-04-29Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner
2016-04-21ac:u: stub CloseAsync; check memory size aling in svc:GetProcessInfo(type=2)mailwl
2016-03-12svc: Move ResetType enum to the kernel event headerLioncash
2016-03-01ThreadProcessorId_All on SVC::CreateThreadKloen
2016-01-14HLE/SVC: Implement UnmapMemoryBlock.Subv