index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
svc.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2260 from Subv/scheduling
bunnei
2016-12-16
1
-80
/
+107
|
\
|
*
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
1
-19
/
+28
|
*
Properly remove a thread from its wait_objects' waitlist when it is awoken by...
Subv
2016-12-10
1
-1
/
+1
|
*
WaitSynch: Removed unused variables and reduced SharedPtr copies.
Subv
2016-12-09
1
-60
/
+45
|
*
Threading: Added some utility functions and const correctness.
Subv
2016-12-04
1
-5
/
+13
|
*
Threading: Reworked the way our scheduler works.
Subv
2016-12-03
1
-78
/
+103
*
|
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-14
1
-2
/
+4
*
|
Use std::move where appropriate.
Subv
2016-12-08
1
-5
/
+1
*
|
Return an error code when connecting to a saturated port.
Subv
2016-12-05
1
-1
/
+2
*
|
KServerPorts now have an HLE handler "template", which is inherited by all Se...
Subv
2016-12-05
1
-13
/
+5
*
|
Threads do not wait for the server endpoint to call AcceptSession before retu...
Subv
2016-12-01
1
-2
/
+3
*
|
A bit of a redesign.
Subv
2016-11-30
1
-2
/
+9
*
|
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
2016-11-30
1
-3
/
+15
|
/
*
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-12
1
-0
/
+2
*
Kernel/SharedMemory: Properly implemented shared memory support.
Subv
2016-05-12
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-12
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-12
1
-1
/
+1
*
Kernel: Implement svcGetSystemInfo
Yuri Kunde Schlesner
2015-11-30
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-24
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-16
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...
Subv
2015-05-25
1
-0
/
+2
*
Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.
bunnei
2015-05-20
1
-20
/
+2
*
Implement svcBreak
archshift
2015-05-16
1
-1
/
+13
*
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-14
1
-11
/
+38
*
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
1
-1
/
+1
[next]