index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
svc.cpp
Age
Commit message (
Expand
)
Author
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-08
Use std::move where appropriate.
Subv
2016-12-05
Return an error code when connecting to a saturated port.
Subv
2016-12-05
KServerPorts now have an HLE handler "template", which is inherited by all Se...
Subv
2016-12-01
Threads do not wait for the server endpoint to call AcceptSession before retu...
Subv
2016-11-30
A bit of a redesign.
Subv
2016-11-30
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
2016-09-22
name objects
wwylele
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-06-11
Kernel/SVC: Implemented svcCreatePort.
Subv
2016-05-21
SVC::WaitSynchronizationN: Reschedule at the end
wwylele
2016-05-17
Set fpscr for new threads
Jannik Vogel
2016-05-12
Kernel: Implemented shared memory permissions.
Subv
2016-05-12
Kernel/SharedMemory: Properly implemented shared memory support.
Subv
2016-05-08
Merge pull request #1766 from Subv/log_cpu
bunnei
2016-05-07
Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).
Subv
2016-04-30
Merge pull request #1647 from mailwl/acu-closeasync
bunnei
2016-04-29
Common: Remove section measurement from profiler (#1731)
Yuri Kunde Schlesner
2016-04-21
ac:u: stub CloseAsync; check memory size aling in svc:GetProcessInfo(type=2)
mailwl
2016-03-12
svc: Move ResetType enum to the kernel event header
Lioncash
2016-03-01
ThreadProcessorId_All on SVC::CreateThread
Kloen
2016-01-14
HLE/SVC: Implement UnmapMemoryBlock.
Subv
2015-12-25
svc: Remove superfluous printf argument
Lioncash
2015-12-12
svc: Fix compilation with LOG_TRACE enabled
Lioncash
2015-11-30
Kernel: Implement svcGetSystemInfo
Yuri Kunde Schlesner
2015-08-30
SVC: Advance time when calling GetSystemTick to escape busy-wait loops
Yuri Kunde Schlesner
2015-08-24
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-16
Kernel: Implement svcGetProcessInfo in a basic way
Yuri Kunde Schlesner
2015-08-16
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
2015-08-16
Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}
Yuri Kunde Schlesner
2015-08-16
Kernel: Properly implement ControlMemory FREE and COMMIT
Yuri Kunde Schlesner
2015-07-25
Merge pull request #888 from zawata/Warning-Fixes-2
Yuri Kunde Schlesner
2015-07-21
dyncom: Pass SVC immediates directly.
Lioncash
2015-07-17
Kernel/SVC: Implemented svcQueryProcessMemory
Subv
2015-07-17
Kernel/SVC: Implemented svcQueryMemory.
Subv
2015-07-17
Core\HLE : Fix Warning
zawata
2015-06-16
kernel: Fix svcWaitSynch to always acquire requested wait objects.
bunnei
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-25
Core/SVC: Map the shared memory created in CreateMemoryBlock to the specified...
Subv
2015-05-20
Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.
bunnei
2015-05-16
Implement svcBreak
archshift
2015-05-14
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-11
fixup!
Subv
2015-05-11
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
Subv
2015-05-10
Kernel: Capture SharedMemory attributes at creation, not when mapping
Yuri Kunde Schlesner
2015-05-07
Fix printf format warning
Yuri Kunde Schlesner
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-06
HLE: Clean up SVC dispatch mechanism
Yuri Kunde Schlesner
[next]